Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 580d767449178ed974b9cdc199fef803bb3ff70c 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-ssh12453075800136702465.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-ssh5093322122759295692.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-ssh13268787510601772336.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-ssh2561833226411036645.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-ssh1538298791032140455.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-241 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/830 [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/830 # 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 580d767449178ed974b9cdc199fef803bb3ff70c (main) Commit message: "feat: Query events without total count (#5135)" > 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 580d767449178ed974b9cdc199fef803bb3ff70c # timeout=10 > git rev-list --no-walk 35976915ff5cee2c3086117ad4f3e4e3c77ef1a9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:40:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:40:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:40:08 ========================================================= 04:40:08 EdgeX Global Pipelines Version Info 04:40:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:40:09 ------------------- 04:40:09 stable info: 04:40:09 ------------------- 04:40:09 Commited By: Ginny Guan ginny@iotechsys.com 04:40:09 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 04:40:09 Message: update stable to v1.0.274 04:40:09 ------------------- 04:40:09 experimental info: 04:40:09 ------------------- 04:40:09 Commited By: Ginny Guan ginny@iotechsys.com 04:40:09 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 04:40:09 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:40:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 580d767 [Pipeline] echo 04:40:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:40:10 provisioning config files... 04:40:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/830@tmp/config16988135142612003644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:40:11 ---> ****-login.sh 04:40:11 nexus3.edgexfoundry.org:10001 04:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:40:11 Configure a credential helper to remove this warning. See 04:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:40:11 04:40:11 Login Succeeded 04:40:11 nexus3.edgexfoundry.org:10002 04:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:40:11 Configure a credential helper to remove this warning. See 04:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:40:11 04:40:11 Login Succeeded 04:40:11 nexus3.edgexfoundry.org:10003 04:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:40:11 Configure a credential helper to remove this warning. See 04:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:40:11 04:40:11 Login Succeeded 04:40:11 nexus3.edgexfoundry.org:10004 04:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:40:11 Configure a credential helper to remove this warning. See 04:40:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:40:11 04:40:11 Login Succeeded 04:40:11 ****.io 04:40:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:40:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:40:12 Configure a credential helper to remove this warning. See 04:40:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:40:12 04:40:12 Login Succeeded 04:40:12 ---> ****-login.sh ends [Pipeline] } 04:40:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:40:12 + 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 04:40:12 + dirname cmd/core-command/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo core-command,cmd/core-command/Dockerfile 04:40:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 04:40:12 + dirname cmd/core-data/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo core-data,cmd/core-data/Dockerfile 04:40:12 + dirname cmd/core-keeper/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo core-keeper,cmd/core-keeper/Dockerfile 04:40:12 + dirname cmd/core-metadata/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo core-metadata,cmd/core-metadata/Dockerfile 04:40:12 + dirname cmd/security-bootstrapper/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:40:12 + dirname cmd/security-proxy-auth/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 04:40:12 + dirname cmd/security-proxy-setup/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:40:12 + + dirname cmd/security-secretstore-setup/Dockerfile 04:40:12 cut -d/ -f2 04:40:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:40:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 04:40:12 + dirname cmd/security-spire-agent/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 04:40:12 + + dirnamecut cmd/security-spire-config/Dockerfile -d/ 04:40:12 -f2 04:40:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 04:40:12 + dirname cmd/security-spire-server/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 04:40:12 + dirname cmd/support-notifications/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo support-notifications,cmd/support-notifications/Dockerfile 04:40:12 + dirname cmd/support-scheduler/Dockerfile 04:40:12 + cut -d/ -f2 04:40:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 04:40:12 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 04:40:12 + git rev-list -1 --merges 580d767449178ed974b9cdc199fef803bb3ff70c~1..580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 04:40:12 -----------> git rev-list -1 --merges 580d767449178ed974b9cdc199fef803bb3ff70c~1..580d767449178ed974b9cdc199fef803bb3ff70c 580d767449178ed974b9cdc199fef803bb3ff70c [false] [Pipeline] sh 04:40:13 + git log --format=format:%s -1 580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 04:40:13 ========================================================= 04:40:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:40:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 04:40:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:40:13 + grep -v github /etc/ssh/ssh_known_hosts 04:40:13 + [ -e /tmp/ssh_known_hosts ] 04:40:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:40:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:40:13 + sudo tee -a /etc/ssh/ssh_known_hosts 04:40:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:40:13 04:40:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:40:14 0.1.4: Pulling from edgex-devops/py-git-semver 04:40:14 b85a868b505f: Pulling fs layer 04:40:14 e2be974225ed: Pulling fs layer 04:40:14 339a4e72a1f5: Pulling fs layer 04:40:14 988bab9f4d93: Pulling fs layer 04:40:14 1469e6f7b9e6: Pulling fs layer 04:40:14 eaf3925da568: Pulling fs layer 04:40:14 bab4dde63d76: Pulling fs layer 04:40:14 bde34c3a00c8: Pulling fs layer 04:40:14 b352a97aabf1: Pulling fs layer 04:40:14 4872d77fe225: Pulling fs layer 04:40:14 5851b861e8e6: Pulling fs layer 04:40:14 988bab9f4d93: Waiting 04:40:14 eaf3925da568: Waiting 04:40:14 1469e6f7b9e6: Waiting 04:40:14 bab4dde63d76: Waiting 04:40:14 bde34c3a00c8: Waiting 04:40:14 5851b861e8e6: Waiting 04:40:14 4872d77fe225: Waiting 04:40:14 e2be974225ed: Download complete 04:40:14 988bab9f4d93: Download complete 04:40:14 1469e6f7b9e6: Verifying Checksum 04:40:14 1469e6f7b9e6: Download complete 04:40:14 339a4e72a1f5: Verifying Checksum 04:40:14 339a4e72a1f5: Download complete 04:40:14 eaf3925da568: Verifying Checksum 04:40:14 eaf3925da568: Download complete 04:40:14 bde34c3a00c8: Verifying Checksum 04:40:14 bde34c3a00c8: Download complete 04:40:14 b352a97aabf1: Download complete 04:40:14 4872d77fe225: Verifying Checksum 04:40:14 4872d77fe225: Download complete 04:40:14 5851b861e8e6: Download complete 04:40:14 b85a868b505f: Verifying Checksum 04:40:14 b85a868b505f: Download complete 04:40:14 bab4dde63d76: Verifying Checksum 04:40:14 bab4dde63d76: Download complete 04:40:16 b85a868b505f: Pull complete 04:40:16 e2be974225ed: Pull complete 04:40:16 339a4e72a1f5: Pull complete 04:40:16 988bab9f4d93: Pull complete 04:40:16 1469e6f7b9e6: Pull complete 04:40:16 eaf3925da568: Pull complete 04:40:18 bab4dde63d76: Pull complete 04:40:18 bde34c3a00c8: Pull complete 04:40:19 b352a97aabf1: Pull complete 04:40:19 4872d77fe225: Pull complete 04:40:19 5851b861e8e6: Pull complete 04:40:19 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:40:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:40:19 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:40:19 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 04:40:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:40:20 $ docker top 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d -eo pid,comm 04:40:20 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). 04:40:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:40:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:40:20 [ssh-agent] Looking for ssh-agent implementation... 04:40:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:40:20 $ docker exec 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d ssh-agent 04:40:20 SSH_AUTH_SOCK=/tmp/ssh-qyckbcN2ptrb/agent.32 04:40:20 SSH_AGENT_PID=38 04:40:20 Running ssh-add (command line suppressed) 04:40:20 Identity added: /w/workspace/edgex-go/830@tmp/private_key_11298130738717482173.key (/w/workspace/edgex-go/830@tmp/private_key_11298130738717482173.key) 04:40:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:40:21 + git tag --points-at HEAD [Pipeline] } 04:40:21 $ docker exec --env ******** --env ******** 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d ssh-agent -k 04:40:21 unset SSH_AUTH_SOCK; 04:40:21 unset SSH_AGENT_PID; 04:40:21 echo Agent pid 38 killed; 04:40:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:40:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:40:21 [ssh-agent] Looking for ssh-agent implementation... 04:40:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:40:21 $ docker exec 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d ssh-agent 04:40:21 SSH_AUTH_SOCK=/tmp/ssh-OsYxX6bupMIV/agent.71 04:40:21 SSH_AGENT_PID=78 04:40:21 Running ssh-add (command line suppressed) 04:40:21 Identity added: /w/workspace/edgex-go/830@tmp/private_key_10483860810906158877.key (/w/workspace/edgex-go/830@tmp/private_key_10483860810906158877.key) 04:40:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:40:22 + git semver init 04:40:22 2025-04-21 04:40:22,215 [run_init] DEBUG init version:0.0.0 force:False 04:40:22 2025-04-21 04:40:22,215 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/830/.semver 04:40:22 2025-04-21 04:40:22,216 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/830/.semver 04:40:22 2025-04-21 04:40:22,216 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/830/.semver'], cwd=/w/workspace/edgex-go/830, universal_newlines=False, shell=None, istream=None) 04:40:27 2025-04-21 04:40:27,267 [append_file] DEBUG append to file:/w/workspace/edgex-go/830/.git/info/exclude 04:40:27 2025-04-21 04:40:27,268 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/830/.semver/main with force:False 04:40:27 2025-04-21 04:40:27,268 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 04:40:27 2025-04-21 04:40:27,268 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 04:40:27 4.1.0-dev.5 [Pipeline] } 04:40:27 $ docker exec --env ******** --env ******** 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d ssh-agent -k 04:40:27 unset SSH_AUTH_SOCK; 04:40:27 unset SSH_AGENT_PID; 04:40:27 echo Agent pid 78 killed; 04:40:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:40:28 + git semver [Pipeline] } 04:40:28 $ docker stop --time=1 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d 04:40:29 $ docker rm -f --volumes 74d9b3d3d1b168f980c4432896b103c285a428fa1a0e7753e4a0a8f70b81a87d [Pipeline] // withDockerContainer [Pipeline] sh 04:40:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:40:30 Stashed 1 file(s) [Pipeline] echo 04:40:30 [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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 04:40:30 + git config --global --add safe.directory /w/workspace/edgex-go/830 [Pipeline] echo 04:40:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:40:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:40:30 ========================================================= 04:40:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:40:30 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:40:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:40:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:40:30 0a9a5dfd008f: Pulling fs layer 04:40:30 dbfa0bcfca99: Pulling fs layer 04:40:30 70eabb1d9476: Pulling fs layer 04:40:30 957bedc73fa3: Pulling fs layer 04:40:30 4f4fb700ef54: Pulling fs layer 04:40:30 f40432e63723: Pulling fs layer 04:40:30 90b4343acab7: Pulling fs layer 04:40:30 9f67ea4ac784: Pulling fs layer 04:40:30 9228b9a606be: Pulling fs layer 04:40:30 90b4343acab7: Waiting 04:40:30 4f4fb700ef54: Waiting 04:40:30 f40432e63723: Waiting 04:40:30 957bedc73fa3: Waiting 04:40:30 9f67ea4ac784: Waiting 04:40:30 9228b9a606be: Waiting 04:40:30 dbfa0bcfca99: Verifying Checksum 04:40:30 dbfa0bcfca99: Download complete 04:40:30 957bedc73fa3: Verifying Checksum 04:40:30 957bedc73fa3: Download complete 04:40:30 4f4fb700ef54: Verifying Checksum 04:40:30 4f4fb700ef54: Download complete 04:40:30 f40432e63723: Download complete 04:40:30 0a9a5dfd008f: Verifying Checksum 04:40:30 0a9a5dfd008f: Download complete 04:40:30 90b4343acab7: Verifying Checksum 04:40:30 90b4343acab7: Download complete 04:40:31 0a9a5dfd008f: Pull complete 04:40:31 9228b9a606be: Verifying Checksum 04:40:31 9228b9a606be: Download complete 04:40:31 dbfa0bcfca99: Pull complete 04:40:31 70eabb1d9476: Download complete 04:40:31 9f67ea4ac784: Verifying Checksum 04:40:31 9f67ea4ac784: Download complete 04:40:35 70eabb1d9476: Pull complete 04:40:35 957bedc73fa3: Pull complete 04:40:35 4f4fb700ef54: Pull complete 04:40:35 f40432e63723: Pull complete 04:40:35 90b4343acab7: Pull complete 04:40:37 9f67ea4ac784: Pull complete 04:40:38 9228b9a606be: Pull complete 04:40:38 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 04:40:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:40:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 04:40:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:40:38 WORKDIR /edgex 04:40:38 COPY go.mod . 04:40:38 RUN go mod download 04:40:38 + docker build -t ci-base-image-x86_64 -f - . 04:40:39 Sending build context to Docker daemon 185.8MB 04:40:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:40:39 ---> 69404ca5bff2 04:40:39 Step 2/4 : WORKDIR /edgex 04:40:41 ---> Running in 228fbf942bb1 04:40:41 Removing intermediate container 228fbf942bb1 04:40:41 ---> 0dff256587d3 04:40:41 Step 3/4 : COPY go.mod . 04:40:41 ---> 83f356cb71aa 04:40:41 Step 4/4 : RUN go mod download 04:40:41 ---> Running in 6e7f6f013665 04:40:45 Still waiting to schedule task 04:40:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:41:03 Removing intermediate container 6e7f6f013665 04:41:03 ---> 5dc4158c8361 04:41:03 Successfully built 5dc4158c8361 04:41:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:03 + docker inspect -f . ci-base-image-x86_64 04:41:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:03 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 04:41:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:41:04 $ docker top 4f36a73b0a9dcb57bf1ca5b053a6f25fd1c9c467988f5932d510bc3807160781 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:04 + go version 04:41:04 go version go1.23.8 linux/amd64 [Pipeline] } 04:41:04 $ docker stop --time=1 4f36a73b0a9dcb57bf1ca5b053a6f25fd1c9c467988f5932d510bc3807160781 04:41:05 $ docker rm -f --volumes 4f36a73b0a9dcb57bf1ca5b053a6f25fd1c9c467988f5932d510bc3807160781 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:41:06 + docker inspect -f . ci-base-image-x86_64 04:41:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:41:06 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 04:41:06 $ 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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:41:06 $ docker top 442073bbd1e8c9c44819432904c8e722976ff68d8b2cba999d71065ae3ef2fbf -eo pid,comm [Pipeline] { [Pipeline] echo 04:41:06 ========================================================= 04:41:06 [edgeXBuildGoParallel] Running Tests and Build... 04:41:06 ========================================================= [Pipeline] sh 04:41:06 + git config --global --add safe.directory /w/workspace/edgex-go/830 [Pipeline] fileExists [Pipeline] sh 04:41:07 + make test 04:41:07 go test -race -coverprofile=coverage.out ./... 04:41:15 ? github.com/edgexfoundry/edgex-go [no test files] 04:41:37 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 04:41:37 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 04:41:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:41:38 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 04:41:38 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 04:41:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 28.7% of statements 04:41:39 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 04:41:39 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 04:41:39 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 04:41:39 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 04:41:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 04:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 04:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 04:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 04:41:40 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 04:41:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 04:41:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 04:41:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:41:42 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 04:41:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 04:41:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 04:41:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements 04:41:43 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 3.5% of statements 04:41:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.049s coverage: 45.2% of statements 04:41:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.712s coverage: 93.4% of statements 04:41:43 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements 04:41:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 04:41:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 04:41:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.044s coverage: 8.4% of statements 04:41:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 04:41:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:41:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:41:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 04:41:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 04:41:45 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 04:41:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.327s coverage: 95.8% of statements 04:41:47 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 04:41:47 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 04:41:47 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 04:41:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:41:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 04:41:47 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 04:41:47 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 04:41:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.035s coverage: 0.0% of statements [no tests to run] 04:41:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 04:41:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 42.6% of statements 04:41:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 04:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 04:41:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 04:41:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 04:41:49 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 04:41:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:41:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 04:41:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 04:41:50 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 04:41:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.028s coverage: 87.1% of statements 04:41:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 04:41:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 04:41:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.027s coverage: 87.5% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 04:41:51 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 04:41:52 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 04:41:54 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 04:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:41:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 04:41:56 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 04:41:56 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 04:41:56 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 04:41:59 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 04:42:00 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 04:42:00 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 04:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 04:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 04:42:00 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:42:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 04:42:02 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 04:42:02 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 04:42:02 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 04:42:02 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 04:42:02 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 04:42:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:42:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 04:42:03 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 04:42:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 04:42:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 04:42:03 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 04:42:03 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 04:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 04:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 04:42:05 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:42:06 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 04:42:06 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 04:42:06 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 04:42:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 04:42:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:42:07 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.045s coverage: 92.9% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.022s coverage: 87.2% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.053s coverage: 33.3% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.164s coverage: 54.5% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.014s coverage: 73.7% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.026s coverage: 88.6% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.016s coverage: 100.0% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.031s coverage: 93.8% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 04:42:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.026s coverage: 54.0% of statements 04:42:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 17.0% of statements 04:42:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 94.9% of statements 04:42:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements 04:42:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 97.7% of statements 04:42:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 04:42:12 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 04:42:12 running golangci-lint 04:42:12 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 04:42:12 go version go1.23.8 linux/amd64 04:42:12 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 04:42:12 level=info msg="[config_reader] Used config file .golangci.yml" 04:42:12 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 04:42:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-242 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 04:42:16 Running in /w/workspace/edgex-go/830 [Pipeline] { [Pipeline] checkout 04:42:16 The recommended git tool is: git 04:42:20 using credential edgex-jenkins-ssh 04:42:20 Cloning the remote Git repository 04:42:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:42:20 > git init /w/workspace/edgex-go/830 # timeout=10 04:42:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:42:21 > git --version # timeout=10 04:42:21 > git --version # 'git version 2.25.1' 04:42:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:34 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 21.368942264s" 04:42:34 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.967731ms" 04:42:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:42:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:38 Avoid second fetch 04:42:38 Checking out Revision 580d767449178ed974b9cdc199fef803bb3ff70c (main) 04:42:39 Commit message: "feat: Query events without total count (#5135)" 04:42:38 > git config core.sparsecheckout # timeout=10 04:42:39 > git checkout -f 580d767449178ed974b9cdc199fef803bb3ff70c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:42:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:42:44 % Total % Received % Xferd Average Speed Time Time Time Current 04:42:44 Dload Upload Total Spent Left Speed 04:42:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 29557 0 --:--:-- --:--:-- --:--:-- 29557 [Pipeline] sh 04:42:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:42:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:42:45 + sudo tee /etc/docker/daemon.new 04:42:45 { 04:42:45 "registry-mirrors": [ 04:42:45 "https://nexus3.edgexfoundry.org:10001" 04:42:45 ], 04:42:45 "bip": "10.250.0.254/24", 04:42:45 "hosts": [ 04:42:45 "tcp://0.0.0.0:5555", 04:42:45 "unix:///var/run/docker.sock" 04:42:45 ], 04:42:45 "mtu": 1458, 04:42:45 "selinux-enabled": true, 04:42:45 "seccomp-profile": "/etc/docker/seccomp.json" 04:42:45 } [Pipeline] sh 04:42:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:42:46 + sudo service docker restart 04:42:47 level=info msg="[linters_context/goanalysis] analyzers took 1m52.950591185s with top 10 stages: buildir: 54.06866012s, inspect: 4.052596517s, gosec: 3.509802321s, fact_deprecated: 3.067346308s, printf: 1.792790487s, ctrlflow: 1.727078724s, fact_purity: 1.619888316s, nilness: 1.178848022s, S1038: 1.125760535s, directives: 1.057509678s" 04:42:47 level=info msg="[runner] Issues before processing: 202, after processing: 0" 04:42:47 level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, skip_dirs: 202/202, nolint: 20/0, cgo: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, filename_unadjuster: 202/202, identifier_marker: 202/202, invalid_issue: 202/202, exclude-rules: 202/20, exclude: 202/202" 04:42:47 level=info msg="[runner] processing took 18.671633ms with stages: nolint: 7.314476ms, identifier_marker: 5.045701ms, path_prettifier: 2.105152ms, autogenerated_exclude: 1.694183ms, skip_dirs: 1.168614ms, exclude-rules: 1.153413ms, cgo: 92.322µs, invalid_issue: 72.581µs, filename_unadjuster: 21.661µs, max_same_issues: 600ns, exclude: 480ns, fixer: 410ns, uniq_by_line: 410ns, skip_files: 400ns, sort_results: 240ns, path_prefixer: 190ns, max_from_linter: 170ns, diff: 160ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, severity-rules: 100ns" 04:42:47 level=info msg="[runner] linters took 11.639674128s with stages: goanalysis_metalinter: 11.620905853s" 04:42:47 level=info msg="File cache stats: 0 entries of total size 0B" 04:42:47 level=info msg="Memory: 331 samples, avg is 308.1MB, max is 1429.0MB" 04:42:47 level=info msg="Execution took 33.063362088s" 04:42:47 go vet ./... 04:42:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:42:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:42:52 ./bin/test-attribution-txt.sh [Pipeline] echo 04:42:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 04:42:52 + ls -al . 04:42:52 total 1992 04:42:52 drwxrwxr-x 11 1001 1001 4096 Apr 21 04:41 . 04:42:52 drwxr-xr-x 4 root root 4096 Apr 21 04:41 .. 04:42:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 04:40 .blubracket 04:42:52 -rw-rw-r-- 1 1001 1001 10 Apr 21 04:40 .dockerignore 04:42:52 drwxrwxr-x 8 1001 1001 4096 Apr 21 04:42 .git 04:42:52 drwxrwxr-x 3 1001 1001 4096 Apr 21 04:40 .github 04:42:52 -rw-rw-r-- 1 1001 1001 909 Apr 21 04:40 .gitignore 04:42:52 -rw-rw-r-- 1 1001 1001 218 Apr 21 04:40 .golangci.yml 04:42:52 -rw-rw-r-- 1 1001 1001 100 Apr 21 04:40 .hadolint.yml 04:42:52 drwxr-xr-x 3 1001 1001 4096 Apr 21 04:40 .semver 04:42:52 -rw-rw-r-- 1 1001 1001 155 Apr 21 04:40 .sonarcloud.properties 04:42:52 -rw-rw-r-- 1 1001 1001 1171 Apr 21 04:40 ADOPTERS.md 04:42:52 -rw-rw-r-- 1 1001 1001 17374 Apr 21 04:40 Attribution.txt 04:42:52 -rw-rw-r-- 1 1001 1001 108018 Apr 21 04:40 CHANGELOG.md 04:42:52 -rw-rw-r-- 1 1001 1001 3804 Apr 21 04:40 CONTRIBUTING.md 04:42:52 -rw-rw-r-- 1 1001 1001 677 Apr 21 04:40 GOVERNANCE.md 04:42:52 -rw-rw-r-- 1 1001 1001 858 Apr 21 04:40 Jenkinsfile 04:42:52 -rw-rw-r-- 1 1001 1001 10775 Apr 21 04:40 LICENSE 04:42:52 -rw-rw-r-- 1 1001 1001 16740 Apr 21 04:40 Makefile 04:42:52 -rw-rw-r-- 1 1001 1001 582 Apr 21 04:40 OWNERS.md 04:42:52 -rw-rw-r-- 1 1001 1001 9932 Apr 21 04:40 README.md 04:42:52 -rw-rw-r-- 1 1001 1001 789 Apr 21 04:40 SECURITY.md 04:42:52 -rw-rw-r-- 1 1001 1001 11 Apr 21 04:40 VERSION 04:42:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 04:40 bin 04:42:52 drwxrwxr-x 19 1001 1001 4096 Apr 21 04:40 cmd 04:42:52 -rw-r--r-- 1 root root 1661463 Apr 21 04:42 coverage.out 04:42:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 04:40 fuzz_test 04:42:52 -rw-rw-r-- 1 1001 1001 6491 Apr 21 04:40 go.mod 04:42:52 -rw-rw-r-- 1 1001 1001 88213 Apr 21 04:40 go.sum 04:42:52 drwxrwxr-x 7 1001 1001 4096 Apr 21 04:40 internal 04:42:52 drwxrwxr-x 2 1001 1001 4096 Apr 21 04:40 openapi 04:42:52 -rw-rw-r-- 1 1001 1001 584 Apr 21 04:40 security.txt 04:42:52 -rw-rw-r-- 1 1001 1001 204 Apr 21 04:40 version.go [Pipeline] sh 04:42:52 + '[' -e coverage.out ] 04:42:52 + chown 1001:1001 coverage.out [Pipeline] stash 04:42:53 Stashed 1 file(s) [Pipeline] sh 04:42:53 + make build 04:42:53 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:43:04 provisioning config files... 04:43:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/830@tmp/config17077646393920130393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:43:05 ---> ****-login.sh 04:43:05 nexus3.edgexfoundry.org:10001 04:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:05 Configure a credential helper to remove this warning. See 04:43:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:05 04:43:05 Login Succeeded 04:43:05 nexus3.edgexfoundry.org:10002 04:43:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:05 Configure a credential helper to remove this warning. See 04:43:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:05 04:43:05 Login Succeeded 04:43:05 nexus3.edgexfoundry.org:10003 04:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:06 Configure a credential helper to remove this warning. See 04:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:06 04:43:06 Login Succeeded 04:43:06 nexus3.edgexfoundry.org:10004 04:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:06 Configure a credential helper to remove this warning. See 04:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:06 04:43:06 Login Succeeded 04:43:06 ****.io 04:43:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:43:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:43:06 Configure a credential helper to remove this warning. See 04:43:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:43:06 04:43:06 Login Succeeded 04:43:06 ---> ****-login.sh ends [Pipeline] } 04:43:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:43:07 + git config --global --add safe.directory /w/workspace/edgex-go/830 [Pipeline] echo 04:43:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:43:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:43:07 ========================================================= 04:43:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:43:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:43:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:43:07 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:43:07 94e9d8af2201: Pulling fs layer 04:43:07 634366ca850b: Pulling fs layer 04:43:07 f66ade281fe9: Pulling fs layer 04:43:07 13fd4ce6e94e: Pulling fs layer 04:43:07 4f4fb700ef54: Pulling fs layer 04:43:07 4cccf3f17d63: Pulling fs layer 04:43:07 2d8010953d95: Pulling fs layer 04:43:07 ec743f232bc5: Pulling fs layer 04:43:07 4cccf3f17d63: Waiting 04:43:07 2d8010953d95: Waiting 04:43:07 ec743f232bc5: Waiting 04:43:07 4f4fb700ef54: Waiting 04:43:07 13fd4ce6e94e: Waiting 04:43:08 634366ca850b: Verifying Checksum 04:43:08 634366ca850b: Download complete 04:43:08 13fd4ce6e94e: Verifying Checksum 04:43:08 13fd4ce6e94e: Download complete 04:43:08 4f4fb700ef54: Verifying Checksum 04:43:08 4f4fb700ef54: Download complete 04:43:08 4cccf3f17d63: Verifying Checksum 04:43:08 4cccf3f17d63: Download complete 04:43:08 94e9d8af2201: Verifying Checksum 04:43:08 94e9d8af2201: Download complete 04:43:08 ec743f232bc5: Verifying Checksum 04:43:08 ec743f232bc5: Download complete 04:43:09 94e9d8af2201: Pull complete 04:43:09 634366ca850b: Pull complete 04:43:09 f66ade281fe9: Verifying Checksum 04:43:09 f66ade281fe9: Download complete 04:43:10 2d8010953d95: Download complete 04:43:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:43:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:43:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:43:16 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:43:17 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:43:23 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:43:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:43:25 f66ade281fe9: Pull complete 04:43:25 13fd4ce6e94e: Pull complete 04:43:25 4f4fb700ef54: Pull complete 04:43:25 4cccf3f17d63: Pull complete 04:43:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:43:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:43:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:43:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:43:32 2d8010953d95: Pull complete [Pipeline] } 04:43:32 $ docker stop --time=1 442073bbd1e8c9c44819432904c8e722976ff68d8b2cba999d71065ae3ef2fbf 04:43:33 ec743f232bc5: Pull complete 04:43:33 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 04:43:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:43:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:43:35 $ docker rm -f --volumes 442073bbd1e8c9c44819432904c8e722976ff68d8b2cba999d71065ae3ef2fbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:43:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:43:36 WORKDIR /edgex 04:43:36 COPY go.mod . 04:43:36 RUN go mod download 04:43:36 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:43:36 04:43:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:36 Sending build context to Docker daemon 3.693MB 04:43:36 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:43:36 ---> 12c1d4c06be1 04:43:36 Step 2/4 : WORKDIR /edgex 04:43:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:43:36 latest: Pulling from edgex-devops/edgex-compose 04:43:36 91d30c5bc195: Pulling fs layer 04:43:36 2e9b0aa3be6d: Pulling fs layer 04:43:36 9c61dcf015f6: Pulling fs layer 04:43:36 4698f68db338: Pulling fs layer 04:43:36 2a2f49069b9e: Pulling fs layer 04:43:36 e0025b399a48: Pulling fs layer 04:43:36 4698f68db338: Waiting 04:43:36 2a2f49069b9e: Waiting 04:43:36 e0025b399a48: Waiting 04:43:36 91d30c5bc195: Verifying Checksum 04:43:36 91d30c5bc195: Download complete 04:43:36 4698f68db338: Download complete 04:43:37 2e9b0aa3be6d: Verifying Checksum 04:43:37 2e9b0aa3be6d: Download complete 04:43:37 e0025b399a48: Download complete 04:43:37 91d30c5bc195: Pull complete 04:43:37 2a2f49069b9e: Verifying Checksum 04:43:37 2a2f49069b9e: Download complete 04:43:37 2e9b0aa3be6d: Pull complete 04:43:37 9c61dcf015f6: Download complete 04:43:38 ---> Running in b568ee9287f4 04:43:39 Removing intermediate container b568ee9287f4 04:43:39 ---> 709ee7a33f60 04:43:39 Step 3/4 : COPY go.mod . 04:43:39 ---> 998f2f0cb1a2 04:43:39 Step 4/4 : RUN go mod download 04:43:39 ---> Running in cedd90a264a0 04:43:40 9c61dcf015f6: Pull complete 04:43:40 4698f68db338: Pull complete 04:43:40 2a2f49069b9e: Pull complete 04:43:40 e0025b399a48: Pull complete 04:43:40 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 04:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:43:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:43:40 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 04:43:40 $ 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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:43:41 $ docker top 5f97a49215431ab2e17bf2a539fa937c1099036b87797a279f500c8b461a1249 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:41 + docker compose -f ./docker-compose-build.yml build --parallel 04:43:44 #1 [security-bootstrapper internal] load build definition from Dockerfile 04:43:44 #1 transferring dockerfile: 3.02kB done 04:43:44 #1 DONE 0.0s 04:43:44 04:43:44 #2 [core-metadata internal] load build definition from Dockerfile 04:43:44 #2 transferring dockerfile: 2.10kB done 04:43:44 #2 DONE 0.0s 04:43:44 04:43:44 #3 [security-spire-config internal] load build definition from Dockerfile 04:43:44 #3 transferring dockerfile: 1.69kB done 04:43:44 #3 DONE 0.0s 04:43:44 04:43:44 #4 [security-secretstore-setup internal] load build definition from Dockerfile 04:43:44 #4 transferring dockerfile: 2.49kB done 04:43:44 #4 DONE 0.0s 04:43:44 04:43:44 #5 [core-command internal] load build definition from Dockerfile 04:43:44 #5 transferring dockerfile: 1.94kB done 04:43:44 #5 DONE 0.0s 04:43:44 04:43:44 #6 [security-spire-agent internal] load build definition from Dockerfile 04:43:44 #6 transferring dockerfile: 1.81kB done 04:43:44 #6 DONE 0.0s 04:43:44 04:43:44 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:43:44 #7 transferring dockerfile: 1.89kB done 04:43:44 #7 DONE 0.0s 04:43:44 04:43:44 #8 [security-proxy-auth internal] load build definition from Dockerfile 04:43:44 #8 transferring dockerfile: 2.14kB done 04:43:44 #8 DONE 0.0s 04:43:44 04:43:44 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:43:44 #9 transferring dockerfile: 2.23kB done 04:43:44 #9 DONE 0.0s 04:43:44 04:43:44 #10 [core-data internal] load build definition from Dockerfile 04:43:44 #10 transferring dockerfile: 2.04kB done 04:43:44 #10 DONE 0.0s 04:43:44 04:43:44 #11 [security-spire-server internal] load build definition from Dockerfile 04:43:44 #11 transferring dockerfile: 1.70kB done 04:43:44 #11 DONE 0.0s 04:43:44 04:43:44 #12 [support-scheduler internal] load build definition from Dockerfile 04:43:44 #12 transferring dockerfile: 1.83kB done 04:43:44 #12 DONE 0.0s 04:43:44 04:43:44 #13 [core-keeper internal] load build definition from Dockerfile 04:43:44 #13 transferring dockerfile: 2.01kB done 04:43:44 #13 DONE 0.0s 04:43:44 04:43:44 #14 [security-proxy-setup internal] load build definition from Dockerfile 04:43:44 #14 transferring dockerfile: 2.50kB done 04:43:44 #14 DONE 0.0s 04:43:44 04:43:44 #15 [support-notifications internal] load build definition from Dockerfile 04:43:44 #15 transferring dockerfile: 2.00kB done 04:43:44 #15 DONE 0.0s 04:43:44 04:43:44 #16 [security-bootstrapper internal] load .dockerignore 04:43:44 #16 transferring context: 50B done 04:43:44 #16 DONE 0.0s 04:43:44 04:43:44 #17 [core-metadata internal] load .dockerignore 04:43:44 #17 transferring context: 50B done 04:43:44 #17 DONE 0.0s 04:43:44 04:43:44 #18 [security-spire-config internal] load .dockerignore 04:43:44 #18 transferring context: 50B done 04:43:44 #18 DONE 0.0s 04:43:44 04:43:44 #19 [security-secretstore-setup internal] load .dockerignore 04:43:44 #19 transferring context: 50B done 04:43:44 #19 DONE 0.0s 04:43:44 04:43:44 #20 [core-command internal] load .dockerignore 04:43:44 #20 transferring context: 50B done 04:43:44 #20 DONE 0.0s 04:43:44 04:43:44 #21 [security-spiffe-token-provider internal] load .dockerignore 04:43:44 #21 transferring context: 50B done 04:43:44 #21 DONE 0.0s 04:43:44 04:43:44 #22 [security-proxy-auth internal] load .dockerignore 04:43:44 #22 transferring context: 50B done 04:43:44 #22 DONE 0.0s 04:43:44 04:43:44 #23 [security-spire-agent internal] load .dockerignore 04:43:44 #23 transferring context: 50B done 04:43:44 #23 DONE 0.0s 04:43:44 04:43:44 #24 [core-common-config-bootstrapper internal] load .dockerignore 04:43:44 #24 transferring context: 50B done 04:43:44 #24 DONE 0.0s 04:43:44 04:43:44 #25 [core-data internal] load .dockerignore 04:43:44 #25 transferring context: 50B done 04:43:44 #25 DONE 0.0s 04:43:44 04:43:44 #26 [security-spire-server internal] load .dockerignore 04:43:44 #26 transferring context: 50B done 04:43:44 #26 DONE 0.0s 04:43:44 04:43:44 #27 [support-scheduler internal] load .dockerignore 04:43:44 #27 transferring context: 50B done 04:43:44 #27 DONE 0.0s 04:43:44 04:43:44 #28 [core-keeper internal] load .dockerignore 04:43:44 #28 transferring context: 50B done 04:43:44 #28 DONE 0.0s 04:43:44 04:43:44 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:43:44 #29 DONE 0.0s 04:43:44 04:43:44 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 04:43:44 #30 DONE 0.1s 04:43:44 04:43:44 #31 [security-proxy-setup internal] load .dockerignore 04:43:44 #31 transferring context: 50B done 04:43:44 #31 DONE 0.0s 04:43:44 04:43:44 #32 [support-notifications internal] load .dockerignore 04:43:44 #32 transferring context: 50B done 04:43:44 #32 DONE 0.0s 04:43:44 04:43:44 #33 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:44 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:44 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:44 #33 DONE 0.1s 04:43:44 04:43:44 #34 [security-bootstrapper internal] load build context 04:43:44 #34 ... 04:43:44 04:43:44 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:43:44 #29 DONE 0.0s 04:43:44 04:43:44 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 04:43:44 #30 DONE 0.1s 04:43:44 04:43:44 #33 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:44 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:44 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:44 #33 DONE 0.1s 04:43:44 04:43:44 #34 [security-bootstrapper internal] load build context 04:43:45 #34 ... 04:43:45 04:43:45 #33 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:45 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:45 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:45 #33 DONE 0.1s 04:43:45 04:43:45 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:43:45 #29 DONE 0.0s 04:43:45 04:43:45 #34 [security-bootstrapper internal] load build context 04:43:45 #34 ... 04:43:45 04:43:45 #33 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:45 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:45 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:45 #33 DONE 0.1s 04:43:45 04:43:45 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:43:45 #29 DONE 0.0s 04:43:45 04:43:45 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:43:45 #35 DONE 0.6s 04:43:45 04:43:45 #34 [security-bootstrapper internal] load build context 04:43:45 #34 ... 04:43:45 04:43:45 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 04:43:45 #29 DONE 0.0s 04:43:45 04:43:45 #34 [security-bootstrapper internal] load build context 04:43:45 #34 ... 04:43:45 04:43:45 #33 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:45 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:45 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:45 #33 DONE 0.1s 04:43:45 04:43:45 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 04:43:45 #30 DONE 0.4s 04:43:45 04:43:45 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 04:43:45 #35 DONE 0.6s 04:43:45 04:43:45 #34 [security-bootstrapper internal] load build context 04:43:46 #34 ... 04:43:46 04:43:46 #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 04:43:46 #36 DONE 1.0s 04:43:46 04:43:46 #34 [security-bootstrapper internal] load build context 04:43:46 #34 ... 04:43:46 04:43:46 #33 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:43:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 04:43:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:43:46 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 04:43:46 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 04:43:46 #33 DONE 0.1s 04:43:46 04:43:46 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:43:46 #37 DONE 1.3s 04:43:46 04:43:46 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:43:46 #38 DONE 1.4s 04:43:46 04:43:46 #34 [security-bootstrapper internal] load build context 04:43:46 #34 ... 04:43:46 04:43:46 #39 [security-spire-agent internal] load build context 04:43:46 #39 transferring context: 23.33kB 0.0s done 04:43:46 #39 DONE 0.0s 04:43:46 04:43:46 #40 [security-spire-config internal] load build context 04:43:46 #40 transferring context: 22.05kB 0.0s done 04:43:46 #40 DONE 0.1s 04:43:46 04:43:46 #41 [security-spire-server internal] load build context 04:43:46 #41 transferring context: 23.80kB 0.0s done 04:43:46 #41 DONE 0.1s 04:43:46 04:43:46 #34 [security-bootstrapper internal] load build context 04:43:49 #34 ... 04:43:49 04:43:49 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:49 #42 DONE 3.5s 04:43:49 04:43:49 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:49 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 04:43:49 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:43:49 #43 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 04:43:49 #43 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 04:43:49 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 04:43:49 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.0s done 04:43:49 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.3s 04:43:49 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:43:49 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.6s done 04:43:51 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 5.2s 04:43:52 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.15MB / 36.47MB 5.7s 04:43:52 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 04:43:52 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.57MB / 36.47MB 5.8s 04:43:52 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:43:52 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 20.97MB / 36.47MB 5.9s 04:43:52 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 33.55MB / 36.47MB 6.0s 04:43:52 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 6.1s 04:43:53 #43 ... 04:43:53 04:43:53 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:43:53 #0 1.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:53 #0 1.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:53 #0 1.689 (1/2) Installing dumb-init (1.2.5-r3) 04:43:53 #0 1.696 (2/2) Installing su-exec (0.2-r3) 04:43:53 #0 1.702 Executing busybox-1.36.1-r29.trigger 04:43:53 #0 1.712 OK: 8 MiB in 16 packages 04:43:53 #44 DONE 8.9s 04:43:53 04:43:53 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:53 #43 ... 04:43:53 04:43:53 #45 [core-metadata internal] load build context 04:43:53 #45 transferring context: 241.47MB 8.8s 04:43:53 #45 ... 04:43:53 04:43:53 #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:43:54 #46 ... 04:43:54 04:43:54 #47 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:43:54 #0 1.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:54 #0 1.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:54 #0 1.839 (1/1) Installing dumb-init (1.2.5-r3) 04:43:54 #0 1.843 Executing busybox-1.36.1-r29.trigger 04:43:54 #0 1.848 OK: 8 MiB in 15 packages 04:43:54 #47 DONE 10.1s 04:43:54 04:43:54 #48 [support-scheduler internal] load build context 04:43:55 #48 ... 04:43:55 04:43:55 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:43:55 #0 2.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:55 #0 2.792 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:55 #0 3.038 (1/3) Installing ca-certificates (20241121-r1) 04:43:55 #0 3.058 (2/3) Installing dumb-init (1.2.5-r3) 04:43:55 #0 3.066 (3/3) Installing tzdata (2025b-r0) 04:43:55 #0 3.095 Executing busybox-1.36.1-r29.trigger 04:43:55 #0 3.103 Executing ca-certificates-20241121-r1.trigger 04:43:55 #0 3.134 OK: 10 MiB in 17 packages 04:43:55 #49 ... 04:43:55 04:43:55 #50 [security-proxy-setup internal] load build context 04:43:55 #50 ... 04:43:55 04:43:55 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:43:55 #0 2.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:55 #0 2.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:55 #0 3.047 (1/4) Installing ca-certificates (20241121-r1) 04:43:55 #0 3.076 (2/4) Installing dumb-init (1.2.5-r3) 04:43:55 #0 3.085 (3/4) Installing su-exec (0.2-r3) 04:43:55 #0 3.088 (4/4) Installing yq-go (4.44.1-r2) 04:43:55 #0 3.160 Executing busybox-1.36.1-r29.trigger 04:43:55 #0 3.177 Executing ca-certificates-20241121-r1.trigger 04:43:55 #0 3.213 OK: 19 MiB in 18 packages 04:43:55 #51 ... 04:43:55 04:43:55 #52 [security-proxy-auth internal] load build context 04:43:55 #52 ... 04:43:55 04:43:55 #53 [core-keeper internal] load build context 04:43:55 #53 transferring context: 503.42MB 10.4s done 04:43:55 #53 ... 04:43:55 04:43:55 #54 [security-secretstore-setup internal] load build context 04:43:55 #54 ... 04:43:55 04:43:55 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:43:55 #0 2.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:55 #0 2.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:55 #0 3.291 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:43:55 #0 3.291 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:43:55 #0 3.291 OK: 24171 distinct packages available 04:43:55 #0 3.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:55 #0 3.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:55 #0 3.749 (1/14) Installing ca-certificates (20241121-r1) 04:43:55 #0 3.766 (2/14) Installing brotli-libs (1.1.0-r2) 04:43:55 #0 3.782 (3/14) Installing c-ares (1.33.1-r0) 04:43:55 #0 3.788 (4/14) Installing libunistring (1.2-r0) 04:43:55 #0 3.805 (5/14) Installing libidn2 (2.3.7-r0) 04:43:55 #0 3.811 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:43:55 #0 3.815 (7/14) Installing libpsl (0.21.5-r1) 04:43:55 #0 3.819 (8/14) Installing zstd-libs (1.5.6-r0) 04:43:55 #0 3.829 (9/14) Installing libcurl (8.12.1-r0) 04:43:55 #0 3.835 (10/14) Installing curl (8.12.1-r0) 04:43:55 #0 3.841 (11/14) Installing dumb-init (1.2.5-r3) 04:43:55 #0 3.850 (12/14) Installing musl-obstack (1.2.3-r2) 04:43:55 #0 3.854 (13/14) Installing libucontext (1.2-r3) 04:43:55 #0 3.854 (14/14) Installing gcompat (1.1.0-r4) 04:43:55 #0 3.858 Executing busybox-1.36.1-r29.trigger 04:43:55 #0 3.867 Executing ca-certificates-20241121-r1.trigger 04:43:55 #0 3.930 OK: 13 MiB in 28 packages 04:43:55 #55 ... 04:43:55 04:43:55 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:43:55 #0 1.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:55 #0 1.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:55 #0 1.615 (1/1) Installing dumb-init (1.2.5-r3) 04:43:55 #0 1.618 Executing busybox-1.36.1-r29.trigger 04:43:55 #0 1.626 OK: 8 MiB in 15 packages 04:43:55 #56 DONE 10.9s 04:43:55 04:43:55 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:43:55 #57 ... 04:43:55 04:43:55 #58 [support-notifications internal] load build context 04:43:55 #58 ... 04:43:55 04:43:55 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:43:56 #59 ... 04:43:56 04:43:56 #60 [core-common-config-bootstrapper internal] load build context 04:43:56 #60 ... 04:43:56 04:43:56 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:43:56 #61 ... 04:43:56 04:43:56 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:43:56 #62 ... 04:43:56 04:43:56 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:43:56 #63 ... 04:43:56 04:43:56 #64 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 04:43:56 #64 ... 04:43:56 04:43:56 #65 [core-data internal] load build context 04:43:56 #65 ... 04:43:56 04:43:56 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:43:56 #0 2.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:56 #0 2.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:56 #0 2.357 (1/4) Installing dumb-init (1.2.5-r3) 04:43:56 #0 2.361 (2/4) Installing openssl (3.3.3-r0) 04:43:56 #0 2.376 (3/4) Installing su-exec (0.2-r3) 04:43:56 #0 2.385 (4/4) Installing yq-go (4.44.1-r2) 04:43:56 #0 2.450 Executing busybox-1.36.1-r29.trigger 04:43:56 #0 2.453 OK: 19 MiB in 18 packages 04:43:57 #66 ... 04:43:57 04:43:57 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:57 #67 ... 04:43:57 04:43:57 #68 [security-spiffe-token-provider internal] load build context 04:43:57 #68 ... 04:43:57 04:43:57 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:43:57 #0 8.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:43:57 #0 8.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:43:57 #0 8.519 (1/7) Installing ca-certificates (20241121-r1) 04:43:57 #0 8.535 (2/7) Installing dumb-init (1.2.5-r3) 04:43:57 #0 8.540 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:43:57 #0 8.545 (4/7) Installing libsodium (1.0.19-r0) 04:43:57 #0 8.552 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:43:57 #0 8.569 (6/7) Installing libzmq (4.3.5-r2) 04:43:57 #0 8.579 (7/7) Installing zeromq (4.3.5-r2) 04:43:57 #0 8.583 Executing busybox-1.36.1-r29.trigger 04:43:57 #0 8.591 Executing ca-certificates-20241121-r1.trigger 04:43:57 #0 8.628 OK: 12 MiB in 21 packages 04:43:57 #69 ... 04:43:57 04:43:57 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:43:57 #70 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 04:43:57 #70 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:43:57 #70 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 04:43:57 #70 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 04:43:57 #70 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:43:57 #70 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 04:43:57 #70 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 04:43:57 #70 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 04:43:57 #70 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 6.3s done 04:43:57 #70 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 7.0s done 04:43:57 #70 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:43:57 #70 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 04:43:57 #70 ... 04:43:57 04:43:57 #71 [core-command internal] load build context 04:43:57 #71 transferring context: 503.42MB 12.5s done 04:43:57 #71 ... 04:43:57 04:43:57 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:43:57 #72 ... 04:43:57 04:43:57 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:43:58 #70 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s done 04:43:58 #70 ... 04:43:58 04:43:58 #34 [security-bootstrapper internal] load build context 04:43:58 #34 transferring context: 503.42MB 13.7s done 04:43:58 #34 ... 04:43:58 04:43:58 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:58 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 8.2s done 04:43:58 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 04:43:58 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.7s 04:43:58 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.9s done 04:43:58 #43 ... 04:43:58 04:43:58 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:43:59 #73 ... 04:43:59 04:43:59 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:59 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.9s done 04:43:59 #43 ... 04:43:59 04:43:59 #53 [core-keeper internal] load build context 04:43:59 #53 DONE 14.2s 04:43:59 04:43:59 #52 [security-proxy-auth internal] load build context 04:43:59 #52 transferring context: 503.42MB 10.6s done 04:43:59 #52 DONE 14.3s 04:43:59 04:43:59 #58 [support-notifications internal] load build context 04:43:59 #58 transferring context: 503.42MB 10.9s done 04:43:59 #58 DONE 14.1s 04:43:59 04:43:59 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:43:59 #66 DONE 13.5s 04:43:59 04:43:59 #60 [core-common-config-bootstrapper internal] load build context 04:43:59 #60 transferring context: 503.42MB 11.4s done 04:43:59 #60 DONE 14.3s 04:43:59 04:43:59 #48 [support-scheduler internal] load build context 04:43:59 #48 transferring context: 503.42MB 11.7s done 04:43:59 #48 DONE 14.3s 04:43:59 04:43:59 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:43:59 #55 DONE 14.4s 04:43:59 04:43:59 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:43:59 #69 DONE 13.5s 04:43:59 04:43:59 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:43:59 #49 DONE 14.3s 04:43:59 04:43:59 #51 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:43:59 #51 DONE 14.5s 04:43:59 04:43:59 #71 [core-command internal] load build context 04:43:59 #71 DONE 14.5s 04:43:59 04:43:59 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:43:59 #74 ... 04:43:59 04:43:59 #50 [security-proxy-setup internal] load build context 04:43:59 #50 transferring context: 503.42MB 12.4s done 04:43:59 #50 DONE 14.2s 04:43:59 04:43:59 #54 [security-secretstore-setup internal] load build context 04:43:59 #54 transferring context: 503.42MB 12.5s done 04:43:59 #54 DONE 14.5s 04:43:59 04:43:59 #68 [security-spiffe-token-provider internal] load build context 04:43:59 #68 transferring context: 503.42MB 13.2s done 04:43:59 #68 DONE 14.5s 04:43:59 04:43:59 #65 [core-data internal] load build context 04:43:59 #65 transferring context: 503.42MB 13.7s done 04:43:59 #65 DONE 14.5s 04:43:59 04:43:59 #45 [core-metadata internal] load build context 04:43:59 #45 transferring context: 503.42MB 14.0s done 04:43:59 #45 DONE 14.6s 04:43:59 04:43:59 #34 [security-bootstrapper internal] load build context 04:43:59 #34 DONE 14.7s 04:43:59 04:43:59 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:43:59 #43 DONE 13.3s 04:43:59 04:43:59 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:44:00 #70 ... 04:44:00 04:44:00 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:00 #67 DONE 14.5s 04:44:00 04:44:00 #64 [core-command builder 3/7] RUN apk add --update --no-cache make git 04:44:00 #64 14.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:00 #64 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:00 #64 14.46 OK: 248 MiB in 58 packages 04:44:00 #64 DONE 14.6s 04:44:00 04:44:00 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:44:00 #62 13.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:00 #62 14.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:00 #62 14.48 OK: 248 MiB in 58 packages 04:44:00 #62 DONE 14.6s 04:44:00 04:44:00 #75 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:44:00 #75 DONE 0.1s 04:44:00 04:44:00 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:44:00 #76 DONE 0.1s 04:44:00 04:44:00 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:00 #77 ... 04:44:00 04:44:00 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:44:00 #59 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:00 #59 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:00 #59 14.83 OK: 248 MiB in 58 packages 04:44:00 #59 DONE 14.9s 04:44:00 04:44:00 #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:44:00 #78 DONE 0.1s 04:44:01 04:44:01 #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:44:01 #72 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #72 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #72 15.03 OK: 248 MiB in 58 packages 04:44:01 #72 DONE 15.3s 04:44:01 04:44:01 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:44:01 #79 DONE 0.1s 04:44:01 04:44:01 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:44:01 #63 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #63 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #63 ... 04:44:01 04:44:01 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:44:01 #57 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #57 14.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #57 14.81 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:44:01 #57 14.81 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:44:01 #57 14.81 OK: 24171 distinct packages available 04:44:01 #57 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #57 14.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #57 15.20 OK: 248 MiB in 58 packages 04:44:01 #57 DONE 15.3s 04:44:01 04:44:01 #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:44:01 #80 DONE 0.0s 04:44:01 04:44:01 #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:44:01 #63 14.99 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:44:01 #63 14.99 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:44:01 #63 14.99 OK: 24171 distinct packages available 04:44:01 #63 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #63 15.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #63 15.37 (1/4) Installing dumb-init (1.2.5-r3) 04:44:01 #63 15.37 (2/4) Installing musl-obstack (1.2.3-r2) 04:44:01 #63 15.38 (3/4) Installing libucontext (1.2-r3) 04:44:01 #63 15.38 (4/4) Installing gcompat (1.1.0-r4) 04:44:01 #63 15.39 Executing busybox-1.36.1-r29.trigger 04:44:01 #63 15.39 OK: 8 MiB in 18 packages 04:44:01 #63 DONE 15.5s 04:44:01 04:44:01 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:44:01 #61 14.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #61 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:01 #61 15.30 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:44:01 #61 15.30 v3.20.6-116-gdd75ad0bc46 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:44:01 #61 15.30 OK: 24171 distinct packages available 04:44:01 #61 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:01 #61 15.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:02 #61 ... 04:44:02 04:44:02 #46 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:44:02 #46 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:02 #46 7.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:02 #46 8.095 OK: 8 MiB in 16 packages 04:44:02 #46 DONE 8.2s 04:44:02 04:44:02 #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:44:02 #61 15.69 (1/5) Installing dumb-init (1.2.5-r3) 04:44:02 #61 15.70 (2/5) Installing musl-obstack (1.2.3-r2) 04:44:02 #61 15.71 (3/5) Installing libucontext (1.2-r3) 04:44:02 #61 15.71 (4/5) Installing gcompat (1.1.0-r4) 04:44:02 #61 15.71 (5/5) Installing openssl (3.3.3-r0) 04:44:02 #61 15.73 Executing busybox-1.36.1-r29.trigger 04:44:02 #61 15.73 OK: 9 MiB in 19 packages 04:44:02 #61 DONE 15.8s 04:44:02 04:44:02 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:44:02 #0 4.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:02 #0 4.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:02 #0 4.946 OK: 8 MiB in 15 packages 04:44:02 #81 DONE 5.0s 04:44:02 04:44:02 #82 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:44:02 #0 6.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:02 #0 6.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:02 #0 6.534 OK: 8 MiB in 15 packages 04:44:02 #82 DONE 6.7s 04:44:02 04:44:02 #83 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:44:02 #83 ... 04:44:02 04:44:02 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:44:02 #0 3.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:02 #0 3.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:02 #0 3.387 OK: 13 MiB in 28 packages 04:44:02 #84 DONE 3.5s 04:44:03 04:44:03 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:44:03 #0 3.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.196 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.488 OK: 19 MiB in 18 packages 04:44:03 #85 DONE 3.6s 04:44:03 04:44:03 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:44:03 #74 3.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:03 #74 3.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:03 #74 3.522 OK: 12 MiB in 21 packages 04:44:03 #74 DONE 3.6s 04:44:03 04:44:03 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:44:03 #86 DONE 0.0s 04:44:03 04:44:03 #87 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:44:03 #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.632 OK: 19 MiB in 18 packages 04:44:03 #87 DONE 3.7s 04:44:03 04:44:03 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:44:03 #73 12.25 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:03 #73 13.81 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:03 #73 ... 04:44:03 04:44:03 #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:44:03 #0 3.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:03 #0 3.923 OK: 10 MiB in 17 packages 04:44:03 #88 DONE 4.0s 04:44:03 04:44:03 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:44:03 #73 14.62 (1/1) Installing dumb-init (1.2.5-r3) 04:44:03 #73 14.94 Executing busybox-1.36.1-r29.trigger 04:44:03 #73 14.95 OK: 8 MiB in 15 packages 04:44:03 #73 DONE 15.1s 04:44:03 04:44:03 #89 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:44:03 #0 2.496 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:04 #89 ... 04:44:04 04:44:04 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:44:04 #90 DONE 2.3s 04:44:04 04:44:04 #89 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:44:04 #89 3.978 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:04 #89 ... 04:44:04 04:44:04 #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:44:04 #91 DONE 0.0s 04:44:04 04:44:04 #83 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:44:04 #83 2.295 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:04 #83 2.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:04 #83 ... 04:44:04 04:44:04 #92 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:44:04 #0 2.550 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:44:04 #0 2.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:44:04 #0 2.890 OK: 8 MiB in 18 packages 04:44:04 #92 DONE 3.0s 04:44:05 04:44:05 #83 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 04:44:05 #83 2.707 OK: 9 MiB in 19 packages 04:44:05 #83 DONE 3.1s 04:44:05 04:44:05 #89 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:44:05 #89 4.696 OK: 248 MiB in 58 packages 04:44:05 #89 DONE 4.8s 04:44:05 04:44:05 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:44:05 #93 DONE 0.4s 04:44:05 04:44:05 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:44:05 #94 DONE 0.1s 04:44:05 04:44:05 #95 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:44:05 #95 DONE 0.1s 04:44:05 04:44:05 #96 [security-spire-config stage-2 6/10] COPY security.txt / 04:44:05 #96 DONE 0.4s 04:44:05 04:44:05 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:44:05 #97 DONE 0.6s 04:44:05 04:44:05 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:44:05 #98 DONE 0.5s 04:44:05 04:44:05 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:44:05 #99 DONE 0.1s 04:44:05 04:44:05 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:44:05 #100 DONE 0.1s 04:44:05 04:44:05 #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:44:06 #101 DONE 0.2s 04:44:06 04:44:06 #102 [security-spire-server stage-2 6/9] COPY security.txt / 04:44:06 #102 DONE 0.2s 04:44:06 04:44:06 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:44:06 #103 DONE 0.3s 04:44:06 04:44:06 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:44:06 #104 DONE 0.0s 04:44:06 04:44:06 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:44:06 #105 DONE 0.0s 04:44:06 04:44:06 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:44:06 #106 DONE 0.1s 04:44:06 04:44:06 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:44:06 #107 DONE 0.1s 04:44:06 04:44:06 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 04:44:06 #108 DONE 0.0s 04:44:06 04:44:06 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:44:06 #109 DONE 0.0s 04:44:06 04:44:06 #110 [security-spire-server] exporting to image 04:44:06 #110 exporting layers 04:44:06 #110 ... 04:44:06 04:44:06 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:44:06 #111 DONE 0.0s 04:44:06 04:44:06 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:44:06 #112 DONE 0.0s 04:44:06 04:44:06 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:44:06 #113 DONE 0.0s 04:44:06 04:44:06 #110 [security-spire-agent] exporting to image 04:44:07 #110 exporting layers 0.7s done 04:44:07 #110 writing image sha256:4dd1571f4d86198f002c9b75832917a622941cf498923cdfab9394697e2caf9a done 04:44:07 #110 naming to docker.io/library/security-spire-config done 04:44:07 #110 writing image sha256:fd233ead18924dae16c3f771e66eb91e2f324f9d12b1b4e5809164285d276c3a done 04:44:07 #110 naming to docker.io/library/security-spire-server done 04:44:07 #110 exporting layers 0.7s done 04:44:07 #110 writing image sha256:386b17b450ba287d9a8fea5e98bfd624a1b4eac206b1abd85b3da1338b313406 done 04:44:07 #110 naming to docker.io/library/security-spire-agent done 04:44:07 #110 DONE 0.9s 04:44:07 04:44:07 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:11 #114 ... 04:44:11 04:44:11 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:11 #115 ... 04:44:11 04:44:11 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:11 #116 ... 04:44:11 04:44:11 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:11 #117 ... 04:44:11 04:44:11 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:36 Removing intermediate container cedd90a264a0 04:44:36 ---> 8a7502ed6b46 04:44:36 Successfully built 8a7502ed6b46 04:44:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:36 + docker inspect -f . ci-base-image-arm64 04:44:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:36 prd-ubuntu20.04-docker-arm64-4c-16g-242 does not seem to be running inside a container 04:44:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@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 04:44:37 #118 DONE 34.9s 04:44:37 04:44:37 #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:37 #115 DONE 35.3s 04:44:37 04:44:37 #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:37 #77 DONE 35.3s 04:44:37 04:44:37 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:37 #114 DONE 30.5s 04:44:37 04:44:37 #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:37 #116 DONE 34.6s 04:44:37 04:44:37 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:37 #117 DONE 34.8s 04:44:37 04:44:37 #119 [core-keeper builder 7/8] COPY . . 04:44:37 $ docker top 25d38d8899bcaecc7e6a27e1bd7a069a6dfe78bac0e9215d566ecb6715bc1bd5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:38 + go version 04:44:38 go version go1.23.8 linux/arm64 [Pipeline] } 04:44:38 $ docker stop --time=1 25d38d8899bcaecc7e6a27e1bd7a069a6dfe78bac0e9215d566ecb6715bc1bd5 04:44:40 $ docker rm -f --volumes 25d38d8899bcaecc7e6a27e1bd7a069a6dfe78bac0e9215d566ecb6715bc1bd5 [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 04:44:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:40 04:44:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:41 latest: Pulling from edgex-devops/edgex-compose-arm64 04:44:41 547446be3368: Pulling fs layer 04:44:41 d125d8839a47: Pulling fs layer 04:44:41 3e85d5ac6304: Pulling fs layer 04:44:41 c3105a71a48b: Pulling fs layer 04:44:41 0f093f025ec4: Pulling fs layer 04:44:41 c3106fc0e877: Pulling fs layer 04:44:41 0f093f025ec4: Waiting 04:44:41 c3106fc0e877: Waiting 04:44:41 c3105a71a48b: Waiting 04:44:41 547446be3368: Download complete 04:44:41 c3105a71a48b: Verifying Checksum 04:44:41 c3105a71a48b: Download complete 04:44:41 d125d8839a47: Verifying Checksum 04:44:41 d125d8839a47: Download complete 04:44:41 c3106fc0e877: Verifying Checksum 04:44:41 c3106fc0e877: Download complete 04:44:42 0f093f025ec4: Verifying Checksum 04:44:42 0f093f025ec4: Download complete 04:44:42 547446be3368: Pull complete 04:44:43 #119 ... 04:44:43 04:44:43 #120 [security-spiffe-token-provider builder 6/7] COPY . . 04:44:43 #120 DONE 7.2s 04:44:43 04:44:43 #121 [support-notifications builder 6/7] COPY . . 04:44:43 #121 DONE 7.2s 04:44:43 04:44:43 #122 [support-scheduler builder 6/7] COPY . . 04:44:43 #122 DONE 7.2s 04:44:43 04:44:43 #123 [core-data builder 6/7] COPY . . 04:44:43 #123 CACHED 04:44:43 04:44:43 #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #124 CACHED 04:44:43 04:44:43 #125 [core-data builder 4/7] COPY go.mod vendor* ./ 04:44:43 #125 CACHED 04:44:43 04:44:43 #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:44:43 #126 CACHED 04:44:43 04:44:43 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 04:44:43 #127 CACHED 04:44:43 04:44:43 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #128 CACHED 04:44:43 04:44:43 #129 [security-proxy-setup builder 6/7] COPY . . 04:44:43 #129 CACHED 04:44:43 04:44:43 #130 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:44:43 #130 CACHED 04:44:43 04:44:43 #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #131 CACHED 04:44:43 04:44:43 #132 [security-proxy-auth builder 6/7] COPY . . 04:44:43 #132 CACHED 04:44:43 04:44:43 #133 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #133 CACHED 04:44:43 04:44:43 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:44:43 #134 CACHED 04:44:43 04:44:43 #135 [core-metadata builder 6/7] COPY . . 04:44:43 #135 DONE 7.2s 04:44:43 04:44:43 #119 [core-keeper builder 7/8] COPY . . 04:44:43 #119 DONE 7.2s 04:44:43 04:44:43 #136 [core-command builder 6/7] COPY . . 04:44:43 #136 CACHED 04:44:43 04:44:43 #137 [core-command builder 4/7] COPY go.mod vendor* ./ 04:44:43 #137 CACHED 04:44:43 04:44:43 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #138 CACHED 04:44:43 04:44:43 #139 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:44:43 #139 CACHED 04:44:43 04:44:43 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:44:43 #140 CACHED 04:44:43 04:44:43 #141 [security-secretstore-setup builder 6/7] COPY . . 04:44:43 #141 CACHED 04:44:43 04:44:43 #142 [security-bootstrapper builder 6/7] COPY . . 04:44:43 #142 DONE 7.2s 04:44:43 04:44:43 #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:44:43 d125d8839a47: Pull complete 04:44:43 3e85d5ac6304: Verifying Checksum 04:44:43 3e85d5ac6304: Download complete 04:44:44 #143 0.904 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:44:53 3e85d5ac6304: Pull complete 04:44:53 c3105a71a48b: Pull complete 04:44:53 #143 ... 04:44:53 04:44:53 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:44:53 #0 1.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:44:53 #144 ... 04:44:53 04:44:53 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:44:53 #0 0.667 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:44:53 #145 ... 04:44:53 04:44:53 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:44:53 #0 0.767 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:44:53 #146 ... 04:44:53 04:44:53 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:44:53 #0 0.337 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:44:53 #147 ... 04:44:53 04:44:53 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:44:53 #0 1.006 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:53 #148 ... 04:44:53 04:44:53 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:44:53 #0 0.417 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:44:53 #149 ... 04:44:53 04:44:53 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:44:53 #0 0.761 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:44:54 #150 ... 04:44:54 04:44:54 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:44:54 #0 1.482 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:44:54 #151 ... 04:44:54 04:44:54 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:44:54 #0 1.123 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:44:54 #152 ... 04:44:54 04:44:54 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:44:54 #0 1.512 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:44:54 #153 ... 04:44:54 04:44:54 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:44:54 #0 0.829 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:44:54 0f093f025ec4: Pull complete 04:44:55 c3106fc0e877: Pull complete 04:44:55 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 04:44:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:55 prd-ubuntu20.04-docker-arm64-4c-16g-242 does not seem to be running inside a container 04:44:55 $ 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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@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 04:44:57 $ docker top feddf5c256d836eee70de6160ac0a2c958043cfecd35a77af16c0a7f5e31de4e -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:58 + docker compose -f ./docker-compose-build.yml build --parallel 04:45:08 #1 [core-metadata internal] load build definition from Dockerfile 04:45:08 #1 transferring dockerfile: 2.10kB 0.0s done 04:45:08 #1 DONE 0.1s 04:45:08 04:45:08 #2 [security-spire-config internal] load build definition from Dockerfile 04:45:08 #2 transferring dockerfile: 1.69kB done 04:45:08 #2 DONE 0.0s 04:45:08 04:45:08 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 04:45:08 #3 transferring dockerfile: 2.23kB done 04:45:08 #3 DONE 0.1s 04:45:08 04:45:08 #4 [security-proxy-auth internal] load build definition from Dockerfile 04:45:08 #4 transferring dockerfile: 2.14kB done 04:45:08 #4 DONE 0.1s 04:45:08 04:45:08 #5 [security-spire-server internal] load build definition from Dockerfile 04:45:08 #5 transferring dockerfile: 1.70kB 0.0s done 04:45:08 #5 DONE 0.1s 04:45:08 04:45:08 #6 [core-command internal] load build definition from Dockerfile 04:45:08 #6 transferring dockerfile: 1.94kB done 04:45:08 #6 DONE 0.1s 04:45:08 04:45:08 #7 [security-proxy-setup internal] load build definition from Dockerfile 04:45:08 #7 transferring dockerfile: 2.50kB done 04:45:08 #7 DONE 0.1s 04:45:08 04:45:08 #8 [security-spire-agent internal] load build definition from Dockerfile 04:45:08 #8 transferring dockerfile: 1.81kB done 04:45:08 #8 DONE 0.1s 04:45:08 04:45:08 #9 [security-bootstrapper internal] load build definition from Dockerfile 04:45:08 #9 transferring dockerfile: 3.02kB 0.0s done 04:45:08 #9 DONE 0.1s 04:45:08 04:45:08 #10 [support-notifications internal] load build definition from Dockerfile 04:45:08 #10 transferring dockerfile: 2.00kB 0.0s done 04:45:08 #10 DONE 0.1s 04:45:08 04:45:08 #11 [security-secretstore-setup internal] load build definition from Dockerfile 04:45:08 #11 transferring dockerfile: 2.49kB 0.0s done 04:45:08 #11 DONE 0.1s 04:45:08 04:45:08 #12 [support-scheduler internal] load build definition from Dockerfile 04:45:08 #12 transferring dockerfile: 1.83kB 0.0s done 04:45:08 #12 DONE 0.1s 04:45:08 04:45:08 #13 [core-keeper internal] load build definition from Dockerfile 04:45:08 #13 transferring dockerfile: 2.01kB done 04:45:08 #13 DONE 0.1s 04:45:08 04:45:08 #14 [core-data internal] load build definition from Dockerfile 04:45:08 #14 transferring dockerfile: 2.04kB 0.0s done 04:45:08 #14 DONE 0.1s 04:45:08 04:45:08 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 04:45:08 #15 transferring dockerfile: 1.89kB done 04:45:08 #15 DONE 0.1s 04:45:08 04:45:08 #16 [core-metadata internal] load .dockerignore 04:45:08 #16 transferring context: 04:45:08 #16 transferring context: 50B 0.0s done 04:45:08 #16 DONE 0.1s 04:45:09 04:45:09 #17 [security-spire-config internal] load .dockerignore 04:45:09 #17 transferring context: 50B done 04:45:09 #17 DONE 0.1s 04:45:09 04:45:09 #18 [core-common-config-bootstrapper internal] load .dockerignore 04:45:09 #18 transferring context: 50B done 04:45:09 #18 DONE 0.0s 04:45:09 04:45:09 #19 [security-proxy-auth internal] load .dockerignore 04:45:09 #19 transferring context: 50B 0.0s done 04:45:09 #19 DONE 0.1s 04:45:09 04:45:09 #20 [security-spire-server internal] load .dockerignore 04:45:09 #20 transferring context: 50B 0.0s done 04:45:09 #20 DONE 0.1s 04:45:09 04:45:09 #21 [core-command internal] load .dockerignore 04:45:09 #21 transferring context: 50B done 04:45:09 #21 DONE 0.1s 04:45:09 04:45:09 #22 [security-proxy-setup internal] load .dockerignore 04:45:09 #22 transferring context: 50B 0.0s done 04:45:09 #22 DONE 0.1s 04:45:09 04:45:09 #23 [security-spire-agent internal] load .dockerignore 04:45:09 #23 transferring context: 50B done 04:45:09 #23 DONE 0.1s 04:45:09 04:45:09 #24 [security-bootstrapper internal] load .dockerignore 04:45:09 #24 transferring context: 50B 0.0s done 04:45:09 #24 DONE 0.1s 04:45:09 04:45:09 #25 [support-notifications internal] load .dockerignore 04:45:09 #25 transferring context: 50B done 04:45:09 #25 DONE 0.1s 04:45:09 04:45:09 #26 [security-secretstore-setup internal] load .dockerignore 04:45:09 #26 transferring context: 50B done 04:45:09 #26 DONE 0.0s 04:45:09 04:45:09 #27 [support-scheduler internal] load .dockerignore 04:45:10 #27 transferring context: 50B done 04:45:10 #27 DONE 0.1s 04:45:10 04:45:10 #28 [core-keeper internal] load .dockerignore 04:45:10 #28 transferring context: 50B done 04:45:10 #28 DONE 0.1s 04:45:10 04:45:10 #29 [core-data internal] load .dockerignore 04:45:10 #29 transferring context: 50B 0.0s done 04:45:10 #29 DONE 0.1s 04:45:10 04:45:10 #30 [security-spiffe-token-provider internal] load .dockerignore 04:45:10 #30 transferring context: 50B 0.0s done 04:45:10 #30 DONE 0.1s 04:45:10 04:45:10 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:10 #31 DONE 0.0s 04:45:10 04:45:10 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 04:45:10 #32 DONE 0.4s 04:45:10 04:45:10 #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:45:10 #33 ... 04:45:10 04:45:10 #34 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:10 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:10 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:10 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:10 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:10 #34 DONE 0.2s 04:45:10 04:45:10 #35 [core-metadata internal] load build context 04:45:10 #35 ... 04:45:10 04:45:10 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 04:45:10 #32 DONE 0.4s 04:45:10 04:45:10 #35 [core-metadata internal] load build context 04:45:11 #35 ... 04:45:11 04:45:11 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 04:45:11 #32 DONE 0.4s 04:45:11 04:45:11 #35 [core-metadata internal] load build context 04:45:11 #35 ... 04:45:11 04:45:11 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 04:45:11 #32 DONE 0.5s 04:45:11 04:45:11 #34 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:11 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:11 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:11 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:11 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:11 #34 DONE 0.3s 04:45:11 04:45:11 #35 [core-metadata internal] load build context 04:45:11 #35 ... 04:45:11 04:45:11 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #34 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:11 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:11 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:11 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:11 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:11 #34 DONE 0.3s 04:45:11 04:45:11 #35 [core-metadata internal] load build context 04:45:11 #35 transferring context: 3.22MB 0.6s done 04:45:11 #35 DONE 0.8s 04:45:11 04:45:11 #36 [security-proxy-auth internal] load build context 04:45:11 #36 ... 04:45:11 04:45:11 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #34 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:11 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:11 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:11 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:11 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:11 #34 DONE 0.4s 04:45:11 04:45:11 #37 [security-proxy-setup internal] load build context 04:45:11 #37 ... 04:45:11 04:45:11 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:11 #31 DONE 0.0s 04:45:11 04:45:11 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 04:45:11 #32 ... 04:45:11 04:45:11 #34 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:11 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:11 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:11 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:11 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:11 #34 DONE 0.4s 04:45:11 04:45:11 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 04:45:11 #38 DONE 1.1s 04:45:11 04:45:11 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:11 #39 DONE 0.0s 04:45:12 04:45:12 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:12 #31 DONE 0.0s 04:45:12 04:45:12 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:12 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:12 #39 ... 04:45:12 04:45:12 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:12 #31 DONE 0.0s 04:45:12 04:45:12 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:12 #31 DONE 0.0s 04:45:12 04:45:12 #36 [security-proxy-auth internal] load build context 04:45:12 #36 transferring context: 3.22MB 0.9s done 04:45:12 #36 DONE 1.1s 04:45:12 04:45:12 #37 [security-proxy-setup internal] load build context 04:45:12 #37 ... 04:45:12 04:45:12 #34 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:12 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:12 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:12 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:12 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:12 #34 DONE 0.5s 04:45:12 04:45:12 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 04:45:12 #32 DONE 1.5s 04:45:12 04:45:12 #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:12 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:12 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:12 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:12 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:12 #34 DONE 0.5s 04:45:12 04:45:12 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:12 #31 DONE 0.0s 04:45:12 04:45:12 #40 [support-notifications builder 2/7] WORKDIR /edgex-go 04:45:12 #40 ... 04:45:12 04:45:12 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 04:45:12 #31 DONE 0.0s 04:45:12 04:45:12 #41 [core-common-config-bootstrapper internal] load build context 04:45:12 #41 transferring context: 3.22MB 1.1s done 04:45:12 #41 DONE 1.5s 04:45:12 04:45:12 #37 [security-proxy-setup internal] load build context 04:45:13 #37 ... 04:45:13 04:45:13 #42 [security-spire-server internal] load build context 04:45:13 #42 transferring context: 23.80kB 0.1s done 04:45:13 #42 DONE 1.0s 04:45:13 04:45:13 #43 [security-spire-config internal] load build context 04:45:13 #43 transferring context: 22.05kB 0.2s done 04:45:13 #43 DONE 1.1s 04:45:13 04:45:13 #37 [security-proxy-setup internal] load build context 04:45:14 #37 transferring context: 3.22MB 1.4s done 04:45:14 #37 ... 04:45:14 04:45:14 #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 04:45:14 #44 DONE 2.1s 04:45:14 04:45:14 #34 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:14 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:14 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:14 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:14 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:14 #34 DONE 0.5s 04:45:14 04:45:14 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:45:14 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:45:14 #45 ... 04:45:14 04:45:14 #37 [security-proxy-setup internal] load build context 04:45:14 #37 DONE 2.4s 04:45:14 04:45:14 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:14 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.8s done 04:45:14 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 04:45:14 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 04:45:14 #39 ... 04:45:14 04:45:14 #46 [core-command internal] load build context 04:45:14 #46 transferring context: 3.22MB 1.8s done 04:45:14 #46 DONE 2.7s 04:45:14 04:45:14 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:14 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 04:45:14 #39 ... 04:45:14 04:45:14 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 04:45:14 #32 DONE 3.5s 04:45:14 04:45:14 #34 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 04:45:14 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 04:45:14 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 04:45:14 #34 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 04:45:14 #34 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 04:45:14 #34 DONE 0.6s 04:45:14 04:45:14 #47 [security-spiffe-token-provider internal] load build context 04:45:15 #47 ... 04:45:15 04:45:15 #40 [support-scheduler builder 2/7] WORKDIR /edgex-go 04:45:15 #40 DONE 3.7s 04:45:15 04:45:15 #48 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:45:16 #48 ... 04:45:16 04:45:16 #49 [security-spire-agent internal] load build context 04:45:16 #49 transferring context: 23.33kB 0.1s done 04:45:16 #49 DONE 2.5s 04:45:16 04:45:16 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:16 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.8s 04:45:16 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s 04:45:16 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.8s 04:45:17 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.1s 04:45:17 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 2.7s done 04:45:17 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.8s done 04:45:17 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 04:45:17 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.8s done 04:45:17 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.9s done 04:45:17 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 04:45:18 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 3.9s 04:45:19 #39 ... 04:45:19 04:45:19 #50 [security-bootstrapper internal] load build context 04:45:19 #50 transferring context: 3.22MB 4.6s done 04:45:19 #50 DONE 6.3s 04:45:19 04:45:19 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:20 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.38MB / 33.17MB 5.0s 04:45:20 #39 ... 04:45:20 04:45:20 #51 [support-scheduler internal] load build context 04:45:20 #51 transferring context: 3.22MB 6.1s done 04:45:20 #51 DONE 7.4s 04:45:20 04:45:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:20 #39 ... 04:45:20 04:45:20 #52 [core-keeper internal] load build context 04:45:20 #52 transferring context: 3.22MB 4.6s done 04:45:20 #52 DONE 7.4s 04:45:20 04:45:20 #53 [security-secretstore-setup internal] load build context 04:45:20 #53 transferring context: 3.22MB 4.7s done 04:45:20 #53 DONE 7.5s 04:45:20 04:45:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:20 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 5.4s 04:45:20 #39 ... 04:45:20 04:45:20 #54 [support-notifications internal] load build context 04:45:20 #54 transferring context: 3.22MB 4.9s done 04:45:20 #54 DONE 7.7s 04:45:20 04:45:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:20 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 04:45:20 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 04:45:20 #39 ... 04:45:20 04:45:20 #55 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:45:20 #0 5.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:20 #0 6.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:20 #55 10.20 (1/1) Installing dumb-init (1.2.5-r3) 04:45:20 #55 10.20 Executing busybox-1.36.1-r29.trigger 04:45:20 #55 ... 04:45:20 04:45:20 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:20 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.13MB / 33.17MB 6.0s 04:45:21 #39 ... 04:45:21 04:45:21 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 04:45:21 #33 ... 04:45:21 04:45:21 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:22 #39 ... 04:45:22 04:45:22 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:45:22 #0 5.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:22 #0 5.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:22 #0 9.750 (1/4) Installing dumb-init (1.2.5-r3) 04:45:22 #0 9.750 (2/4) Installing openssl (3.3.3-r0) 04:45:22 #0 9.814 (3/4) Installing su-exec (0.2-r3) 04:45:22 #0 9.814 (4/4) Installing yq-go (4.44.1-r2) 04:45:22 #56 ... 04:45:22 04:45:22 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:22 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.34MB / 33.17MB 7.2s 04:45:22 #39 ... 04:45:22 04:45:22 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:45:22 #0 6.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:22 #0 7.743 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:22 #57 ... 04:45:22 04:45:22 #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:45:22 #0 5.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:22 #0 6.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:22 #58 ... 04:45:22 04:45:22 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:22 #39 ... 04:45:22 04:45:22 #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 04:45:22 #55 10.41 OK: 9 MiB in 15 packages 04:45:22 #55 DONE 12.7s 04:45:22 04:45:22 #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:45:22 #58 10.62 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:45:22 #58 10.62 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:45:22 #58 10.62 OK: 24049 distinct packages available 04:45:23 #58 ... 04:45:23 04:45:23 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:23 #59 ... 04:45:23 04:45:23 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:45:23 #60 ... 04:45:23 04:45:23 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:45:23 #61 ... 04:45:23 04:45:23 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:45:23 #62 ... 04:45:23 04:45:23 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:45:23 #63 ... 04:45:23 04:45:23 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:23 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 9.0s 04:45:24 #39 ... 04:45:24 04:45:24 #47 [security-spiffe-token-provider internal] load build context 04:45:24 #47 transferring context: 3.22MB 7.4s done 04:45:24 #47 DONE 9.3s 04:45:24 04:45:24 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:24 #39 ... 04:45:24 04:45:24 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 04:45:24 #56 10.74 Executing busybox-1.36.1-r29.trigger 04:45:24 #56 10.89 OK: 20 MiB in 18 packages 04:45:24 #56 DONE 12.3s 04:45:24 04:45:24 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:24 #39 ... 04:45:24 04:45:24 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:24 #59 DONE 11.3s 04:45:24 04:45:24 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:25 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.45MB / 33.17MB 10.0s 04:45:25 #39 ... 04:45:25 04:45:25 #64 [core-data internal] load build context 04:45:25 #64 ... 04:45:25 04:45:25 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:45:25 #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.7s done 04:45:25 #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 04:45:25 #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 04:45:25 #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 04:45:25 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 04:45:25 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 04:45:25 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 04:45:25 #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s done 04:45:25 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.57MB / 14.28MB 5.9s 04:45:25 #45 ... 04:45:25 04:45:25 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:25 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 04:45:25 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 04:45:25 #39 ... 04:45:25 04:45:25 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:45:25 #65 ... 04:45:25 04:45:25 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:45:25 #66 ... 04:45:25 04:45:25 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:45:25 #67 ... 04:45:25 04:45:25 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:26 #68 ... 04:45:26 04:45:26 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:45:26 #69 ... 04:45:26 04:45:26 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:45:26 #70 ... 04:45:26 04:45:26 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:26 #71 ... 04:45:26 04:45:26 #64 [core-data internal] load build context 04:45:26 #64 transferring context: 3.22MB 8.5s done 04:45:26 #64 DONE 11.7s 04:45:26 04:45:26 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:26 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 11.5s 04:45:27 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 12.8s 04:45:28 #39 ... 04:45:28 04:45:28 #58 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 04:45:28 #58 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:28 #58 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:28 #58 14.52 (1/5) Installing dumb-init (1.2.5-r3) 04:45:28 #58 14.52 (2/5) Installing musl-obstack (1.2.3-r2) 04:45:28 #58 14.64 (3/5) Installing libucontext (1.2-r3) 04:45:28 #58 14.64 (4/5) Installing gcompat (1.1.0-r4) 04:45:28 #58 14.64 (5/5) Installing openssl (3.3.3-r0) 04:45:28 #58 14.72 Executing busybox-1.36.1-r29.trigger 04:45:28 #58 14.82 OK: 10 MiB in 19 packages 04:45:28 #58 DONE 15.9s 04:45:28 04:45:28 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:28 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.76MB / 33.17MB 13.5s 04:45:28 #39 ... 04:45:28 04:45:28 #57 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 04:45:28 #57 11.00 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:45:28 #57 11.00 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:45:28 #57 11.00 OK: 24049 distinct packages available 04:45:28 #57 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:28 #57 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:28 #57 15.17 (1/4) Installing dumb-init (1.2.5-r3) 04:45:28 #57 15.17 (2/4) Installing musl-obstack (1.2.3-r2) 04:45:28 #57 15.17 (3/4) Installing libucontext (1.2-r3) 04:45:28 #57 15.17 (4/4) Installing gcompat (1.1.0-r4) 04:45:28 #57 15.19 Executing busybox-1.36.1-r29.trigger 04:45:28 #57 15.23 OK: 9 MiB in 18 packages 04:45:28 #57 DONE 16.2s 04:45:28 04:45:28 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:29 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.88MB / 33.17MB 14.7s 04:45:30 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 15.4s 04:45:31 #39 ... 04:45:31 04:45:31 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 04:45:31 #60 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:31 #60 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:31 #60 15.40 (1/3) Installing ca-certificates (20241121-r1) 04:45:31 #60 15.67 (2/3) Installing dumb-init (1.2.5-r3) 04:45:31 #60 15.68 (3/3) Installing tzdata (2025b-r0) 04:45:31 #60 16.21 Executing busybox-1.36.1-r29.trigger 04:45:31 #60 16.27 Executing ca-certificates-20241121-r1.trigger 04:45:31 #60 16.74 OK: 11 MiB in 17 packages 04:45:31 #60 DONE 17.9s 04:45:31 04:45:31 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:31 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 16.4s 04:45:32 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 17.2s 04:45:32 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 17.8s 04:45:33 #39 ... 04:45:33 04:45:33 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:45:33 #72 ... 04:45:33 04:45:33 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:33 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.4s done 04:45:34 #39 ... 04:45:34 04:45:34 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 04:45:34 #61 14.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:34 #61 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:34 #61 18.06 (1/7) Installing ca-certificates (20241121-r1) 04:45:34 #61 18.27 (2/7) Installing dumb-init (1.2.5-r3) 04:45:34 #61 18.31 (3/7) Installing libgcc (13.2.1_git20240309-r1) 04:45:34 #61 18.31 (4/7) Installing libsodium (1.0.19-r0) 04:45:34 #61 18.32 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 04:45:34 #61 18.55 (6/7) Installing libzmq (4.3.5-r2) 04:45:34 #61 18.59 (7/7) Installing zeromq (4.3.5-r2) 04:45:34 #61 18.63 Executing busybox-1.36.1-r29.trigger 04:45:34 #61 18.68 Executing ca-certificates-20241121-r1.trigger 04:45:34 #61 19.26 OK: 14 MiB in 21 packages 04:45:34 #61 DONE 20.7s 04:45:34 04:45:34 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:45:34 #73 ... 04:45:34 04:45:34 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:45:34 #74 ... 04:45:34 04:45:34 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:45:34 #65 19.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:34 #65 ... 04:45:34 04:45:34 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:45:34 #75 ... 04:45:34 04:45:34 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:45:34 #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 10.7s done 04:45:34 #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 04:45:34 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.5s 04:45:35 #45 ... 04:45:35 04:45:35 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 04:45:35 #63 16.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:35 #63 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:35 #63 20.32 (1/2) Installing dumb-init (1.2.5-r3) 04:45:35 #63 20.35 (2/2) Installing su-exec (0.2-r3) 04:45:35 #63 20.36 Executing busybox-1.36.1-r29.trigger 04:45:35 #63 20.52 OK: 9 MiB in 16 packages 04:45:35 #63 DONE 22.0s 04:45:35 04:45:35 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:35 #68 16.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:35 #68 17.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:36 #68 ... 04:45:36 04:45:36 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:36 #71 DONE 20.8s 04:45:36 04:45:36 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:45:38 #76 ... 04:45:38 04:45:38 #77 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:45:38 #77 ... 04:45:38 04:45:38 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:38 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 04:45:38 #39 ... 04:45:38 04:45:38 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:45:38 #78 ... 04:45:38 04:45:38 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:41 #39 ... 04:45:41 04:45:41 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:45:41 #0 9.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:41 #79 ... 04:45:41 04:45:41 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 04:45:41 #69 15.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:41 #69 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:41 #69 21.65 (1/1) Installing dumb-init (1.2.5-r3) 04:45:41 #69 21.71 Executing busybox-1.36.1-r29.trigger 04:45:41 #69 21.99 OK: 9 MiB in 15 packages 04:45:41 #69 DONE 25.4s 04:45:41 04:45:41 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:45:41 #80 ... 04:45:41 04:45:41 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:45:41 #62 18.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:41 #62 19.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:41 #62 24.35 (1/4) Installing ca-certificates (20241121-r1) 04:45:41 #62 24.67 (2/4) Installing dumb-init (1.2.5-r3) 04:45:41 #62 24.69 (3/4) Installing su-exec (0.2-r3) 04:45:41 #62 24.71 (4/4) Installing yq-go (4.44.1-r2) 04:45:41 #62 26.35 Executing busybox-1.36.1-r29.trigger 04:45:41 #62 26.54 Executing ca-certificates-20241121-r1.trigger 04:45:41 #62 27.66 OK: 20 MiB in 18 packages 04:45:41 #62 ... 04:45:41 04:45:41 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:43 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.2s 04:45:43 #39 ... 04:45:43 04:45:43 #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 04:45:43 #62 DONE 30.6s 04:45:43 04:45:43 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:45 #39 ... 04:45:45 04:45:45 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:45:45 #0 8.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:45 #81 ... 04:45:45 04:45:45 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:45:45 #65 19.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:45 #65 29.67 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:45:45 #65 29.67 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:45:45 #65 29.67 OK: 24049 distinct packages available 04:45:45 #65 ... 04:45:45 04:45:45 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:45:45 #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.1s done 04:45:45 #45 ... 04:45:45 04:45:45 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:45 #39 ... 04:45:45 04:45:45 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:45:45 #66 20.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:45 #66 22.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:45 #66 ... 04:45:45 04:45:45 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:45:45 #75 11.36 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:45 #75 13.22 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:46 #75 ... 04:45:46 04:45:46 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:45:46 #80 4.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:46 #80 ... 04:45:46 04:45:46 #48 [core-data builder 3/7] RUN apk add --update --no-cache make git 04:45:46 #48 21.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:46 #48 23.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:46 #48 ... 04:45:46 04:45:46 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:45:46 #74 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:46 #74 14.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:46 #74 ... 04:45:46 04:45:46 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:46 #39 ... 04:45:46 04:45:46 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:45:46 #70 21.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:46 #70 23.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:47 #70 ... 04:45:47 04:45:47 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:47 #68 21.29 v3.20.6-112-g7139c31afd5 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 04:45:47 #68 21.29 v3.20.6-115-ge3524b899d9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 04:45:47 #68 21.29 OK: 24049 distinct packages available 04:45:47 #68 22.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:47 #68 24.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:47 #68 ... 04:45:47 04:45:47 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:45:47 #67 21.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:47 #67 24.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:47 #67 ... 04:45:47 04:45:47 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:48 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.3s 04:45:49 #39 ... 04:45:49 04:45:49 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:45:49 #72 16.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:49 #72 18.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:49 #72 ... 04:45:49 04:45:49 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:45:49 #75 23.45 (1/1) Installing dumb-init (1.2.5-r3) 04:45:49 #75 24.41 Executing busybox-1.36.1-r29.trigger 04:45:49 #75 24.68 OK: 9 MiB in 15 packages 04:45:49 #75 ... 04:45:49 04:45:49 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 04:45:49 #66 32.09 OK: 239 MiB in 58 packages 04:45:49 #66 DONE 33.7s 04:45:49 04:45:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:49 #39 ... 04:45:49 04:45:49 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:45:49 #78 10.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:49 #78 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:49 #78 ... 04:45:49 04:45:49 #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ 04:45:49 #82 DONE 0.5s 04:45:49 04:45:49 #77 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 04:45:49 #77 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:49 #77 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:49 #77 ... 04:45:49 04:45:49 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:51 #39 ... 04:45:51 04:45:51 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 04:45:51 #75 DONE 26.8s 04:45:51 04:45:51 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:52 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.0s done 04:45:52 #39 ... 04:45:52 04:45:52 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:45:52 #76 5.718 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:52 #76 8.189 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:52 #76 ... 04:45:52 04:45:52 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 04:45:52 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.0s done 04:45:52 #39 ... 04:45:52 04:45:52 #48 [core-command builder 3/7] RUN apk add --update --no-cache make git 04:45:52 #48 35.04 OK: 239 MiB in 58 packages 04:45:52 #48 DONE 38.2s 04:45:52 04:45:52 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 04:45:52 #67 35.41 OK: 239 MiB in 58 packages 04:45:52 #67 DONE 37.4s 04:45:52 04:45:52 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:45:53 #83 ... 04:45:53 04:45:53 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:45:53 #73 9.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:53 #73 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:53 #73 ... 04:45:53 04:45:53 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:45:53 #79 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:53 #79 ... 04:45:53 04:45:53 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:53 #68 35.41 (1/14) Installing ca-certificates (20241121-r1) 04:45:53 #68 36.22 (2/14) Installing brotli-libs (1.1.0-r2) 04:45:53 #68 36.43 (3/14) Installing c-ares (1.33.1-r0) 04:45:53 #68 36.49 (4/14) Installing libunistring (1.2-r0) 04:45:53 #68 36.66 (5/14) Installing libidn2 (2.3.7-r0) 04:45:53 #68 36.69 (6/14) Installing nghttp2-libs (1.62.1-r0) 04:45:53 #68 36.76 (7/14) Installing libpsl (0.21.5-r1) 04:45:53 #68 36.85 (8/14) Installing zstd-libs (1.5.6-r0) 04:45:53 #68 36.96 (9/14) Installing libcurl (8.12.1-r0) 04:45:53 #68 37.10 (10/14) Installing curl (8.12.1-r0) 04:45:53 #68 37.21 (11/14) Installing dumb-init (1.2.5-r3) 04:45:53 #68 37.22 (12/14) Installing musl-obstack (1.2.3-r2) 04:45:53 #68 37.28 (13/14) Installing libucontext (1.2-r3) 04:45:53 #68 37.32 (14/14) Installing gcompat (1.1.0-r4) 04:45:53 #68 37.50 Executing busybox-1.36.1-r29.trigger 04:45:53 #68 ... 04:45:53 04:45:53 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 04:45:53 #72 28.39 OK: 9 MiB in 15 packages 04:45:53 #72 DONE 31.4s 04:45:53 04:45:53 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:53 #68 37.85 Executing ca-certificates-20241121-r1.trigger 04:45:53 #68 ... 04:45:53 04:45:53 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 04:45:53 #83 DONE 1.0s 04:45:53 04:45:53 #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ 04:45:53 #84 DONE 0.9s 04:45:53 04:45:53 #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:45:54 #85 ... 04:45:54 04:45:54 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:45:54 #0 4.106 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:54 #0 5.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:54 #86 ... 04:45:54 04:45:54 #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:45:54 #87 ... 04:45:54 04:45:54 #77 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 04:45:54 #77 24.38 OK: 10 MiB in 19 packages 04:45:54 #77 DONE 26.5s 04:45:55 04:45:55 #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:45:55 #88 ... 04:45:55 04:45:55 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 04:45:55 #74 28.16 OK: 20 MiB in 18 packages 04:45:55 #74 DONE 30.9s 04:45:55 04:45:55 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 04:45:55 #70 36.91 OK: 239 MiB in 58 packages 04:45:55 #70 DONE 39.9s 04:45:55 04:45:55 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:55 #68 39.66 OK: 15 MiB in 28 packages 04:45:55 #68 ... 04:45:55 04:45:55 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:45:55 #81 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:55 #81 ... 04:45:55 04:45:55 #89 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:45:55 #89 ... 04:45:55 04:45:55 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 04:45:55 #90 DONE 0.6s 04:45:56 04:45:56 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:45:56 #76 19.57 OK: 239 MiB in 58 packages 04:45:56 #76 ... 04:45:56 04:45:56 #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 04:45:56 #78 24.97 OK: 9 MiB in 18 packages 04:45:56 #78 DONE 27.5s 04:45:56 04:45:56 #89 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 04:45:56 #89 DONE 0.9s 04:45:56 04:45:56 #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:45:57 #91 ... 04:45:57 04:45:57 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:45:57 #80 6.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:57 #80 ... 04:45:57 04:45:57 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:45:57 #65 32.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:45:57 #65 34.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:45:57 #65 ... 04:45:57 04:45:57 #73 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 04:45:57 #73 21.06 OK: 14 MiB in 21 packages 04:45:57 #73 DONE 23.5s 04:45:57 04:45:57 #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 04:45:57 #88 DONE 2.9s 04:45:57 04:45:57 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:45:57 #81 21.86 OK: 9 MiB in 16 packages 04:45:58 #81 ... 04:45:58 04:45:58 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 04:45:58 #79 24.95 OK: 11 MiB in 17 packages 04:45:58 #79 DONE 26.8s 04:45:58 04:45:58 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 04:45:58 #76 DONE 21.6s 04:45:58 04:45:58 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:45:58 #92 ... 04:45:58 04:45:58 #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 04:45:58 #68 DONE 42.8s 04:45:58 04:45:58 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:45:59 #93 ... 04:45:59 04:45:59 #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 04:45:59 #81 DONE 23.7s 04:45:59 04:45:59 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:45:59 #94 ... 04:45:59 04:45:59 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 04:45:59 #80 16.58 OK: 9 MiB in 15 packages 04:45:59 #80 DONE 18.2s 04:45:59 04:45:59 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:45:59 #65 43.97 OK: 239 MiB in 58 packages 04:45:59 #65 ... 04:45:59 04:45:59 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:45:59 #95 ... 04:45:59 04:45:59 #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 04:45:59 #86 15.16 OK: 20 MiB in 18 packages 04:46:00 #86 DONE 16.0s 04:46:00 04:46:00 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:46:00 #96 ... 04:46:00 04:46:00 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 04:46:00 #97 DONE 2.3s 04:46:00 04:46:00 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 04:46:00 #65 DONE 45.0s 04:46:00 04:46:00 #98 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 04:46:02 #98 DONE 1.6s 04:46:02 04:46:02 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:46:05 #99 ... 04:46:05 04:46:05 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 04:46:05 #94 DONE 6.0s 04:46:05 04:46:05 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:46:05 #100 ... 04:46:05 04:46:05 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:46:05 #96 DONE 7.4s 04:46:05 04:46:05 #100 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 04:46:05 #100 DONE 0.3s 04:46:05 04:46:05 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:46:05 #101 ... 04:46:05 04:46:05 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:46:05 #92 DONE 7.6s 04:46:05 04:46:05 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 04:46:05 #102 DONE 8.0s 04:46:05 04:46:05 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:46:06 #103 ... 04:46:06 04:46:06 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 04:46:06 #101 DONE 0.5s 04:46:06 04:46:06 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 04:46:06 #104 DONE 0.2s 04:46:06 04:46:06 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 04:46:06 #105 DONE 0.3s 04:46:06 04:46:06 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 04:46:06 #103 DONE 0.2s 04:46:06 04:46:06 #106 [security-spire-config stage-2 6/10] COPY security.txt / 04:46:06 #106 ... 04:46:06 04:46:06 #107 [security-spire-server stage-2 6/9] COPY security.txt / 04:46:06 #107 DONE 0.2s 04:46:06 04:46:06 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 04:46:06 #108 DONE 0.3s 04:46:06 04:46:06 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:46:06 #109 ... 04:46:06 04:46:06 #106 [security-spire-config stage-2 6/10] COPY security.txt / 04:46:06 #106 DONE 0.4s 04:46:06 04:46:06 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 04:46:06 #109 DONE 0.3s 04:46:06 04:46:06 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:46:07 #110 ... 04:46:07 04:46:07 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 04:46:07 #111 DONE 0.3s 04:46:07 04:46:07 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 04:46:07 #112 DONE 0.3s 04:46:07 04:46:07 #110 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 04:46:07 #110 DONE 0.4s 04:46:07 04:46:07 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:46:07 #113 ... 04:46:07 04:46:07 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 04:46:07 #114 DONE 0.3s 04:46:07 04:46:07 #115 [security-spire-agent] exporting to image 04:46:07 #115 exporting layers 04:46:07 #115 ... 04:46:07 04:46:07 #116 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 04:46:07 #116 DONE 0.3s 04:46:07 04:46:07 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 04:46:07 #113 DONE 0.4s 04:46:07 04:46:07 #115 [security-spire-server] exporting to image 04:46:07 #115 ... 04:46:07 04:46:07 #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 04:46:07 #117 DONE 0.3s 04:46:07 04:46:07 #115 [security-spire-config] exporting to image 04:46:11 #115 exporting layers 3.9s done 04:46:11 #115 writing image sha256:26f7ac3c712966e998e61a090f83089ed7718c0f93d8e3d3bc424e8e41b6afc4 0.1s done 04:46:11 #115 naming to docker.io/library/security-spire-agent-arm64 04:46:11 #115 ... 04:46:11 04:46:11 #93 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 04:46:11 #93 6.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:46:11 #93 7.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:46:11 #93 11.78 OK: 15 MiB in 28 packages 04:46:11 #93 DONE 12.7s 04:46:11 04:46:11 #115 [security-spire-agent] exporting to image 04:46:11 #115 naming to docker.io/library/security-spire-agent-arm64 0.0s done 04:46:11 #115 exporting layers 4.0s done 04:46:11 #115 writing image sha256:fbcd9e5e65275cbd80861ab5e127fc42033f70286e60b35469ee8b9ef31e4301 0.0s done 04:46:11 #115 naming to docker.io/library/security-spire-server-arm64 04:46:11 #115 exporting layers 3.9s done 04:46:11 #115 naming to docker.io/library/security-spire-server-arm64 done 04:46:11 #115 writing image sha256:4cf86edd427b17c19d6915332d5bd06b41c957d7bc69697ac4700c311c0da32a 04:46:11 #115 writing image sha256:4cf86edd427b17c19d6915332d5bd06b41c957d7bc69697ac4700c311c0da32a done 04:46:11 #115 naming to docker.io/library/security-spire-config-arm64 done 04:46:11 #115 DONE 4.5s 04:46:11 04:46:11 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:46:16 #154 ... 04:46:16 04:46:16 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:46:16 #144 DONE 91.5s 04:46:16 04:46:16 #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:46:16 #143 DONE 91.5s 04:46:16 04:46:16 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:46:16 #155 DONE 0.3s 04:46:16 04:46:16 #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 04:46:16 #156 DONE 0.3s 04:46:16 04:46:16 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:46:16 #157 DONE 0.1s 04:46:16 04:46:16 #158 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 04:46:16 #158 DONE 0.3s 04:46:16 04:46:16 #159 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 04:46:16 #159 DONE 0.3s 04:46:16 04:46:16 #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 04:46:16 #160 DONE 0.2s 04:46:16 04:46:16 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 04:46:16 #161 DONE 1.2s 04:46:16 04:46:16 #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 04:46:16 #162 DONE 0.2s 04:46:16 04:46:16 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:16 #163 ... 04:46:16 04:46:16 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 04:46:16 #164 DONE 0.2s 04:46:16 04:46:16 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:46:16 #165 DONE 0.3s 04:46:16 04:46:16 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 04:46:16 #166 DONE 0.1s 04:46:16 04:46:16 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:46:17 #148 ... 04:46:17 04:46:17 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:46:17 #163 DONE 1.1s 04:46:17 04:46:17 #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/ 04:46:17 #167 DONE 0.0s 04:46:17 04:46:17 #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/ 04:46:17 #168 DONE 0.0s 04:46:17 04:46:17 #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/ 04:46:17 #169 DONE 0.1s 04:46:17 04:46:17 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:46:17 #170 DONE 0.2s 04:46:17 04:46:17 #110 [core-common-config-bootstrapper] exporting to image 04:46:17 #110 exporting layers 0.3s done 04:46:17 #110 writing image sha256:9bfde16eb2871417dec10644ca14d3f53bde3e292c9bfd93efaab546212336bd done 04:46:17 #110 naming to docker.io/library/core-common-config-bootstrapper done 04:46:17 #110 DONE 1.2s 04:46:17 04:46:17 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 04:46:18 #171 DONE 1.4s 04:46:18 04:46:18 #110 [security-bootstrapper] exporting to image 04:46:19 #110 exporting layers 0.4s done 04:46:19 #110 writing image sha256:fcfb67b85c1b9c168a27921c2e5a86677a5b9428127810b6e0992c5d29b95765 done 04:46:19 #110 naming to docker.io/library/security-bootstrapper done 04:46:19 #110 DONE 1.6s 04:46:19 04:46:19 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:47:15 #145 ... 04:47:15 04:47:15 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:47:15 #154 151.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:47:17 #154 ... 04:47:17 04:47:17 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:47:17 #145 DONE 154.6s 04:47:17 04:47:17 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:47:17 #146 DONE 154.6s 04:47:17 04:47:17 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:47:17 #149 DONE 154.6s 04:47:17 04:47:17 #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:47:17 #147 DONE 154.7s 04:47:17 04:47:17 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:47:17 #154 DONE 154.6s 04:47:17 04:47:17 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 04:47:17 #172 DONE 0.1s 04:47:17 04:47:17 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:47:18 #70 ... 04:47:18 04:47:18 #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:47:18 #173 ... 04:47:18 04:47:18 #174 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 04:47:18 #174 DONE 0.6s 04:47:18 04:47:18 #175 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:47:18 #175 CACHED 04:47:18 04:47:18 #176 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:47:18 #176 CACHED 04:47:18 04:47:18 #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 04:47:18 #173 DONE 0.6s 04:47:18 04:47:18 #177 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:47:18 #177 ... 04:47:18 04:47:18 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 04:47:18 #178 DONE 0.5s 04:47:18 04:47:18 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:47:18 #179 DONE 0.4s 04:47:18 04:47:18 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 04:47:18 #180 DONE 0.2s 04:47:18 04:47:18 #177 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 04:47:18 #177 DONE 0.3s 04:47:18 04:47:18 #181 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:47:18 #181 DONE 0.3s 04:47:18 04:47:18 #182 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:47:18 #182 DONE 0.3s 04:47:18 04:47:18 #183 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 04:47:18 #183 DONE 0.1s 04:47:18 04:47:18 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 04:47:18 #184 DONE 0.3s 04:47:18 04:47:18 #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 04:47:18 #185 DONE 0.1s 04:47:18 04:47:18 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 04:47:18 #186 DONE 0.1s 04:47:18 04:47:18 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:47:19 #187 ... 04:47:19 04:47:19 #188 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 04:47:19 #188 DONE 0.2s 04:47:19 04:47:19 #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:47:19 #189 DONE 0.2s 04:47:19 04:47:19 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 04:47:19 #190 DONE 0.2s 04:47:19 04:47:19 #110 [core-command] exporting to image 04:47:19 #110 exporting layers 0.2s done 04:47:19 #110 writing image sha256:d35b16711c7c1e887536c3ca1dd1bb1cf4f82b2aa60b3f9603fe10749d4a32ea 0.0s done 04:47:19 #110 naming to docker.io/library/core-command done 04:47:19 #110 DONE 1.9s 04:47:19 04:47:19 #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:47:19 #191 ... 04:47:19 04:47:19 #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 04:47:19 #187 DONE 0.3s 04:47:19 04:47:19 #192 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:47:19 #192 ... 04:47:19 04:47:19 #193 [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 04:47:19 #193 DONE 0.5s 04:47:19 04:47:19 #191 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 04:47:19 #191 DONE 0.5s 04:47:19 04:47:19 #192 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:47:19 #192 DONE 0.5s 04:47:19 04:47:19 #110 [security-spiffe-token-provider] exporting to image 04:47:20 #110 ... 04:47:20 04:47:20 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:20 #194 DONE 0.9s 04:47:20 04:47:20 #195 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 04:47:20 #195 DONE 0.4s 04:47:20 04:47:20 #196 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 04:47:20 #196 DONE 0.2s 04:47:20 04:47:20 #110 [security-proxy-auth] exporting to image 04:47:20 #110 exporting layers 0.5s done 04:47:20 #110 writing image sha256:9b030ec43d67ea35c032b178b84b3603778377cea828d861312c824263fe90b3 04:47:20 #110 ... 04:47:20 04:47:20 #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:47:20 #197 DONE 0.4s 04:47:20 04:47:20 #110 [security-spiffe-token-provider] exporting to image 04:47:20 #110 exporting layers 0.3s done 04:47:20 #110 writing image sha256:9b030ec43d67ea35c032b178b84b3603778377cea828d861312c824263fe90b3 0.1s done 04:47:20 #110 naming to docker.io/library/security-spiffe-token-provider done 04:47:20 #110 writing image sha256:99cd960d8173d487c7a1f0b81dc43975dbef6fd0e065f28e156a470d92ad3ddf done 04:47:20 #110 naming to docker.io/library/security-proxy-auth done 04:47:20 #110 DONE 2.7s 04:47:20 04:47:20 #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:47:20 #198 DONE 0.4s 04:47:20 04:47:20 #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:20 #199 ... 04:47:20 04:47:20 #200 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:47:20 #200 DONE 0.1s 04:47:21 04:47:21 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:21 #201 ... 04:47:21 04:47:21 #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:21 #199 DONE 1.1s 04:47:21 04:47:21 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:47:21 #148 DONE 158.2s 04:47:21 04:47:21 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 04:47:21 #202 DONE 0.1s 04:47:21 04:47:21 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 04:47:21 #203 DONE 0.2s 04:47:21 04:47:21 #110 [security-proxy-setup] exporting to image 04:47:21 #110 exporting layers 0.5s done 04:47:21 #110 ... 04:47:21 04:47:21 #201 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 04:47:21 #201 DONE 0.7s 04:47:21 04:47:21 #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:47:21 #204 DONE 0.2s 04:47:21 04:47:21 #110 [security-proxy-setup] exporting to image 04:47:21 #110 writing image sha256:425ea9c8682f2eeb21164b1171a892342b69172962c92760bf927bbd30eadcb0 done 04:47:21 #110 naming to docker.io/library/security-proxy-setup done 04:47:22 #110 ... 04:47:22 04:47:22 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:47:22 #150 DONE 158.9s 04:47:22 04:47:22 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 04:47:22 #205 DONE 0.2s 04:47:22 04:47:22 #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 04:47:22 #206 DONE 0.0s 04:47:22 04:47:22 #110 [core-metadata] exporting to image 04:47:22 #110 ... 04:47:22 04:47:22 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 04:47:22 #207 DONE 0.1s 04:47:22 04:47:22 #110 [core-metadata] exporting to image 04:47:22 #110 exporting layers 0.2s done 04:47:22 #110 writing image sha256:be9c6b1bbcbda713166d0319062f763ced67a07e42fa2d9cf0ce77167be8bbb4 04:47:22 #110 exporting layers 0.6s done 04:47:22 #110 writing image sha256:be9c6b1bbcbda713166d0319062f763ced67a07e42fa2d9cf0ce77167be8bbb4 done 04:47:22 #110 naming to docker.io/library/core-metadata done 04:47:22 #110 writing image sha256:8c70f5d25994992f68b59c4f4a0e1b5b1b08358aa956af26eaacd9d06b455ad2 done 04:47:22 #110 naming to docker.io/library/security-secretstore-setup done 04:47:22 #110 DONE 3.8s 04:47:22 04:47:22 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 04:47:22 #208 DONE 0.2s 04:47:22 04:47:22 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:47:22 #152 DONE 159.4s 04:47:22 04:47:22 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 04:47:22 #209 DONE 0.1s 04:47:22 04:47:22 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:47:22 #210 DONE 0.1s 04:47:22 04:47:22 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:47:22 #211 DONE 0.0s 04:47:22 04:47:22 #110 [core-keeper] exporting to image 04:47:22 #110 exporting layers 0.2s done 04:47:22 #110 writing image sha256:8a793c61c3375e5af5473ae2f4118519f22b39c3493e58a44dd5d55ce4c7174e done 04:47:22 #110 naming to docker.io/library/core-keeper done 04:47:22 #110 DONE 4.0s 04:47:22 04:47:22 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:47:22 #212 DONE 0.2s 04:47:22 04:47:22 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 04:47:23 #213 DONE 0.1s 04:47:23 04:47:23 #110 [core-data] exporting to image 04:47:23 #110 exporting layers 0.1s done 04:47:23 #110 writing image sha256:b2287671559d265b16f378e242af12e178f1bcd7c31db0a6da1cc343192f0ae7 done 04:47:23 #110 naming to docker.io/library/core-data done 04:47:23 #110 DONE 4.2s 04:47:23 04:47:23 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:47:25 #151 ... 04:47:25 04:47:25 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:47:25 #153 DONE 162.1s 04:47:25 04:47:25 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:47:25 #214 DONE 0.0s 04:47:25 04:47:25 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:47:25 #215 DONE 0.0s 04:47:25 04:47:25 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:47:25 #70 ... 04:47:25 04:47:25 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:47:25 #216 DONE 0.2s 04:47:25 04:47:25 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:47:25 #151 DONE 162.5s 04:47:25 04:47:25 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 04:47:25 #217 DONE 0.0s 04:47:25 04:47:25 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 04:47:25 #218 DONE 0.0s 04:47:25 04:47:25 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 04:47:25 #219 DONE 0.0s 04:47:25 04:47:25 #110 [support-scheduler] exporting to image 04:47:25 #110 ... 04:47:25 04:47:25 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:47:25 #220 DONE 0.1s 04:47:25 04:47:25 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 04:47:25 #221 DONE 0.0s 04:47:25 04:47:25 #110 [support-notifications] exporting to image 04:47:25 #110 writing image sha256:b621c852deed65cfb14bb0f248d51419d8fcd89b1b576e542897664e001fe83e done 04:47:25 #110 naming to docker.io/library/support-scheduler done 04:47:26 #110 exporting layers 0.2s done 04:47:26 #110 writing image sha256:44bcee2084a08085dffe95794f90cc01818db873f1cda558b5fbeddf8b590f2c done 04:47:26 #110 naming to docker.io/library/support-notifications done 04:47:26 #110 DONE 4.7s 04:47:26 04:47:26 #70 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 04:47:26 time="2025-04-21T04:43:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 04:47:26 $ docker stop --time=1 5f97a49215431ab2e17bf2a539fa937c1099036b87797a279f500c8b461a1249 04:47:27 $ docker rm -f --volumes 5f97a49215431ab2e17bf2a539fa937c1099036b87797a279f500c8b461a1249 [Pipeline] // withDockerContainer [Pipeline] sh 04:47:27 + docker images 04:47:27 REPOSITORY TAG IMAGE ID CREATED SIZE 04:47:27 support-notifications latest 44bcee2084a0 2 seconds ago 51.9MB 04:47:27 support-scheduler latest b621c852deed 2 seconds ago 48.4MB 04:47:27 core-keeper latest 8a793c61c337 5 seconds ago 32.2MB 04:47:27 core-data latest b2287671559d 5 seconds ago 32.5MB 04:47:27 core-metadata latest be9c6b1bbcbd 6 seconds ago 32.7MB 04:47:27 security-secretstore-setup latest 8c70f5d25994 6 seconds ago 68MB 04:47:27 security-proxy-setup latest 425ea9c8682f 6 seconds ago 38.3MB 04:47:27 security-proxy-auth latest 99cd960d8173 8 seconds ago 31.4MB 04:47:27 security-spiffe-token-provider latest 9b030ec43d67 8 seconds ago 47.2MB 04:47:27 core-command latest d35b16711c7c 9 seconds ago 28MB 04:47:27 security-bootstrapper latest fcfb67b85c1b About a minute ago 20.3MB 04:47:27 core-common-config-bootstrapper latest 9bfde16eb287 About a minute ago 17.1MB 04:47:27 security-spire-agent latest 386b17b450ba 3 minutes ago 195MB 04:47:27 security-spire-server latest fd233ead1892 3 minutes ago 149MB 04:47:27 security-spire-config latest 4dd1571f4d86 3 minutes ago 149MB 04:47:27 ci-base-image-x86_64 latest 5dc4158c8361 6 minutes ago 923MB 04:47:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 10 days ago 574MB 04:47:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 22 months ago 334MB 04:47:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:47:27 provisioning config files... 04:47:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/830@tmp/config2594228225006166001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:47:28 ---> ****-login.sh 04:47:28 nexus3.edgexfoundry.org:10001 04:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:28 Configure a credential helper to remove this warning. See 04:47:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:28 04:47:28 Login Succeeded 04:47:28 nexus3.edgexfoundry.org:10002 04:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:28 Configure a credential helper to remove this warning. See 04:47:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:28 04:47:28 Login Succeeded 04:47:28 nexus3.edgexfoundry.org:10003 04:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:28 Configure a credential helper to remove this warning. See 04:47:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:28 04:47:28 Login Succeeded 04:47:28 nexus3.edgexfoundry.org:10004 04:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:28 Configure a credential helper to remove this warning. See 04:47:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:28 04:47:28 Login Succeeded 04:47:28 ****.io 04:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:47:28 Configure a credential helper to remove this warning. See 04:47:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:47:28 04:47:28 Login Succeeded 04:47:28 ---> ****-login.sh ends [Pipeline] } 04:47:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 04:47:29 [edgeXDocker.push] Tagging docker image core-command with the following tags: 04:47:29 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:29 latest 04:47:29 4.1.0-dev.5 04:47:29 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:29 main 04:47:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:29 + docker push nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:47:29 0b6b59717f69: Preparing 04:47:29 e4003ea7a5c0: Preparing 04:47:29 a637abbe9bd9: Preparing 04:47:29 db950078b783: Preparing 04:47:29 90b8d3833d28: Preparing 04:47:29 fa7ba8b54391: Preparing 04:47:29 994456c4fd7b: Preparing 04:47:29 fa7ba8b54391: Waiting 04:47:29 994456c4fd7b: Waiting 04:47:29 0b6b59717f69: Pushed 04:47:29 90b8d3833d28: Pushed 04:47:29 a637abbe9bd9: Pushed 04:47:29 db950078b783: Pushed 04:47:29 994456c4fd7b: Layer already exists 04:47:29 fa7ba8b54391: Pushed 04:47:31 e4003ea7a5c0: Pushed 04:47:32 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:32 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:32 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 04:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:47:32 0b6b59717f69: Preparing 04:47:32 e4003ea7a5c0: Preparing 04:47:32 a637abbe9bd9: Preparing 04:47:32 db950078b783: Preparing 04:47:32 90b8d3833d28: Preparing 04:47:32 fa7ba8b54391: Preparing 04:47:32 994456c4fd7b: Preparing 04:47:32 fa7ba8b54391: Waiting 04:47:32 994456c4fd7b: Waiting 04:47:32 90b8d3833d28: Layer already exists 04:47:32 db950078b783: Layer already exists 04:47:32 a637abbe9bd9: Layer already exists 04:47:32 0b6b59717f69: Layer already exists 04:47:32 e4003ea7a5c0: Layer already exists 04:47:32 fa7ba8b54391: Layer already exists 04:47:32 994456c4fd7b: Layer already exists 04:47:32 latest: digest: sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:33 #118 ... 04:47:33 04:47:33 #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #85 DONE 93.1s 04:47:33 04:47:33 #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #95 DONE 97.1s 04:47:33 04:47:33 #99 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #99 DONE 86.5s 04:47:33 04:47:33 #91 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #91 DONE 90.8s 04:47:33 04:47:33 #87 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #87 DONE 93.2s 04:47:33 04:47:33 #119 [core-keeper builder 7/8] COPY . . 04:47:33 #119 ... 04:47:33 04:47:33 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #118 DONE 85.0s 04:47:33 04:47:33 #120 [security-spiffe-token-provider builder 6/7] COPY . . 04:47:33 #120 DONE 1.8s 04:47:33 04:47:33 #119 [core-keeper builder 7/8] COPY . . 04:47:33 #119 DONE 2.0s 04:47:33 04:47:33 #121 [support-scheduler builder 6/7] COPY . . 04:47:33 #121 DONE 2.0s 04:47:33 04:47:33 #122 [core-metadata builder 6/7] COPY . . 04:47:33 #122 DONE 2.0s 04:47:33 04:47:33 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:47:33 #123 ... 04:47:33 04:47:33 #124 [core-data builder 4/7] COPY go.mod vendor* ./ 04:47:33 #124 CACHED 04:47:33 04:47:33 #125 [core-data builder 6/7] COPY . . 04:47:33 #125 CACHED 04:47:33 04:47:33 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #126 CACHED 04:47:33 04:47:33 #127 [security-secretstore-setup builder 6/7] COPY . . 04:47:33 #127 CACHED 04:47:33 04:47:33 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 04:47:33 #128 CACHED 04:47:33 04:47:33 #129 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #129 CACHED 04:47:33 04:47:33 #130 [support-notifications builder 6/7] COPY . . 04:47:33 #130 DONE 2.1s 04:47:33 04:47:33 #131 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:47:33 #131 CACHED 04:47:33 04:47:33 #132 [security-bootstrapper builder 6/7] COPY . . 04:47:33 #132 CACHED 04:47:33 04:47:33 #133 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #133 CACHED 04:47:33 04:47:33 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 04:47:33 #134 CACHED 04:47:33 04:47:33 #135 [core-command builder 6/7] COPY . . 04:47:33 #135 CACHED 04:47:33 04:47:33 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #136 CACHED 04:47:33 04:47:33 #137 [security-proxy-setup builder 6/7] COPY . . 04:47:33 #137 DONE 1.9s 04:47:33 04:47:33 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #138 CACHED 04:47:33 04:47:33 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 04:47:33 #139 CACHED 04:47:33 04:47:33 #140 [security-proxy-auth builder 6/7] COPY . . 04:47:33 #140 CACHED 04:47:33 04:47:33 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:33 #141 CACHED 04:47:33 04:47:33 #142 [core-common-config-bootstrapper builder 6/7] COPY . . 04:47:33 #142 CACHED 04:47:33 04:47:33 #143 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 04:47:33 #143 CACHED 04:47:33 04:47:33 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:47:33 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 04:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:47:33 0b6b59717f69: Preparing 04:47:33 e4003ea7a5c0: Preparing 04:47:33 a637abbe9bd9: Preparing 04:47:33 db950078b783: Preparing 04:47:33 90b8d3833d28: Preparing 04:47:33 fa7ba8b54391: Preparing 04:47:33 994456c4fd7b: Preparing 04:47:33 fa7ba8b54391: Waiting 04:47:33 e4003ea7a5c0: Layer already exists 04:47:33 90b8d3833d28: Layer already exists 04:47:33 0b6b59717f69: Layer already exists 04:47:33 db950078b783: Layer already exists 04:47:33 a637abbe9bd9: Layer already exists 04:47:33 fa7ba8b54391: Layer already exists 04:47:33 994456c4fd7b: Layer already exists 04:47:33 4.1.0-dev.5: digest: sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:34 + docker push nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:47:34 0b6b59717f69: Preparing 04:47:34 e4003ea7a5c0: Preparing 04:47:34 a637abbe9bd9: Preparing 04:47:34 db950078b783: Preparing 04:47:34 90b8d3833d28: Preparing 04:47:34 fa7ba8b54391: Preparing 04:47:34 994456c4fd7b: Preparing 04:47:34 994456c4fd7b: Waiting 04:47:34 fa7ba8b54391: Waiting 04:47:34 0b6b59717f69: Layer already exists 04:47:34 e4003ea7a5c0: Layer already exists 04:47:34 a637abbe9bd9: Layer already exists 04:47:34 db950078b783: Layer already exists 04:47:34 90b8d3833d28: Layer already exists 04:47:34 fa7ba8b54391: Layer already exists 04:47:34 994456c4fd7b: Layer already exists 04:47:34 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:34 #144 ... 04:47:34 04:47:34 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 04:47:34 #0 5.110 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 04:47:34 #145 ... 04:47:34 04:47:34 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 04:47:34 #123 5.570 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 04:47:34 + docker push nexus3.edgexfoundry.org:10004/core-command:main 04:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 04:47:34 0b6b59717f69: Preparing 04:47:34 e4003ea7a5c0: Preparing 04:47:34 a637abbe9bd9: Preparing 04:47:34 db950078b783: Preparing 04:47:34 90b8d3833d28: Preparing 04:47:34 fa7ba8b54391: Preparing 04:47:34 994456c4fd7b: Preparing 04:47:34 fa7ba8b54391: Waiting 04:47:34 994456c4fd7b: Waiting 04:47:34 e4003ea7a5c0: Layer already exists 04:47:34 a637abbe9bd9: Layer already exists 04:47:34 db950078b783: Layer already exists 04:47:34 0b6b59717f69: Layer already exists 04:47:34 90b8d3833d28: Layer already exists 04:47:34 fa7ba8b54391: Layer already exists 04:47:34 994456c4fd7b: Layer already exists 04:47:34 main: digest: sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:34 ===================================================== [Pipeline] echo 04:47:34 taggedImages: 04:47:34 - nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:34 - nexus3.edgexfoundry.org:10004/core-command:latest 04:47:34 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 04:47:34 - nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:34 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 04:47:34 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 04:47:34 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:34 latest 04:47:34 4.1.0-dev.5 04:47:34 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:34 main 04:47:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:47:35 124b063b217e: Preparing 04:47:35 2d3540727bbb: Preparing 04:47:35 44a6ed92e424: Preparing 04:47:35 01fa60311540: Preparing 04:47:35 a637abbe9bd9: Preparing 04:47:35 db950078b783: Preparing 04:47:35 90b8d3833d28: Preparing 04:47:35 fa7ba8b54391: Preparing 04:47:35 994456c4fd7b: Preparing 04:47:35 994456c4fd7b: Waiting 04:47:35 90b8d3833d28: Waiting 04:47:35 fa7ba8b54391: Waiting 04:47:35 db950078b783: Waiting 04:47:35 a637abbe9bd9: Layer already exists 04:47:35 db950078b783: Layer already exists 04:47:35 90b8d3833d28: Layer already exists 04:47:35 2d3540727bbb: Pushed 04:47:35 fa7ba8b54391: Layer already exists 04:47:35 44a6ed92e424: Pushed 04:47:35 994456c4fd7b: Layer already exists 04:47:35 124b063b217e: Pushed 04:47:36 01fa60311540: Pushed 04:47:36 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47: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 04:47:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:47:37 124b063b217e: Preparing 04:47:37 2d3540727bbb: Preparing 04:47:37 44a6ed92e424: Preparing 04:47:37 01fa60311540: Preparing 04:47:37 a637abbe9bd9: Preparing 04:47:37 db950078b783: Preparing 04:47:37 90b8d3833d28: Preparing 04:47:37 fa7ba8b54391: Preparing 04:47:37 994456c4fd7b: Preparing 04:47:37 fa7ba8b54391: Waiting 04:47:37 db950078b783: Waiting 04:47:37 90b8d3833d28: Waiting 04:47:37 994456c4fd7b: Waiting 04:47:37 44a6ed92e424: Layer already exists 04:47:37 01fa60311540: Layer already exists 04:47:37 124b063b217e: Layer already exists 04:47:37 2d3540727bbb: Layer already exists 04:47:37 a637abbe9bd9: Layer already exists 04:47:37 db950078b783: Layer already exists 04:47:37 fa7ba8b54391: Layer already exists 04:47:37 90b8d3833d28: Layer already exists 04:47:37 994456c4fd7b: Layer already exists 04:47:37 latest: digest: sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 04:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:47:38 124b063b217e: Preparing 04:47:38 2d3540727bbb: Preparing 04:47:38 44a6ed92e424: Preparing 04:47:38 01fa60311540: Preparing 04:47:38 a637abbe9bd9: Preparing 04:47:38 db950078b783: Preparing 04:47:38 90b8d3833d28: Preparing 04:47:38 fa7ba8b54391: Preparing 04:47:38 994456c4fd7b: Preparing 04:47:38 db950078b783: Waiting 04:47:38 90b8d3833d28: Waiting 04:47:38 fa7ba8b54391: Waiting 04:47:38 994456c4fd7b: Waiting 04:47:38 2d3540727bbb: Layer already exists 04:47:38 a637abbe9bd9: Layer already exists 04:47:38 124b063b217e: Layer already exists 04:47:38 44a6ed92e424: Layer already exists 04:47:38 01fa60311540: Layer already exists 04:47:38 90b8d3833d28: Layer already exists 04:47:38 db950078b783: Layer already exists 04:47:38 fa7ba8b54391: Layer already exists 04:47:38 994456c4fd7b: Layer already exists 04:47:38 4.1.0-dev.5: digest: sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:47:38 124b063b217e: Preparing 04:47:38 2d3540727bbb: Preparing 04:47:38 44a6ed92e424: Preparing 04:47:38 01fa60311540: Preparing 04:47:38 a637abbe9bd9: Preparing 04:47:38 db950078b783: Preparing 04:47:38 90b8d3833d28: Preparing 04:47:38 fa7ba8b54391: Preparing 04:47:38 994456c4fd7b: Preparing 04:47:38 90b8d3833d28: Waiting 04:47:38 fa7ba8b54391: Waiting 04:47:38 994456c4fd7b: Waiting 04:47:38 db950078b783: Waiting 04:47:38 a637abbe9bd9: Layer already exists 04:47:38 44a6ed92e424: Layer already exists 04:47:38 01fa60311540: Layer already exists 04:47:38 124b063b217e: Layer already exists 04:47:38 2d3540727bbb: Layer already exists 04:47:38 db950078b783: Layer already exists 04:47:38 90b8d3833d28: Layer already exists 04:47:38 fa7ba8b54391: Layer already exists 04:47:38 994456c4fd7b: Layer already exists 04:47:38 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:38 #123 ... 04:47:38 04:47:38 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 04:47:38 #0 6.295 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 04:47: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 04:47:39 #146 ... 04:47:39 04:47:39 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 04:47:39 #0 5.558 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:47:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 04:47:39 124b063b217e: Preparing 04:47:39 2d3540727bbb: Preparing 04:47:39 44a6ed92e424: Preparing 04:47:39 01fa60311540: Preparing 04:47:39 a637abbe9bd9: Preparing 04:47:39 db950078b783: Preparing 04:47:39 90b8d3833d28: Preparing 04:47:39 fa7ba8b54391: Preparing 04:47:39 994456c4fd7b: Preparing 04:47:39 fa7ba8b54391: Waiting 04:47:39 db950078b783: Waiting 04:47:39 994456c4fd7b: Waiting 04:47:39 01fa60311540: Layer already exists 04:47:39 44a6ed92e424: Layer already exists 04:47:39 2d3540727bbb: Layer already exists 04:47:39 a637abbe9bd9: Layer already exists 04:47:39 124b063b217e: Layer already exists 04:47:39 90b8d3833d28: Layer already exists 04:47:39 db950078b783: Layer already exists 04:47:39 fa7ba8b54391: Layer already exists 04:47:39 994456c4fd7b: Layer already exists 04:47:39 main: digest: sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 04:47:39 #147 ... 04:47:39 04:47:39 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 04:47:39 #0 3.791 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 04:47:39 #148 ... 04:47:39 04:47:39 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:47:39 #0 5.888 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] echo 04:47:39 ===================================================== [Pipeline] echo 04:47:39 taggedImages: 04:47:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:47:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 04:47:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:39 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 04:47:39 [edgeXDocker.push] Tagging docker image core-data with the following tags: 04:47:39 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:39 latest 04:47:39 4.1.0-dev.5 04:47:39 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:39 main 04:47:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:39 #149 ... 04:47:39 04:47:39 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 04:47:39 #0 4.850 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:39 #150 ... 04:47:39 04:47:39 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 04:47:39 #0 4.834 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 04:47:39 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:40 #151 ... 04:47:40 04:47:40 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 04:47:40 #0 6.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:47:40 + docker push nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:47:40 9b55ce0dd0ef: Preparing 04:47:40 43235fe59f03: Preparing 04:47:40 a637abbe9bd9: Preparing 04:47:40 db950078b783: Preparing 04:47:40 90b8d3833d28: Preparing 04:47:40 fa7ba8b54391: Preparing 04:47:40 994456c4fd7b: Preparing 04:47:40 fa7ba8b54391: Waiting 04:47:40 994456c4fd7b: Waiting 04:47:40 90b8d3833d28: Layer already exists 04:47:40 db950078b783: Layer already exists 04:47:40 a637abbe9bd9: Layer already exists 04:47:40 fa7ba8b54391: Layer already exists 04:47:40 994456c4fd7b: Layer already exists 04:47:40 9b55ce0dd0ef: Pushed 04:47:40 #152 ... 04:47:40 04:47:40 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 04:47:40 #0 5.929 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 04:47:40 #153 ... 04:47:40 04:47:40 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 04:47:40 #0 6.218 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 04:47:40 #154 ... 04:47:40 04:47:40 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 04:47:40 #144 6.556 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:47:42 43235fe59f03: Pushed 04:47:43 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:43 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:43 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 04:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:47:43 9b55ce0dd0ef: Preparing 04:47:43 43235fe59f03: Preparing 04:47:43 a637abbe9bd9: Preparing 04:47:43 db950078b783: Preparing 04:47:43 90b8d3833d28: Preparing 04:47:43 fa7ba8b54391: Preparing 04:47:43 994456c4fd7b: Preparing 04:47:43 fa7ba8b54391: Waiting 04:47:43 994456c4fd7b: Waiting 04:47:43 90b8d3833d28: Layer already exists 04:47:43 43235fe59f03: Layer already exists 04:47:43 db950078b783: Layer already exists 04:47:43 9b55ce0dd0ef: Layer already exists 04:47:43 a637abbe9bd9: Layer already exists 04:47:43 994456c4fd7b: Layer already exists 04:47:43 fa7ba8b54391: Layer already exists 04:47:43 latest: digest: sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:44 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 04:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:47:44 9b55ce0dd0ef: Preparing 04:47:44 43235fe59f03: Preparing 04:47:44 a637abbe9bd9: Preparing 04:47:44 db950078b783: Preparing 04:47:44 90b8d3833d28: Preparing 04:47:44 fa7ba8b54391: Preparing 04:47:44 994456c4fd7b: Preparing 04:47:44 fa7ba8b54391: Waiting 04:47:44 994456c4fd7b: Waiting 04:47:44 9b55ce0dd0ef: Layer already exists 04:47:44 db950078b783: Layer already exists 04:47:44 90b8d3833d28: Layer already exists 04:47:44 43235fe59f03: Layer already exists 04:47:44 a637abbe9bd9: Layer already exists 04:47:44 994456c4fd7b: Layer already exists 04:47:44 fa7ba8b54391: Layer already exists 04:47:44 4.1.0-dev.5: digest: sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:45 + docker push nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:47:45 9b55ce0dd0ef: Preparing 04:47:45 43235fe59f03: Preparing 04:47:45 a637abbe9bd9: Preparing 04:47:45 db950078b783: Preparing 04:47:45 90b8d3833d28: Preparing 04:47:45 fa7ba8b54391: Preparing 04:47:45 994456c4fd7b: Preparing 04:47:45 fa7ba8b54391: Waiting 04:47:45 994456c4fd7b: Waiting 04:47:45 db950078b783: Layer already exists 04:47:45 a637abbe9bd9: Layer already exists 04:47:45 90b8d3833d28: Layer already exists 04:47:45 43235fe59f03: Layer already exists 04:47:45 9b55ce0dd0ef: Layer already exists 04:47:45 fa7ba8b54391: Layer already exists 04:47:45 994456c4fd7b: Layer already exists 04:47:45 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:45 + docker push nexus3.edgexfoundry.org:10004/core-data:main 04:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 04:47:45 9b55ce0dd0ef: Preparing 04:47:45 43235fe59f03: Preparing 04:47:45 a637abbe9bd9: Preparing 04:47:45 db950078b783: Preparing 04:47:45 90b8d3833d28: Preparing 04:47:45 fa7ba8b54391: Preparing 04:47:45 994456c4fd7b: Preparing 04:47:45 fa7ba8b54391: Waiting 04:47:45 a637abbe9bd9: Layer already exists 04:47:45 9b55ce0dd0ef: Layer already exists 04:47:45 43235fe59f03: Layer already exists 04:47:45 db950078b783: Layer already exists 04:47:45 90b8d3833d28: Layer already exists 04:47:45 fa7ba8b54391: Layer already exists 04:47:45 994456c4fd7b: Layer already exists 04:47:45 main: digest: sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:45 ===================================================== [Pipeline] echo 04:47:45 taggedImages: 04:47:45 - nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:45 - nexus3.edgexfoundry.org:10004/core-data:latest 04:47:45 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 04:47:45 - nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:45 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 04:47:45 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 04:47:45 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:45 latest 04:47:45 4.1.0-dev.5 04:47:45 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:45 main 04:47:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:47:46 08f1b44de680: Preparing 04:47:46 7c75696b9546: Preparing 04:47:46 db950078b783: Preparing 04:47:46 e19eb8653c8c: Preparing 04:47:46 c438b65eb4f4: Preparing 04:47:46 994456c4fd7b: Preparing 04:47:46 994456c4fd7b: Waiting 04:47:46 db950078b783: Layer already exists 04:47:46 994456c4fd7b: Layer already exists 04:47:46 c438b65eb4f4: Pushed 04:47:46 e19eb8653c8c: Pushed 04:47:46 08f1b44de680: Pushed 04:47:49 7c75696b9546: Pushed 04:47:49 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 04:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:47:49 08f1b44de680: Preparing 04:47:49 7c75696b9546: Preparing 04:47:49 db950078b783: Preparing 04:47:49 e19eb8653c8c: Preparing 04:47:49 c438b65eb4f4: Preparing 04:47:49 994456c4fd7b: Preparing 04:47:49 994456c4fd7b: Waiting 04:47:49 db950078b783: Layer already exists 04:47:49 e19eb8653c8c: Layer already exists 04:47:49 7c75696b9546: Layer already exists 04:47:49 08f1b44de680: Layer already exists 04:47:49 c438b65eb4f4: Layer already exists 04:47:49 994456c4fd7b: Layer already exists 04:47:49 latest: digest: sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 04:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:47:50 08f1b44de680: Preparing 04:47:50 7c75696b9546: Preparing 04:47:50 db950078b783: Preparing 04:47:50 e19eb8653c8c: Preparing 04:47:50 c438b65eb4f4: Preparing 04:47:50 994456c4fd7b: Preparing 04:47:50 994456c4fd7b: Waiting 04:47:50 c438b65eb4f4: Layer already exists 04:47:50 db950078b783: Layer already exists 04:47:50 7c75696b9546: Layer already exists 04:47:50 08f1b44de680: Layer already exists 04:47:50 e19eb8653c8c: Layer already exists 04:47:50 994456c4fd7b: Layer already exists 04:47:50 4.1.0-dev.5: digest: sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:47:51 08f1b44de680: Preparing 04:47:51 7c75696b9546: Preparing 04:47:51 db950078b783: Preparing 04:47:51 e19eb8653c8c: Preparing 04:47:51 c438b65eb4f4: Preparing 04:47:51 994456c4fd7b: Preparing 04:47:51 c438b65eb4f4: Layer already exists 04:47:51 e19eb8653c8c: Layer already exists 04:47:51 7c75696b9546: Layer already exists 04:47:51 08f1b44de680: Layer already exists 04:47:51 db950078b783: Layer already exists 04:47:51 994456c4fd7b: Layer already exists 04:47:51 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:51 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 04:47:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 04:47:51 08f1b44de680: Preparing 04:47:51 7c75696b9546: Preparing 04:47:51 db950078b783: Preparing 04:47:51 e19eb8653c8c: Preparing 04:47:51 c438b65eb4f4: Preparing 04:47:51 994456c4fd7b: Preparing 04:47:51 e19eb8653c8c: Layer already exists 04:47:51 c438b65eb4f4: Layer already exists 04:47:51 db950078b783: Layer already exists 04:47:51 7c75696b9546: Layer already exists 04:47:51 08f1b44de680: Layer already exists 04:47:51 994456c4fd7b: Layer already exists 04:47:51 main: digest: sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:51 ===================================================== [Pipeline] echo 04:47:51 taggedImages: 04:47:51 - nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:51 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:47:51 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 04:47:51 - nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:51 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 04:47:51 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 04:47:51 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:51 latest 04:47:51 4.1.0-dev.5 04:47:51 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:51 main 04:47:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:47:52 fb3663969fa2: Preparing 04:47:52 caa97519d678: Preparing 04:47:52 4813883072ea: Preparing 04:47:52 a637abbe9bd9: Preparing 04:47:52 db950078b783: Preparing 04:47:52 90b8d3833d28: Preparing 04:47:52 fa7ba8b54391: Preparing 04:47:52 994456c4fd7b: Preparing 04:47:52 90b8d3833d28: Waiting 04:47:52 fa7ba8b54391: Waiting 04:47:52 994456c4fd7b: Waiting 04:47:52 a637abbe9bd9: Layer already exists 04:47:52 db950078b783: Layer already exists 04:47:52 90b8d3833d28: Layer already exists 04:47:52 fa7ba8b54391: Layer already exists 04:47:52 994456c4fd7b: Layer already exists 04:47:52 caa97519d678: Pushed 04:47:52 fb3663969fa2: Pushed 04:47:54 4813883072ea: Pushed 04:47:54 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 04:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:47:55 fb3663969fa2: Preparing 04:47:55 caa97519d678: Preparing 04:47:55 4813883072ea: Preparing 04:47:55 a637abbe9bd9: Preparing 04:47:55 db950078b783: Preparing 04:47:55 90b8d3833d28: Preparing 04:47:55 fa7ba8b54391: Preparing 04:47:55 994456c4fd7b: Preparing 04:47:55 fa7ba8b54391: Waiting 04:47:55 994456c4fd7b: Waiting 04:47:55 90b8d3833d28: Waiting 04:47:55 4813883072ea: Layer already exists 04:47:55 caa97519d678: Layer already exists 04:47:55 db950078b783: Layer already exists 04:47:55 a637abbe9bd9: Layer already exists 04:47:55 fb3663969fa2: Layer already exists 04:47:55 fa7ba8b54391: Layer already exists 04:47:55 90b8d3833d28: Layer already exists 04:47:55 994456c4fd7b: Layer already exists 04:47:55 latest: digest: sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 04:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:47:56 fb3663969fa2: Preparing 04:47:56 caa97519d678: Preparing 04:47:56 4813883072ea: Preparing 04:47:56 a637abbe9bd9: Preparing 04:47:56 db950078b783: Preparing 04:47:56 90b8d3833d28: Preparing 04:47:56 fa7ba8b54391: Preparing 04:47:56 994456c4fd7b: Preparing 04:47:56 fa7ba8b54391: Waiting 04:47:56 994456c4fd7b: Waiting 04:47:56 90b8d3833d28: Waiting 04:47:56 caa97519d678: Layer already exists 04:47:56 a637abbe9bd9: Layer already exists 04:47:56 fb3663969fa2: Layer already exists 04:47:56 db950078b783: Layer already exists 04:47:56 4813883072ea: Layer already exists 04:47:56 90b8d3833d28: Layer already exists 04:47:56 994456c4fd7b: Layer already exists 04:47:56 fa7ba8b54391: Layer already exists 04:47:56 4.1.0-dev.5: digest: sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:47:57 fb3663969fa2: Preparing 04:47:57 caa97519d678: Preparing 04:47:57 4813883072ea: Preparing 04:47:57 a637abbe9bd9: Preparing 04:47:57 db950078b783: Preparing 04:47:57 90b8d3833d28: Preparing 04:47:57 fa7ba8b54391: Preparing 04:47:57 994456c4fd7b: Preparing 04:47:57 90b8d3833d28: Waiting 04:47:57 fa7ba8b54391: Waiting 04:47:57 994456c4fd7b: Waiting 04:47:57 a637abbe9bd9: Layer already exists 04:47:57 db950078b783: Layer already exists 04:47:57 4813883072ea: Layer already exists 04:47:57 fb3663969fa2: Layer already exists 04:47:57 caa97519d678: Layer already exists 04:47:57 fa7ba8b54391: Layer already exists 04:47:57 994456c4fd7b: Layer already exists 04:47:57 90b8d3833d28: Layer already exists 04:47:57 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 04:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 04:47:57 fb3663969fa2: Preparing 04:47:57 caa97519d678: Preparing 04:47:57 4813883072ea: Preparing 04:47:57 a637abbe9bd9: Preparing 04:47:57 db950078b783: Preparing 04:47:57 90b8d3833d28: Preparing 04:47:57 fa7ba8b54391: Preparing 04:47:57 90b8d3833d28: Waiting 04:47:57 fa7ba8b54391: Waiting 04:47:57 994456c4fd7b: Preparing 04:47:57 994456c4fd7b: Waiting 04:47:57 db950078b783: Layer already exists 04:47:57 a637abbe9bd9: Layer already exists 04:47:57 fb3663969fa2: Layer already exists 04:47:57 caa97519d678: Layer already exists 04:47:57 4813883072ea: Layer already exists 04:47:57 fa7ba8b54391: Layer already exists 04:47:57 994456c4fd7b: Layer already exists 04:47:57 90b8d3833d28: Layer already exists 04:47:57 main: digest: sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:47:57 ===================================================== [Pipeline] echo 04:47:57 taggedImages: 04:47:57 - nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:57 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:47:57 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 04:47:57 - nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:57 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 04:47:57 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 04:47:57 580d767449178ed974b9cdc199fef803bb3ff70c 04:47:57 latest 04:47:57 4.1.0-dev.5 04:47:57 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:47:57 main 04:47:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:47:58 451428b75ad3: Preparing 04:47:58 12b2e2cc91e9: Preparing 04:47:58 783d980bff26: Preparing 04:47:58 39af1aa8e9db: Preparing 04:47:58 7fd00ae7ba04: Preparing 04:47:58 1799d6a15879: Preparing 04:47:58 3b9e1700d307: Preparing 04:47:58 a637abbe9bd9: Preparing 04:47:58 db950078b783: Preparing 04:47:58 93996446971b: Preparing 04:47:58 b64ee265787d: Preparing 04:47:58 5f70bf18a086: Preparing 04:47:58 a6f7cc15f939: Preparing 04:47:58 da766d6f67ee: Preparing 04:47:58 a3e7af62f545: Preparing 04:47:58 994456c4fd7b: Preparing 04:47:58 da766d6f67ee: Waiting 04:47:58 a3e7af62f545: Waiting 04:47:58 1799d6a15879: Waiting 04:47:58 b64ee265787d: Waiting 04:47:58 994456c4fd7b: Waiting 04:47:58 3b9e1700d307: Waiting 04:47:58 a637abbe9bd9: Waiting 04:47:58 5f70bf18a086: Waiting 04:47:58 93996446971b: Waiting 04:47:58 a6f7cc15f939: Waiting 04:47:58 db950078b783: Waiting 04:47:58 783d980bff26: Pushed 04:47:58 39af1aa8e9db: Pushed 04:47:58 451428b75ad3: Pushed 04:47:58 12b2e2cc91e9: Pushed 04:47:58 7fd00ae7ba04: Pushed 04:47:58 a637abbe9bd9: Layer already exists 04:47:58 db950078b783: Layer already exists 04:47:58 5f70bf18a086: Layer already exists 04:47:58 93996446971b: Pushed 04:47:58 1799d6a15879: Pushed 04:47:58 b64ee265787d: Pushed 04:47:58 a6f7cc15f939: Pushed 04:47:58 994456c4fd7b: Layer already exists 04:47:58 da766d6f67ee: Pushed 04:47:58 a3e7af62f545: Pushed 04:48:00 3b9e1700d307: Pushed 04:48:00 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:48:00 451428b75ad3: Preparing 04:48:00 12b2e2cc91e9: Preparing 04:48:00 783d980bff26: Preparing 04:48:00 39af1aa8e9db: Preparing 04:48:00 7fd00ae7ba04: Preparing 04:48:00 1799d6a15879: Preparing 04:48:00 3b9e1700d307: Preparing 04:48:00 a637abbe9bd9: Preparing 04:48:00 db950078b783: Preparing 04:48:00 93996446971b: Preparing 04:48:00 b64ee265787d: Preparing 04:48:00 5f70bf18a086: Preparing 04:48:00 a6f7cc15f939: Preparing 04:48:00 da766d6f67ee: Preparing 04:48:00 a3e7af62f545: Preparing 04:48:00 994456c4fd7b: Preparing 04:48:00 1799d6a15879: Waiting 04:48:00 db950078b783: Waiting 04:48:00 93996446971b: Waiting 04:48:00 b64ee265787d: Waiting 04:48:00 5f70bf18a086: Waiting 04:48:00 a6f7cc15f939: Waiting 04:48:00 da766d6f67ee: Waiting 04:48:00 a3e7af62f545: Waiting 04:48:00 3b9e1700d307: Waiting 04:48:00 994456c4fd7b: Waiting 04:48:00 a637abbe9bd9: Waiting 04:48:00 451428b75ad3: Layer already exists 04:48:00 12b2e2cc91e9: Layer already exists 04:48:00 39af1aa8e9db: Layer already exists 04:48:00 783d980bff26: Layer already exists 04:48:00 7fd00ae7ba04: Layer already exists 04:48:00 a637abbe9bd9: Layer already exists 04:48:00 1799d6a15879: Layer already exists 04:48:00 3b9e1700d307: Layer already exists 04:48:00 db950078b783: Layer already exists 04:48:00 93996446971b: Layer already exists 04:48:00 b64ee265787d: Layer already exists 04:48:00 5f70bf18a086: Layer already exists 04:48:00 a3e7af62f545: Layer already exists 04:48:00 da766d6f67ee: Layer already exists 04:48:00 a6f7cc15f939: Layer already exists 04:48:00 994456c4fd7b: Layer already exists 04:48:00 latest: digest: sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 04:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:48:01 451428b75ad3: Preparing 04:48:01 12b2e2cc91e9: Preparing 04:48:01 783d980bff26: Preparing 04:48:01 39af1aa8e9db: Preparing 04:48:01 7fd00ae7ba04: Preparing 04:48:01 1799d6a15879: Preparing 04:48:01 3b9e1700d307: Preparing 04:48:01 a637abbe9bd9: Preparing 04:48:01 db950078b783: Preparing 04:48:01 93996446971b: Preparing 04:48:01 b64ee265787d: Preparing 04:48:01 5f70bf18a086: Preparing 04:48:01 a6f7cc15f939: Preparing 04:48:01 da766d6f67ee: Preparing 04:48:01 a3e7af62f545: Preparing 04:48:01 994456c4fd7b: Preparing 04:48:01 b64ee265787d: Waiting 04:48:01 da766d6f67ee: Waiting 04:48:01 5f70bf18a086: Waiting 04:48:01 a6f7cc15f939: Waiting 04:48:01 a3e7af62f545: Waiting 04:48:01 994456c4fd7b: Waiting 04:48:01 1799d6a15879: Waiting 04:48:01 a637abbe9bd9: Waiting 04:48:01 3b9e1700d307: Waiting 04:48:01 db950078b783: Waiting 04:48:01 93996446971b: Waiting 04:48:01 783d980bff26: Layer already exists 04:48:01 7fd00ae7ba04: Layer already exists 04:48:01 12b2e2cc91e9: Layer already exists 04:48:01 39af1aa8e9db: Layer already exists 04:48:01 451428b75ad3: Layer already exists 04:48:01 1799d6a15879: Layer already exists 04:48:01 3b9e1700d307: Layer already exists 04:48:01 a637abbe9bd9: Layer already exists 04:48:01 93996446971b: Layer already exists 04:48:01 db950078b783: Layer already exists 04:48:01 b64ee265787d: Layer already exists 04:48:01 a6f7cc15f939: Layer already exists 04:48:01 a3e7af62f545: Layer already exists 04:48:01 5f70bf18a086: Layer already exists 04:48:01 da766d6f67ee: Layer already exists 04:48:01 994456c4fd7b: Layer already exists 04:48:01 4.1.0-dev.5: digest: sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:48:02 451428b75ad3: Preparing 04:48:02 12b2e2cc91e9: Preparing 04:48:02 783d980bff26: Preparing 04:48:02 39af1aa8e9db: Preparing 04:48:02 7fd00ae7ba04: Preparing 04:48:02 1799d6a15879: Preparing 04:48:02 3b9e1700d307: Preparing 04:48:02 a637abbe9bd9: Preparing 04:48:02 db950078b783: Preparing 04:48:02 93996446971b: Preparing 04:48:02 b64ee265787d: Preparing 04:48:02 5f70bf18a086: Preparing 04:48:02 a6f7cc15f939: Preparing 04:48:02 da766d6f67ee: Preparing 04:48:02 a3e7af62f545: Preparing 04:48:02 994456c4fd7b: Preparing 04:48:02 1799d6a15879: Waiting 04:48:02 3b9e1700d307: Waiting 04:48:02 a637abbe9bd9: Waiting 04:48:02 db950078b783: Waiting 04:48:02 93996446971b: Waiting 04:48:02 b64ee265787d: Waiting 04:48:02 5f70bf18a086: Waiting 04:48:02 a6f7cc15f939: Waiting 04:48:02 da766d6f67ee: Waiting 04:48:02 a3e7af62f545: Waiting 04:48:02 994456c4fd7b: Waiting 04:48:02 12b2e2cc91e9: Layer already exists 04:48:02 7fd00ae7ba04: Layer already exists 04:48:02 451428b75ad3: Layer already exists 04:48:02 39af1aa8e9db: Layer already exists 04:48:02 783d980bff26: Layer already exists 04:48:02 1799d6a15879: Layer already exists 04:48:02 3b9e1700d307: Layer already exists 04:48:02 a637abbe9bd9: Layer already exists 04:48:02 db950078b783: Layer already exists 04:48:02 93996446971b: Layer already exists 04:48:02 b64ee265787d: Layer already exists 04:48:02 a6f7cc15f939: Layer already exists 04:48:02 5f70bf18a086: Layer already exists 04:48:02 da766d6f67ee: Layer already exists 04:48:02 a3e7af62f545: Layer already exists 04:48:02 994456c4fd7b: Layer already exists 04:48:02 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 04:48:02 451428b75ad3: Preparing 04:48:02 12b2e2cc91e9: Preparing 04:48:02 783d980bff26: Preparing 04:48:02 39af1aa8e9db: Preparing 04:48:02 7fd00ae7ba04: Preparing 04:48:02 1799d6a15879: Preparing 04:48:02 3b9e1700d307: Preparing 04:48:02 a637abbe9bd9: Preparing 04:48:02 db950078b783: Preparing 04:48:02 93996446971b: Preparing 04:48:02 b64ee265787d: Preparing 04:48:02 5f70bf18a086: Preparing 04:48:02 a6f7cc15f939: Preparing 04:48:02 da766d6f67ee: Preparing 04:48:02 a3e7af62f545: Preparing 04:48:02 994456c4fd7b: Preparing 04:48:02 93996446971b: Waiting 04:48:02 da766d6f67ee: Waiting 04:48:02 b64ee265787d: Waiting 04:48:02 3b9e1700d307: Waiting 04:48:02 5f70bf18a086: Waiting 04:48:02 a637abbe9bd9: Waiting 04:48:02 a6f7cc15f939: Waiting 04:48:02 db950078b783: Waiting 04:48:02 a3e7af62f545: Waiting 04:48:02 994456c4fd7b: Waiting 04:48:02 1799d6a15879: Waiting 04:48:02 783d980bff26: Layer already exists 04:48:02 451428b75ad3: Layer already exists 04:48:02 7fd00ae7ba04: Layer already exists 04:48:02 12b2e2cc91e9: Layer already exists 04:48:02 39af1aa8e9db: Layer already exists 04:48:02 3b9e1700d307: Layer already exists 04:48:02 db950078b783: Layer already exists 04:48:02 a637abbe9bd9: Layer already exists 04:48:02 1799d6a15879: Layer already exists 04:48:02 5f70bf18a086: Layer already exists 04:48:02 93996446971b: Layer already exists 04:48:02 b64ee265787d: Layer already exists 04:48:02 a6f7cc15f939: Layer already exists 04:48:02 a3e7af62f545: Layer already exists 04:48:02 da766d6f67ee: Layer already exists 04:48:02 994456c4fd7b: Layer already exists 04:48:02 main: digest: sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:02 ===================================================== [Pipeline] echo 04:48:02 taggedImages: 04:48:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:48:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 04:48:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 04:48:02 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 04:48:02 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:02 latest 04:48:02 4.1.0-dev.5 04:48:02 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:02 main 04:48:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:48:03 a0aeef1f6e7f: Preparing 04:48:03 e3b1c908766d: Preparing 04:48:03 5a964584db0a: Preparing 04:48:03 3caede816825: Preparing 04:48:03 a637abbe9bd9: Preparing 04:48:03 db950078b783: Preparing 04:48:03 90b8d3833d28: Preparing 04:48:03 fa7ba8b54391: Preparing 04:48:03 994456c4fd7b: Preparing 04:48:03 90b8d3833d28: Waiting 04:48:03 db950078b783: Waiting 04:48:03 fa7ba8b54391: Waiting 04:48:03 994456c4fd7b: Waiting 04:48:03 a637abbe9bd9: Layer already exists 04:48:03 db950078b783: Layer already exists 04:48:03 90b8d3833d28: Layer already exists 04:48:03 fa7ba8b54391: Layer already exists 04:48:03 994456c4fd7b: Layer already exists 04:48:03 a0aeef1f6e7f: Pushed 04:48:03 5a964584db0a: Pushed 04:48:03 e3b1c908766d: Pushed 04:48:06 3caede816825: Pushed 04:48:06 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:06 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:48:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:48:06 a0aeef1f6e7f: Preparing 04:48:06 e3b1c908766d: Preparing 04:48:06 5a964584db0a: Preparing 04:48:06 3caede816825: Preparing 04:48:06 a637abbe9bd9: Preparing 04:48:06 db950078b783: Preparing 04:48:06 90b8d3833d28: Preparing 04:48:06 fa7ba8b54391: Preparing 04:48:06 994456c4fd7b: Preparing 04:48:06 90b8d3833d28: Waiting 04:48:06 fa7ba8b54391: Waiting 04:48:06 db950078b783: Waiting 04:48:06 994456c4fd7b: Waiting 04:48:06 a0aeef1f6e7f: Layer already exists 04:48:06 a637abbe9bd9: Layer already exists 04:48:06 3caede816825: Layer already exists 04:48:06 5a964584db0a: Layer already exists 04:48:06 e3b1c908766d: Layer already exists 04:48:06 db950078b783: Layer already exists 04:48:06 90b8d3833d28: Layer already exists 04:48:06 fa7ba8b54391: Layer already exists 04:48:06 994456c4fd7b: Layer already exists 04:48:06 latest: digest: sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 04:48:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:48:07 a0aeef1f6e7f: Preparing 04:48:07 e3b1c908766d: Preparing 04:48:07 5a964584db0a: Preparing 04:48:07 3caede816825: Preparing 04:48:07 a637abbe9bd9: Preparing 04:48:07 db950078b783: Preparing 04:48:07 90b8d3833d28: Preparing 04:48:07 fa7ba8b54391: Preparing 04:48:07 994456c4fd7b: Preparing 04:48:07 90b8d3833d28: Waiting 04:48:07 fa7ba8b54391: Waiting 04:48:07 db950078b783: Waiting 04:48:07 e3b1c908766d: Layer already exists 04:48:07 3caede816825: Layer already exists 04:48:07 5a964584db0a: Layer already exists 04:48:07 a0aeef1f6e7f: Layer already exists 04:48:07 a637abbe9bd9: Layer already exists 04:48:07 90b8d3833d28: Layer already exists 04:48:07 db950078b783: Layer already exists 04:48:07 fa7ba8b54391: Layer already exists 04:48:07 994456c4fd7b: Layer already exists 04:48:07 4.1.0-dev.5: digest: sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:48:08 a0aeef1f6e7f: Preparing 04:48:08 e3b1c908766d: Preparing 04:48:08 5a964584db0a: Preparing 04:48:08 3caede816825: Preparing 04:48:08 a637abbe9bd9: Preparing 04:48:08 db950078b783: Preparing 04:48:08 90b8d3833d28: Preparing 04:48:08 fa7ba8b54391: Preparing 04:48:08 994456c4fd7b: Preparing 04:48:08 db950078b783: Waiting 04:48:08 90b8d3833d28: Waiting 04:48:08 994456c4fd7b: Waiting 04:48:08 fa7ba8b54391: Waiting 04:48:08 3caede816825: Layer already exists 04:48:08 a0aeef1f6e7f: Layer already exists 04:48:08 5a964584db0a: Layer already exists 04:48:08 a637abbe9bd9: Layer already exists 04:48:08 e3b1c908766d: Layer already exists 04:48:08 90b8d3833d28: Layer already exists 04:48:08 db950078b783: Layer already exists 04:48:08 fa7ba8b54391: Layer already exists 04:48:08 994456c4fd7b: Layer already exists 04:48:08 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:08 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:48:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 04:48:08 a0aeef1f6e7f: Preparing 04:48:08 e3b1c908766d: Preparing 04:48:08 5a964584db0a: Preparing 04:48:08 3caede816825: Preparing 04:48:08 a637abbe9bd9: Preparing 04:48:08 db950078b783: Preparing 04:48:08 90b8d3833d28: Preparing 04:48:08 fa7ba8b54391: Preparing 04:48:08 994456c4fd7b: Preparing 04:48:08 db950078b783: Waiting 04:48:08 90b8d3833d28: Waiting 04:48:08 fa7ba8b54391: Waiting 04:48:08 994456c4fd7b: Waiting 04:48:08 a0aeef1f6e7f: Layer already exists 04:48:08 3caede816825: Layer already exists 04:48:08 a637abbe9bd9: Layer already exists 04:48:08 5a964584db0a: Layer already exists 04:48:08 e3b1c908766d: Layer already exists 04:48:08 db950078b783: Layer already exists 04:48:08 90b8d3833d28: Layer already exists 04:48:08 fa7ba8b54391: Layer already exists 04:48:08 994456c4fd7b: Layer already exists 04:48:08 main: digest: sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:08 ===================================================== [Pipeline] echo 04:48:08 taggedImages: 04:48:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:48:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 04:48:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 04:48:08 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 04:48:08 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:08 latest 04:48:08 4.1.0-dev.5 04:48:08 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:08 main 04:48:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:48:09 b036e349991b: Preparing 04:48:09 6128bad977c1: Preparing 04:48:09 086382939487: Preparing 04:48:09 73f6da7e6b2a: Preparing 04:48:09 4eab324ad8f6: Preparing 04:48:09 a637abbe9bd9: Preparing 04:48:09 db950078b783: Preparing 04:48:09 2c4920352468: Preparing 04:48:09 1ad1f63e74b9: Preparing 04:48:09 b45db17002be: Preparing 04:48:09 994456c4fd7b: Preparing 04:48:09 a637abbe9bd9: Waiting 04:48:09 2c4920352468: Waiting 04:48:09 1ad1f63e74b9: Waiting 04:48:09 b45db17002be: Waiting 04:48:09 994456c4fd7b: Waiting 04:48:09 db950078b783: Waiting 04:48:09 6128bad977c1: Pushed 04:48:09 4eab324ad8f6: Pushed 04:48:09 b036e349991b: Pushed 04:48:09 73f6da7e6b2a: Pushed 04:48:09 a637abbe9bd9: Layer already exists 04:48:09 db950078b783: Layer already exists 04:48:09 994456c4fd7b: Layer already exists 04:48:09 2c4920352468: Pushed 04:48:09 1ad1f63e74b9: Pushed 04:48:11 b45db17002be: Pushed 04:48:11 086382939487: Pushed 04:48:11 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:48:12 b036e349991b: Preparing 04:48:12 6128bad977c1: Preparing 04:48:12 086382939487: Preparing 04:48:12 73f6da7e6b2a: Preparing 04:48:12 4eab324ad8f6: Preparing 04:48:12 a637abbe9bd9: Preparing 04:48:12 db950078b783: Preparing 04:48:12 2c4920352468: Preparing 04:48:12 1ad1f63e74b9: Preparing 04:48:12 b45db17002be: Preparing 04:48:12 994456c4fd7b: Preparing 04:48:12 a637abbe9bd9: Waiting 04:48:12 1ad1f63e74b9: Waiting 04:48:12 b45db17002be: Waiting 04:48:12 db950078b783: Waiting 04:48:12 2c4920352468: Waiting 04:48:12 994456c4fd7b: Waiting 04:48:12 b036e349991b: Layer already exists 04:48:12 4eab324ad8f6: Layer already exists 04:48:12 086382939487: Layer already exists 04:48:12 73f6da7e6b2a: Layer already exists 04:48:12 6128bad977c1: Layer already exists 04:48:12 a637abbe9bd9: Layer already exists 04:48:12 1ad1f63e74b9: Layer already exists 04:48:12 2c4920352468: Layer already exists 04:48:12 db950078b783: Layer already exists 04:48:12 b45db17002be: Layer already exists 04:48:12 994456c4fd7b: Layer already exists 04:48:12 latest: digest: sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:12 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 04:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:48:12 b036e349991b: Preparing 04:48:12 6128bad977c1: Preparing 04:48:12 086382939487: Preparing 04:48:12 73f6da7e6b2a: Preparing 04:48:12 4eab324ad8f6: Preparing 04:48:12 a637abbe9bd9: Preparing 04:48:12 db950078b783: Preparing 04:48:12 2c4920352468: Preparing 04:48:12 1ad1f63e74b9: Preparing 04:48:12 b45db17002be: Preparing 04:48:12 994456c4fd7b: Preparing 04:48:12 a637abbe9bd9: Waiting 04:48:12 db950078b783: Waiting 04:48:12 2c4920352468: Waiting 04:48:12 1ad1f63e74b9: Waiting 04:48:12 b45db17002be: Waiting 04:48:12 994456c4fd7b: Waiting 04:48:12 6128bad977c1: Layer already exists 04:48:12 73f6da7e6b2a: Layer already exists 04:48:12 086382939487: Layer already exists 04:48:12 b036e349991b: Layer already exists 04:48:12 4eab324ad8f6: Layer already exists 04:48:12 db950078b783: Layer already exists 04:48:12 a637abbe9bd9: Layer already exists 04:48:12 2c4920352468: Layer already exists 04:48:12 1ad1f63e74b9: Layer already exists 04:48:12 b45db17002be: Layer already exists 04:48:12 994456c4fd7b: Layer already exists 04:48:12 4.1.0-dev.5: digest: sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:13 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:48:13 b036e349991b: Preparing 04:48:13 6128bad977c1: Preparing 04:48:13 086382939487: Preparing 04:48:13 73f6da7e6b2a: Preparing 04:48:13 4eab324ad8f6: Preparing 04:48:13 a637abbe9bd9: Preparing 04:48:13 db950078b783: Preparing 04:48:13 2c4920352468: Preparing 04:48:13 1ad1f63e74b9: Preparing 04:48:13 b45db17002be: Preparing 04:48:13 994456c4fd7b: Preparing 04:48:13 a637abbe9bd9: Waiting 04:48:13 db950078b783: Waiting 04:48:13 2c4920352468: Waiting 04:48:13 1ad1f63e74b9: Waiting 04:48:13 b45db17002be: Waiting 04:48:13 994456c4fd7b: Waiting 04:48:13 6128bad977c1: Layer already exists 04:48:13 73f6da7e6b2a: Layer already exists 04:48:13 086382939487: Layer already exists 04:48:13 4eab324ad8f6: Layer already exists 04:48:13 b036e349991b: Layer already exists 04:48:13 db950078b783: Layer already exists 04:48:13 2c4920352468: Layer already exists 04:48:13 a637abbe9bd9: Layer already exists 04:48:13 b45db17002be: Layer already exists 04:48:13 1ad1f63e74b9: Layer already exists 04:48:13 994456c4fd7b: Layer already exists 04:48:13 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:14 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:48:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 04:48:14 b036e349991b: Preparing 04:48:14 6128bad977c1: Preparing 04:48:14 086382939487: Preparing 04:48:14 73f6da7e6b2a: Preparing 04:48:14 4eab324ad8f6: Preparing 04:48:14 a637abbe9bd9: Preparing 04:48:14 db950078b783: Preparing 04:48:14 2c4920352468: Preparing 04:48:14 1ad1f63e74b9: Preparing 04:48:14 b45db17002be: Preparing 04:48:14 994456c4fd7b: Preparing 04:48:14 db950078b783: Waiting 04:48:14 2c4920352468: Waiting 04:48:14 1ad1f63e74b9: Waiting 04:48:14 b45db17002be: Waiting 04:48:14 994456c4fd7b: Waiting 04:48:14 a637abbe9bd9: Waiting 04:48:14 73f6da7e6b2a: Layer already exists 04:48:14 6128bad977c1: Layer already exists 04:48:14 086382939487: Layer already exists 04:48:14 b036e349991b: Layer already exists 04:48:14 4eab324ad8f6: Layer already exists 04:48:14 db950078b783: Layer already exists 04:48:14 2c4920352468: Layer already exists 04:48:14 a637abbe9bd9: Layer already exists 04:48:14 b45db17002be: Layer already exists 04:48:14 1ad1f63e74b9: Layer already exists 04:48:14 994456c4fd7b: Layer already exists 04:48:14 main: digest: sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:14 ===================================================== [Pipeline] echo 04:48:14 taggedImages: 04:48:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:48:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 04:48:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 04:48:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 04:48:14 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:14 latest 04:48:14 4.1.0-dev.5 04:48:14 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:14 main 04:48:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:14 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:48:15 29bf95692025: Preparing 04:48:15 a99ee8249009: Preparing 04:48:15 28fd4f2da76a: Preparing 04:48:15 e0ba81c05b39: Preparing 04:48:15 c5702e5bed8f: Preparing 04:48:15 96ecc4028945: Preparing 04:48:15 b60274209f82: Preparing 04:48:15 a637abbe9bd9: Preparing 04:48:15 db950078b783: Preparing 04:48:15 4699444fd308: Preparing 04:48:15 b8afe9b09470: Preparing 04:48:15 994456c4fd7b: Preparing 04:48:15 a637abbe9bd9: Waiting 04:48:15 db950078b783: Waiting 04:48:15 b8afe9b09470: Waiting 04:48:15 994456c4fd7b: Waiting 04:48:15 4699444fd308: Waiting 04:48:15 b60274209f82: Waiting 04:48:15 96ecc4028945: Waiting 04:48:15 a99ee8249009: Pushed 04:48:15 c5702e5bed8f: Pushed 04:48:15 29bf95692025: Pushed 04:48:15 a637abbe9bd9: Layer already exists 04:48:15 db950078b783: Layer already exists 04:48:15 b60274209f82: Pushed 04:48:15 96ecc4028945: Pushed 04:48:15 4699444fd308: Pushed 04:48:15 994456c4fd7b: Layer already exists 04:48:16 b8afe9b09470: Pushed 04:48:17 e0ba81c05b39: Pushed 04:48:18 28fd4f2da76a: Pushed 04:48:18 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:48:18 29bf95692025: Preparing 04:48:18 a99ee8249009: Preparing 04:48:18 28fd4f2da76a: Preparing 04:48:18 e0ba81c05b39: Preparing 04:48:18 c5702e5bed8f: Preparing 04:48:18 96ecc4028945: Preparing 04:48:18 b60274209f82: Preparing 04:48:18 a637abbe9bd9: Preparing 04:48:18 db950078b783: Preparing 04:48:18 4699444fd308: Preparing 04:48:18 a637abbe9bd9: Waiting 04:48:18 b8afe9b09470: Preparing 04:48:18 994456c4fd7b: Preparing 04:48:18 4699444fd308: Waiting 04:48:18 b8afe9b09470: Waiting 04:48:18 994456c4fd7b: Waiting 04:48:18 c5702e5bed8f: Layer already exists 04:48:18 28fd4f2da76a: Layer already exists 04:48:18 29bf95692025: Layer already exists 04:48:18 e0ba81c05b39: Layer already exists 04:48:18 a99ee8249009: Layer already exists 04:48:18 96ecc4028945: Layer already exists 04:48:18 a637abbe9bd9: Layer already exists 04:48:18 b60274209f82: Layer already exists 04:48:18 4699444fd308: Layer already exists 04:48:18 db950078b783: Layer already exists 04:48:18 994456c4fd7b: Layer already exists 04:48:18 b8afe9b09470: Layer already exists 04:48:18 latest: digest: sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 04:48:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:48:19 29bf95692025: Preparing 04:48:19 a99ee8249009: Preparing 04:48:19 28fd4f2da76a: Preparing 04:48:19 e0ba81c05b39: Preparing 04:48:19 c5702e5bed8f: Preparing 04:48:19 96ecc4028945: Preparing 04:48:19 b60274209f82: Preparing 04:48:19 96ecc4028945: Waiting 04:48:19 a637abbe9bd9: Preparing 04:48:19 db950078b783: Preparing 04:48:19 b60274209f82: Waiting 04:48:19 4699444fd308: Preparing 04:48:19 db950078b783: Waiting 04:48:19 b8afe9b09470: Preparing 04:48:19 994456c4fd7b: Preparing 04:48:19 4699444fd308: Waiting 04:48:19 994456c4fd7b: Waiting 04:48:19 e0ba81c05b39: Layer already exists 04:48:19 28fd4f2da76a: Layer already exists 04:48:19 c5702e5bed8f: Layer already exists 04:48:19 a99ee8249009: Layer already exists 04:48:19 29bf95692025: Layer already exists 04:48:19 b60274209f82: Layer already exists 04:48:19 db950078b783: Layer already exists 04:48:19 96ecc4028945: Layer already exists 04:48:19 a637abbe9bd9: Layer already exists 04:48:19 4699444fd308: Layer already exists 04:48:19 b8afe9b09470: Layer already exists 04:48:19 994456c4fd7b: Layer already exists 04:48:19 4.1.0-dev.5: digest: sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:19 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:48:20 29bf95692025: Preparing 04:48:20 a99ee8249009: Preparing 04:48:20 28fd4f2da76a: Preparing 04:48:20 e0ba81c05b39: Preparing 04:48:20 c5702e5bed8f: Preparing 04:48:20 96ecc4028945: Preparing 04:48:20 b60274209f82: Preparing 04:48:20 a637abbe9bd9: Preparing 04:48:20 db950078b783: Preparing 04:48:20 4699444fd308: Preparing 04:48:20 b8afe9b09470: Preparing 04:48:20 994456c4fd7b: Preparing 04:48:20 db950078b783: Waiting 04:48:20 4699444fd308: Waiting 04:48:20 b8afe9b09470: Waiting 04:48:20 96ecc4028945: Waiting 04:48:20 a637abbe9bd9: Waiting 04:48:20 994456c4fd7b: Waiting 04:48:20 b60274209f82: Waiting 04:48:20 c5702e5bed8f: Layer already exists 04:48:20 a99ee8249009: Layer already exists 04:48:20 28fd4f2da76a: Layer already exists 04:48:20 e0ba81c05b39: Layer already exists 04:48:20 29bf95692025: Layer already exists 04:48:20 96ecc4028945: Layer already exists 04:48:20 b60274209f82: Layer already exists 04:48:20 4699444fd308: Layer already exists 04:48:20 a637abbe9bd9: Layer already exists 04:48:20 db950078b783: Layer already exists 04:48:20 b8afe9b09470: Layer already exists 04:48:20 994456c4fd7b: Layer already exists 04:48:20 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:20 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 04:48:20 29bf95692025: Preparing 04:48:20 a99ee8249009: Preparing 04:48:20 28fd4f2da76a: Preparing 04:48:20 e0ba81c05b39: Preparing 04:48:20 c5702e5bed8f: Preparing 04:48:20 96ecc4028945: Preparing 04:48:20 b60274209f82: Preparing 04:48:20 a637abbe9bd9: Preparing 04:48:20 db950078b783: Preparing 04:48:20 4699444fd308: Preparing 04:48:20 b8afe9b09470: Preparing 04:48:20 994456c4fd7b: Preparing 04:48:20 db950078b783: Waiting 04:48:20 b8afe9b09470: Waiting 04:48:20 96ecc4028945: Waiting 04:48:20 4699444fd308: Waiting 04:48:20 b60274209f82: Waiting 04:48:20 994456c4fd7b: Waiting 04:48:20 a99ee8249009: Layer already exists 04:48:20 29bf95692025: Layer already exists 04:48:20 c5702e5bed8f: Layer already exists 04:48:20 e0ba81c05b39: Layer already exists 04:48:20 28fd4f2da76a: Layer already exists 04:48:20 b60274209f82: Layer already exists 04:48:20 96ecc4028945: Layer already exists 04:48:20 db950078b783: Layer already exists 04:48:20 a637abbe9bd9: Layer already exists 04:48:20 4699444fd308: Layer already exists 04:48:20 994456c4fd7b: Layer already exists 04:48:20 b8afe9b09470: Layer already exists 04:48:20 main: digest: sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:20 ===================================================== [Pipeline] echo 04:48:20 taggedImages: 04:48:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:48:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 04:48:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:20 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 04:48:20 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 04:48:20 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:20 latest 04:48:20 4.1.0-dev.5 04:48:20 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:20 main 04:48:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:21 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:48:21 973979bbf191: Preparing 04:48:21 73713fc9f938: Preparing 04:48:21 a637abbe9bd9: Preparing 04:48:21 db950078b783: Preparing 04:48:21 2c822192fd8f: Preparing 04:48:21 4992b42d43bd: Preparing 04:48:21 994456c4fd7b: Preparing 04:48:21 994456c4fd7b: Waiting 04:48:21 4992b42d43bd: Waiting 04:48:21 a637abbe9bd9: Layer already exists 04:48:21 db950078b783: Layer already exists 04:48:21 994456c4fd7b: Layer already exists 04:48:21 2c822192fd8f: Pushed 04:48:21 973979bbf191: Pushed 04:48:22 4992b42d43bd: Pushed 04:48:25 73713fc9f938: Pushed 04:48:25 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:25 + 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 04:48:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:48:25 973979bbf191: Preparing 04:48:25 73713fc9f938: Preparing 04:48:25 a637abbe9bd9: Preparing 04:48:25 db950078b783: Preparing 04:48:25 2c822192fd8f: Preparing 04:48:25 4992b42d43bd: Preparing 04:48:25 994456c4fd7b: Preparing 04:48:25 4992b42d43bd: Waiting 04:48:25 994456c4fd7b: Waiting 04:48:25 973979bbf191: Layer already exists 04:48:25 73713fc9f938: Layer already exists 04:48:25 db950078b783: Layer already exists 04:48:25 a637abbe9bd9: Layer already exists 04:48:25 2c822192fd8f: Layer already exists 04:48:25 4992b42d43bd: Layer already exists 04:48:25 994456c4fd7b: Layer already exists 04:48:25 latest: digest: sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 04:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:48:26 973979bbf191: Preparing 04:48:26 73713fc9f938: Preparing 04:48:26 a637abbe9bd9: Preparing 04:48:26 db950078b783: Preparing 04:48:26 2c822192fd8f: Preparing 04:48:26 4992b42d43bd: Preparing 04:48:26 994456c4fd7b: Preparing 04:48:26 4992b42d43bd: Waiting 04:48:26 994456c4fd7b: Waiting 04:48:26 73713fc9f938: Layer already exists 04:48:26 db950078b783: Layer already exists 04:48:26 2c822192fd8f: Layer already exists 04:48:26 a637abbe9bd9: Layer already exists 04:48:26 973979bbf191: Layer already exists 04:48:26 4992b42d43bd: Layer already exists 04:48:26 994456c4fd7b: Layer already exists 04:48:26 4.1.0-dev.5: digest: sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:26 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:48:27 973979bbf191: Preparing 04:48:27 73713fc9f938: Preparing 04:48:27 a637abbe9bd9: Preparing 04:48:27 db950078b783: Preparing 04:48:27 2c822192fd8f: Preparing 04:48:27 4992b42d43bd: Preparing 04:48:27 994456c4fd7b: Preparing 04:48:27 4992b42d43bd: Waiting 04:48:27 994456c4fd7b: Waiting 04:48:27 a637abbe9bd9: Layer already exists 04:48:27 973979bbf191: Layer already exists 04:48:27 73713fc9f938: Layer already exists 04:48:27 2c822192fd8f: Layer already exists 04:48:27 db950078b783: Layer already exists 04:48:27 4992b42d43bd: Layer already exists 04:48:27 994456c4fd7b: Layer already exists 04:48:27 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:27 + 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 04:48:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 04:48:27 973979bbf191: Preparing 04:48:27 73713fc9f938: Preparing 04:48:27 a637abbe9bd9: Preparing 04:48:27 db950078b783: Preparing 04:48:27 2c822192fd8f: Preparing 04:48:27 4992b42d43bd: Preparing 04:48:27 994456c4fd7b: Preparing 04:48:27 4992b42d43bd: Waiting 04:48:27 994456c4fd7b: Waiting 04:48:27 2c822192fd8f: Layer already exists 04:48:27 73713fc9f938: Layer already exists 04:48:27 db950078b783: Layer already exists 04:48:27 973979bbf191: Layer already exists 04:48:27 a637abbe9bd9: Layer already exists 04:48:27 4992b42d43bd: Layer already exists 04:48:27 994456c4fd7b: Layer already exists 04:48:27 main: digest: sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:27 ===================================================== [Pipeline] echo 04:48:27 taggedImages: 04:48:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:48:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 04:48:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:27 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 04:48:27 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 04:48:27 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:27 latest 04:48:27 4.1.0-dev.5 04:48:27 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:27 main 04:48:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:48:28 6c4fec91a61c: Preparing 04:48:28 a1d021fe2718: Preparing 04:48:28 25f1c5a7c387: Preparing 04:48:28 a637abbe9bd9: Preparing 04:48:28 db950078b783: Preparing 04:48:28 af3014b292af: Preparing 04:48:28 1d08a666f285: Preparing 04:48:28 5c1729cdf78e: Preparing 04:48:28 98b5af524383: Preparing 04:48:28 994456c4fd7b: Preparing 04:48:28 af3014b292af: Waiting 04:48:28 5c1729cdf78e: Waiting 04:48:28 1d08a666f285: Waiting 04:48:28 98b5af524383: Waiting 04:48:28 db950078b783: Layer already exists 04:48:28 a637abbe9bd9: Layer already exists 04:48:28 a1d021fe2718: Pushed 04:48:28 6c4fec91a61c: Pushed 04:48:28 25f1c5a7c387: Pushed 04:48:28 994456c4fd7b: Layer already exists 04:48:28 5c1729cdf78e: Pushed 04:48:29 98b5af524383: Pushed 04:48:33 1d08a666f285: Pushed 04:48:39 af3014b292af: Pushed 04:48:39 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:48:40 6c4fec91a61c: Preparing 04:48:40 a1d021fe2718: Preparing 04:48:40 25f1c5a7c387: Preparing 04:48:40 a637abbe9bd9: Preparing 04:48:40 db950078b783: Preparing 04:48:40 af3014b292af: Preparing 04:48:40 1d08a666f285: Preparing 04:48:40 5c1729cdf78e: Preparing 04:48:40 98b5af524383: Preparing 04:48:40 994456c4fd7b: Preparing 04:48:40 98b5af524383: Waiting 04:48:40 994456c4fd7b: Waiting 04:48:40 af3014b292af: Waiting 04:48:40 5c1729cdf78e: Waiting 04:48:40 db950078b783: Layer already exists 04:48:40 25f1c5a7c387: Layer already exists 04:48:40 6c4fec91a61c: Layer already exists 04:48:40 a637abbe9bd9: Layer already exists 04:48:40 a1d021fe2718: Layer already exists 04:48:40 5c1729cdf78e: Layer already exists 04:48:40 af3014b292af: Layer already exists 04:48:40 1d08a666f285: Layer already exists 04:48:40 98b5af524383: Layer already exists 04:48:40 994456c4fd7b: Layer already exists 04:48:40 latest: digest: sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 04:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:48:41 6c4fec91a61c: Preparing 04:48:41 a1d021fe2718: Preparing 04:48:41 25f1c5a7c387: Preparing 04:48:41 a637abbe9bd9: Preparing 04:48:41 db950078b783: Preparing 04:48:41 af3014b292af: Preparing 04:48:41 1d08a666f285: Preparing 04:48:41 5c1729cdf78e: Preparing 04:48:41 98b5af524383: Preparing 04:48:41 994456c4fd7b: Preparing 04:48:41 af3014b292af: Waiting 04:48:41 1d08a666f285: Waiting 04:48:41 5c1729cdf78e: Waiting 04:48:41 98b5af524383: Waiting 04:48:41 994456c4fd7b: Waiting 04:48:41 6c4fec91a61c: Layer already exists 04:48:41 a637abbe9bd9: Layer already exists 04:48:41 db950078b783: Layer already exists 04:48:41 a1d021fe2718: Layer already exists 04:48:41 25f1c5a7c387: Layer already exists 04:48:41 af3014b292af: Layer already exists 04:48:41 1d08a666f285: Layer already exists 04:48:41 5c1729cdf78e: Layer already exists 04:48:41 994456c4fd7b: Layer already exists 04:48:41 98b5af524383: Layer already exists 04:48:41 4.1.0-dev.5: digest: sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:48:41 6c4fec91a61c: Preparing 04:48:41 a1d021fe2718: Preparing 04:48:41 25f1c5a7c387: Preparing 04:48:41 a637abbe9bd9: Preparing 04:48:41 db950078b783: Preparing 04:48:41 af3014b292af: Preparing 04:48:41 1d08a666f285: Preparing 04:48:41 5c1729cdf78e: Preparing 04:48:41 98b5af524383: Preparing 04:48:41 994456c4fd7b: Preparing 04:48:41 1d08a666f285: Waiting 04:48:41 5c1729cdf78e: Waiting 04:48:41 98b5af524383: Waiting 04:48:41 994456c4fd7b: Waiting 04:48:41 af3014b292af: Waiting 04:48:41 6c4fec91a61c: Layer already exists 04:48:41 db950078b783: Layer already exists 04:48:41 25f1c5a7c387: Layer already exists 04:48:41 a1d021fe2718: Layer already exists 04:48:41 a637abbe9bd9: Layer already exists 04:48:41 af3014b292af: Layer already exists 04:48:41 5c1729cdf78e: Layer already exists 04:48:41 98b5af524383: Layer already exists 04:48:41 1d08a666f285: Layer already exists 04:48:41 994456c4fd7b: Layer already exists 04:48:41 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 04:48:42 6c4fec91a61c: Preparing 04:48:42 a1d021fe2718: Preparing 04:48:42 25f1c5a7c387: Preparing 04:48:42 a637abbe9bd9: Preparing 04:48:42 db950078b783: Preparing 04:48:42 af3014b292af: Preparing 04:48:42 1d08a666f285: Preparing 04:48:42 5c1729cdf78e: Preparing 04:48:42 98b5af524383: Preparing 04:48:42 994456c4fd7b: Preparing 04:48:42 1d08a666f285: Waiting 04:48:42 5c1729cdf78e: Waiting 04:48:42 98b5af524383: Waiting 04:48:42 af3014b292af: Waiting 04:48:42 994456c4fd7b: Waiting 04:48:42 a1d021fe2718: Layer already exists 04:48:42 6c4fec91a61c: Layer already exists 04:48:42 a637abbe9bd9: Layer already exists 04:48:42 db950078b783: Layer already exists 04:48:42 25f1c5a7c387: Layer already exists 04:48:42 1d08a666f285: Layer already exists 04:48:42 af3014b292af: Layer already exists 04:48:42 5c1729cdf78e: Layer already exists 04:48:42 98b5af524383: Layer already exists 04:48:42 994456c4fd7b: Layer already exists 04:48:42 main: digest: sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:42 ===================================================== [Pipeline] echo 04:48:42 taggedImages: 04:48:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:48:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 04:48:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:42 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 04:48:42 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 04:48:42 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:42 latest 04:48:42 4.1.0-dev.5 04:48:42 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:42 main 04:48:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:48:43 d1484b8ddbfb: Preparing 04:48:43 488fe1ad7119: Preparing 04:48:43 a44e1a84e99d: Preparing 04:48:43 a637abbe9bd9: Preparing 04:48:43 db950078b783: Preparing 04:48:43 c94104e5ef5a: Preparing 04:48:43 5afe2eed9dc5: Preparing 04:48:43 bc1f531a474f: Preparing 04:48:43 994456c4fd7b: Preparing 04:48:43 c94104e5ef5a: Waiting 04:48:43 994456c4fd7b: Waiting 04:48:43 bc1f531a474f: Waiting 04:48:43 5afe2eed9dc5: Waiting 04:48:43 db950078b783: Layer already exists 04:48:43 a637abbe9bd9: Layer already exists 04:48:43 488fe1ad7119: Pushed 04:48:43 d1484b8ddbfb: Pushed 04:48:43 a44e1a84e99d: Pushed 04:48:43 5afe2eed9dc5: Pushed 04:48:43 994456c4fd7b: Layer already exists 04:48:43 bc1f531a474f: Pushed 04:48:55 c94104e5ef5a: Pushed 04:48:55 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:48:56 d1484b8ddbfb: Preparing 04:48:56 488fe1ad7119: Preparing 04:48:56 a44e1a84e99d: Preparing 04:48:56 a637abbe9bd9: Preparing 04:48:56 db950078b783: Preparing 04:48:56 c94104e5ef5a: Preparing 04:48:56 5afe2eed9dc5: Preparing 04:48:56 bc1f531a474f: Preparing 04:48:56 994456c4fd7b: Preparing 04:48:56 c94104e5ef5a: Waiting 04:48:56 5afe2eed9dc5: Waiting 04:48:56 bc1f531a474f: Waiting 04:48:56 994456c4fd7b: Waiting 04:48:56 db950078b783: Layer already exists 04:48:56 488fe1ad7119: Layer already exists 04:48:56 a44e1a84e99d: Layer already exists 04:48:56 d1484b8ddbfb: Layer already exists 04:48:56 a637abbe9bd9: Layer already exists 04:48:56 bc1f531a474f: Layer already exists 04:48:56 c94104e5ef5a: Layer already exists 04:48:56 994456c4fd7b: Layer already exists 04:48:56 5afe2eed9dc5: Layer already exists 04:48:56 latest: digest: sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 04:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:48:57 d1484b8ddbfb: Preparing 04:48:57 488fe1ad7119: Preparing 04:48:57 a44e1a84e99d: Preparing 04:48:57 a637abbe9bd9: Preparing 04:48:57 db950078b783: Preparing 04:48:57 c94104e5ef5a: Preparing 04:48:57 5afe2eed9dc5: Preparing 04:48:57 bc1f531a474f: Preparing 04:48:57 994456c4fd7b: Preparing 04:48:57 c94104e5ef5a: Waiting 04:48:57 5afe2eed9dc5: Waiting 04:48:57 994456c4fd7b: Waiting 04:48:57 bc1f531a474f: Waiting 04:48:57 d1484b8ddbfb: Layer already exists 04:48:57 a44e1a84e99d: Layer already exists 04:48:57 a637abbe9bd9: Layer already exists 04:48:57 db950078b783: Layer already exists 04:48:57 488fe1ad7119: Layer already exists 04:48:57 bc1f531a474f: Layer already exists 04:48:57 c94104e5ef5a: Layer already exists 04:48:57 5afe2eed9dc5: Layer already exists 04:48:57 994456c4fd7b: Layer already exists 04:48:57 4.1.0-dev.5: digest: sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:48:57 d1484b8ddbfb: Preparing 04:48:57 488fe1ad7119: Preparing 04:48:57 a44e1a84e99d: Preparing 04:48:57 a637abbe9bd9: Preparing 04:48:57 db950078b783: Preparing 04:48:57 c94104e5ef5a: Preparing 04:48:57 5afe2eed9dc5: Preparing 04:48:57 bc1f531a474f: Preparing 04:48:57 994456c4fd7b: Preparing 04:48:57 c94104e5ef5a: Waiting 04:48:57 5afe2eed9dc5: Waiting 04:48:57 bc1f531a474f: Waiting 04:48:57 994456c4fd7b: Waiting 04:48:57 d1484b8ddbfb: Layer already exists 04:48:57 488fe1ad7119: Layer already exists 04:48:57 db950078b783: Layer already exists 04:48:57 a44e1a84e99d: Layer already exists 04:48:57 a637abbe9bd9: Layer already exists 04:48:57 bc1f531a474f: Layer already exists 04:48:57 c94104e5ef5a: Layer already exists 04:48:57 5afe2eed9dc5: Layer already exists 04:48:57 994456c4fd7b: Layer already exists 04:48:57 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 04:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 04:48:58 d1484b8ddbfb: Preparing 04:48:58 488fe1ad7119: Preparing 04:48:58 a44e1a84e99d: Preparing 04:48:58 a637abbe9bd9: Preparing 04:48:58 db950078b783: Preparing 04:48:58 c94104e5ef5a: Preparing 04:48:58 5afe2eed9dc5: Preparing 04:48:58 bc1f531a474f: Preparing 04:48:58 994456c4fd7b: Preparing 04:48:58 c94104e5ef5a: Waiting 04:48:58 5afe2eed9dc5: Waiting 04:48:58 994456c4fd7b: Waiting 04:48:58 bc1f531a474f: Waiting 04:48:58 db950078b783: Layer already exists 04:48:58 a637abbe9bd9: Layer already exists 04:48:58 a44e1a84e99d: Layer already exists 04:48:58 d1484b8ddbfb: Layer already exists 04:48:58 488fe1ad7119: Layer already exists 04:48:58 c94104e5ef5a: Layer already exists 04:48:58 5afe2eed9dc5: Layer already exists 04:48:58 bc1f531a474f: Layer already exists 04:48:58 994456c4fd7b: Layer already exists 04:48:58 main: digest: sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:58 ===================================================== [Pipeline] echo 04:48:58 taggedImages: 04:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 04:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 04:48:58 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 04:48:58 580d767449178ed974b9cdc199fef803bb3ff70c 04:48:58 latest 04:48:58 4.1.0-dev.5 04:48:58 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:48:58 main 04:48:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c 04:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:48:59 6c4fec91a61c: Preparing 04:48:59 268006d5bdd5: Preparing 04:48:59 55d5cb85827d: Preparing 04:48:59 a637abbe9bd9: Preparing 04:48:59 db950078b783: Preparing 04:48:59 af3014b292af: Preparing 04:48:59 5c1729cdf78e: Preparing 04:48:59 98b5af524383: Preparing 04:48:59 994456c4fd7b: Preparing 04:48:59 af3014b292af: Waiting 04:48:59 5c1729cdf78e: Waiting 04:48:59 994456c4fd7b: Waiting 04:48:59 a637abbe9bd9: Layer already exists 04:48:59 6c4fec91a61c: Layer already exists 04:48:59 db950078b783: Layer already exists 04:48:59 af3014b292af: Layer already exists 04:48:59 5c1729cdf78e: Layer already exists 04:48:59 98b5af524383: Layer already exists 04:48:59 994456c4fd7b: Layer already exists 04:48:59 268006d5bdd5: Pushed 04:48:59 55d5cb85827d: Pushed 04:48:59 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:48:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:49:00 6c4fec91a61c: Preparing 04:49:00 268006d5bdd5: Preparing 04:49:00 55d5cb85827d: Preparing 04:49:00 a637abbe9bd9: Preparing 04:49:00 db950078b783: Preparing 04:49:00 af3014b292af: Preparing 04:49:00 5c1729cdf78e: Preparing 04:49:00 98b5af524383: Preparing 04:49:00 994456c4fd7b: Preparing 04:49:00 5c1729cdf78e: Waiting 04:49:00 98b5af524383: Waiting 04:49:00 af3014b292af: Waiting 04:49:00 268006d5bdd5: Layer already exists 04:49:00 a637abbe9bd9: Layer already exists 04:49:00 db950078b783: Layer already exists 04:49:00 55d5cb85827d: Layer already exists 04:49:00 6c4fec91a61c: Layer already exists 04:49:00 5c1729cdf78e: Layer already exists 04:49:00 98b5af524383: Layer already exists 04:49:00 af3014b292af: Layer already exists 04:49:00 994456c4fd7b: Layer already exists 04:49:00 latest: digest: sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 04:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:49:00 6c4fec91a61c: Preparing 04:49:00 268006d5bdd5: Preparing 04:49:00 55d5cb85827d: Preparing 04:49:00 a637abbe9bd9: Preparing 04:49:00 db950078b783: Preparing 04:49:00 af3014b292af: Preparing 04:49:00 5c1729cdf78e: Preparing 04:49:00 98b5af524383: Preparing 04:49:00 994456c4fd7b: Preparing 04:49:00 af3014b292af: Waiting 04:49:00 5c1729cdf78e: Waiting 04:49:00 98b5af524383: Waiting 04:49:00 994456c4fd7b: Waiting 04:49:00 268006d5bdd5: Layer already exists 04:49:00 a637abbe9bd9: Layer already exists 04:49:00 55d5cb85827d: Layer already exists 04:49:00 db950078b783: Layer already exists 04:49:00 6c4fec91a61c: Layer already exists 04:49:00 98b5af524383: Layer already exists 04:49:00 af3014b292af: Layer already exists 04:49:00 5c1729cdf78e: Layer already exists 04:49:00 994456c4fd7b: Layer already exists 04:49:00 4.1.0-dev.5: digest: sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:49:01 6c4fec91a61c: Preparing 04:49:01 268006d5bdd5: Preparing 04:49:01 55d5cb85827d: Preparing 04:49:01 a637abbe9bd9: Preparing 04:49:01 db950078b783: Preparing 04:49:01 af3014b292af: Preparing 04:49:01 5c1729cdf78e: Preparing 04:49:01 98b5af524383: Preparing 04:49:01 994456c4fd7b: Preparing 04:49:01 af3014b292af: Waiting 04:49:01 5c1729cdf78e: Waiting 04:49:01 98b5af524383: Waiting 04:49:01 994456c4fd7b: Waiting 04:49:01 a637abbe9bd9: Layer already exists 04:49:01 268006d5bdd5: Layer already exists 04:49:01 6c4fec91a61c: Layer already exists 04:49:01 55d5cb85827d: Layer already exists 04:49:01 db950078b783: Layer already exists 04:49:01 af3014b292af: Layer already exists 04:49:01 994456c4fd7b: Layer already exists 04:49:01 98b5af524383: Layer already exists 04:49:01 5c1729cdf78e: Layer already exists 04:49:01 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 04:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 04:49:02 6c4fec91a61c: Preparing 04:49:02 268006d5bdd5: Preparing 04:49:02 55d5cb85827d: Preparing 04:49:02 a637abbe9bd9: Preparing 04:49:02 db950078b783: Preparing 04:49:02 af3014b292af: Preparing 04:49:02 5c1729cdf78e: Preparing 04:49:02 98b5af524383: Preparing 04:49:02 994456c4fd7b: Preparing 04:49:02 af3014b292af: Waiting 04:49:02 5c1729cdf78e: Waiting 04:49:02 994456c4fd7b: Waiting 04:49:02 98b5af524383: Waiting 04:49:02 268006d5bdd5: Layer already exists 04:49:02 a637abbe9bd9: Layer already exists 04:49:02 6c4fec91a61c: Layer already exists 04:49:02 55d5cb85827d: Layer already exists 04:49:02 db950078b783: Layer already exists 04:49:02 98b5af524383: Layer already exists 04:49:02 5c1729cdf78e: Layer already exists 04:49:02 994456c4fd7b: Layer already exists 04:49:02 af3014b292af: Layer already exists 04:49:02 main: digest: sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:02 ===================================================== [Pipeline] echo 04:49:02 taggedImages: 04:49:02 - nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:02 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:49:02 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 04:49:02 - nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:02 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 04:49:02 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 04:49:02 580d767449178ed974b9cdc199fef803bb3ff70c 04:49:02 latest 04:49:02 4.1.0-dev.5 04:49:02 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:02 main 04:49:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:49:03 17fc1f39db66: Preparing 04:49:03 b151b098e281: Preparing 04:49:03 a637abbe9bd9: Preparing 04:49:03 db950078b783: Preparing 04:49:03 3eba966b7267: Preparing 04:49:03 e853875f93b3: Preparing 04:49:03 994456c4fd7b: Preparing 04:49:03 e853875f93b3: Waiting 04:49:03 994456c4fd7b: Waiting 04:49:03 db950078b783: Layer already exists 04:49:03 a637abbe9bd9: Layer already exists 04:49:03 994456c4fd7b: Layer already exists 04:49:03 3eba966b7267: Pushed 04:49:03 17fc1f39db66: Pushed 04:49:03 e853875f93b3: Pushed 04:49:06 b151b098e281: Pushed 04:49:07 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 04:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:49:07 17fc1f39db66: Preparing 04:49:07 b151b098e281: Preparing 04:49:07 a637abbe9bd9: Preparing 04:49:07 db950078b783: Preparing 04:49:07 3eba966b7267: Preparing 04:49:07 e853875f93b3: Preparing 04:49:07 994456c4fd7b: Preparing 04:49:07 e853875f93b3: Waiting 04:49:07 994456c4fd7b: Waiting 04:49:07 db950078b783: Layer already exists 04:49:07 a637abbe9bd9: Layer already exists 04:49:07 17fc1f39db66: Layer already exists 04:49:07 b151b098e281: Layer already exists 04:49:07 3eba966b7267: Layer already exists 04:49:07 e853875f93b3: Layer already exists 04:49:07 994456c4fd7b: Layer already exists 04:49:07 latest: digest: sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 04:49:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:49:08 17fc1f39db66: Preparing 04:49:08 b151b098e281: Preparing 04:49:08 a637abbe9bd9: Preparing 04:49:08 db950078b783: Preparing 04:49:08 3eba966b7267: Preparing 04:49:08 e853875f93b3: Preparing 04:49:08 994456c4fd7b: Preparing 04:49:08 e853875f93b3: Waiting 04:49:08 994456c4fd7b: Waiting 04:49:08 17fc1f39db66: Layer already exists 04:49:08 3eba966b7267: Layer already exists 04:49:08 a637abbe9bd9: Layer already exists 04:49:08 b151b098e281: Layer already exists 04:49:08 db950078b783: Layer already exists 04:49:08 e853875f93b3: Layer already exists 04:49:08 994456c4fd7b: Layer already exists 04:49:08 4.1.0-dev.5: digest: sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:49:09 17fc1f39db66: Preparing 04:49:09 b151b098e281: Preparing 04:49:09 a637abbe9bd9: Preparing 04:49:09 db950078b783: Preparing 04:49:09 3eba966b7267: Preparing 04:49:09 e853875f93b3: Preparing 04:49:09 994456c4fd7b: Preparing 04:49:09 994456c4fd7b: Waiting 04:49:09 e853875f93b3: Waiting 04:49:09 db950078b783: Layer already exists 04:49:09 17fc1f39db66: Layer already exists 04:49:09 a637abbe9bd9: Layer already exists 04:49:09 3eba966b7267: Layer already exists 04:49:09 b151b098e281: Layer already exists 04:49:09 e853875f93b3: Layer already exists 04:49:09 994456c4fd7b: Layer already exists 04:49:09 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 04:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 04:49:09 17fc1f39db66: Preparing 04:49:09 b151b098e281: Preparing 04:49:09 a637abbe9bd9: Preparing 04:49:09 db950078b783: Preparing 04:49:09 3eba966b7267: Preparing 04:49:09 e853875f93b3: Preparing 04:49:09 994456c4fd7b: Preparing 04:49:09 e853875f93b3: Waiting 04:49:09 994456c4fd7b: Waiting 04:49:09 a637abbe9bd9: Layer already exists 04:49:09 b151b098e281: Layer already exists 04:49:09 db950078b783: Layer already exists 04:49:09 3eba966b7267: Layer already exists 04:49:09 17fc1f39db66: Layer already exists 04:49:09 994456c4fd7b: Layer already exists 04:49:09 e853875f93b3: Layer already exists 04:49:09 main: digest: sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:09 ===================================================== [Pipeline] echo 04:49:09 taggedImages: 04:49:09 - nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:09 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:49:09 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 04:49:09 - nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:09 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 04:49:09 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 04:49:09 580d767449178ed974b9cdc199fef803bb3ff70c 04:49:09 latest 04:49:09 4.1.0-dev.5 04:49:09 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:09 main 04:49:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:49:10 8b3b0899d73f: Preparing 04:49:10 926a8c9b2e27: Preparing 04:49:10 a637abbe9bd9: Preparing 04:49:10 db950078b783: Preparing 04:49:10 5ccdd0af1e0f: Preparing 04:49:10 0adc61166c71: Preparing 04:49:10 994456c4fd7b: Preparing 04:49:10 0adc61166c71: Waiting 04:49:10 994456c4fd7b: Waiting 04:49:10 a637abbe9bd9: Layer already exists 04:49:10 db950078b783: Layer already exists 04:49:10 994456c4fd7b: Layer already exists 04:49:10 5ccdd0af1e0f: Pushed 04:49:10 8b3b0899d73f: Pushed 04:49:10 0adc61166c71: Pushed 04:49:14 926a8c9b2e27: Pushed 04:49:14 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:49:15 8b3b0899d73f: Preparing 04:49:15 926a8c9b2e27: Preparing 04:49:15 a637abbe9bd9: Preparing 04:49:15 db950078b783: Preparing 04:49:15 5ccdd0af1e0f: Preparing 04:49:15 0adc61166c71: Preparing 04:49:15 994456c4fd7b: Preparing 04:49:15 0adc61166c71: Waiting 04:49:15 994456c4fd7b: Waiting 04:49:15 926a8c9b2e27: Layer already exists 04:49:15 db950078b783: Layer already exists 04:49:15 a637abbe9bd9: Layer already exists 04:49:15 5ccdd0af1e0f: Layer already exists 04:49:15 8b3b0899d73f: Layer already exists 04:49:15 994456c4fd7b: Layer already exists 04:49:15 0adc61166c71: Layer already exists 04:49:15 latest: digest: sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 04:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:49:15 8b3b0899d73f: Preparing 04:49:15 926a8c9b2e27: Preparing 04:49:15 a637abbe9bd9: Preparing 04:49:15 db950078b783: Preparing 04:49:15 5ccdd0af1e0f: Preparing 04:49:15 0adc61166c71: Preparing 04:49:15 994456c4fd7b: Preparing 04:49:15 994456c4fd7b: Waiting 04:49:15 0adc61166c71: Waiting 04:49:15 8b3b0899d73f: Layer already exists 04:49:15 5ccdd0af1e0f: Layer already exists 04:49:15 926a8c9b2e27: Layer already exists 04:49:15 db950078b783: Layer already exists 04:49:15 a637abbe9bd9: Layer already exists 04:49:15 0adc61166c71: Layer already exists 04:49:15 994456c4fd7b: Layer already exists 04:49:15 4.1.0-dev.5: digest: sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:49:16 8b3b0899d73f: Preparing 04:49:16 926a8c9b2e27: Preparing 04:49:16 a637abbe9bd9: Preparing 04:49:16 db950078b783: Preparing 04:49:16 5ccdd0af1e0f: Preparing 04:49:16 0adc61166c71: Preparing 04:49:16 994456c4fd7b: Preparing 04:49:16 0adc61166c71: Waiting 04:49:16 994456c4fd7b: Waiting 04:49:16 a637abbe9bd9: Layer already exists 04:49:16 db950078b783: Layer already exists 04:49:16 8b3b0899d73f: Layer already exists 04:49:16 926a8c9b2e27: Layer already exists 04:49:16 5ccdd0af1e0f: Layer already exists 04:49:16 0adc61166c71: Layer already exists 04:49:16 994456c4fd7b: Layer already exists 04:49:16 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:49:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 04:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 04:49:16 8b3b0899d73f: Preparing 04:49:16 926a8c9b2e27: Preparing 04:49:16 a637abbe9bd9: Preparing 04:49:16 db950078b783: Preparing 04:49:16 5ccdd0af1e0f: Preparing 04:49:16 0adc61166c71: Preparing 04:49:16 994456c4fd7b: Preparing 04:49:16 0adc61166c71: Waiting 04:49:16 5ccdd0af1e0f: Layer already exists 04:49:16 8b3b0899d73f: Layer already exists 04:49:16 a637abbe9bd9: Layer already exists 04:49:16 926a8c9b2e27: Layer already exists 04:49:16 db950078b783: Layer already exists 04:49:16 994456c4fd7b: Layer already exists 04:49:16 0adc61166c71: Layer already exists 04:49:16 main: digest: sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:17 ===================================================== [Pipeline] echo 04:49:17 taggedImages: 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 04:49:17 ========================================================= 04:49:17 [edgeXBuildMultiArch] RAW Config: 04:49:17 images: 04:49:17 - nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/core-command:latest 04:49:17 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-command:main 04:49:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:49:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:49:17 - nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/core-data:latest 04:49:17 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-data:main 04:49:17 - nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/core-keeper:latest 04:49:17 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-keeper:main 04:49:17 - nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/core-metadata:latest 04:49:17 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/core-metadata:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-config:main 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/security-spire-server:main 04:49:17 - nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/support-notifications:latest 04:49:17 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-notifications:main 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:49:17 - nexus3.edgexfoundry.org:10004/support-scheduler:main 04:49:17 settingsFile: 04:49:17 edgex-go-settings 04:49:17 ========================================================= [Pipeline] node 04:49:32 Still waiting to schedule task 04:49:32 All nodes of label ‘centos7-docker-4c-2g’ are offline 04:50:39 Running on prd-centos7-docker-4c-2g-243 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:39 provisioning config files... 04:50:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2541276753064096777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:50:40 ---> ****-login.sh 04:50:40 nexus3.edgexfoundry.org:10001 04:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:50:40 Configure a credential helper to remove this warning. See 04:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:50:40 04:50:40 Login Succeeded 04:50:40 nexus3.edgexfoundry.org:10002 04:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:50:40 Configure a credential helper to remove this warning. See 04:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:50:40 04:50:40 Login Succeeded 04:50:40 nexus3.edgexfoundry.org:10003 04:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:50:40 Configure a credential helper to remove this warning. See 04:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:50:40 04:50:40 Login Succeeded 04:50:40 nexus3.edgexfoundry.org:10004 04:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:50:40 Configure a credential helper to remove this warning. See 04:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:50:40 04:50:40 Login Succeeded 04:50:40 ****.io 04:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:50:40 Configure a credential helper to remove this warning. See 04:50:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:50:40 04:50:40 Login Succeeded 04:50:40 ---> ****-login.sh ends [Pipeline] } 04:50:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:50:41 + docker buildx ls 04:50:41 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:50:41 default * docker 04:50:41 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:50:41 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 04:50:41 edgex-builder [Pipeline] sh 04:50:41 + docker buildx inspect --bootstrap 04:50:41 #1 [internal] booting buildkit 04:50:41 #1 pulling image moby/buildkit:buildx-stable-1 04:50:45 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 04:50:45 #1 creating container buildx_buildkit_edgex-builder0 04:50:45 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 04:50:45 #1 DONE 3.9s 04:50:45 Name: edgex-builder 04:50:45 Driver: docker-container 04:50:45 04:50:45 Nodes: 04:50:45 Name: edgex-builder0 04:50:45 Endpoint: unix:///var/run/docker.sock 04:50:45 Status: running 04:50:45 Buildkit: v0.20.2 04:50:45 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 04:50:46 + docker buildx ls 04:50:46 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 04:50:46 edgex-builder * docker-container 04:50:46 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 04:50:46 default docker 04:50:46 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 04:50:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c' 04:50:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:50:46 #1 [internal] load build definition from Dockerfile 04:50:46 #1 transferring dockerfile: 197B done 04:50:46 #1 DONE 0.0s 04:50:46 04:50:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:46 #2 DONE 0.1s 04:50:46 04:50:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:46 #3 DONE 0.1s 04:50:46 04:50:46 #4 [internal] load .dockerignore 04:50:46 #4 transferring context: 2B done 04:50:46 #4 DONE 0.0s 04:50:46 04:50:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:46 #5 resolve nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:46 #5 DONE 0.0s 04:50:46 04:50:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:46 #6 resolve nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:46 #6 DONE 0.1s 04:50:46 04:50:46 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:50:46 #7 DONE 0.0s 04:50:46 04:50:46 #8 exporting to image 04:50:46 #8 exporting layers done 04:50:46 #8 exporting manifest sha256:f1c4f676c2b7af69e121bdd8ad613744a989d9d2c1e70c22e03dab209f4aba00 done 04:50:46 #8 exporting config sha256:1ac3ebe92bdb60cd6154067cc035cfecf455e18588c561bc5226e20bfd356c5a done 04:50:46 #8 exporting manifest sha256:f65ec24e157a62ec937ed03fc27a829a7ea4b2050d8eba3f99acce51673d3c68 done 04:50:46 #8 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc done 04:50:46 #8 exporting manifest list sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d done 04:50:46 #8 pushing layers 0.1s done 04:50:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 04:50:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 0.1s done 04:50:46 #8 DONE 0.2s 04:50:46 04:50:46 1 warning found (use --debug to expand): 04:50:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 04:50:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 04:50:47 #1 [internal] load build definition from Dockerfile 04:50:47 #1 transferring dockerfile: 163B done 04:50:47 #1 DONE 0.0s 04:50:47 04:50:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:50:47 #2 DONE 0.0s 04:50:47 04:50:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 04:50:47 #3 DONE 0.0s 04:50:47 04:50:47 #4 [internal] load .dockerignore 04:50:47 #4 transferring context: 2B done 04:50:47 #4 DONE 0.0s 04:50:47 04:50:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:47 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 done 04:50:47 #5 CACHED 04:50:47 04:50:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:47 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 done 04:50:47 #6 CACHED 04:50:47 04:50:47 #7 exporting to image 04:50:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:47 #7 exporting layers done 04:50:47 #7 exporting manifest sha256:f1c4f676c2b7af69e121bdd8ad613744a989d9d2c1e70c22e03dab209f4aba00 done 04:50:47 #7 exporting config sha256:1ac3ebe92bdb60cd6154067cc035cfecf455e18588c561bc5226e20bfd356c5a done 04:50:47 #7 exporting manifest sha256:f65ec24e157a62ec937ed03fc27a829a7ea4b2050d8eba3f99acce51673d3c68 done 04:50:47 #7 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc done 04:50:47 #7 exporting manifest list sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d done 04:50:47 #7 pushing layers 0.0s done 04:50:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 0.1s done 04:50:47 #7 DONE 0.1s 04:50:47 04:50:47 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:50:47 #8 DONE 0.0s 04:50:47 04:50:47 1 warning found (use --debug to expand): 04:50:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5' 04:50:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 --push - 04:50:47 #1 [internal] load build definition from Dockerfile 04:50:47 #1 transferring dockerfile: 168B done 04:50:47 #1 DONE 0.0s 04:50:47 04:50:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 04:50:47 #2 DONE 0.0s 04:50:47 04:50:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5 04:50:47 #3 DONE 0.0s 04:50:47 04:50:47 #4 [internal] load .dockerignore 04:50:47 #4 transferring context: 2B done 04:50:47 #4 DONE 0.0s 04:50:47 04:50:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:47 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:47 #5 CACHED 04:50:47 04:50:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:47 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:47 #6 CACHED 04:50:47 04:50:47 #7 exporting to image 04:50:47 #7 exporting layers done 04:50:47 #7 exporting manifest sha256:f1c4f676c2b7af69e121bdd8ad613744a989d9d2c1e70c22e03dab209f4aba00 done 04:50:47 #7 exporting config sha256:1ac3ebe92bdb60cd6154067cc035cfecf455e18588c561bc5226e20bfd356c5a done 04:50:47 #7 exporting manifest sha256:f65ec24e157a62ec937ed03fc27a829a7ea4b2050d8eba3f99acce51673d3c68 done 04:50:47 #7 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc done 04:50:47 #7 exporting manifest list sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d done 04:50:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:48 #7 pushing layers 0.0s done 04:50:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.5@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 0.1s done 04:50:48 #7 DONE 0.1s 04:50:48 04:50:48 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:50:48 #8 DONE 0.0s 04:50:48 04:50:48 1 warning found (use --debug to expand): 04:50:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:50:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:50:48 #1 [internal] load build definition from Dockerfile 04:50:48 #1 transferring dockerfile: 209B done 04:50:48 #1 DONE 0.0s 04:50:48 04:50:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:48 #2 DONE 0.0s 04:50:48 04:50:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:48 #3 DONE 0.0s 04:50:48 04:50:48 #4 [internal] load .dockerignore 04:50:48 #4 transferring context: 2B done 04:50:48 #4 DONE 0.0s 04:50:48 04:50:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:48 #5 CACHED 04:50:48 04:50:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 0.0s done 04:50:48 #6 CACHED 04:50:48 04:50:48 #7 exporting to image 04:50:48 #7 exporting layers done 04:50:48 #7 exporting manifest sha256:f1c4f676c2b7af69e121bdd8ad613744a989d9d2c1e70c22e03dab209f4aba00 done 04:50:48 #7 exporting config sha256:1ac3ebe92bdb60cd6154067cc035cfecf455e18588c561bc5226e20bfd356c5a done 04:50:48 #7 exporting manifest sha256:f65ec24e157a62ec937ed03fc27a829a7ea4b2050d8eba3f99acce51673d3c68 done 04:50:48 #7 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc done 04:50:48 #7 exporting manifest list sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d done 04:50:48 #7 pushing layers 0.0s done 04:50:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 04:50:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 0.1s done 04:50:48 #7 DONE 0.1s 04:50:48 04:50:48 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:50:48 #8 DONE 0.0s 04:50:48 04:50:48 1 warning found (use --debug to expand): 04:50:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 04:50:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 04:50:48 #1 [internal] load build definition from Dockerfile 04:50:48 #1 transferring dockerfile: 161B done 04:50:48 #1 DONE 0.0s 04:50:48 04:50:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:50:48 #2 DONE 0.0s 04:50:48 04:50:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 04:50:48 #3 DONE 0.0s 04:50:48 04:50:48 #4 [internal] load .dockerignore 04:50:48 #4 transferring context: 2B done 04:50:48 #4 DONE 0.0s 04:50:48 04:50:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 done 04:50:48 #5 CACHED 04:50:48 04:50:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 04:50:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:260c27c8afcfb6c140777d1470b1391a8e8238c615557382de6e280a27a8d622 done 04:50:48 #6 CACHED 04:50:48 04:50:48 #7 exporting to image 04:50:48 #7 exporting layers done 04:50:48 #7 exporting manifest sha256:f1c4f676c2b7af69e121bdd8ad613744a989d9d2c1e70c22e03dab209f4aba00 done 04:50:48 #7 exporting config sha256:1ac3ebe92bdb60cd6154067cc035cfecf455e18588c561bc5226e20bfd356c5a done 04:50:48 #7 exporting manifest sha256:f65ec24e157a62ec937ed03fc27a829a7ea4b2050d8eba3f99acce51673d3c68 done 04:50:48 #7 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc 04:50:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:49 #7 exporting config sha256:7498021b4484f09487b9912238d7cf4c8e383cb9019dbb31819ddd0ed4392bcc done 04:50:49 #7 exporting manifest list sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d done 04:50:49 #7 pushing layers 0.0s done 04:50:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:dcceaa080a8ed57e9e3f4f03a0c97d280e67f7e3c4dd3ae2576b0333894f4c8d 0.1s done 04:50:49 #7 DONE 0.1s 04:50:49 04:50:49 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 04:50:49 #8 DONE 0.0s 04:50:49 04:50:49 1 warning found (use --debug to expand): 04:50:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:50:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c' 04:50:49 #1 [internal] load build definition from Dockerfile 04:50:49 #1 transferring dockerfile: 216B done 04:50:49 #1 DONE 0.0s 04:50:49 04:50:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:49 #2 DONE 0.0s 04:50:49 04:50:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:49 #3 DONE 0.1s 04:50:49 04:50:49 #4 [internal] load .dockerignore 04:50:49 #4 transferring context: 2B done 04:50:49 #4 DONE 0.0s 04:50:49 04:50:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:49 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:49 #5 DONE 0.0s 04:50:49 04:50:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:49 #6 DONE 0.0s 04:50:49 04:50:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:49 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:49 #5 DONE 0.1s 04:50:49 04:50:49 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:49 #7 DONE 0.0s 04:50:49 04:50:49 #8 exporting to image 04:50:49 #8 exporting layers done 04:50:49 #8 exporting manifest sha256:b9a1dea0edfdded5556051fca192de8d7005a64384d67b5a95db3c80dfeb2961 0.0s done 04:50:49 #8 exporting config sha256:7fd6a5b6437987add70cf36ed1c2a06d331c0a6e8be384f2ef3297bdee3de08a done 04:50:49 #8 exporting manifest sha256:681f87cd92f428aec138a3665a4f30abf03ffb43f2bf5fa26a254272cb2ec15c done 04:50:49 #8 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 done 04:50:49 #8 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c done 04:50:49 #8 pushing layers 0.1s done 04:50:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 0.1s done 04:50:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:49 #8 DONE 0.2s 04:50:49 04:50:49 1 warning found (use --debug to expand): 04:50:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 04:50:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 04:50:50 #1 [internal] load build definition from Dockerfile 04:50:50 #1 transferring dockerfile: 182B done 04:50:50 #1 DONE 0.0s 04:50:50 04:50:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:50:50 #2 DONE 0.0s 04:50:50 04:50:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 04:50:50 #3 DONE 0.0s 04:50:50 04:50:50 #4 [internal] load .dockerignore 04:50:50 #4 transferring context: 2B done 04:50:50 #4 DONE 0.0s 04:50:50 04:50:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:50 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:50 #5 CACHED 04:50:50 04:50:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:50 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:50 #6 CACHED 04:50:50 04:50:50 #7 exporting to image 04:50:50 #7 exporting layers done 04:50:50 #7 exporting manifest sha256:b9a1dea0edfdded5556051fca192de8d7005a64384d67b5a95db3c80dfeb2961 done 04:50:50 #7 exporting config sha256:7fd6a5b6437987add70cf36ed1c2a06d331c0a6e8be384f2ef3297bdee3de08a done 04:50:50 #7 exporting manifest sha256:681f87cd92f428aec138a3665a4f30abf03ffb43f2bf5fa26a254272cb2ec15c done 04:50:50 #7 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 done 04:50:50 #7 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 04:50:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:50 #7 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c done 04:50:50 #7 pushing layers 0.0s done 04:50:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 0.1s done 04:50:50 #7 DONE 0.1s 04:50:50 04:50:50 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:50 #8 DONE 0.0s 04:50:50 04:50:50 1 warning found (use --debug to expand): 04:50:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5' 04:50:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 --push - 04:50:51 #1 [internal] load build definition from Dockerfile 04:50:51 #1 transferring dockerfile: 187B done 04:50:51 #1 DONE 0.0s 04:50:51 04:50:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 04:50:51 #2 DONE 0.0s 04:50:51 04:50:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5 04:50:51 #3 DONE 0.0s 04:50:51 04:50:51 #4 [internal] load .dockerignore 04:50:51 #4 transferring context: 2B done 04:50:51 #4 DONE 0.0s 04:50:51 04:50:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:51 #5 CACHED 04:50:51 04:50:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 0.0s done 04:50:51 #6 CACHED 04:50:51 04:50:51 #7 exporting to image 04:50:51 #7 exporting layers done 04:50:51 #7 exporting manifest sha256:b9a1dea0edfdded5556051fca192de8d7005a64384d67b5a95db3c80dfeb2961 done 04:50:51 #7 exporting config sha256:7fd6a5b6437987add70cf36ed1c2a06d331c0a6e8be384f2ef3297bdee3de08a done 04:50:51 #7 exporting manifest sha256:681f87cd92f428aec138a3665a4f30abf03ffb43f2bf5fa26a254272cb2ec15c done 04:50:51 #7 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 done 04:50:51 #7 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c done 04:50:51 #7 pushing layers 0.0s done 04:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 04:50:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.5@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 0.1s done 04:50:51 #7 DONE 0.1s 04:50:51 04:50:51 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:51 #8 DONE 0.0s 04:50:51 04:50:51 1 warning found (use --debug to expand): 04:50:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:50:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:50:51 #1 [internal] load build definition from Dockerfile 04:50:51 #1 transferring dockerfile: 228B done 04:50:51 #1 DONE 0.0s 04:50:51 04:50:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:51 #2 DONE 0.0s 04:50:51 04:50:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:51 #3 DONE 0.0s 04:50:51 04:50:51 #4 [internal] load .dockerignore 04:50:51 #4 transferring context: 2B done 04:50:51 #4 DONE 0.0s 04:50:51 04:50:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 done 04:50:51 #5 CACHED 04:50:51 04:50:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 0.0s done 04:50:51 #6 CACHED 04:50:51 04:50:51 #7 exporting to image 04:50:51 #7 exporting layers done 04:50:51 #7 exporting manifest sha256:b9a1dea0edfdded5556051fca192de8d7005a64384d67b5a95db3c80dfeb2961 done 04:50:51 #7 exporting config sha256:7fd6a5b6437987add70cf36ed1c2a06d331c0a6e8be384f2ef3297bdee3de08a done 04:50:51 #7 exporting manifest sha256:681f87cd92f428aec138a3665a4f30abf03ffb43f2bf5fa26a254272cb2ec15c done 04:50:51 #7 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 done 04:50:51 #7 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c done 04:50:51 #7 pushing layers 0.0s done 04:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 04:50:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 0.1s done 04:50:51 #7 DONE 0.1s 04:50:51 04:50:51 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:51 #8 DONE 0.0s 04:50:51 04:50:51 1 warning found (use --debug to expand): 04:50:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 04:50:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 04:50:51 #1 [internal] load build definition from Dockerfile 04:50:51 #1 transferring dockerfile: 180B done 04:50:51 #1 DONE 0.0s 04:50:51 04:50:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:50:51 #2 DONE 0.0s 04:50:51 04:50:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 04:50:51 #3 DONE 0.0s 04:50:51 04:50:51 #4 [internal] load .dockerignore 04:50:51 #4 transferring context: 2B done 04:50:51 #4 DONE 0.0s 04:50:51 04:50:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 0.0s done 04:50:51 #5 CACHED 04:50:51 04:50:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 04:50:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4a1d3ac4bbd29e678035ca4ac4ce782f9681c6accd20e96df605cbdd4a624f45 0.0s done 04:50:51 #6 CACHED 04:50:51 04:50:51 #7 exporting to image 04:50:51 #7 exporting layers done 04:50:51 #7 exporting manifest sha256:b9a1dea0edfdded5556051fca192de8d7005a64384d67b5a95db3c80dfeb2961 done 04:50:51 #7 exporting config sha256:7fd6a5b6437987add70cf36ed1c2a06d331c0a6e8be384f2ef3297bdee3de08a done 04:50:51 #7 exporting manifest sha256:681f87cd92f428aec138a3665a4f30abf03ffb43f2bf5fa26a254272cb2ec15c done 04:50:51 #7 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 04:50:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:52 #7 exporting config sha256:a31355d9a3398ff0c9d788708e1dc59a824b61320654d1bee76de5b066f79f91 done 04:50:52 #7 exporting manifest list sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c done 04:50:52 #7 pushing layers 0.0s done 04:50:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e5ae089e6b5f5fbf9867cc3b3c0bf54ea8a164e0eb95e400605626da0de3d90c 0.1s done 04:50:52 #7 DONE 0.1s 04:50:52 04:50:52 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:52 #8 DONE 0.0s 04:50:52 04:50:52 1 warning found (use --debug to expand): 04:50:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c' 04:50:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:50:52 #1 [internal] load build definition from Dockerfile 04:50:52 #1 transferring dockerfile: 194B done 04:50:52 #1 DONE 0.0s 04:50:52 04:50:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:52 #2 DONE 0.0s 04:50:52 04:50:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:52 #3 DONE 0.0s 04:50:52 04:50:52 #4 [internal] load .dockerignore 04:50:52 #4 transferring context: 2B done 04:50:52 #4 DONE 0.0s 04:50:52 04:50:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:52 #5 resolve nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:52 #5 ... 04:50:52 04:50:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:52 #6 resolve nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:52 #6 DONE 0.1s 04:50:52 04:50:52 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:50:52 #7 DONE 0.0s 04:50:52 04:50:52 #8 exporting to image 04:50:52 #8 exporting layers done 04:50:52 #8 exporting manifest sha256:ef3ea83b024e2364b5a6d06b7217877d54643b6b1bd78516d89f5bdde2647a60 done 04:50:52 #8 exporting config sha256:49bee61b74bef5253e221c3f541581ca8420f398974d544a7e9a3d9ad49b797a done 04:50:52 #8 exporting manifest sha256:7284c562afa0dc14969a7dd77e6a650f508a427a9b112a17418c409d24eb828c done 04:50:52 #8 exporting config sha256:b0696560d32ec0a241326d2a201401e5363d92be885c0fe572b287b6ebfaa4c6 done 04:50:52 #8 exporting manifest list sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c done 04:50:52 #8 pushing layers 0.1s done 04:50:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 04:50:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 0.1s done 04:50:52 #8 DONE 0.2s 04:50:52 04:50:52 1 warning found (use --debug to expand): 04:50:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 04:50:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 04:50:53 #1 [internal] load build definition from Dockerfile 04:50:53 #1 transferring dockerfile: 160B done 04:50:53 #1 DONE 0.0s 04:50:53 04:50:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:50:53 #2 DONE 0.0s 04:50:53 04:50:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 04:50:53 #3 DONE 0.0s 04:50:53 04:50:53 #4 [internal] load .dockerignore 04:50:53 #4 transferring context: 2B done 04:50:53 #4 DONE 0.0s 04:50:53 04:50:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:53 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:53 #5 CACHED 04:50:53 04:50:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:53 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:53 #6 CACHED 04:50:53 04:50:53 #7 exporting to image 04:50:53 #7 exporting layers 04:50:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:53 #7 exporting layers done 04:50:53 #7 exporting manifest sha256:ef3ea83b024e2364b5a6d06b7217877d54643b6b1bd78516d89f5bdde2647a60 done 04:50:53 #7 exporting config sha256:49bee61b74bef5253e221c3f541581ca8420f398974d544a7e9a3d9ad49b797a done 04:50:53 #7 exporting manifest sha256:7284c562afa0dc14969a7dd77e6a650f508a427a9b112a17418c409d24eb828c done 04:50:53 #7 exporting config sha256:b0696560d32ec0a241326d2a201401e5363d92be885c0fe572b287b6ebfaa4c6 done 04:50:53 #7 exporting manifest list sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c done 04:50:53 #7 pushing layers 0.0s done 04:50:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 0.1s done 04:50:53 #7 DONE 0.1s 04:50:53 04:50:53 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:50:53 #8 DONE 0.0s 04:50:53 04:50:53 1 warning found (use --debug to expand): 04:50:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5' 04:50:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 --push - 04:50:54 #1 [internal] load build definition from Dockerfile 04:50:54 #1 transferring dockerfile: 165B done 04:50:54 #1 DONE 0.0s 04:50:54 04:50:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 04:50:54 #2 DONE 0.0s 04:50:54 04:50:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5 04:50:54 #3 DONE 0.0s 04:50:54 04:50:54 #4 [internal] load .dockerignore 04:50:54 #4 transferring context: 2B done 04:50:54 #4 DONE 0.0s 04:50:54 04:50:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 done 04:50:54 #5 CACHED 04:50:54 04:50:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 done 04:50:54 #6 CACHED 04:50:54 04:50:54 #7 exporting to image 04:50:54 #7 exporting layers done 04:50:54 #7 exporting manifest sha256:ef3ea83b024e2364b5a6d06b7217877d54643b6b1bd78516d89f5bdde2647a60 done 04:50:54 #7 exporting config sha256:49bee61b74bef5253e221c3f541581ca8420f398974d544a7e9a3d9ad49b797a done 04:50:54 #7 exporting manifest sha256:7284c562afa0dc14969a7dd77e6a650f508a427a9b112a17418c409d24eb828c done 04:50:54 #7 exporting config sha256:b0696560d32ec0a241326d2a201401e5363d92be885c0fe572b287b6ebfaa4c6 done 04:50:54 #7 exporting manifest list sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c done 04:50:54 #7 pushing layers 0.0s done 04:50:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 04:50:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.5@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 0.1s done 04:50:54 #7 DONE 0.1s 04:50:54 04:50:54 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:50:54 #8 DONE 0.0s 04:50:54 04:50:54 1 warning found (use --debug to expand): 04:50:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:50:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:50:54 #1 [internal] load build definition from Dockerfile 04:50:54 #1 transferring dockerfile: 206B done 04:50:54 #1 DONE 0.0s 04:50:54 04:50:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:54 #2 DONE 0.0s 04:50:54 04:50:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:54 #3 DONE 0.0s 04:50:54 04:50:54 #4 [internal] load .dockerignore 04:50:54 #4 transferring context: 2B done 04:50:54 #4 DONE 0.0s 04:50:54 04:50:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:54 #5 CACHED 04:50:54 04:50:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 done 04:50:54 #6 CACHED 04:50:54 04:50:54 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:50:54 #7 DONE 0.0s 04:50:54 04:50:54 #8 exporting to image 04:50:54 #8 exporting layers done 04:50:54 #8 exporting manifest sha256:ef3ea83b024e2364b5a6d06b7217877d54643b6b1bd78516d89f5bdde2647a60 done 04:50:54 #8 exporting config sha256:49bee61b74bef5253e221c3f541581ca8420f398974d544a7e9a3d9ad49b797a done 04:50:54 #8 exporting manifest sha256:7284c562afa0dc14969a7dd77e6a650f508a427a9b112a17418c409d24eb828c done 04:50:54 #8 exporting config sha256:b0696560d32ec0a241326d2a201401e5363d92be885c0fe572b287b6ebfaa4c6 done 04:50:54 #8 exporting manifest list sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c done 04:50:54 #8 pushing layers 0.0s done 04:50:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 0.1s done 04:50:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:54 #8 DONE 0.1s 04:50:54 04:50:54 1 warning found (use --debug to expand): 04:50:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 04:50:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 04:50:54 #1 [internal] load build definition from Dockerfile 04:50:54 #1 transferring dockerfile: 158B done 04:50:54 #1 DONE 0.0s 04:50:54 04:50:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:50:54 #2 DONE 0.0s 04:50:54 04:50:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 04:50:54 #3 DONE 0.0s 04:50:54 04:50:54 #4 [internal] load .dockerignore 04:50:54 #4 transferring context: 2B done 04:50:54 #4 DONE 0.0s 04:50:54 04:50:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:54 #5 CACHED 04:50:54 04:50:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 04:50:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f5893667d4513a7ed12ab34c8070a5f2a478175a679eaaec0566efa7358a7ff2 0.0s done 04:50:54 #6 CACHED 04:50:54 04:50:54 #7 exporting to image 04:50:54 #7 exporting layers done 04:50:54 #7 exporting manifest sha256:ef3ea83b024e2364b5a6d06b7217877d54643b6b1bd78516d89f5bdde2647a60 done 04:50:54 #7 exporting config sha256:49bee61b74bef5253e221c3f541581ca8420f398974d544a7e9a3d9ad49b797a done 04:50:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:55 #7 exporting manifest sha256:7284c562afa0dc14969a7dd77e6a650f508a427a9b112a17418c409d24eb828c done 04:50:55 #7 exporting config sha256:b0696560d32ec0a241326d2a201401e5363d92be885c0fe572b287b6ebfaa4c6 done 04:50:55 #7 exporting manifest list sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c done 04:50:55 #7 pushing layers 0.0s done 04:50:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:d3b132d118c9b2bebee13c2eef7b3d96bb73700528c19248fe6b5a34c9645b9c 0.1s done 04:50:55 #7 DONE 0.1s 04:50:55 04:50:55 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 04:50:55 #8 DONE 0.0s 04:50:55 04:50:55 1 warning found (use --debug to expand): 04:50:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c' 04:50:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:50:55 #1 [internal] load build definition from Dockerfile 04:50:55 #1 transferring dockerfile: 196B done 04:50:55 #1 DONE 0.0s 04:50:55 04:50:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:55 #2 DONE 0.0s 04:50:55 04:50:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:55 #3 DONE 0.0s 04:50:55 04:50:55 #4 [internal] load .dockerignore 04:50:55 #4 transferring context: 2B done 04:50:55 #4 DONE 0.0s 04:50:55 04:50:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:55 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:55 #5 DONE 0.0s 04:50:55 04:50:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:55 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:55 #6 DONE 0.1s 04:50:55 04:50:55 #7 exporting to image 04:50:55 #7 exporting layers done 04:50:55 #7 exporting manifest sha256:fa92a5c6dda43b879d9eff4c6ea1584d8149fb05b902bb559ebace29de436977 done 04:50:55 #7 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab done 04:50:55 #7 exporting manifest sha256:0c370dc832bc851657c37dccf1978f60140d6918aade2651a7c1178f6a7a60e2 done 04:50:55 #7 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 04:50:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:55 #7 ... 04:50:55 04:50:55 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:55 #8 DONE 0.0s 04:50:55 04:50:55 #7 exporting to image 04:50:55 #7 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 done 04:50:55 #7 exporting manifest list sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd done 04:50:55 #7 pushing layers 0.1s done 04:50:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 04:50:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 0.1s done 04:50:55 #7 DONE 0.2s 04:50:55 04:50:55 1 warning found (use --debug to expand): 04:50:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 04:50:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 04:50:56 #1 [internal] load build definition from Dockerfile 04:50:56 #1 transferring dockerfile: 162B done 04:50:56 #1 DONE 0.0s 04:50:56 04:50:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:50:56 #2 DONE 0.0s 04:50:56 04:50:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 04:50:56 #3 DONE 0.0s 04:50:56 04:50:56 #4 [internal] load .dockerignore 04:50:56 #4 transferring context: 2B done 04:50:56 #4 DONE 0.0s 04:50:56 04:50:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:56 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:56 #5 CACHED 04:50:56 04:50:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:56 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:56 #6 CACHED 04:50:56 04:50:56 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:56 #7 DONE 0.0s 04:50:56 04:50:56 #8 exporting to image 04:50:56 #8 exporting layers done 04:50:56 #8 exporting manifest sha256:fa92a5c6dda43b879d9eff4c6ea1584d8149fb05b902bb559ebace29de436977 done 04:50:56 #8 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab done 04:50:56 #8 exporting manifest sha256:0c370dc832bc851657c37dccf1978f60140d6918aade2651a7c1178f6a7a60e2 done 04:50:56 #8 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 done 04:50:56 #8 exporting manifest list sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd done 04:50:56 #8 pushing layers 0.0s done 04:50:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 0.1s done 04:50:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:56 #8 DONE 0.1s 04:50:56 04:50:56 1 warning found (use --debug to expand): 04:50:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 --push - 04:50:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5' 04:50:57 #1 [internal] load build definition from Dockerfile 04:50:57 #1 transferring dockerfile: 167B done 04:50:57 #1 DONE 0.0s 04:50:57 04:50:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 04:50:57 #2 DONE 0.0s 04:50:57 04:50:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5 04:50:57 #3 DONE 0.0s 04:50:57 04:50:57 #4 [internal] load .dockerignore 04:50:57 #4 transferring context: 2B done 04:50:57 #4 DONE 0.0s 04:50:57 04:50:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:57 #5 CACHED 04:50:57 04:50:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:57 #6 CACHED 04:50:57 04:50:57 #7 exporting to image 04:50:57 #7 exporting layers 04:50:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:57 #7 exporting layers done 04:50:57 #7 exporting manifest sha256:fa92a5c6dda43b879d9eff4c6ea1584d8149fb05b902bb559ebace29de436977 done 04:50:57 #7 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab done 04:50:57 #7 exporting manifest sha256:0c370dc832bc851657c37dccf1978f60140d6918aade2651a7c1178f6a7a60e2 done 04:50:57 #7 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 done 04:50:57 #7 exporting manifest list sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd done 04:50:57 #7 pushing layers 0.0s done 04:50:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.5@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 0.1s done 04:50:57 #7 DONE 0.1s 04:50:57 04:50:57 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:57 #8 DONE 0.0s 04:50:57 04:50:57 1 warning found (use --debug to expand): 04:50:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:50:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:50:57 #1 [internal] load build definition from Dockerfile 04:50:57 #1 transferring dockerfile: 208B done 04:50:57 #1 DONE 0.0s 04:50:57 04:50:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:57 #2 DONE 0.0s 04:50:57 04:50:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:50:57 #3 DONE 0.0s 04:50:57 04:50:57 #4 [internal] load .dockerignore 04:50:57 #4 transferring context: 2B done 04:50:57 #4 DONE 0.0s 04:50:57 04:50:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:57 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 done 04:50:57 #5 CACHED 04:50:57 04:50:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:57 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 done 04:50:57 #6 CACHED 04:50:57 04:50:57 #7 exporting to image 04:50:57 #7 exporting layers done 04:50:57 #7 exporting manifest sha256:fa92a5c6dda43b879d9eff4c6ea1584d8149fb05b902bb559ebace29de436977 done 04:50:57 #7 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab 04:50:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:57 #7 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab done 04:50:57 #7 exporting manifest sha256:0c370dc832bc851657c37dccf1978f60140d6918aade2651a7c1178f6a7a60e2 done 04:50:57 #7 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 done 04:50:57 #7 exporting manifest list sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd done 04:50:57 #7 pushing layers 0.0s done 04:50:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 0.1s done 04:50:57 #7 DONE 0.1s 04:50:57 04:50:57 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:57 #8 DONE 0.0s 04:50:57 04:50:57 1 warning found (use --debug to expand): 04:50:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 04:50:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 04:50:58 #1 [internal] load build definition from Dockerfile 04:50:58 #1 transferring dockerfile: 160B done 04:50:58 #1 DONE 0.0s 04:50:58 04:50:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:50:58 #2 DONE 0.0s 04:50:58 04:50:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 04:50:58 #3 DONE 0.0s 04:50:58 04:50:58 #4 [internal] load .dockerignore 04:50:58 #4 transferring context: 2B done 04:50:58 #4 DONE 0.0s 04:50:58 04:50:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 0.0s done 04:50:58 #5 CACHED 04:50:58 04:50:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 04:50:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d0c4b46d886220133e17478998480e48c6d1ec755071645a88c816f68bbc7a17 done 04:50:58 #6 CACHED 04:50:58 04:50:58 #7 exporting to image 04:50:58 #7 exporting layers done 04:50:58 #7 exporting manifest sha256:fa92a5c6dda43b879d9eff4c6ea1584d8149fb05b902bb559ebace29de436977 done 04:50:58 #7 exporting config sha256:427a93fcab377be5c6cf71d6ae066c81f12a12f72edcce477788af4adf9a9dab done 04:50:58 #7 exporting manifest sha256:0c370dc832bc851657c37dccf1978f60140d6918aade2651a7c1178f6a7a60e2 done 04:50:58 #7 exporting config sha256:d214e2cc460c8673f076266683a5b6f41f1a064a32abd70f6d3f4a2d26886155 done 04:50:58 #7 exporting manifest list sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd done 04:50:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:58 #7 pushing layers 0.0s done 04:50:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:39278920d47f0250a70771bed322ee4fa8a67071bd49c4ea317bc2326fc620bd 0.1s done 04:50:58 #7 DONE 0.1s 04:50:58 04:50:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 04:50:58 #8 DONE 0.0s 04:50:58 04:50:58 1 warning found (use --debug to expand): 04:50:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c' 04:50:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:50:58 #1 [internal] load build definition from Dockerfile 04:50:58 #1 transferring dockerfile: 198B done 04:50:58 #1 DONE 0.0s 04:50:58 04:50:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:58 #2 DONE 0.0s 04:50:58 04:50:58 #3 [internal] load .dockerignore 04:50:58 #3 transferring context: 2B done 04:50:58 #3 DONE 0.0s 04:50:58 04:50:58 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c 04:50:58 #4 DONE 0.1s 04:50:58 04:50:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:58 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:58 #5 DONE 0.0s 04:50:58 04:50:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:58 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e done 04:50:58 #6 DONE 0.1s 04:50:58 04:50:58 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:50:58 #7 DONE 0.0s 04:50:58 04:50:58 #8 exporting to image 04:50:58 #8 exporting layers done 04:50:58 #8 exporting manifest sha256:8c6a264167e53873f75f06195c6cf2e21fad1024801e4fb2ed6904fe5e31a0de done 04:50:58 #8 exporting config sha256:2cd6c25359c64cb71c3e3ab5d8391e9dbe32b6f647fd3fd739c1912b697de571 done 04:50:58 #8 exporting manifest sha256:5f732c835fabbe51314cb2cf0237ff0f4dcb9693bcb50564a5a1d06d280b47f2 done 04:50:58 #8 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c done 04:50:58 #8 exporting manifest list sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe done 04:50:58 #8 pushing layers 0.1s done 04:50:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe 0.1s done 04:50:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:58 #8 DONE 0.2s 04:50:58 04:50:58 1 warning found (use --debug to expand): 04:50:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 04:50:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 04:50:59 #1 [internal] load build definition from Dockerfile 04:50:59 #1 transferring dockerfile: 164B done 04:50:59 #1 DONE 0.0s 04:50:59 04:50:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:50:59 #2 DONE 0.0s 04:50:59 04:50:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 04:50:59 #3 DONE 0.0s 04:50:59 04:50:59 #4 [internal] load .dockerignore 04:50:59 #4 transferring context: 2B done 04:50:59 #4 DONE 0.0s 04:50:59 04:50:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e done 04:50:59 #5 CACHED 04:50:59 04:50:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:59 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e done 04:50:59 #6 CACHED 04:50:59 04:50:59 #7 exporting to image 04:50:59 #7 exporting layers done 04:50:59 #7 exporting manifest sha256:8c6a264167e53873f75f06195c6cf2e21fad1024801e4fb2ed6904fe5e31a0de done 04:50:59 #7 exporting config sha256:2cd6c25359c64cb71c3e3ab5d8391e9dbe32b6f647fd3fd739c1912b697de571 done 04:50:59 #7 exporting manifest sha256:5f732c835fabbe51314cb2cf0237ff0f4dcb9693bcb50564a5a1d06d280b47f2 done 04:50:59 #7 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c 04:50:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:50:59 #7 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c done 04:50:59 #7 exporting manifest list sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe done 04:50:59 #7 pushing layers 0.0s done 04:50:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe 0.1s done 04:50:59 #7 DONE 0.1s 04:50:59 04:50:59 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:50:59 #8 DONE 0.0s 04:50:59 04:50:59 1 warning found (use --debug to expand): 04:50:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:50:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 --push - 04:50:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5' 04:50:59 #1 [internal] load build definition from Dockerfile 04:50:59 #1 transferring dockerfile: 169B done 04:50:59 #1 DONE 0.0s 04:50:59 04:50:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 04:50:59 #2 DONE 0.0s 04:50:59 04:50:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5 04:50:59 #3 DONE 0.0s 04:50:59 04:50:59 #4 [internal] load .dockerignore 04:50:59 #4 transferring context: 2B done 04:50:59 #4 DONE 0.0s 04:50:59 04:50:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:50:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e done 04:50:59 #5 DONE 0.0s 04:50:59 04:50:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 0.0s done 04:51:00 #6 CACHED 04:51:00 04:51:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:00 #5 CACHED 04:51:00 04:51:00 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:51:00 #7 DONE 0.0s 04:51:00 04:51:00 #8 exporting to image 04:51:00 #8 exporting layers done 04:51:00 #8 exporting manifest sha256:8c6a264167e53873f75f06195c6cf2e21fad1024801e4fb2ed6904fe5e31a0de done 04:51:00 #8 exporting config sha256:2cd6c25359c64cb71c3e3ab5d8391e9dbe32b6f647fd3fd739c1912b697de571 done 04:51:00 #8 exporting manifest sha256:5f732c835fabbe51314cb2cf0237ff0f4dcb9693bcb50564a5a1d06d280b47f2 done 04:51:00 #8 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c done 04:51:00 #8 exporting manifest list sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe done 04:51:00 #8 pushing layers 0.0s done 04:51:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.5@sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe 0.1s done 04:51:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:00 #8 DONE 0.1s 04:51:00 04:51:00 1 warning found (use --debug to expand): 04:51:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:00 #1 [internal] load build definition from Dockerfile 04:51:00 #1 transferring dockerfile: 210B done 04:51:00 #1 DONE 0.0s 04:51:00 04:51:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:00 #2 DONE 0.0s 04:51:00 04:51:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:00 #3 DONE 0.0s 04:51:00 04:51:00 #4 [internal] load .dockerignore 04:51:00 #4 transferring context: 2B done 04:51:00 #4 DONE 0.0s 04:51:00 04:51:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 0.0s done 04:51:00 #5 CACHED 04:51:00 04:51:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 0.0s done 04:51:00 #6 CACHED 04:51:00 04:51:00 #7 exporting to image 04:51:00 #7 exporting layers 04:51:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:00 #7 exporting layers done 04:51:00 #7 exporting manifest sha256:8c6a264167e53873f75f06195c6cf2e21fad1024801e4fb2ed6904fe5e31a0de done 04:51:00 #7 exporting config sha256:2cd6c25359c64cb71c3e3ab5d8391e9dbe32b6f647fd3fd739c1912b697de571 done 04:51:00 #7 exporting manifest sha256:5f732c835fabbe51314cb2cf0237ff0f4dcb9693bcb50564a5a1d06d280b47f2 done 04:51:00 #7 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c done 04:51:00 #7 exporting manifest list sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe done 04:51:00 #7 pushing layers 0.0s done 04:51:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe 0.1s done 04:51:00 #7 DONE 0.1s 04:51:00 04:51:00 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:51:00 #8 DONE 0.0s 04:51:00 04:51:00 1 warning found (use --debug to expand): 04:51:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 04:51:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 04:51:00 #1 [internal] load build definition from Dockerfile 04:51:00 #1 transferring dockerfile: 162B done 04:51:00 #1 DONE 0.0s 04:51:00 04:51:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:51:00 #2 DONE 0.0s 04:51:00 04:51:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 04:51:00 #3 DONE 0.0s 04:51:00 04:51:00 #4 [internal] load .dockerignore 04:51:00 #4 transferring context: 2B done 04:51:00 #4 DONE 0.0s 04:51:00 04:51:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 0.0s done 04:51:00 #5 CACHED 04:51:00 04:51:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 04:51:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:096bdbcc2abc4d2de58d726cbacbe781c98f1548d4d8b7a73aae63fd2c896b2e 0.0s done 04:51:01 #6 CACHED 04:51:01 04:51:01 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 04:51:01 #7 DONE 0.0s 04:51:01 04:51:01 #8 exporting to image 04:51:01 #8 exporting layers done 04:51:01 #8 exporting manifest sha256:8c6a264167e53873f75f06195c6cf2e21fad1024801e4fb2ed6904fe5e31a0de done 04:51:01 #8 exporting config sha256:2cd6c25359c64cb71c3e3ab5d8391e9dbe32b6f647fd3fd739c1912b697de571 done 04:51:01 #8 exporting manifest sha256:5f732c835fabbe51314cb2cf0237ff0f4dcb9693bcb50564a5a1d06d280b47f2 done 04:51:01 #8 exporting config sha256:8d9b43ec4f64c3b225ad431b7a49c1e382e3e4eee6ac13a5bec83530e437b29c done 04:51:01 #8 exporting manifest list sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe done 04:51:01 #8 pushing layers 0.0s done 04:51:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:1b28288293e75363600aa79ae53a8fd6d45a1a7d757b1ec7188424c689bc5cbe 0.1s done 04:51:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:01 #8 DONE 0.1s 04:51:01 04:51:01 1 warning found (use --debug to expand): 04:51:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:01 #1 [internal] load build definition from Dockerfile 04:51:01 #1 transferring dockerfile: 206B done 04:51:01 #1 DONE 0.0s 04:51:01 04:51:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:01 #2 DONE 0.0s 04:51:01 04:51:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:01 #3 DONE 0.1s 04:51:01 04:51:01 #4 [internal] load .dockerignore 04:51:01 #4 transferring context: 2B done 04:51:01 #4 DONE 0.0s 04:51:01 04:51:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:01 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:01 #5 ... 04:51:01 04:51:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:01 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:01 #6 DONE 0.2s 04:51:01 04:51:01 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:51:01 #7 DONE 0.0s 04:51:01 04:51:01 #8 exporting to image 04:51:01 #8 exporting layers done 04:51:01 #8 exporting manifest sha256:5b9820121d6b5dc0454551e335b2c81a0b5a831181c7c6f76df412cbbe9195a4 0.0s done 04:51:01 #8 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 done 04:51:01 #8 exporting manifest sha256:800f02462f68b72b8f07a8b2d2f7cf55614d87b9dd8dedffff803bf090ac9593 done 04:51:01 #8 exporting config sha256:8433736c838bda0358f378ddbec245eb513c821edb1945b7127d73c24bc508af done 04:51:01 #8 exporting manifest list sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c done 04:51:01 #8 pushing layers 04:51:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:01 #8 pushing layers 0.1s done 04:51:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c 0.1s done 04:51:01 #8 DONE 0.2s 04:51:01 04:51:01 1 warning found (use --debug to expand): 04:51:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 04:51:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 04:51:02 #1 [internal] load build definition from Dockerfile 04:51:02 #1 transferring dockerfile: 172B done 04:51:02 #1 DONE 0.0s 04:51:02 04:51:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:51:02 #2 DONE 0.0s 04:51:02 04:51:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 04:51:02 #3 DONE 0.0s 04:51:02 04:51:02 #4 [internal] load .dockerignore 04:51:02 #4 transferring context: 2B done 04:51:02 #4 DONE 0.0s 04:51:02 04:51:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:02 #5 CACHED 04:51:02 04:51:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:02 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:02 #6 CACHED 04:51:02 04:51:02 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:51:02 #7 DONE 0.0s 04:51:02 04:51:02 #8 exporting to image 04:51:02 #8 exporting layers done 04:51:02 #8 exporting manifest sha256:5b9820121d6b5dc0454551e335b2c81a0b5a831181c7c6f76df412cbbe9195a4 done 04:51:02 #8 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 done 04:51:02 #8 exporting manifest sha256:800f02462f68b72b8f07a8b2d2f7cf55614d87b9dd8dedffff803bf090ac9593 done 04:51:02 #8 exporting config sha256:8433736c838bda0358f378ddbec245eb513c821edb1945b7127d73c24bc508af done 04:51:02 #8 exporting manifest list sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c done 04:51:02 #8 pushing layers 0.0s done 04:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c 0.1s done 04:51:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:02 #8 DONE 0.1s 04:51:02 04:51:02 1 warning found (use --debug to expand): 04:51:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 --push - 04:51:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5' 04:51:02 #1 [internal] load build definition from Dockerfile 04:51:02 #1 transferring dockerfile: 177B done 04:51:02 #1 DONE 0.0s 04:51:02 04:51:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 04:51:02 #2 DONE 0.0s 04:51:02 04:51:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5 04:51:02 #3 DONE 0.0s 04:51:02 04:51:02 #4 [internal] load .dockerignore 04:51:02 #4 transferring context: 2B done 04:51:02 #4 DONE 0.0s 04:51:02 04:51:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:02 #5 CACHED 04:51:02 04:51:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:02 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:02 #6 CACHED 04:51:02 04:51:02 #7 exporting to image 04:51:02 #7 exporting layers 0.0s done 04:51:02 #7 exporting manifest sha256:5b9820121d6b5dc0454551e335b2c81a0b5a831181c7c6f76df412cbbe9195a4 done 04:51:02 #7 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 04:51:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:03 #7 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 done 04:51:03 #7 exporting manifest sha256:800f02462f68b72b8f07a8b2d2f7cf55614d87b9dd8dedffff803bf090ac9593 done 04:51:03 #7 exporting config sha256:8433736c838bda0358f378ddbec245eb513c821edb1945b7127d73c24bc508af done 04:51:03 #7 exporting manifest list sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c done 04:51:03 #7 pushing layers 0.0s done 04:51:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.5@sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c 0.1s done 04:51:03 #7 DONE 0.1s 04:51:03 04:51:03 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:51:03 #8 DONE 0.0s 04:51:03 04:51:03 1 warning found (use --debug to expand): 04:51:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:03 #1 [internal] load build definition from Dockerfile 04:51:03 #1 transferring dockerfile: 218B done 04:51:03 #1 DONE 0.0s 04:51:03 04:51:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:03 #2 DONE 0.0s 04:51:03 04:51:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:03 #3 DONE 0.0s 04:51:03 04:51:03 #4 [internal] load .dockerignore 04:51:03 #4 transferring context: 2B done 04:51:03 #4 DONE 0.0s 04:51:03 04:51:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:03 #5 CACHED 04:51:03 04:51:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:03 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:03 #6 CACHED 04:51:03 04:51:03 #7 exporting to image 04:51:03 #7 exporting layers done 04:51:03 #7 exporting manifest sha256:5b9820121d6b5dc0454551e335b2c81a0b5a831181c7c6f76df412cbbe9195a4 done 04:51:03 #7 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 04:51:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:03 #7 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 done 04:51:03 #7 exporting manifest sha256:800f02462f68b72b8f07a8b2d2f7cf55614d87b9dd8dedffff803bf090ac9593 done 04:51:03 #7 exporting config sha256:8433736c838bda0358f378ddbec245eb513c821edb1945b7127d73c24bc508af done 04:51:03 #7 exporting manifest list sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c done 04:51:03 #7 pushing layers 0.0s done 04:51:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c 0.1s done 04:51:03 #7 DONE 0.1s 04:51:03 04:51:03 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:51:03 #8 DONE 0.0s 04:51:03 04:51:03 1 warning found (use --debug to expand): 04:51:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 04:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 04:51:03 #1 [internal] load build definition from Dockerfile 04:51:03 #1 transferring dockerfile: 170B done 04:51:03 #1 DONE 0.0s 04:51:03 04:51:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:51:03 #2 DONE 0.0s 04:51:03 04:51:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 04:51:03 #3 DONE 0.0s 04:51:03 04:51:03 #4 [internal] load .dockerignore 04:51:03 #4 transferring context: 2B done 04:51:03 #4 DONE 0.0s 04:51:03 04:51:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:03 #5 CACHED 04:51:03 04:51:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 04:51:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f3ac623da631e6b74552d1e84097b497ec0837e8692a57f790c25dd41b133687 0.0s done 04:51:04 #6 CACHED 04:51:04 04:51:04 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 04:51:04 #7 DONE 0.0s 04:51:04 04:51:04 #8 exporting to image 04:51:04 #8 exporting layers done 04:51:04 #8 exporting manifest sha256:5b9820121d6b5dc0454551e335b2c81a0b5a831181c7c6f76df412cbbe9195a4 done 04:51:04 #8 exporting config sha256:1f22493dbef42467df9dd2e28f5fcad2e7f2e87f5d9ae589ac559519111999b9 done 04:51:04 #8 exporting manifest sha256:800f02462f68b72b8f07a8b2d2f7cf55614d87b9dd8dedffff803bf090ac9593 done 04:51:04 #8 exporting config sha256:8433736c838bda0358f378ddbec245eb513c821edb1945b7127d73c24bc508af done 04:51:04 #8 exporting manifest list sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c done 04:51:04 #8 pushing layers 0.0s done 04:51:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:50219293d9c468aa9e1f3ae8908eaf8725e61648fd37d502fbb7d55d1b9c911c 0.1s done 04:51:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:04 #8 DONE 0.1s 04:51:04 04:51:04 1 warning found (use --debug to expand): 04:51:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:04 #1 [internal] load build definition from Dockerfile 04:51:04 #1 transferring dockerfile: 204B done 04:51:04 #1 DONE 0.0s 04:51:04 04:51:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:04 #2 DONE 0.0s 04:51:04 04:51:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:04 #3 DONE 0.0s 04:51:04 04:51:04 #4 [internal] load .dockerignore 04:51:04 #4 transferring context: 2B done 04:51:04 #4 DONE 0.0s 04:51:04 04:51:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:04 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:04 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 0.0s done 04:51:04 #5 DONE 0.1s 04:51:04 04:51:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:04 #6 DONE 0.0s 04:51:04 04:51:04 #7 exporting to image 04:51:04 #7 exporting layers done 04:51:04 #7 exporting manifest sha256:760ccbd615b4390b663517337d767a90ec79cedbd6adbbd9af963b40c5fbdb53 done 04:51:04 #7 exporting config sha256:3a3f9ce2e78979fdc3f21ae3254ce7d1a94ed49deaea5484f81c386b1330d98b done 04:51:04 #7 exporting manifest sha256:62ff343cff35cdc89c9ecf06379e8ad41230333a001f6feef25c50ccaaa59b8e done 04:51:04 #7 exporting config sha256:cf8632692d6ca5fe047729ba8261af0153973d4e2b14515c9777894c8179bbca done 04:51:04 #7 exporting manifest list sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.0s done 04:51:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:04 #7 ... 04:51:04 04:51:04 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:51:04 #8 DONE 0.0s 04:51:04 04:51:04 #7 exporting to image 04:51:04 #7 pushing layers 0.1s done 04:51:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 04:51:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.1s done 04:51:04 #7 DONE 0.2s 04:51:04 04:51:04 1 warning found (use --debug to expand): 04:51:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 04:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 04:51:05 #1 [internal] load build definition from Dockerfile 04:51:05 #1 transferring dockerfile: 170B 0.0s done 04:51:05 #1 DONE 0.0s 04:51:05 04:51:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:51:05 #2 DONE 0.0s 04:51:05 04:51:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 04:51:05 #3 DONE 0.0s 04:51:05 04:51:05 #4 [internal] load .dockerignore 04:51:05 #4 transferring context: 2B done 04:51:05 #4 DONE 0.0s 04:51:05 04:51:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 0.0s done 04:51:05 #5 DONE 0.0s 04:51:05 04:51:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 0.0s done 04:51:05 #6 CACHED 04:51:05 04:51:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:05 #5 CACHED 04:51:05 04:51:05 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:51:05 #7 DONE 0.0s 04:51:05 04:51:05 #8 exporting to image 04:51:05 #8 exporting layers done 04:51:05 #8 exporting manifest sha256:760ccbd615b4390b663517337d767a90ec79cedbd6adbbd9af963b40c5fbdb53 done 04:51:05 #8 exporting config sha256:3a3f9ce2e78979fdc3f21ae3254ce7d1a94ed49deaea5484f81c386b1330d98b done 04:51:05 #8 exporting manifest sha256:62ff343cff35cdc89c9ecf06379e8ad41230333a001f6feef25c50ccaaa59b8e done 04:51:05 #8 exporting config sha256:cf8632692d6ca5fe047729ba8261af0153973d4e2b14515c9777894c8179bbca done 04:51:05 #8 exporting manifest list sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 done 04:51:05 #8 pushing layers 0.0s done 04:51:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.1s done 04:51:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:05 #8 DONE 0.1s 04:51:05 04:51:05 1 warning found (use --debug to expand): 04:51:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 --push - 04:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5' 04:51:06 #1 [internal] load build definition from Dockerfile 04:51:06 #1 transferring dockerfile: 175B done 04:51:06 #1 DONE 0.0s 04:51:06 04:51:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 04:51:06 #2 DONE 0.0s 04:51:06 04:51:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5 04:51:06 #3 DONE 0.0s 04:51:06 04:51:06 #4 [internal] load .dockerignore 04:51:06 #4 transferring context: 2B done 04:51:06 #4 DONE 0.0s 04:51:06 04:51:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce done 04:51:06 #5 CACHED 04:51:06 04:51:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce done 04:51:06 #6 CACHED 04:51:06 04:51:06 #7 exporting to image 04:51:06 #7 exporting layers done 04:51:06 #7 exporting manifest sha256:760ccbd615b4390b663517337d767a90ec79cedbd6adbbd9af963b40c5fbdb53 done 04:51:06 #7 exporting config sha256:3a3f9ce2e78979fdc3f21ae3254ce7d1a94ed49deaea5484f81c386b1330d98b done 04:51:06 #7 exporting manifest sha256:62ff343cff35cdc89c9ecf06379e8ad41230333a001f6feef25c50ccaaa59b8e done 04:51:06 #7 exporting config sha256:cf8632692d6ca5fe047729ba8261af0153973d4e2b14515c9777894c8179bbca done 04:51:06 #7 exporting manifest list sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 done 04:51:06 #7 pushing layers 04:51:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:06 #7 pushing layers 0.0s done 04:51:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.5@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.1s done 04:51:06 #7 DONE 0.1s 04:51:06 04:51:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:51:06 #8 DONE 0.0s 04:51:06 04:51:06 1 warning found (use --debug to expand): 04:51:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:06 #1 [internal] load build definition from Dockerfile 04:51:06 #1 transferring dockerfile: 216B done 04:51:06 #1 DONE 0.0s 04:51:06 04:51:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:06 #2 DONE 0.0s 04:51:06 04:51:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:06 #3 DONE 0.0s 04:51:06 04:51:06 #4 [internal] load .dockerignore 04:51:06 #4 transferring context: 2B done 04:51:06 #4 DONE 0.0s 04:51:06 04:51:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce done 04:51:06 #5 CACHED 04:51:06 04:51:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce done 04:51:06 #6 CACHED 04:51:06 04:51:06 #7 exporting to image 04:51:06 #7 exporting layers done 04:51:06 #7 exporting manifest sha256:760ccbd615b4390b663517337d767a90ec79cedbd6adbbd9af963b40c5fbdb53 done 04:51:06 #7 exporting config sha256:3a3f9ce2e78979fdc3f21ae3254ce7d1a94ed49deaea5484f81c386b1330d98b done 04:51:06 #7 exporting manifest sha256:62ff343cff35cdc89c9ecf06379e8ad41230333a001f6feef25c50ccaaa59b8e done 04:51:06 #7 exporting config sha256:cf8632692d6ca5fe047729ba8261af0153973d4e2b14515c9777894c8179bbca done 04:51:06 #7 exporting manifest list sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 done 04:51:06 #7 pushing layers 0.0s done 04:51:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 04:51:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.1s done 04:51:06 #7 DONE 0.1s 04:51:06 04:51:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:51:06 #8 DONE 0.0s 04:51:06 04:51:06 1 warning found (use --debug to expand): 04:51:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 04:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 04:51:06 #1 [internal] load build definition from Dockerfile 04:51:06 #1 transferring dockerfile: 168B done 04:51:06 #1 DONE 0.0s 04:51:06 04:51:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:51:06 #2 DONE 0.0s 04:51:06 04:51:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 04:51:06 #3 DONE 0.0s 04:51:06 04:51:06 #4 [internal] load .dockerignore 04:51:06 #4 transferring context: 2B done 04:51:06 #4 DONE 0.0s 04:51:06 04:51:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 0.0s done 04:51:06 #5 CACHED 04:51:06 04:51:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 04:51:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a67ddbd1e59267be79a3106c8e9dde8fa5555c62a2cf99be7f23bcf1035eb8ce 0.0s done 04:51:06 #6 CACHED 04:51:06 04:51:06 #7 exporting to image 04:51:06 #7 exporting layers done 04:51:06 #7 exporting manifest sha256:760ccbd615b4390b663517337d767a90ec79cedbd6adbbd9af963b40c5fbdb53 done 04:51:06 #7 exporting config sha256:3a3f9ce2e78979fdc3f21ae3254ce7d1a94ed49deaea5484f81c386b1330d98b done 04:51:06 #7 exporting manifest sha256:62ff343cff35cdc89c9ecf06379e8ad41230333a001f6feef25c50ccaaa59b8e done 04:51:06 #7 exporting config sha256:cf8632692d6ca5fe047729ba8261af0153973d4e2b14515c9777894c8179bbca done 04:51:06 #7 exporting manifest list sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 done 04:51:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:07 #7 pushing layers 0.0s done 04:51:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:689b40b5e0e07cb3d22ad0bf7f8c21188ef249c432387d5598d1672ca7599106 0.1s done 04:51:07 #7 DONE 0.1s 04:51:07 04:51:07 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 04:51:07 #8 DONE 0.0s 04:51:07 04:51:07 1 warning found (use --debug to expand): 04:51:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:07 #1 [internal] load build definition from Dockerfile 04:51:07 #1 transferring dockerfile: 205B done 04:51:07 #1 DONE 0.0s 04:51:07 04:51:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:07 #2 DONE 0.0s 04:51:07 04:51:07 #3 [internal] load .dockerignore 04:51:07 #3 transferring context: 2B done 04:51:07 #3 DONE 0.0s 04:51:07 04:51:07 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:07 #4 DONE 0.1s 04:51:07 04:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:07 #5 DONE 0.0s 04:51:07 04:51:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b done 04:51:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b done 04:51:07 #6 DONE 0.1s 04:51:07 04:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:07 #5 DONE 0.0s 04:51:07 04:51:07 #7 exporting to image 04:51:07 #7 exporting layers done 04:51:07 #7 exporting manifest sha256:b65737f537fb682355a2a79483bb75807e044d785cd513a112ad1c6a84977537 done 04:51:07 #7 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 04:51:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:07 #7 ... 04:51:07 04:51:07 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:07 #8 DONE 0.0s 04:51:07 04:51:07 #7 exporting to image 04:51:07 #7 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 done 04:51:07 #7 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e done 04:51:07 #7 exporting config sha256:59359725b7435faacf5d513c8a5dbb9ea55e5c9f26b9d976a618881df59f602e done 04:51:07 #7 exporting manifest list sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 done 04:51:07 #7 pushing layers 0.1s done 04:51:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 04:51:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 0.1s done 04:51:08 #7 DONE 0.2s 04:51:08 04:51:08 1 warning found (use --debug to expand): 04:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 04:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 04:51:08 #1 [internal] load build definition from Dockerfile 04:51:08 #1 transferring dockerfile: 171B done 04:51:08 #1 DONE 0.0s 04:51:08 04:51:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:51:08 #2 DONE 0.0s 04:51:08 04:51:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 04:51:08 #3 DONE 0.0s 04:51:08 04:51:08 #4 [internal] load .dockerignore 04:51:08 #4 transferring context: 2B done 04:51:08 #4 DONE 0.0s 04:51:08 04:51:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:08 #5 CACHED 04:51:08 04:51:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:08 #6 CACHED 04:51:08 04:51:08 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:08 #7 DONE 0.0s 04:51:08 04:51:08 #8 exporting to image 04:51:08 #8 exporting layers done 04:51:08 #8 exporting manifest sha256:b65737f537fb682355a2a79483bb75807e044d785cd513a112ad1c6a84977537 done 04:51:08 #8 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 done 04:51:08 #8 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e done 04:51:08 #8 exporting config sha256:59359725b7435faacf5d513c8a5dbb9ea55e5c9f26b9d976a618881df59f602e done 04:51:08 #8 exporting manifest list sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 done 04:51:08 #8 pushing layers 0.0s done 04:51:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 0.1s done 04:51:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:08 #8 DONE 0.1s 04:51:08 04:51:08 1 warning found (use --debug to expand): 04:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5' 04:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 --push - 04:51:08 #1 [internal] load build definition from Dockerfile 04:51:08 #1 transferring dockerfile: 176B done 04:51:08 #1 DONE 0.0s 04:51:08 04:51:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 04:51:08 #2 DONE 0.0s 04:51:08 04:51:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5 04:51:08 #3 DONE 0.0s 04:51:08 04:51:08 #4 [internal] load .dockerignore 04:51:08 #4 transferring context: 2B done 04:51:08 #4 DONE 0.0s 04:51:08 04:51:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:08 #5 CACHED 04:51:08 04:51:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:08 #6 CACHED 04:51:08 04:51:08 #7 exporting to image 04:51:08 #7 exporting layers done 04:51:08 #7 exporting manifest sha256:b65737f537fb682355a2a79483bb75807e044d785cd513a112ad1c6a84977537 done 04:51:08 #7 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 done 04:51:08 #7 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e 04:51:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:09 #7 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e done 04:51:09 #7 exporting config sha256:59359725b7435faacf5d513c8a5dbb9ea55e5c9f26b9d976a618881df59f602e done 04:51:09 #7 exporting manifest list sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 done 04:51:09 #7 pushing layers 0.0s done 04:51:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.5@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 0.1s done 04:51:09 #7 DONE 0.1s 04:51:09 04:51:09 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:09 #8 DONE 0.0s 04:51:09 04:51:09 1 warning found (use --debug to expand): 04:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:09 #1 [internal] load build definition from Dockerfile 04:51:09 #1 transferring dockerfile: 217B done 04:51:09 #1 DONE 0.0s 04:51:09 04:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:09 #2 DONE 0.0s 04:51:09 04:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:09 #3 DONE 0.0s 04:51:09 04:51:09 #4 [internal] load .dockerignore 04:51:09 #4 transferring context: 2B done 04:51:09 #4 DONE 0.0s 04:51:09 04:51:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b done 04:51:09 #5 CACHED 04:51:09 04:51:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:09 #6 CACHED 04:51:09 04:51:09 #7 exporting to image 04:51:09 #7 exporting layers done 04:51:09 #7 exporting manifest sha256:b65737f537fb682355a2a79483bb75807e044d785cd513a112ad1c6a84977537 done 04:51:09 #7 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 done 04:51:09 #7 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e done 04:51:09 #7 exporting config sha256:59359725b7435faacf5d513c8a5dbb9ea55e5c9f26b9d976a618881df59f602e done 04:51:09 #7 exporting manifest list sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 done 04:51:09 #7 pushing layers 0.0s done 04:51:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 04:51:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 0.1s done 04:51:09 #7 DONE 0.1s 04:51:09 04:51:09 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:09 #8 DONE 0.0s 04:51:09 04:51:09 1 warning found (use --debug to expand): 04:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 04:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 04:51:09 #1 [internal] load build definition from Dockerfile 04:51:09 #1 transferring dockerfile: 169B done 04:51:09 #1 DONE 0.0s 04:51:09 04:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:51:09 #2 DONE 0.0s 04:51:09 04:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 04:51:09 #3 DONE 0.0s 04:51:09 04:51:09 #4 [internal] load .dockerignore 04:51:09 #4 transferring context: 2B done 04:51:09 #4 DONE 0.0s 04:51:09 04:51:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b done 04:51:09 #5 CACHED 04:51:09 04:51:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 04:51:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1a37ba6dc116197864b590810cfc109f52fabb6a9fe793b66e7ae93b261c5b6b 0.0s done 04:51:09 #6 CACHED 04:51:09 04:51:09 #7 exporting to image 04:51:09 #7 exporting layers done 04:51:09 #7 exporting manifest sha256:b65737f537fb682355a2a79483bb75807e044d785cd513a112ad1c6a84977537 done 04:51:09 #7 exporting config sha256:3f4b9791ea721523bdc734a50ac8440120f65a740469d68eafbaca234f0906e3 done 04:51:09 #7 exporting manifest sha256:ab9416020a0ad8bd8e59f941ad095612f73a2735e519064353b2c1f68e7ddf5e done 04:51:09 #7 exporting config sha256:59359725b7435faacf5d513c8a5dbb9ea55e5c9f26b9d976a618881df59f602e done 04:51:09 #7 exporting manifest list sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 done 04:51:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:10 #7 pushing layers 0.1s done 04:51:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e66a49247b8878323a82603096feed7224ec79c8c18b50d1d5e335fca184f394 0.1s done 04:51:10 #7 DONE 0.2s 04:51:10 04:51:10 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:10 #8 DONE 0.0s 04:51:10 04:51:10 1 warning found (use --debug to expand): 04:51:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:10 #1 [internal] load build definition from Dockerfile 04:51:10 #1 transferring dockerfile: 211B done 04:51:10 #1 DONE 0.0s 04:51:10 04:51:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:10 #2 DONE 0.0s 04:51:10 04:51:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:10 #3 DONE 0.0s 04:51:10 04:51:10 #4 [internal] load .dockerignore 04:51:10 #4 transferring context: 2B done 04:51:10 #4 DONE 0.0s 04:51:10 04:51:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:10 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b done 04:51:10 #5 DONE 0.0s 04:51:10 04:51:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:10 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:10 #6 DONE 0.0s 04:51:10 04:51:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:10 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b done 04:51:10 #5 DONE 0.1s 04:51:10 04:51:10 #7 exporting to image 04:51:10 #7 exporting layers 04:51:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:10 #7 ... 04:51:10 04:51:10 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:10 #8 DONE 0.0s 04:51:10 04:51:10 #7 exporting to image 04:51:10 #7 exporting layers done 04:51:10 #7 exporting manifest sha256:ee33bf3817efef909d49e8e8e607630976800660b0fdf0b9a7ca3d5902c94d35 done 04:51:10 #7 exporting config sha256:e01c19c840604cddc2684e6064886b21c6fe102453703d22e253846f85645959 done 04:51:10 #7 exporting manifest sha256:53efcc0dcfa96c08a7b5d56a736052b5b865ff385e0e3bce3854c485b8e29506 done 04:51:10 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d done 04:51:10 #7 exporting manifest list sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 done 04:51:10 #7 pushing layers 0.1s done 04:51:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 04:51:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 0.1s done 04:51:11 #7 DONE 0.2s 04:51:11 04:51:11 1 warning found (use --debug to expand): 04:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 04:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 04:51:11 #1 [internal] load build definition from Dockerfile 04:51:11 #1 transferring dockerfile: 177B done 04:51:11 #1 DONE 0.0s 04:51:11 04:51:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:51:11 #2 DONE 0.0s 04:51:11 04:51:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 04:51:11 #3 DONE 0.0s 04:51:11 04:51:11 #4 [internal] load .dockerignore 04:51:11 #4 transferring context: 2B done 04:51:11 #4 DONE 0.0s 04:51:11 04:51:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:11 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:11 #5 CACHED 04:51:11 04:51:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:11 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:11 #6 CACHED 04:51:11 04:51:11 #7 exporting to image 04:51:11 #7 exporting layers done 04:51:11 #7 exporting manifest sha256:ee33bf3817efef909d49e8e8e607630976800660b0fdf0b9a7ca3d5902c94d35 done 04:51:11 #7 exporting config sha256:e01c19c840604cddc2684e6064886b21c6fe102453703d22e253846f85645959 done 04:51:11 #7 exporting manifest sha256:53efcc0dcfa96c08a7b5d56a736052b5b865ff385e0e3bce3854c485b8e29506 done 04:51:11 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d done 04:51:11 #7 exporting manifest list sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 done 04:51:11 #7 pushing layers 0.0s done 04:51:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 04:51:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 0.1s done 04:51:11 #7 DONE 0.1s 04:51:11 04:51:11 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:11 #8 DONE 0.0s 04:51:11 04:51:11 1 warning found (use --debug to expand): 04:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5' 04:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 --push - 04:51:11 #1 [internal] load build definition from Dockerfile 04:51:11 #1 transferring dockerfile: 182B done 04:51:11 #1 DONE 0.0s 04:51:11 04:51:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 04:51:11 #2 DONE 0.0s 04:51:11 04:51:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5 04:51:11 #3 DONE 0.0s 04:51:11 04:51:11 #4 [internal] load .dockerignore 04:51:11 #4 transferring context: 2B done 04:51:11 #4 DONE 0.0s 04:51:11 04:51:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:11 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b done 04:51:11 #5 CACHED 04:51:11 04:51:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:11 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:11 #6 CACHED 04:51:11 04:51:11 #7 exporting to image 04:51:11 #7 exporting layers done 04:51:11 #7 exporting manifest sha256:ee33bf3817efef909d49e8e8e607630976800660b0fdf0b9a7ca3d5902c94d35 done 04:51:11 #7 exporting config sha256:e01c19c840604cddc2684e6064886b21c6fe102453703d22e253846f85645959 done 04:51:11 #7 exporting manifest sha256:53efcc0dcfa96c08a7b5d56a736052b5b865ff385e0e3bce3854c485b8e29506 done 04:51:11 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d done 04:51:11 #7 exporting manifest list sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 done 04:51:11 #7 pushing layers 04:51:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:12 #7 pushing layers 0.0s done 04:51:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.5@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 0.1s done 04:51:12 #7 DONE 0.1s 04:51:12 04:51:12 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:12 #8 DONE 0.0s 04:51:12 04:51:12 1 warning found (use --debug to expand): 04:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:12 #1 [internal] load build definition from Dockerfile 04:51:12 #1 transferring dockerfile: 223B done 04:51:12 #1 DONE 0.0s 04:51:12 04:51:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:12 #2 DONE 0.0s 04:51:12 04:51:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:12 #3 DONE 0.0s 04:51:12 04:51:12 #4 [internal] load .dockerignore 04:51:12 #4 transferring context: 2B done 04:51:12 #4 DONE 0.0s 04:51:12 04:51:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:12 #5 CACHED 04:51:12 04:51:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:12 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:12 #6 CACHED 04:51:12 04:51:12 #7 exporting to image 04:51:12 #7 exporting layers done 04:51:12 #7 exporting manifest sha256:ee33bf3817efef909d49e8e8e607630976800660b0fdf0b9a7ca3d5902c94d35 done 04:51:12 #7 exporting config sha256:e01c19c840604cddc2684e6064886b21c6fe102453703d22e253846f85645959 done 04:51:12 #7 exporting manifest sha256:53efcc0dcfa96c08a7b5d56a736052b5b865ff385e0e3bce3854c485b8e29506 done 04:51:12 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d 04:51:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:12 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d done 04:51:12 #7 exporting manifest list sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 done 04:51:12 #7 pushing layers 0.0s done 04:51:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 0.1s done 04:51:12 #7 DONE 0.1s 04:51:12 04:51:12 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:12 #8 DONE 0.0s 04:51:12 04:51:12 1 warning found (use --debug to expand): 04:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 04:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 04:51:13 #1 [internal] load build definition from Dockerfile 04:51:13 #1 transferring dockerfile: 175B done 04:51:13 #1 DONE 0.0s 04:51:13 04:51:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:51:13 #2 DONE 0.0s 04:51:13 04:51:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 04:51:13 #3 DONE 0.0s 04:51:13 04:51:13 #4 [internal] load .dockerignore 04:51:13 #4 transferring context: 2B done 04:51:13 #4 DONE 0.0s 04:51:13 04:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:13 #5 CACHED 04:51:13 04:51:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 04:51:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5cf85948784485c9ac3851a9d39d184bd5cf18789be6bfa0fe75f7da15d671b 0.0s done 04:51:13 #6 CACHED 04:51:13 04:51:13 #7 exporting to image 04:51:13 #7 exporting layers done 04:51:13 #7 exporting manifest sha256:ee33bf3817efef909d49e8e8e607630976800660b0fdf0b9a7ca3d5902c94d35 done 04:51:13 #7 exporting config sha256:e01c19c840604cddc2684e6064886b21c6fe102453703d22e253846f85645959 done 04:51:13 #7 exporting manifest sha256:53efcc0dcfa96c08a7b5d56a736052b5b865ff385e0e3bce3854c485b8e29506 done 04:51:13 #7 exporting config sha256:6e000f6ebbe5d3461eb21daa366848c4f5a77bf08076a05462569c81ded73d1d done 04:51:13 #7 exporting manifest list sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 done 04:51:13 #7 pushing layers 0.0s done 04:51:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 04:51:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bc3f5294a7f5845abba807078c79b9e8437705137512bb7faa2ff66524f50959 0.1s done 04:51:13 #7 DONE 0.1s 04:51:13 04:51:13 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 04:51:13 #8 DONE 0.0s 04:51:13 04:51:13 1 warning found (use --debug to expand): 04:51:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:13 #1 [internal] load build definition from Dockerfile 04:51:13 #1 transferring dockerfile: 215B done 04:51:13 #1 DONE 0.0s 04:51:13 04:51:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:13 #2 DONE 0.0s 04:51:13 04:51:13 #3 [internal] load .dockerignore 04:51:13 #3 transferring context: 2B done 04:51:13 #3 DONE 0.0s 04:51:13 04:51:13 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:13 #4 DONE 0.1s 04:51:13 04:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:13 #5 DONE 0.0s 04:51:13 04:51:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:13 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:13 #6 DONE 0.0s 04:51:13 04:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:13 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:13 #5 DONE 0.1s 04:51:13 04:51:13 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:51:14 #7 DONE 0.0s 04:51:14 04:51:14 #8 exporting to image 04:51:14 #8 exporting layers done 04:51:14 #8 exporting manifest sha256:37e8ea45f961864482853f2dd3530c1d13e4e608640fba400f795e60cabe9e82 done 04:51:14 #8 exporting config sha256:0e60d86c063f7ea3ee3b1e4de57f246a697d5ec64a5be0c3b9ddb0a80a111a1b done 04:51:14 #8 exporting manifest sha256:fa4817ddbe4d87c69ffda959e58a79fdb06164fa43f6de6f5724c918516b1f9c done 04:51:14 #8 exporting config sha256:d32ef3b3fa3d26616e07bfdd6dd7c5eb73c346f26a4a8b01156880cdf3322c63 done 04:51:14 #8 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 done 04:51:14 #8 pushing layers 0.1s done 04:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 04:51:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 0.1s done 04:51:14 #8 DONE 0.2s 04:51:14 04:51:14 1 warning found (use --debug to expand): 04:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 04:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 04:51:14 #1 [internal] load build definition from Dockerfile 04:51:14 #1 transferring dockerfile: 181B done 04:51:14 #1 DONE 0.0s 04:51:14 04:51:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:51:14 #2 DONE 0.0s 04:51:14 04:51:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 04:51:14 #3 DONE 0.0s 04:51:14 04:51:14 #4 [internal] load .dockerignore 04:51:14 #4 transferring context: 2B done 04:51:14 #4 DONE 0.0s 04:51:14 04:51:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:14 #5 CACHED 04:51:14 04:51:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:14 #6 CACHED 04:51:14 04:51:14 #7 exporting to image 04:51:14 #7 exporting layers 04:51:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:14 #7 exporting layers done 04:51:14 #7 exporting manifest sha256:37e8ea45f961864482853f2dd3530c1d13e4e608640fba400f795e60cabe9e82 done 04:51:14 #7 exporting config sha256:0e60d86c063f7ea3ee3b1e4de57f246a697d5ec64a5be0c3b9ddb0a80a111a1b done 04:51:14 #7 exporting manifest sha256:fa4817ddbe4d87c69ffda959e58a79fdb06164fa43f6de6f5724c918516b1f9c done 04:51:14 #7 exporting config sha256:d32ef3b3fa3d26616e07bfdd6dd7c5eb73c346f26a4a8b01156880cdf3322c63 done 04:51:14 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 done 04:51:14 #7 pushing layers 0.0s done 04:51:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 0.1s done 04:51:14 #7 DONE 0.1s 04:51:14 04:51:14 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:51:14 #8 DONE 0.0s 04:51:14 04:51:14 1 warning found (use --debug to expand): 04:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 --push - 04:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5' 04:51:14 #1 [internal] load build definition from Dockerfile 04:51:14 #1 transferring dockerfile: 186B done 04:51:14 #1 DONE 0.0s 04:51:14 04:51:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 04:51:14 #2 DONE 0.0s 04:51:14 04:51:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5 04:51:14 #3 DONE 0.0s 04:51:14 04:51:14 #4 [internal] load .dockerignore 04:51:14 #4 transferring context: 2B done 04:51:14 #4 DONE 0.0s 04:51:14 04:51:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:14 #5 CACHED 04:51:14 04:51:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:14 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:14 #6 CACHED 04:51:14 04:51:14 #7 exporting to image 04:51:14 #7 exporting layers done 04:51:14 #7 exporting manifest sha256:37e8ea45f961864482853f2dd3530c1d13e4e608640fba400f795e60cabe9e82 done 04:51:14 #7 exporting config sha256:0e60d86c063f7ea3ee3b1e4de57f246a697d5ec64a5be0c3b9ddb0a80a111a1b done 04:51:14 #7 exporting manifest sha256:fa4817ddbe4d87c69ffda959e58a79fdb06164fa43f6de6f5724c918516b1f9c done 04:51:14 #7 exporting config sha256:d32ef3b3fa3d26616e07bfdd6dd7c5eb73c346f26a4a8b01156880cdf3322c63 done 04:51:14 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 04:51:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:15 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 done 04:51:15 #7 pushing layers 0.0s done 04:51:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.5@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 0.1s done 04:51:15 #7 DONE 0.1s 04:51:15 04:51:15 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:51:15 #8 DONE 0.0s 04:51:15 04:51:15 1 warning found (use --debug to expand): 04:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:15 #1 [internal] load build definition from Dockerfile 04:51:15 #1 transferring dockerfile: 227B done 04:51:15 #1 DONE 0.0s 04:51:15 04:51:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:15 #2 DONE 0.0s 04:51:15 04:51:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:15 #3 DONE 0.0s 04:51:15 04:51:15 #4 [internal] load .dockerignore 04:51:15 #4 transferring context: 2B done 04:51:15 #4 DONE 0.0s 04:51:15 04:51:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:15 #5 CACHED 04:51:15 04:51:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:15 #6 CACHED 04:51:15 04:51:15 #7 exporting to image 04:51:15 #7 exporting layers done 04:51:15 #7 exporting manifest sha256:37e8ea45f961864482853f2dd3530c1d13e4e608640fba400f795e60cabe9e82 done 04:51:15 #7 exporting config sha256:0e60d86c063f7ea3ee3b1e4de57f246a697d5ec64a5be0c3b9ddb0a80a111a1b done 04:51:15 #7 exporting manifest sha256:fa4817ddbe4d87c69ffda959e58a79fdb06164fa43f6de6f5724c918516b1f9c done 04:51:15 #7 exporting config sha256:d32ef3b3fa3d26616e07bfdd6dd7c5eb73c346f26a4a8b01156880cdf3322c63 done 04:51:15 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 04:51:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:15 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 done 04:51:15 #7 pushing layers 0.0s done 04:51:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 0.1s done 04:51:15 #7 DONE 0.1s 04:51:15 04:51:15 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:51:15 #8 DONE 0.0s 04:51:15 04:51:15 1 warning found (use --debug to expand): 04:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 04:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 04:51:16 #1 [internal] load build definition from Dockerfile 04:51:16 #1 transferring dockerfile: 179B done 04:51:16 #1 DONE 0.0s 04:51:16 04:51:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:51:16 #2 DONE 0.0s 04:51:16 04:51:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 04:51:16 #3 DONE 0.0s 04:51:16 04:51:16 #4 [internal] load .dockerignore 04:51:16 #4 transferring context: 2B done 04:51:16 #4 DONE 0.0s 04:51:16 04:51:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:16 #5 CACHED 04:51:16 04:51:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 04:51:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:20a8dbeafa94a9c816c1751aa4d42758ffcf9c1b23ec07225c0b7ba47e80d829 0.0s done 04:51:16 #6 CACHED 04:51:16 04:51:16 #7 exporting to image 04:51:16 #7 exporting layers done 04:51:16 #7 exporting manifest sha256:37e8ea45f961864482853f2dd3530c1d13e4e608640fba400f795e60cabe9e82 done 04:51:16 #7 exporting config sha256:0e60d86c063f7ea3ee3b1e4de57f246a697d5ec64a5be0c3b9ddb0a80a111a1b done 04:51:16 #7 exporting manifest sha256:fa4817ddbe4d87c69ffda959e58a79fdb06164fa43f6de6f5724c918516b1f9c done 04:51:16 #7 exporting config sha256:d32ef3b3fa3d26616e07bfdd6dd7c5eb73c346f26a4a8b01156880cdf3322c63 done 04:51:16 #7 exporting manifest list sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 done 04:51:16 #7 pushing layers 0.0s done 04:51:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 04:51:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:313df1c2c33d7913f0bf50bafb71b5a0a5d6796575675d0527028f5b433549b1 0.1s done 04:51:16 #7 DONE 0.1s 04:51:16 04:51:16 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 04:51:16 #8 DONE 0.0s 04:51:16 04:51:16 1 warning found (use --debug to expand): 04:51:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:16 #1 [internal] load build definition from Dockerfile 04:51:16 #1 transferring dockerfile: 205B done 04:51:16 #1 DONE 0.0s 04:51:16 04:51:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:16 #2 DONE 0.0s 04:51:16 04:51:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:16 #3 DONE 0.0s 04:51:16 04:51:16 #4 [internal] load .dockerignore 04:51:16 #4 transferring context: 2B done 04:51:16 #4 DONE 0.0s 04:51:16 04:51:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:16 #5 DONE 0.0s 04:51:16 04:51:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:16 #6 DONE 0.1s 04:51:16 04:51:16 #7 exporting to image 04:51:16 #7 exporting layers done 04:51:16 #7 exporting manifest sha256:a1d7dd72e07bac4552e3f6f0cc39043774cf0428ad18cb4b937e11ecfdd96adb done 04:51:16 #7 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 04:51:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:16 #7 ... 04:51:16 04:51:16 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:51:16 #8 DONE 0.0s 04:51:16 04:51:16 #7 exporting to image 04:51:16 #7 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 done 04:51:16 #7 exporting manifest sha256:cdb1d72af08857f08bc6c2a70bf1fcb75d5421c9f78e55d6a8cac3ab5f0e8bf6 done 04:51:16 #7 exporting config sha256:73d243726d061b91c181a5752bd54c25d945f87c191fb4ee615ccb8a026955e0 done 04:51:16 #7 exporting manifest list sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c done 04:51:16 #7 pushing layers 0.1s done 04:51:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 04:51:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 0.1s done 04:51:17 #7 DONE 0.2s 04:51:17 04:51:17 1 warning found (use --debug to expand): 04:51:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 04:51:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 04:51:17 #1 [internal] load build definition from Dockerfile 04:51:17 #1 transferring dockerfile: 171B 0.0s done 04:51:17 #1 DONE 0.0s 04:51:17 04:51:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:51:17 #2 DONE 0.0s 04:51:17 04:51:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 04:51:17 #3 DONE 0.0s 04:51:17 04:51:17 #4 [internal] load .dockerignore 04:51:17 #4 transferring context: 2B done 04:51:17 #4 DONE 0.0s 04:51:17 04:51:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f done 04:51:17 #5 CACHED 04:51:17 04:51:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:17 #6 CACHED 04:51:17 04:51:17 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:51:17 #7 DONE 0.0s 04:51:17 04:51:17 #8 exporting to image 04:51:17 #8 exporting layers done 04:51:17 #8 exporting manifest sha256:a1d7dd72e07bac4552e3f6f0cc39043774cf0428ad18cb4b937e11ecfdd96adb done 04:51:17 #8 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 done 04:51:17 #8 exporting manifest sha256:cdb1d72af08857f08bc6c2a70bf1fcb75d5421c9f78e55d6a8cac3ab5f0e8bf6 done 04:51:17 #8 exporting config sha256:73d243726d061b91c181a5752bd54c25d945f87c191fb4ee615ccb8a026955e0 done 04:51:17 #8 exporting manifest list sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c done 04:51:17 #8 pushing layers 0.0s done 04:51:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 04:51:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 16.5s done 04:51:35 #8 DONE 16.5s 04:51:35 04:51:35 1 warning found (use --debug to expand): 04:51:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5' 04:51:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 --push - 04:51:36 #1 [internal] load build definition from Dockerfile 04:51:36 #1 transferring dockerfile: 176B done 04:51:36 #1 DONE 0.0s 04:51:36 04:51:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 04:51:36 #2 DONE 0.0s 04:51:36 04:51:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5 04:51:36 #3 DONE 0.0s 04:51:36 04:51:36 #4 [internal] load .dockerignore 04:51:36 #4 transferring context: 2B done 04:51:36 #4 DONE 0.0s 04:51:36 04:51:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:36 #5 CACHED 04:51:36 04:51:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:36 #6 CACHED 04:51:36 04:51:36 #7 exporting to image 04:51:36 #7 exporting layers done 04:51:36 #7 exporting manifest sha256:a1d7dd72e07bac4552e3f6f0cc39043774cf0428ad18cb4b937e11ecfdd96adb done 04:51:36 #7 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 done 04:51:36 #7 exporting manifest sha256:cdb1d72af08857f08bc6c2a70bf1fcb75d5421c9f78e55d6a8cac3ab5f0e8bf6 done 04:51:36 #7 exporting config sha256:73d243726d061b91c181a5752bd54c25d945f87c191fb4ee615ccb8a026955e0 done 04:51:36 #7 exporting manifest list sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c done 04:51:36 #7 pushing layers 0.0s done 04:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 04:51:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.5@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 0.1s done 04:51:36 #7 DONE 0.1s 04:51:36 04:51:36 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:51:36 #8 DONE 0.0s 04:51:36 04:51:36 1 warning found (use --debug to expand): 04:51:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:36 #1 [internal] load build definition from Dockerfile 04:51:36 #1 transferring dockerfile: 217B done 04:51:36 #1 DONE 0.0s 04:51:36 04:51:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:36 #2 DONE 0.0s 04:51:36 04:51:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:36 #3 DONE 0.0s 04:51:36 04:51:36 #4 [internal] load .dockerignore 04:51:36 #4 transferring context: 2B done 04:51:36 #4 DONE 0.0s 04:51:36 04:51:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:36 #5 CACHED 04:51:36 04:51:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 0.0s done 04:51:36 #6 CACHED 04:51:36 04:51:36 #7 exporting to image 04:51:36 #7 exporting layers done 04:51:36 #7 exporting manifest sha256:a1d7dd72e07bac4552e3f6f0cc39043774cf0428ad18cb4b937e11ecfdd96adb done 04:51:36 #7 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 done 04:51:36 #7 exporting manifest sha256:cdb1d72af08857f08bc6c2a70bf1fcb75d5421c9f78e55d6a8cac3ab5f0e8bf6 done 04:51:36 #7 exporting config sha256:73d243726d061b91c181a5752bd54c25d945f87c191fb4ee615ccb8a026955e0 done 04:51:36 #7 exporting manifest list sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c done 04:51:36 #7 pushing layers 0.0s done 04:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 04:51:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 0.1s done 04:51:36 #7 DONE 0.1s 04:51:36 04:51:36 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:51:36 #8 DONE 0.0s 04:51:36 04:51:36 1 warning found (use --debug to expand): 04:51:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 04:51:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 04:51:37 #1 [internal] load build definition from Dockerfile 04:51:37 #1 transferring dockerfile: 169B done 04:51:37 #1 DONE 0.0s 04:51:37 04:51:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:51:37 #2 DONE 0.0s 04:51:37 04:51:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 04:51:37 #3 DONE 0.0s 04:51:37 04:51:37 #4 [internal] load .dockerignore 04:51:37 #4 transferring context: 2B done 04:51:37 #4 DONE 0.0s 04:51:37 04:51:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f done 04:51:37 #5 CACHED 04:51:37 04:51:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f 04:51:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c6a954575156b56542e2a0fc2d7565a7a13a6a730fc65a5d2282be9529187e4f done 04:51:37 #6 CACHED 04:51:37 04:51:37 #7 exporting to image 04:51:37 #7 exporting layers done 04:51:37 #7 exporting manifest sha256:a1d7dd72e07bac4552e3f6f0cc39043774cf0428ad18cb4b937e11ecfdd96adb done 04:51:37 #7 exporting config sha256:687ec68ece25c2abce770eb483d47a6550116598433e6a1d39a5ef6a9dfafba6 done 04:51:37 #7 exporting manifest sha256:cdb1d72af08857f08bc6c2a70bf1fcb75d5421c9f78e55d6a8cac3ab5f0e8bf6 done 04:51:37 #7 exporting config sha256:73d243726d061b91c181a5752bd54c25d945f87c191fb4ee615ccb8a026955e0 done 04:51:37 #7 exporting manifest list sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c done 04:51:37 #7 pushing layers 0.0s done 04:51:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 04:51:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:5fa3a393f4741d52e2bf9bb4b1cc6d15dcdf4c761cfe38b8e8909a312e7c364c 0.1s done 04:51:37 #7 DONE 0.1s 04:51:37 04:51:37 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 04:51:37 #8 DONE 0.0s 04:51:37 04:51:37 1 warning found (use --debug to expand): 04:51:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:37 #1 [internal] load build definition from Dockerfile 04:51:37 #1 transferring dockerfile: 206B done 04:51:37 #1 DONE 0.0s 04:51:37 04:51:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:37 #2 DONE 0.0s 04:51:37 04:51:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:37 #3 DONE 0.1s 04:51:37 04:51:37 #4 [internal] load .dockerignore 04:51:37 #4 transferring context: 2B done 04:51:37 #4 DONE 0.0s 04:51:37 04:51:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd done 04:51:37 #5 DONE 0.0s 04:51:37 04:51:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:37 #6 DONE 0.0s 04:51:37 04:51:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd done 04:51:37 #5 DONE 0.1s 04:51:37 04:51:37 #7 exporting to image 04:51:37 #7 exporting layers done 04:51:37 #7 exporting manifest sha256:baf74176ef0e92e72a530093c0a5f523791204bcb5ce69ff6ab4ad08051076a5 0.0s done 04:51:37 #7 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed 04:51:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:37 #7 ... 04:51:37 04:51:37 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:51:37 #8 DONE 0.0s 04:51:37 04:51:37 #7 exporting to image 04:51:37 #7 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed done 04:51:37 #7 exporting manifest sha256:6f96f405fd0787797be3bbb628e9f8ef6bfc4f74c4b3162d3136ce10b03cc984 done 04:51:37 #7 exporting config sha256:6fcd0b2d138381ba758bcad2e8090b5a983680514da624a4d284c1eefa372849 done 04:51:37 #7 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b done 04:51:37 #7 pushing layers 0.1s done 04:51:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 04:51:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 0.1s done 04:51:38 #7 DONE 0.2s 04:51:38 04:51:38 1 warning found (use --debug to expand): 04:51:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 04:51:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 04:51:38 #1 [internal] load build definition from Dockerfile 04:51:38 #1 transferring dockerfile: 172B done 04:51:38 #1 DONE 0.0s 04:51:38 04:51:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:51:38 #2 DONE 0.0s 04:51:38 04:51:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 04:51:38 #3 DONE 0.0s 04:51:38 04:51:38 #4 [internal] load .dockerignore 04:51:38 #4 transferring context: 2B done 04:51:38 #4 DONE 0.0s 04:51:38 04:51:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:38 #5 CACHED 04:51:38 04:51:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:38 #6 CACHED 04:51:38 04:51:38 #7 exporting to image 04:51:38 #7 exporting layers done 04:51:38 #7 exporting manifest sha256:baf74176ef0e92e72a530093c0a5f523791204bcb5ce69ff6ab4ad08051076a5 done 04:51:38 #7 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed done 04:51:38 #7 exporting manifest sha256:6f96f405fd0787797be3bbb628e9f8ef6bfc4f74c4b3162d3136ce10b03cc984 done 04:51:38 #7 exporting config sha256:6fcd0b2d138381ba758bcad2e8090b5a983680514da624a4d284c1eefa372849 done 04:51:38 #7 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b done 04:51:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:38 #7 pushing layers 0.0s done 04:51:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 0.1s done 04:51:38 #7 DONE 0.1s 04:51:38 04:51:38 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:51:38 #8 DONE 0.0s 04:51:38 04:51:38 1 warning found (use --debug to expand): 04:51:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5' 04:51:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 --push - 04:51:39 #1 [internal] load build definition from Dockerfile 04:51:39 #1 transferring dockerfile: 177B done 04:51:39 #1 DONE 0.0s 04:51:39 04:51:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 04:51:39 #2 DONE 0.0s 04:51:39 04:51:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5 04:51:39 #3 DONE 0.0s 04:51:39 04:51:39 #4 [internal] load .dockerignore 04:51:39 #4 transferring context: 2B done 04:51:39 #4 DONE 0.0s 04:51:39 04:51:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd done 04:51:39 #5 CACHED 04:51:39 04:51:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:39 #6 CACHED 04:51:39 04:51:39 #7 exporting to image 04:51:39 #7 exporting layers done 04:51:39 #7 exporting manifest sha256:baf74176ef0e92e72a530093c0a5f523791204bcb5ce69ff6ab4ad08051076a5 done 04:51:39 #7 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed done 04:51:39 #7 exporting manifest sha256:6f96f405fd0787797be3bbb628e9f8ef6bfc4f74c4b3162d3136ce10b03cc984 done 04:51:39 #7 exporting config sha256:6fcd0b2d138381ba758bcad2e8090b5a983680514da624a4d284c1eefa372849 done 04:51:39 #7 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 04:51:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:39 #7 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b done 04:51:39 #7 pushing layers 0.0s done 04:51:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.5@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 0.1s done 04:51:39 #7 DONE 0.1s 04:51:39 04:51:39 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:51:39 #8 DONE 0.0s 04:51:39 04:51:39 1 warning found (use --debug to expand): 04:51:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:39 #1 [internal] load build definition from Dockerfile 04:51:39 #1 transferring dockerfile: 218B done 04:51:39 #1 DONE 0.0s 04:51:39 04:51:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:39 #2 DONE 0.0s 04:51:39 04:51:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:39 #3 DONE 0.0s 04:51:39 04:51:39 #4 [internal] load .dockerignore 04:51:39 #4 transferring context: 2B done 04:51:39 #4 DONE 0.0s 04:51:39 04:51:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd done 04:51:39 #5 CACHED 04:51:39 04:51:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:39 #6 CACHED 04:51:39 04:51:39 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:51:39 #7 DONE 0.0s 04:51:39 04:51:39 #8 exporting to image 04:51:39 #8 exporting layers done 04:51:39 #8 exporting manifest sha256:baf74176ef0e92e72a530093c0a5f523791204bcb5ce69ff6ab4ad08051076a5 done 04:51:39 #8 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed done 04:51:39 #8 exporting manifest sha256:6f96f405fd0787797be3bbb628e9f8ef6bfc4f74c4b3162d3136ce10b03cc984 done 04:51:39 #8 exporting config sha256:6fcd0b2d138381ba758bcad2e8090b5a983680514da624a4d284c1eefa372849 done 04:51:39 #8 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b done 04:51:39 #8 pushing layers 0.0s done 04:51:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 0.1s done 04:51:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:39 #8 DONE 0.1s 04:51:39 04:51:39 1 warning found (use --debug to expand): 04:51:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 04:51:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 04:51:40 #1 [internal] load build definition from Dockerfile 04:51:40 #1 transferring dockerfile: 170B done 04:51:40 #1 DONE 0.0s 04:51:40 04:51:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:51:40 #2 DONE 0.0s 04:51:40 04:51:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 04:51:40 #3 DONE 0.0s 04:51:40 04:51:40 #4 [internal] load .dockerignore 04:51:40 #4 transferring context: 2B done 04:51:40 #4 DONE 0.0s 04:51:40 04:51:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:40 #5 CACHED 04:51:40 04:51:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 04:51:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6eebbe96ee045e953d4827c06975f3ae3c913d9070a70ef66d3fa1f179b21bfd 0.0s done 04:51:40 #6 CACHED 04:51:40 04:51:40 #7 exporting to image 04:51:40 #7 exporting layers done 04:51:40 #7 exporting manifest sha256:baf74176ef0e92e72a530093c0a5f523791204bcb5ce69ff6ab4ad08051076a5 done 04:51:40 #7 exporting config sha256:cfac1be852ca665fba5131ff179f358a126894d004d8aca9d760f9113de664ed done 04:51:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:40 #7 exporting manifest sha256:6f96f405fd0787797be3bbb628e9f8ef6bfc4f74c4b3162d3136ce10b03cc984 done 04:51:40 #7 exporting config sha256:6fcd0b2d138381ba758bcad2e8090b5a983680514da624a4d284c1eefa372849 done 04:51:40 #7 exporting manifest list sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b done 04:51:40 #7 pushing layers 0.0s done 04:51:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9b83e44a65192b3a822a082a69e88727bfe6e2ffa468d21838b689a31146184b 0.1s done 04:51:40 #7 DONE 0.1s 04:51:40 04:51:40 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 04:51:40 #8 DONE 0.0s 04:51:40 04:51:40 1 warning found (use --debug to expand): 04:51:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:40 #1 [internal] load build definition from Dockerfile 04:51:40 #1 transferring dockerfile: 206B done 04:51:40 #1 DONE 0.0s 04:51:40 04:51:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:40 #2 DONE 0.0s 04:51:40 04:51:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:40 #3 DONE 0.1s 04:51:40 04:51:40 #4 [internal] load .dockerignore 04:51:40 #4 transferring context: 2B done 04:51:40 #4 DONE 0.0s 04:51:40 04:51:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:40 #5 ... 04:51:40 04:51:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:40 #6 DONE 0.1s 04:51:40 04:51:40 #7 exporting to image 04:51:40 #7 exporting layers done 04:51:40 #7 exporting manifest sha256:121f71e4ea45d40d3a9969dd65c8648a3790361c4ee07149a7d1257eee41cfab 0.0s done 04:51:40 #7 exporting config sha256:f480a3dec6272c2e1820e883eeb311abeb8a0a30fca66a77c577059b84e0b268 done 04:51:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:40 #7 ... 04:51:40 04:51:40 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:51:40 #8 DONE 0.0s 04:51:40 04:51:40 #7 exporting to image 04:51:40 #7 exporting manifest sha256:8314b208ad4e50a224538ab9365a64e68a4f72d2e67680be9f9a6251dace1917 done 04:51:40 #7 exporting config sha256:d9893496cbe88ec0159cff7d0f93839b248613bbcb56b69eb9ebc7686aea4126 done 04:51:40 #7 exporting manifest list sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d done 04:51:40 #7 pushing layers 0.1s done 04:51:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 04:51:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 0.1s done 04:51:41 #7 DONE 0.2s 04:51:41 04:51:41 1 warning found (use --debug to expand): 04:51:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 04:51:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 04:51:41 #1 [internal] load build definition from Dockerfile 04:51:41 #1 transferring dockerfile: 172B done 04:51:41 #1 DONE 0.0s 04:51:41 04:51:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:51:41 #2 DONE 0.0s 04:51:41 04:51:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 04:51:41 #3 DONE 0.0s 04:51:41 04:51:41 #4 [internal] load .dockerignore 04:51:41 #4 transferring context: 2B done 04:51:41 #4 DONE 0.0s 04:51:41 04:51:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:41 #5 CACHED 04:51:41 04:51:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 done 04:51:41 #6 CACHED 04:51:41 04:51:41 #7 exporting to image 04:51:41 #7 exporting layers done 04:51:41 #7 exporting manifest sha256:121f71e4ea45d40d3a9969dd65c8648a3790361c4ee07149a7d1257eee41cfab done 04:51:41 #7 exporting config sha256:f480a3dec6272c2e1820e883eeb311abeb8a0a30fca66a77c577059b84e0b268 done 04:51:41 #7 exporting manifest sha256:8314b208ad4e50a224538ab9365a64e68a4f72d2e67680be9f9a6251dace1917 done 04:51:41 #7 exporting config sha256:d9893496cbe88ec0159cff7d0f93839b248613bbcb56b69eb9ebc7686aea4126 done 04:51:41 #7 exporting manifest list sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d done 04:51:41 #7 pushing layers 0.0s done 04:51:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 04:51:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 0.1s done 04:51:41 #7 DONE 0.1s 04:51:41 04:51:41 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:51:41 #8 DONE 0.0s 04:51:41 04:51:41 1 warning found (use --debug to expand): 04:51:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5' 04:51:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 --push - 04:51:42 #1 [internal] load build definition from Dockerfile 04:51:42 #1 transferring dockerfile: 177B done 04:51:42 #1 DONE 0.0s 04:51:42 04:51:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 04:51:42 #2 DONE 0.0s 04:51:42 04:51:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5 04:51:42 #3 DONE 0.0s 04:51:42 04:51:42 #4 [internal] load .dockerignore 04:51:42 #4 transferring context: 2B done 04:51:42 #4 DONE 0.0s 04:51:42 04:51:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:42 #5 CACHED 04:51:42 04:51:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:42 #6 CACHED 04:51:42 04:51:42 #7 exporting to image 04:51:42 #7 exporting layers done 04:51:42 #7 exporting manifest sha256:121f71e4ea45d40d3a9969dd65c8648a3790361c4ee07149a7d1257eee41cfab done 04:51:42 #7 exporting config sha256:f480a3dec6272c2e1820e883eeb311abeb8a0a30fca66a77c577059b84e0b268 done 04:51:42 #7 exporting manifest sha256:8314b208ad4e50a224538ab9365a64e68a4f72d2e67680be9f9a6251dace1917 done 04:51:42 #7 exporting config sha256:d9893496cbe88ec0159cff7d0f93839b248613bbcb56b69eb9ebc7686aea4126 done 04:51:42 #7 exporting manifest list sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d done 04:51:42 #7 pushing layers 0.0s done 04:51:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 04:51:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.5@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 0.1s done 04:51:42 #7 DONE 0.1s 04:51:42 04:51:42 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:51:42 #8 DONE 0.0s 04:51:42 04:51:42 1 warning found (use --debug to expand): 04:51:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:42 #1 [internal] load build definition from Dockerfile 04:51:42 #1 transferring dockerfile: 218B done 04:51:42 #1 DONE 0.0s 04:51:42 04:51:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:42 #2 DONE 0.0s 04:51:42 04:51:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:42 #3 DONE 0.0s 04:51:42 04:51:42 #4 [internal] load .dockerignore 04:51:42 #4 transferring context: 2B done 04:51:42 #4 DONE 0.0s 04:51:42 04:51:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:42 #5 CACHED 04:51:42 04:51:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:42 #6 CACHED 04:51:42 04:51:42 #7 exporting to image 04:51:42 #7 exporting layers 04:51:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:42 #7 exporting layers done 04:51:42 #7 exporting manifest sha256:121f71e4ea45d40d3a9969dd65c8648a3790361c4ee07149a7d1257eee41cfab done 04:51:42 #7 exporting config sha256:f480a3dec6272c2e1820e883eeb311abeb8a0a30fca66a77c577059b84e0b268 done 04:51:42 #7 exporting manifest sha256:8314b208ad4e50a224538ab9365a64e68a4f72d2e67680be9f9a6251dace1917 done 04:51:42 #7 exporting config sha256:d9893496cbe88ec0159cff7d0f93839b248613bbcb56b69eb9ebc7686aea4126 done 04:51:42 #7 exporting manifest list sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d done 04:51:42 #7 pushing layers 0.0s done 04:51:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 0.1s done 04:51:42 #7 DONE 0.1s 04:51:42 04:51:42 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:51:42 #8 DONE 0.0s 04:51:42 04:51:42 1 warning found (use --debug to expand): 04:51:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 04:51:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 04:51:43 #1 [internal] load build definition from Dockerfile 04:51:43 #1 transferring dockerfile: 170B done 04:51:43 #1 DONE 0.0s 04:51:43 04:51:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:51:43 #2 DONE 0.0s 04:51:43 04:51:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 04:51:43 #3 DONE 0.0s 04:51:43 04:51:43 #4 [internal] load .dockerignore 04:51:43 #4 transferring context: 2B done 04:51:43 #4 DONE 0.0s 04:51:43 04:51:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:43 #5 CACHED 04:51:43 04:51:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 04:51:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8a00388f37be814b66727f53b462d594cbff2c928e6c3735a77eb3b550fe4719 0.0s done 04:51:43 #6 CACHED 04:51:43 04:51:43 #7 exporting to image 04:51:43 #7 exporting layers done 04:51:43 #7 exporting manifest sha256:121f71e4ea45d40d3a9969dd65c8648a3790361c4ee07149a7d1257eee41cfab 0.0s done 04:51:43 #7 exporting config sha256:f480a3dec6272c2e1820e883eeb311abeb8a0a30fca66a77c577059b84e0b268 done 04:51:43 #7 exporting manifest sha256:8314b208ad4e50a224538ab9365a64e68a4f72d2e67680be9f9a6251dace1917 done 04:51:43 #7 exporting config sha256:d9893496cbe88ec0159cff7d0f93839b248613bbcb56b69eb9ebc7686aea4126 done 04:51:43 #7 exporting manifest list sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d done 04:51:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:43 #7 pushing layers 0.0s done 04:51:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:528bf1f8c7697925ed871eec679654301fccfb48da624894c29d53e55b6eb61d 0.1s done 04:51:43 #7 DONE 0.1s 04:51:43 04:51:43 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 04:51:43 #8 DONE 0.0s 04:51:43 04:51:43 1 warning found (use --debug to expand): 04:51:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:43 #1 [internal] load build definition from Dockerfile 04:51:43 #1 transferring dockerfile: 206B done 04:51:43 #1 DONE 0.0s 04:51:43 04:51:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:43 #2 DONE 0.0s 04:51:43 04:51:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:43 #3 DONE 0.0s 04:51:43 04:51:43 #4 [internal] load .dockerignore 04:51:43 #4 transferring context: 2B done 04:51:43 #4 DONE 0.0s 04:51:43 04:51:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:43 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:43 #5 DONE 0.0s 04:51:43 04:51:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:43 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:43 #6 DONE 0.0s 04:51:43 04:51:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:43 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:43 #5 DONE 0.1s 04:51:43 04:51:43 #7 exporting to image 04:51:43 #7 exporting layers done 04:51:43 #7 exporting manifest sha256:e57d556034e0d91ee809f04f4a366685567767b473ecb54de86c57f40b0c0ac4 done 04:51:43 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae done 04:51:43 #7 exporting manifest sha256:3c57c12ea6e0eeff6c930e3c8ecff3f6d217a56c9140ad4840c53a2c0ba2a46d done 04:51:43 #7 exporting config sha256:12145c1fd1868ae6fd490ab3ecd22b492c7003046bc122b2b06f7a19819eda97 done 04:51:43 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 done 04:51:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:43 #7 ... 04:51:43 04:51:43 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:51:43 #8 DONE 0.0s 04:51:43 04:51:43 #7 exporting to image 04:51:43 #7 pushing layers 0.1s done 04:51:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 04:51:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 0.1s done 04:51:44 #7 DONE 0.2s 04:51:44 04:51:44 1 warning found (use --debug to expand): 04:51:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 04:51:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 04:51:44 #1 [internal] load build definition from Dockerfile 04:51:44 #1 transferring dockerfile: 172B done 04:51:44 #1 DONE 0.0s 04:51:44 04:51:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:51:44 #2 DONE 0.0s 04:51:44 04:51:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 04:51:44 #3 DONE 0.0s 04:51:44 04:51:44 #4 [internal] load .dockerignore 04:51:44 #4 transferring context: 2B done 04:51:44 #4 DONE 0.0s 04:51:44 04:51:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:44 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:44 #5 CACHED 04:51:44 04:51:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:44 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce done 04:51:44 #6 CACHED 04:51:44 04:51:44 #7 exporting to image 04:51:44 #7 exporting layers done 04:51:44 #7 exporting manifest sha256:e57d556034e0d91ee809f04f4a366685567767b473ecb54de86c57f40b0c0ac4 done 04:51:44 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae done 04:51:44 #7 exporting manifest sha256:3c57c12ea6e0eeff6c930e3c8ecff3f6d217a56c9140ad4840c53a2c0ba2a46d done 04:51:44 #7 exporting config sha256:12145c1fd1868ae6fd490ab3ecd22b492c7003046bc122b2b06f7a19819eda97 done 04:51:44 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 done 04:51:44 #7 pushing layers 04:51:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:44 #7 pushing layers 0.0s done 04:51:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 0.1s done 04:51:44 #7 DONE 0.1s 04:51:44 04:51:44 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:51:44 #8 DONE 0.0s 04:51:44 04:51:44 1 warning found (use --debug to expand): 04:51:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 --push - 04:51:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5' 04:51:45 #1 [internal] load build definition from Dockerfile 04:51:45 #1 transferring dockerfile: 177B done 04:51:45 #1 DONE 0.0s 04:51:45 04:51:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 04:51:45 #2 DONE 0.0s 04:51:45 04:51:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5 04:51:45 #3 DONE 0.0s 04:51:45 04:51:45 #4 [internal] load .dockerignore 04:51:45 #4 transferring context: 2B done 04:51:45 #4 DONE 0.0s 04:51:45 04:51:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:45 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:45 #5 CACHED 04:51:45 04:51:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:45 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:45 #6 CACHED 04:51:45 04:51:45 #7 exporting to image 04:51:45 #7 exporting layers done 04:51:45 #7 exporting manifest sha256:e57d556034e0d91ee809f04f4a366685567767b473ecb54de86c57f40b0c0ac4 done 04:51:45 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae 04:51:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:45 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae done 04:51:45 #7 exporting manifest sha256:3c57c12ea6e0eeff6c930e3c8ecff3f6d217a56c9140ad4840c53a2c0ba2a46d done 04:51:45 #7 exporting config sha256:12145c1fd1868ae6fd490ab3ecd22b492c7003046bc122b2b06f7a19819eda97 done 04:51:45 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 done 04:51:45 #7 pushing layers 0.0s done 04:51:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.5@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 0.1s done 04:51:45 #7 DONE 0.1s 04:51:45 04:51:45 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:51:45 #8 DONE 0.0s 04:51:45 04:51:45 1 warning found (use --debug to expand): 04:51:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:45 #1 [internal] load build definition from Dockerfile 04:51:45 #1 transferring dockerfile: 218B done 04:51:45 #1 DONE 0.0s 04:51:45 04:51:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:45 #2 DONE 0.0s 04:51:45 04:51:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:45 #3 DONE 0.0s 04:51:45 04:51:45 #4 [internal] load .dockerignore 04:51:45 #4 transferring context: 2B done 04:51:45 #4 DONE 0.0s 04:51:45 04:51:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:45 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:45 #5 CACHED 04:51:45 04:51:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:45 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 0.0s done 04:51:45 #6 CACHED 04:51:45 04:51:45 #7 exporting to image 04:51:45 #7 exporting layers done 04:51:45 #7 exporting manifest sha256:e57d556034e0d91ee809f04f4a366685567767b473ecb54de86c57f40b0c0ac4 done 04:51:45 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae done 04:51:45 #7 exporting manifest sha256:3c57c12ea6e0eeff6c930e3c8ecff3f6d217a56c9140ad4840c53a2c0ba2a46d done 04:51:45 #7 exporting config sha256:12145c1fd1868ae6fd490ab3ecd22b492c7003046bc122b2b06f7a19819eda97 done 04:51:45 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 04:51:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:45 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 done 04:51:45 #7 pushing layers 0.0s done 04:51:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 0.1s done 04:51:45 #7 DONE 0.1s 04:51:45 04:51:45 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:51:45 #8 DONE 0.0s 04:51:45 04:51:45 1 warning found (use --debug to expand): 04:51:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 04:51:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 04:51:46 #1 [internal] load build definition from Dockerfile 04:51:46 #1 transferring dockerfile: 170B done 04:51:46 #1 DONE 0.0s 04:51:46 04:51:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:51:46 #2 DONE 0.0s 04:51:46 04:51:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 04:51:46 #3 DONE 0.0s 04:51:46 04:51:46 #4 [internal] load .dockerignore 04:51:46 #4 transferring context: 2B done 04:51:46 #4 DONE 0.0s 04:51:46 04:51:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:46 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce done 04:51:46 #5 CACHED 04:51:46 04:51:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce 04:51:46 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ac7a50b1831ef1952334c6ae452829a95c92dd0d5855a41ee7cb823a5a09dfce done 04:51:46 #6 CACHED 04:51:46 04:51:46 #7 exporting to image 04:51:46 #7 exporting layers done 04:51:46 #7 exporting manifest sha256:e57d556034e0d91ee809f04f4a366685567767b473ecb54de86c57f40b0c0ac4 done 04:51:46 #7 exporting config sha256:659b345d1d309891ce98d046ec97ba30568ba3f3cc0510e22dce21f58906e5ae done 04:51:46 #7 exporting manifest sha256:3c57c12ea6e0eeff6c930e3c8ecff3f6d217a56c9140ad4840c53a2c0ba2a46d done 04:51:46 #7 exporting config sha256:12145c1fd1868ae6fd490ab3ecd22b492c7003046bc122b2b06f7a19819eda97 done 04:51:46 #7 exporting manifest list sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 done 04:51:46 #7 pushing layers 0.0s done 04:51:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 04:51:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8653d42c07189ac2bd3e349c20c125d376a0ec3a837318383aaffa5b0d280d96 0.1s done 04:51:46 #7 DONE 0.1s 04:51:46 04:51:46 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 04:51:46 #8 DONE 0.0s 04:51:46 04:51:46 1 warning found (use --debug to expand): 04:51:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c' 04:51:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c --push - 04:51:46 #1 [internal] load build definition from Dockerfile 04:51:46 #1 transferring dockerfile: 202B done 04:51:46 #1 DONE 0.2s 04:51:46 04:51:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:46 #2 DONE 0.0s 04:51:46 04:51:46 #3 [internal] load .dockerignore 04:51:46 #3 transferring context: 04:51:46 #3 transferring context: 2B done 04:51:46 #3 DONE 0.0s 04:51:46 04:51:46 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c 04:51:46 #4 DONE 0.1s 04:51:46 04:51:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:46 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:46 #5 DONE 0.0s 04:51:46 04:51:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:46 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:46 #6 DONE 0.1s 04:51:46 04:51:46 #7 exporting to image 04:51:46 #7 exporting layers done 04:51:46 #7 exporting manifest sha256:1ff9c73b51e48ebc06414c56472a9421176cd7ac8ae9d104ac5a33f6319e80f8 done 04:51:46 #7 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 done 04:51:46 #7 exporting manifest sha256:e154b45b33f5c1f8b64f8a2bd414d4d23abb8411453f709e5ee56c7777971734 done 04:51:46 #7 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add 04:51:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:47 #7 ... 04:51:47 04:51:47 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:51:47 #8 DONE 0.0s 04:51:47 04:51:47 #7 exporting to image 04:51:47 #7 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add done 04:51:47 #7 exporting manifest list sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe done 04:51:47 #7 pushing layers 0.1s done 04:51:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 04:51:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 0.1s done 04:51:47 #7 DONE 0.2s 04:51:47 04:51:47 1 warning found (use --debug to expand): 04:51:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 04:51:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 04:51:47 #1 [internal] load build definition from Dockerfile 04:51:47 #1 transferring dockerfile: 168B 0.0s done 04:51:47 #1 DONE 0.0s 04:51:47 04:51:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:51:47 #2 DONE 0.0s 04:51:47 04:51:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 04:51:47 #3 DONE 0.0s 04:51:47 04:51:47 #4 [internal] load .dockerignore 04:51:47 #4 transferring context: 2B done 04:51:47 #4 DONE 0.0s 04:51:47 04:51:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:47 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:47 #5 DONE 0.0s 04:51:47 04:51:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:47 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:47 #6 CACHED 04:51:47 04:51:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:47 #5 CACHED 04:51:47 04:51:47 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:51:47 #7 DONE 0.0s 04:51:47 04:51:47 #8 exporting to image 04:51:47 #8 exporting layers done 04:51:47 #8 exporting manifest sha256:1ff9c73b51e48ebc06414c56472a9421176cd7ac8ae9d104ac5a33f6319e80f8 done 04:51:47 #8 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 done 04:51:47 #8 exporting manifest sha256:e154b45b33f5c1f8b64f8a2bd414d4d23abb8411453f709e5ee56c7777971734 done 04:51:47 #8 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add done 04:51:47 #8 exporting manifest list sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe done 04:51:47 #8 pushing layers 0.0s done 04:51:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 0.1s done 04:51:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:47 #8 DONE 0.1s 04:51:47 04:51:47 1 warning found (use --debug to expand): 04:51:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5' 04:51:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 --push - 04:51:48 #1 [internal] load build definition from Dockerfile 04:51:48 #1 transferring dockerfile: 173B done 04:51:48 #1 DONE 0.0s 04:51:48 04:51:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 04:51:48 #2 DONE 0.0s 04:51:48 04:51:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5 04:51:48 #3 DONE 0.0s 04:51:48 04:51:48 #4 [internal] load .dockerignore 04:51:48 #4 transferring context: 2B done 04:51:48 #4 DONE 0.0s 04:51:48 04:51:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:48 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:48 #5 CACHED 04:51:48 04:51:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:48 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 0.0s done 04:51:48 #6 CACHED 04:51:48 04:51:48 #7 exporting to image 04:51:48 #7 exporting layers done 04:51:48 #7 exporting manifest sha256:1ff9c73b51e48ebc06414c56472a9421176cd7ac8ae9d104ac5a33f6319e80f8 done 04:51:48 #7 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 done 04:51:48 #7 exporting manifest sha256:e154b45b33f5c1f8b64f8a2bd414d4d23abb8411453f709e5ee56c7777971734 done 04:51:48 #7 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add done 04:51:48 #7 exporting manifest list sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe done 04:51:48 #7 pushing layers 0.0s done 04:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 04:51:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.5@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 0.1s done 04:51:48 #7 DONE 0.1s 04:51:48 04:51:48 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:51:48 #8 DONE 0.0s 04:51:48 04:51:48 1 warning found (use --debug to expand): 04:51:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5' 04:51:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 --push - 04:51:48 #1 [internal] load build definition from Dockerfile 04:51:48 #1 transferring dockerfile: 214B done 04:51:48 #1 DONE 0.0s 04:51:48 04:51:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:48 #2 DONE 0.0s 04:51:48 04:51:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 04:51:48 #3 DONE 0.0s 04:51:48 04:51:48 #4 [internal] load .dockerignore 04:51:48 #4 transferring context: 2B done 04:51:48 #4 DONE 0.0s 04:51:48 04:51:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:48 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c done 04:51:48 #5 CACHED 04:51:48 04:51:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:48 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 0.0s done 04:51:48 #6 CACHED 04:51:48 04:51:48 #7 exporting to image 04:51:48 #7 exporting layers done 04:51:48 #7 exporting manifest sha256:1ff9c73b51e48ebc06414c56472a9421176cd7ac8ae9d104ac5a33f6319e80f8 done 04:51:48 #7 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 done 04:51:48 #7 exporting manifest sha256:e154b45b33f5c1f8b64f8a2bd414d4d23abb8411453f709e5ee56c7777971734 done 04:51:48 #7 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add done 04:51:48 #7 exporting manifest list sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe done 04:51:48 #7 pushing layers 0.0s done 04:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 04:51:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 0.1s done 04:51:48 #7 DONE 0.1s 04:51:48 04:51:48 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:51:48 #8 DONE 0.0s 04:51:48 04:51:48 1 warning found (use --debug to expand): 04:51:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 04:51:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 04:51:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 04:51:49 #1 [internal] load build definition from Dockerfile 04:51:49 #1 transferring dockerfile: 166B done 04:51:49 #1 DONE 0.0s 04:51:49 04:51:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:51:49 #2 DONE 0.0s 04:51:49 04:51:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 04:51:49 #3 DONE 0.0s 04:51:49 04:51:49 #4 [internal] load .dockerignore 04:51:49 #4 transferring context: 2B done 04:51:49 #4 DONE 0.0s 04:51:49 04:51:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:49 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 0.0s done 04:51:49 #5 CACHED 04:51:49 04:51:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 04:51:49 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:676d8675f924c98831182b925b30fb34a800ac6d59de455347dd4fa6f87e172c 0.0s done 04:51:49 #6 CACHED 04:51:49 04:51:49 #7 exporting to image 04:51:49 #7 exporting layers done 04:51:49 #7 exporting manifest sha256:1ff9c73b51e48ebc06414c56472a9421176cd7ac8ae9d104ac5a33f6319e80f8 done 04:51:49 #7 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 04:51:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 04:51:49 #7 exporting config sha256:b4e81ec8607dde93f67dd530290b603ab2f950faeea784798a7ab4fe28b698d8 done 04:51:49 #7 exporting manifest sha256:e154b45b33f5c1f8b64f8a2bd414d4d23abb8411453f709e5ee56c7777971734 done 04:51:49 #7 exporting config sha256:7c87f9fd35794240ea0d8ea66bafb11b9c1823165bb92e0fc9f94fa54cbf3add done 04:51:49 #7 exporting manifest list sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe done 04:51:49 #7 pushing layers 0.0s done 04:51:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8d5ce525ba54ab753ef487108b55d80f307229c5a9dc5fcb5f60f96910d94afe 0.1s done 04:51:49 #7 DONE 0.1s 04:51:49 04:51:49 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 04:51:49 #8 DONE 0.0s 04:51:49 04:51:49 1 warning found (use --debug to expand): 04:51:49  - 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 04:51:49 + '[' -d /w/workspace/edgex-go/830/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:51:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:50 ---> package-listing.sh 04:51:50 ++ facter osfamily 04:51:50 ++ tr '[:upper:]' '[:lower:]' 04:51:50 + OS_FAMILY=redhat 04:51:50 + workspace=/w/workspace/edgex-go/830 04:51:50 + START_PACKAGES=/tmp/packages_start.txt 04:51:50 + END_PACKAGES=/tmp/packages_end.txt 04:51:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:50 + PACKAGES=/tmp/packages_start.txt 04:51:50 + '[' /w/workspace/edgex-go/830 ']' 04:51:50 + PACKAGES=/tmp/packages_end.txt 04:51:50 + case "${OS_FAMILY}" in 04:51:50 + rpm -qa 04:51:50 + sort 04:51:51 + '[' -f /tmp/packages_start.txt ']' 04:51:51 + '[' -f /tmp/packages_end.txt ']' 04:51:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:51 + '[' /w/workspace/edgex-go/830 ']' 04:51:51 + mkdir -p /w/workspace/edgex-go/830/archives/ 04:51:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/830/archives/ [Pipeline] echo 04:51:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/830/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:51:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:51:52 04:51:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:51:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:51:52 latest: Pulling from edgex-lftools-log-publisher 04:51:52 5eb5b503b376: Pulling fs layer 04:51:52 5c69ac0246d0: Pulling fs layer 04:51:52 ec43610c2a17: Pulling fs layer 04:51:52 3a2ae6a8a46f: Pulling fs layer 04:51:52 33b1e0a273af: Pulling fs layer 04:51:52 5d3b04190fa2: Pulling fs layer 04:51:52 2f39f015ded8: Pulling fs layer 04:51:52 33b1e0a273af: Waiting 04:51:52 5d3b04190fa2: Waiting 04:51:52 2f39f015ded8: Waiting 04:51:52 3a2ae6a8a46f: Waiting 04:51:52 5c69ac0246d0: Verifying Checksum 04:51:52 5c69ac0246d0: Download complete 04:51:52 3a2ae6a8a46f: Verifying Checksum 04:51:52 3a2ae6a8a46f: Download complete 04:51:52 33b1e0a273af: Verifying Checksum 04:51:52 33b1e0a273af: Download complete 04:51:52 5d3b04190fa2: Verifying Checksum 04:51:52 5d3b04190fa2: Download complete 04:51:52 ec43610c2a17: Verifying Checksum 04:51:52 ec43610c2a17: Download complete 04:51:52 5eb5b503b376: Verifying Checksum 04:51:52 5eb5b503b376: Download complete 04:51:53 2f39f015ded8: Verifying Checksum 04:51:53 2f39f015ded8: Download complete 04:51:54 5eb5b503b376: Pull complete 04:51:54 5c69ac0246d0: Pull complete 04:51:54 ec43610c2a17: Pull complete 04:51:54 3a2ae6a8a46f: Pull complete 04:51:54 33b1e0a273af: Pull complete 04:51:55 5d3b04190fa2: Pull complete 04:51:59 2f39f015ded8: Pull complete 04:51:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:51:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:51:59 prd-centos7-docker-4c-2g-243 does not seem to be running inside a container 04:51:59 $ 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/830/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 04:52:02 $ docker top 070e51c9e0b0ebce2d552e800883ac2eda3c7995a1772c89b07c846cf8697f09 -eo pid,comm [Pipeline] { [Pipeline] sh 04:52:03 + touch /tmp/pre-build-complete [Pipeline] sh 04:52:03 + mkdir -p /var/log/sysstat [Pipeline] sh 04:52:03 + ls /var/log/sa-host 04:52:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:03 provisioning config files... 04:52:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13411534654285274103tmp [Pipeline] { [Pipeline] echo 04:52:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:04 ---> create-netrc.sh [Pipeline] } 04:52:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:52:04 ---> python-tools-install.sh [Pipeline] echo 04:52:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:52:04 ---> sudo-logs.sh 04:52:04 Archiving 'sudo' log.. 04:52:04 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:52:04 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 04:52:04 $ docker stop --time=1 070e51c9e0b0ebce2d552e800883ac2eda3c7995a1772c89b07c846cf8697f09 04:52:05 $ docker rm -f --volumes 070e51c9e0b0ebce2d552e800883ac2eda3c7995a1772c89b07c846cf8697f09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 04:52:06 [WS-CLEANUP] Deleting project workspace... 04:52:06 [WS-CLEANUP] Deferred wipeout is used... 04:52:06 [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] } 05:05:03 #144 ... 05:05:03 05:05:03 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:05:03 #151 DONE 1049.1s 05:05:03 05:05:03 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:05:03 #154 ... 05:05:03 05:05:03 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:05:03 #155 DONE 0.2s 05:05:03 05:05:03 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:05:03 #144 ... 05:05:03 05:05:03 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:05:03 #156 DONE 0.2s 05:05:03 05:05:03 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:05:03 #157 DONE 0.3s 05:05:03 05:05:03 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:05:03 #150 ... 05:05:03 05:05:03 #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 05:05:03 #158 DONE 0.1s 05:05:03 05:05:03 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:05:03 #159 DONE 0.1s 05:05:03 05:05:03 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:05:03 #145 ... 05:05:03 05:05:03 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:05:03 #160 DONE 2.1s 05:05:03 05:05:03 #115 [core-common-config-bootstrapper] exporting to image 05:05:03 #115 exporting layers 05:05:03 #115 exporting layers 0.9s done 05:05:03 #115 writing image sha256:6ae6ac097d1b63253409eeb6b3f7160ac717711acbff296c063ae67560a697c6 done 05:05:03 #115 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:05:03 #115 DONE 5.5s 05:05:03 05:05:03 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:05:21 #144 ... 05:05:21 05:05:21 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:05:21 #152 DONE 1070.8s 05:05:21 05:05:21 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:05:21 #150 ... 05:05:21 05:05:21 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:05:21 #161 DONE 0.2s 05:05:21 05:05:21 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:05:23 #162 DONE 2.4s 05:05:23 05:05:23 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:05:23 #163 DONE 0.3s 05:05:23 05:05:23 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:05:23 #164 DONE 0.3s 05:05:23 05:05:23 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:05:23 #145 ... 05:05:23 05:05:23 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:05:23 #165 DONE 0.4s 05:05:23 05:05:23 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:05:24 #166 DONE 0.1s 05:05:24 05:05: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/ 05:05:24 #167 DONE 0.3s 05:05:24 05:05:24 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:05:24 #123 ... 05:05:24 05:05: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/ 05:05:24 #168 DONE 0.2s 05:05:24 05:05: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/ 05:05:24 #169 DONE 0.2s 05:05:24 05:05:24 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:05:24 #170 DONE 0.1s 05:05:24 05:05:24 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:05:26 #171 DONE 2.0s 05:05:26 05:05:26 #115 [security-bootstrapper] exporting to image 05:05:26 #115 exporting layers 05:05:28 #115 exporting layers 1.3s done 05:05:28 #115 writing image sha256:ba525d44d460df0d2daf36a5efe1b131e17ec137db356e90d118551c216478a7 done 05:05:28 #115 naming to docker.io/library/security-bootstrapper-arm64 done 05:05:28 #115 DONE 6.8s 05:05:28 05:05:28 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:19:35 #45 ... 05:19:35 05:19:35 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:19:35 #153 DONE 1924.7s 05:19:35 05:19:35 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:19:35 #150 ... 05:19:35 05:19:35 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:19:35 #172 DONE 0.1s 05:19:35 05:19:35 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:19:35 #173 DONE 0.2s 05:19:35 05:19:35 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:19:35 #174 DONE 0.4s 05:19:35 05:19:35 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:19:35 #175 DONE 0.3s 05:19:35 05:19:35 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:19:35 #148 ... 05:19:35 05:19:35 #115 [core-command] exporting to image 05:19:35 #115 exporting layers 05:19:35 #115 exporting layers 0.3s done 05:19:35 #115 writing image sha256:10bccb3bbbb200425aad8197c60038b5459802463abd7cfe3e47c1a3e92dc4ca done 05:19:35 #115 naming to docker.io/library/core-command-arm64 done 05:19:35 #115 DONE 7.1s 05:19:35 05:19:35 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:19:58 #148 ... 05:19:58 05:19:58 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:19:58 #149 1947.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.5 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:19:59 #149 ... 05:19:59 05:19:59 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:19:59 #146 DONE 1950.5s 05:19:59 05:19:59 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:00 #150 ... 05:20:00 05:20:00 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:20:00 #176 DONE 0.3s 05:20:00 05:20:00 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:20:00 #177 DONE 0.2s 05:20:00 05:20:00 #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 05:20:00 #178 DONE 0.2s 05:20:00 05:20:00 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:20:00 #148 ... 05:20:00 05:20:00 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:20:01 #179 DONE 0.3s 05:20:01 05:20:01 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:01 #150 ... 05:20:01 05:20:01 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:20:01 #180 DONE 0.4s 05:20:01 05:20:01 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:01 #150 ... 05:20:01 05:20:01 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:20:01 #181 DONE 0.2s 05:20:01 05:20:01 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:20:04 #182 DONE 2.4s 05:20:04 05:20:04 #115 [security-proxy-setup] exporting to image 05:20:04 #115 exporting layers 05:20:05 #115 exporting layers 0.9s done 05:20:05 #115 writing image sha256:76e2cdd37db87f8bf8bdf98ec618fae0c788380f644129611663444a1811ea2c done 05:20:05 #115 naming to docker.io/library/security-proxy-setup-arm64 done 05:20:05 #115 DONE 8.1s 05:20:05 05:20:05 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:20:27 #154 ... 05:20:27 05:20:27 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:20:27 #149 DONE 1977.9s 05:20:27 05:20:27 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:20:27 #154 ... 05:20:27 05:20:27 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:20:27 #183 DONE 0.2s 05:20:27 05:20:27 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:27 #150 ... 05:20:27 05:20:27 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:20:28 #184 DONE 0.2s 05:20:28 05:20:28 #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 05:20:28 #185 DONE 0.1s 05:20:28 05:20:28 #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 05:20:28 #186 DONE 0.1s 05:20:28 05:20:28 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:20:28 #150 ... 05:20:28 05:20:28 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:20:28 #187 DONE 0.1s 05:20:28 05:20:28 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:20:28 #188 DONE 0.3s 05:20:28 05:20:28 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:20:29 #189 DONE 0.4s 05:20:29 05:20:29 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:20:29 #144 ... 05:20:29 05:20:29 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:20:29 #190 DONE 0.3s 05:20:29 05:20:29 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:20:29 #145 ... 05:20:29 05:20:29 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:20:31 #191 DONE 2.0s 05:20:31 05:20:31 #115 [security-secretstore-setup] exporting to image 05:20:31 #115 exporting layers 05:20:33 #115 exporting layers 1.6s done 05:20:33 #115 writing image sha256:55ff95f127f00aa5779411013459366e4acf9cfa69b3c269e7fe2943259b5de1 done 05:20:33 #115 naming to docker.io/library/security-secretstore-setup-arm64 done 05:20:33 #115 DONE 9.7s 05:20:33 05:20:33 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:21:41 #150 ... 05:21:41 05:21:41 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:21:41 #148 DONE 2043.3s 05:21:41 05:21:41 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:21:41 #154 ... 05:21:41 05:21:41 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:21:41 #192 DONE 0.1s 05:21:41 05:21:41 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:21:41 #193 DONE 0.1s 05:21:41 05:21:41 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:21:41 #123 ... 05:21:41 05:21:41 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:21:41 #194 DONE 0.5s 05:21:41 05:21:41 #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 05:21:41 #195 DONE 0.1s 05:21:41 05:21:41 #115 [security-spiffe-token-provider] exporting to image 05:21:41 #115 exporting layers 05:21:41 #115 exporting layers 1.1s done 05:21:41 #115 writing image sha256:436149382affc5ab838c46e70de62287213ab5e39c9bdfdfc9cb109f691e78b4 done 05:21:41 #115 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:21:41 #115 DONE 10.8s 05:21:41 05:21:41 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:22:13 #150 ... 05:22:13 05:22:13 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:22:13 #145 DONE 2082.8s 05:22:13 05:22:13 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:22:13 #123 ... 05:22:13 05:22:13 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:22:13 #196 DONE 0.1s 05:22:13 05:22:13 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:22:13 #197 DONE 0.1s 05:22:13 05:22:13 #198 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:22:13 #198 DONE 0.5s 05:22:13 05:22:13 #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:22:13 #199 DONE 0.2s 05:22:13 05:22:13 #115 [core-data] exporting to image 05:22:13 #115 exporting layers 05:22:13 #115 ... 05:22:13 05:22:13 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:22:13 #154 DONE 2084.8s 05:22:13 05:22:13 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:22:14 #150 ... 05:22:14 05:22:14 #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:22:14 #200 DONE 0.2s 05:22:14 05:22:14 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:22:14 #147 ... 05:22:14 05:22:14 #115 [core-data] exporting to image 05:22:14 #115 exporting layers 1.1s done 05:22:14 #115 writing image sha256:9dc433bede9bf9f3e16870e22da124ef101c7774f4b786affec747430fbd07bc done 05:22:14 #115 naming to docker.io/library/core-data-arm64 done 05:22:14 #115 DONE 11.9s 05:22:14 05:22:14 #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:22:14 #201 DONE 0.3s 05:22:14 05:22:14 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:22:14 #33 ... 05:22:14 05:22:14 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:22:15 #202 DONE 0.4s 05:22:15 05:22:15 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:22:15 #203 DONE 0.1s 05:22:15 05:22:15 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:22:15 #204 DONE 0.1s 05:22:15 05:22:15 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:22:16 #205 ... 05:22:16 05:22:16 #123 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:22:16 #123 DONE 2087.6s 05:22:16 05:22:16 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:22:17 #147 ... 05:22:17 05:22:17 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:22:17 #206 DONE 0.2s 05:22:17 05:22:17 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:22:17 #205 DONE 2.1s 05:22:17 05:22:17 #115 [security-proxy-auth] exporting to image 05:22:18 #115 ... 05:22:18 05:22:18 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:22:18 #207 DONE 0.8s 05:22:18 05:22:18 #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:22:18 #208 DONE 0.1s 05:22:18 05:22:18 #115 [core-keeper] exporting to image 05:22:18 #115 exporting layers 1.0s done 05:22:18 #115 writing image sha256:14b925aba39c606dcc467d0ad5d3f2b57ad5d11eb5a34baaff6ee13cf201c0d5 done 05:22:18 #115 naming to docker.io/library/security-proxy-auth-arm64 05:22:18 #115 naming to docker.io/library/security-proxy-auth-arm64 done 05:22:18 #115 exporting layers 0.4s done 05:22:18 #115 writing image sha256:ea67ea3404d7c13a5347802f2427d9e9402012690c993ccd4439f15c7f157c2c done 05:22:18 #115 naming to docker.io/library/core-keeper-arm64 done 05:22:18 #115 DONE 13.1s 05:22:18 05:22:18 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:22:22 #147 DONE 2093.1s 05:22:22 05:22:22 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:22 #144 ... 05:22:22 05:22:22 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:22:22 #209 DONE 0.1s 05:22:22 05:22:22 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:22:22 #45 ... 05:22:22 05:22:22 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:22:22 #210 DONE 0.1s 05:22:22 05:22:22 #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:22:22 #33 ... 05:22:22 05:22:22 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:22:23 #211 DONE 0.3s 05:22:23 05:22:23 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:22:23 #212 DONE 0.1s 05:22:23 05:22:23 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:23 #144 ... 05:22:23 05:22:23 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:22:23 #213 DONE 0.1s 05:22:23 05:22:23 #115 [core-metadata] exporting to image 05:22:23 #115 exporting layers 05:22:24 #115 exporting layers 0.4s done 05:22:24 #115 writing image sha256:8dde0b2c5caedf728058439a96185070f3712e0e43ad30f1d00711c2b7d294c0 done 05:22:24 #115 naming to docker.io/library/core-metadata-arm64 done 05:22:24 #115 DONE 13.5s 05:22:24 05:22:24 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:22:56 #45 ... 05:22:56 05:22:56 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:22:56 #150 DONE 2122.0s 05:22:56 05:22:56 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:22:56 #39 ... 05:22:56 05:22:56 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:22:56 #214 DONE 0.2s 05:22:56 05:22:56 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:56 #144 ... 05:22:56 05:22:56 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:22:56 #215 DONE 0.1s 05:22:56 05:22:56 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:22:56 #216 DONE 0.5s 05:22:56 05:22:56 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:22:56 #217 DONE 0.1s 05:22:56 05:22:56 #115 [support-scheduler] exporting to image 05:22:56 #115 exporting layers 05:22:56 #115 exporting layers 1.1s done 05:22:56 #115 writing image sha256:0b6a3d528a178a2e13af428c498763169a140b6c4f20e97f496a8673e7296326 done 05:22:56 #115 naming to docker.io/library/support-scheduler-arm64 done 05:22:56 #115 DONE 14.6s 05:22:56 05:22:56 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:22:59 #144 DONE 2130.6s 05:22:59 05:22:59 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:22:59 #45 ... 05:22:59 05:22:59 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:22:59 #218 DONE 0.1s 05:22:59 05:22:59 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:23:00 #39 ... 05:23:00 05:23:00 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:23:00 #219 DONE 0.1s 05:23:00 05:23:00 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:23:00 #220 DONE 0.4s 05:23:00 05:23:00 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:23:00 #221 DONE 0.1s 05:23:00 05:23:00 #115 [support-notifications] exporting to image 05:23:00 #115 exporting layers 05:23:01 #115 exporting layers 0.5s done 05:23:01 #115 writing image sha256:db6cc91181997451701d35a12958ece212193f77c5f1aafff71f8758fb1933a2 done 05:23:01 #115 naming to docker.io/library/support-notifications-arm64 done 05:23:01 #115 DONE 15.1s 05:23:01 05:23:01 #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:44:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:23:01 time="2025-04-21T04:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:23:01 $ docker stop --time=1 feddf5c256d836eee70de6160ac0a2c958043cfecd35a77af16c0a7f5e31de4e 05:23:03 $ docker rm -f --volumes feddf5c256d836eee70de6160ac0a2c958043cfecd35a77af16c0a7f5e31de4e [Pipeline] // withDockerContainer [Pipeline] sh 05:23:04 + docker images 05:23:04 REPOSITORY TAG IMAGE ID CREATED SIZE 05:23:04 support-notifications-arm64 latest db6cc9118199 3 seconds ago 52.3MB 05:23:04 support-scheduler-arm64 latest 0b6a3d528a17 11 seconds ago 48.5MB 05:23:04 core-metadata-arm64 latest 8dde0b2c5cae 40 seconds ago 33.1MB 05:23:04 core-keeper-arm64 latest ea67ea3404d7 45 seconds ago 32.6MB 05:23:04 security-proxy-auth-arm64 latest 14b925aba39c 46 seconds ago 31.9MB 05:23:04 core-data-arm64 latest 9dc433bede9b 50 seconds ago 33MB 05:23:04 security-spiffe-token-provider-arm64 latest 436149382aff About a minute ago 48.1MB 05:23:04 security-secretstore-setup-arm64 latest 55ff95f127f0 2 minutes ago 67.6MB 05:23:04 security-proxy-setup-arm64 latest 76e2cdd37db8 3 minutes ago 38.7MB 05:23:04 core-command-arm64 latest 10bccb3bbbb2 3 minutes ago 28.5MB 05:23:04 security-bootstrapper-arm64 latest ba525d44d460 17 minutes ago 21.1MB 05:23:04 core-common-config-bootstrapper-arm64 latest 6ae6ac097d1b 18 minutes ago 17.9MB 05:23:04 security-spire-config-arm64 latest 4cf86edd427b 36 minutes ago 143MB 05:23:04 security-spire-server-arm64 latest fbcd9e5e6527 36 minutes ago 144MB 05:23:04 security-spire-agent-arm64 latest 26f7ac3c7129 36 minutes ago 187MB 05:23:04 ci-base-image-arm64 latest 8a7502ed6b46 38 minutes ago 908MB 05:23:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 10 days ago 560MB 05:23:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 22 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:23:04 provisioning config files... 05:23:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/830@tmp/config11088089342992057585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:23:04 ---> ****-login.sh 05:23:04 nexus3.edgexfoundry.org:10001 05:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:23:04 Configure a credential helper to remove this warning. See 05:23:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:23:04 05:23:04 Login Succeeded 05:23:04 nexus3.edgexfoundry.org:10002 05:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:23:05 Configure a credential helper to remove this warning. See 05:23:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:23:05 05:23:05 Login Succeeded 05:23:05 nexus3.edgexfoundry.org:10003 05:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:23:05 Configure a credential helper to remove this warning. See 05:23:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:23:05 05:23:05 Login Succeeded 05:23:05 nexus3.edgexfoundry.org:10004 05:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:23:05 Configure a credential helper to remove this warning. See 05:23:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:23:05 05:23:05 Login Succeeded 05:23:05 ****.io 05:23:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:23:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:23:06 Configure a credential helper to remove this warning. See 05:23:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:23:06 05:23:06 Login Succeeded 05:23:06 ---> ****-login.sh ends [Pipeline] } 05:23:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:23:06 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:23:06 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:06 latest 05:23:06 4.1.0-dev.5 05:23:06 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:06 main 05:23:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:23:07 1a248a4d86c1: Preparing 05:23:07 0964bf78f623: Preparing 05:23:07 973d91ebafc9: Preparing 05:23:07 50320d67f767: Preparing 05:23:07 397a6a53b9c6: Preparing 05:23:07 d40af81d9406: Preparing 05:23:07 dd9c8f8612c8: Preparing 05:23:07 d40af81d9406: Waiting 05:23:07 dd9c8f8612c8: Waiting 05:23:07 50320d67f767: Pushed 05:23:07 1a248a4d86c1: Pushed 05:23:07 397a6a53b9c6: Pushed 05:23:07 973d91ebafc9: Pushed 05:23:07 dd9c8f8612c8: Layer already exists 05:23:07 d40af81d9406: Pushed 05:23:12 0964bf78f623: Pushed 05:23:12 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:a654818c6cfd2befedc4081a54063c76705565fb093e546ace045a490631edf9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:23:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:23:12 1a248a4d86c1: Preparing 05:23:12 0964bf78f623: Preparing 05:23:12 973d91ebafc9: Preparing 05:23:12 50320d67f767: Preparing 05:23:12 397a6a53b9c6: Preparing 05:23:12 d40af81d9406: Preparing 05:23:12 dd9c8f8612c8: Preparing 05:23:12 d40af81d9406: Waiting 05:23:12 dd9c8f8612c8: Waiting 05:23:12 397a6a53b9c6: Layer already exists 05:23:12 50320d67f767: Layer already exists 05:23:12 973d91ebafc9: Layer already exists 05:23:12 1a248a4d86c1: Layer already exists 05:23:12 0964bf78f623: Layer already exists 05:23:12 d40af81d9406: Layer already exists 05:23:12 dd9c8f8612c8: Layer already exists 05:23:12 latest: digest: sha256:a654818c6cfd2befedc4081a54063c76705565fb093e546ace045a490631edf9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.5 05:23:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:23:13 1a248a4d86c1: Preparing 05:23:13 0964bf78f623: Preparing 05:23:13 973d91ebafc9: Preparing 05:23:13 50320d67f767: Preparing 05:23:13 397a6a53b9c6: Preparing 05:23:13 d40af81d9406: Preparing 05:23:13 dd9c8f8612c8: Preparing 05:23:13 d40af81d9406: Waiting 05:23:13 dd9c8f8612c8: Waiting 05:23:13 1a248a4d86c1: Layer already exists 05:23:13 0964bf78f623: Layer already exists 05:23:13 973d91ebafc9: Layer already exists 05:23:13 50320d67f767: Layer already exists 05:23:13 397a6a53b9c6: Layer already exists 05:23:13 d40af81d9406: Layer already exists 05:23:13 dd9c8f8612c8: Layer already exists 05:23:13 4.1.0-dev.5: digest: sha256:a654818c6cfd2befedc4081a54063c76705565fb093e546ace045a490631edf9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:14 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:23:14 1a248a4d86c1: Preparing 05:23:14 0964bf78f623: Preparing 05:23:14 973d91ebafc9: Preparing 05:23:14 50320d67f767: Preparing 05:23:14 397a6a53b9c6: Preparing 05:23:14 d40af81d9406: Preparing 05:23:14 dd9c8f8612c8: Preparing 05:23:14 d40af81d9406: Waiting 05:23:14 dd9c8f8612c8: Waiting 05:23:14 50320d67f767: Layer already exists 05:23:14 973d91ebafc9: Layer already exists 05:23:14 1a248a4d86c1: Layer already exists 05:23:14 0964bf78f623: Layer already exists 05:23:14 397a6a53b9c6: Layer already exists 05:23:14 dd9c8f8612c8: Layer already exists 05:23:14 d40af81d9406: Layer already exists 05:23:14 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:a654818c6cfd2befedc4081a54063c76705565fb093e546ace045a490631edf9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:23:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:23:15 1a248a4d86c1: Preparing 05:23:15 0964bf78f623: Preparing 05:23:15 973d91ebafc9: Preparing 05:23:15 50320d67f767: Preparing 05:23:15 397a6a53b9c6: Preparing 05:23:15 d40af81d9406: Preparing 05:23:15 dd9c8f8612c8: Preparing 05:23:15 d40af81d9406: Waiting 05:23:15 dd9c8f8612c8: Waiting 05:23:15 0964bf78f623: Layer already exists 05:23:15 1a248a4d86c1: Layer already exists 05:23:15 397a6a53b9c6: Layer already exists 05:23:15 50320d67f767: Layer already exists 05:23:15 973d91ebafc9: Layer already exists 05:23:15 d40af81d9406: Layer already exists 05:23:15 dd9c8f8612c8: Layer already exists 05:23:15 main: digest: sha256:a654818c6cfd2befedc4081a54063c76705565fb093e546ace045a490631edf9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:15 ===================================================== [Pipeline] echo 05:23:15 taggedImages: 05:23:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:23:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.5 05:23:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:23:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:23:15 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:15 latest 05:23:15 4.1.0-dev.5 05:23:15 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:15 main 05:23:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:23:16 db75ea77cb7d: Preparing 05:23:16 d804a687f884: Preparing 05:23:16 d77508153fdc: Preparing 05:23:16 be6a0d0007c6: Preparing 05:23:16 973d91ebafc9: Preparing 05:23:16 50320d67f767: Preparing 05:23:16 397a6a53b9c6: Preparing 05:23:16 d40af81d9406: Preparing 05:23:16 dd9c8f8612c8: Preparing 05:23:16 50320d67f767: Waiting 05:23:16 d40af81d9406: Waiting 05:23:16 397a6a53b9c6: Waiting 05:23:16 dd9c8f8612c8: Waiting 05:23:16 973d91ebafc9: Layer already exists 05:23:16 50320d67f767: Layer already exists 05:23:16 397a6a53b9c6: Layer already exists 05:23:16 d40af81d9406: Layer already exists 05:23:16 d77508153fdc: Pushed 05:23:16 db75ea77cb7d: Pushed 05:23:16 d804a687f884: Pushed 05:23:16 dd9c8f8612c8: Layer already exists 05:23:18 be6a0d0007c6: Pushed 05:23:18 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:ec2be3bfc5d9093463cbe42679ca0435e9a532f8ad4538b1ee79ef16e334f5aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:19 + 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 05:23:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:23:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:23:19 db75ea77cb7d: Preparing 05:23:19 d804a687f884: Preparing 05:23:19 d77508153fdc: Preparing 05:23:19 be6a0d0007c6: Preparing 05:23:19 973d91ebafc9: Preparing 05:23:19 50320d67f767: Preparing 05:23:19 397a6a53b9c6: Preparing 05:23:19 d40af81d9406: Preparing 05:23:19 dd9c8f8612c8: Preparing 05:23:19 50320d67f767: Waiting 05:23:19 397a6a53b9c6: Waiting 05:23:19 d40af81d9406: Waiting 05:23:19 d77508153fdc: Layer already exists 05:23:19 d804a687f884: Layer already exists 05:23:19 db75ea77cb7d: Layer already exists 05:23:19 be6a0d0007c6: Layer already exists 05:23:19 973d91ebafc9: Layer already exists 05:23:19 50320d67f767: Layer already exists 05:23:19 d40af81d9406: Layer already exists 05:23:19 397a6a53b9c6: Layer already exists 05:23:19 dd9c8f8612c8: Layer already exists 05:23:19 latest: digest: sha256:ec2be3bfc5d9093463cbe42679ca0435e9a532f8ad4538b1ee79ef16e334f5aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:20 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.5 05:23:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:23:20 db75ea77cb7d: Preparing 05:23:20 d804a687f884: Preparing 05:23:20 d77508153fdc: Preparing 05:23:20 be6a0d0007c6: Preparing 05:23:20 973d91ebafc9: Preparing 05:23:20 50320d67f767: Preparing 05:23:20 397a6a53b9c6: Preparing 05:23:20 d40af81d9406: Preparing 05:23:20 dd9c8f8612c8: Preparing 05:23:20 397a6a53b9c6: Waiting 05:23:20 d40af81d9406: Waiting 05:23:20 dd9c8f8612c8: Waiting 05:23:20 50320d67f767: Waiting 05:23:20 973d91ebafc9: Layer already exists 05:23:20 be6a0d0007c6: Layer already exists 05:23:20 db75ea77cb7d: Layer already exists 05:23:20 d804a687f884: Layer already exists 05:23:20 d77508153fdc: Layer already exists 05:23:20 50320d67f767: Layer already exists 05:23:20 d40af81d9406: Layer already exists 05:23:20 397a6a53b9c6: Layer already exists 05:23:20 dd9c8f8612c8: Layer already exists 05:23:20 4.1.0-dev.5: digest: sha256:ec2be3bfc5d9093463cbe42679ca0435e9a532f8ad4538b1ee79ef16e334f5aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:21 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:23:21 db75ea77cb7d: Preparing 05:23:21 d804a687f884: Preparing 05:23:21 d77508153fdc: Preparing 05:23:21 be6a0d0007c6: Preparing 05:23:21 973d91ebafc9: Preparing 05:23:21 50320d67f767: Preparing 05:23:21 397a6a53b9c6: Preparing 05:23:21 d40af81d9406: Preparing 05:23:21 dd9c8f8612c8: Preparing 05:23:21 50320d67f767: Waiting 05:23:21 397a6a53b9c6: Waiting 05:23:21 d40af81d9406: Waiting 05:23:21 db75ea77cb7d: Layer already exists 05:23:21 d77508153fdc: Layer already exists 05:23:21 d804a687f884: Layer already exists 05:23:21 be6a0d0007c6: Layer already exists 05:23:21 973d91ebafc9: Layer already exists 05:23:21 dd9c8f8612c8: Layer already exists 05:23:21 397a6a53b9c6: Layer already exists 05:23:21 50320d67f767: Layer already exists 05:23:21 d40af81d9406: Layer already exists 05:23:21 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:ec2be3bfc5d9093463cbe42679ca0435e9a532f8ad4538b1ee79ef16e334f5aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:21 + 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 05:23:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:23:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:23:22 db75ea77cb7d: Preparing 05:23:22 d804a687f884: Preparing 05:23:22 d77508153fdc: Preparing 05:23:22 be6a0d0007c6: Preparing 05:23:22 973d91ebafc9: Preparing 05:23:22 50320d67f767: Preparing 05:23:22 397a6a53b9c6: Preparing 05:23:22 d40af81d9406: Preparing 05:23:22 dd9c8f8612c8: Preparing 05:23:22 397a6a53b9c6: Waiting 05:23:22 d40af81d9406: Waiting 05:23:22 dd9c8f8612c8: Waiting 05:23:22 50320d67f767: Waiting 05:23:22 973d91ebafc9: Layer already exists 05:23:22 be6a0d0007c6: Layer already exists 05:23:22 d77508153fdc: Layer already exists 05:23:22 d804a687f884: Layer already exists 05:23:22 db75ea77cb7d: Layer already exists 05:23:22 d40af81d9406: Layer already exists 05:23:22 397a6a53b9c6: Layer already exists 05:23:22 50320d67f767: Layer already exists 05:23:22 dd9c8f8612c8: Layer already exists 05:23:22 main: digest: sha256:ec2be3bfc5d9093463cbe42679ca0435e9a532f8ad4538b1ee79ef16e334f5aa size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:22 ===================================================== [Pipeline] echo 05:23:22 taggedImages: 05:23:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:23:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.5 05:23:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:23:22 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:23:22 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:22 latest 05:23:22 4.1.0-dev.5 05:23:22 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:22 main 05:23:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:23:23 e5d47285177c: Preparing 05:23:23 c390f247af33: Preparing 05:23:23 973d91ebafc9: Preparing 05:23:23 50320d67f767: Preparing 05:23:23 3699b5552ff1: Preparing 05:23:23 79cfeaf94d08: Preparing 05:23:23 dd9c8f8612c8: Preparing 05:23:23 79cfeaf94d08: Waiting 05:23:23 dd9c8f8612c8: Waiting 05:23:23 50320d67f767: Layer already exists 05:23:23 973d91ebafc9: Layer already exists 05:23:23 3699b5552ff1: Pushed 05:23:23 dd9c8f8612c8: Layer already exists 05:23:23 e5d47285177c: Pushed 05:23:23 79cfeaf94d08: Pushed 05:23:28 c390f247af33: Pushed 05:23:28 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:f4fdef7c78ec3f839d114f4b588efe124cb19847ba26e15952d9180c85c0f28f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:23:29 e5d47285177c: Preparing 05:23:29 c390f247af33: Preparing 05:23:29 973d91ebafc9: Preparing 05:23:29 50320d67f767: Preparing 05:23:29 3699b5552ff1: Preparing 05:23:29 79cfeaf94d08: Preparing 05:23:29 dd9c8f8612c8: Preparing 05:23:29 dd9c8f8612c8: Waiting 05:23:29 79cfeaf94d08: Waiting 05:23:29 973d91ebafc9: Layer already exists 05:23:29 e5d47285177c: Layer already exists 05:23:29 c390f247af33: Layer already exists 05:23:29 50320d67f767: Layer already exists 05:23:29 3699b5552ff1: Layer already exists 05:23:29 79cfeaf94d08: Layer already exists 05:23:29 dd9c8f8612c8: Layer already exists 05:23:29 latest: digest: sha256:f4fdef7c78ec3f839d114f4b588efe124cb19847ba26e15952d9180c85c0f28f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.5 05:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:23:30 e5d47285177c: Preparing 05:23:30 c390f247af33: Preparing 05:23:30 973d91ebafc9: Preparing 05:23:30 50320d67f767: Preparing 05:23:30 3699b5552ff1: Preparing 05:23:30 79cfeaf94d08: Preparing 05:23:30 dd9c8f8612c8: Preparing 05:23:30 79cfeaf94d08: Waiting 05:23:30 dd9c8f8612c8: Waiting 05:23:30 973d91ebafc9: Layer already exists 05:23:30 50320d67f767: Layer already exists 05:23:30 3699b5552ff1: Layer already exists 05:23:30 c390f247af33: Layer already exists 05:23:30 e5d47285177c: Layer already exists 05:23:30 dd9c8f8612c8: Layer already exists 05:23:30 79cfeaf94d08: Layer already exists 05:23:30 4.1.0-dev.5: digest: sha256:f4fdef7c78ec3f839d114f4b588efe124cb19847ba26e15952d9180c85c0f28f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:23:31 e5d47285177c: Preparing 05:23:31 c390f247af33: Preparing 05:23:31 973d91ebafc9: Preparing 05:23:31 50320d67f767: Preparing 05:23:31 3699b5552ff1: Preparing 05:23:31 79cfeaf94d08: Preparing 05:23:31 dd9c8f8612c8: Preparing 05:23:31 79cfeaf94d08: Waiting 05:23:31 dd9c8f8612c8: Waiting 05:23:31 c390f247af33: Layer already exists 05:23:31 973d91ebafc9: Layer already exists 05:23:31 3699b5552ff1: Layer already exists 05:23:31 e5d47285177c: Layer already exists 05:23:31 50320d67f767: Layer already exists 05:23:31 79cfeaf94d08: Layer already exists 05:23:31 dd9c8f8612c8: Layer already exists 05:23:31 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:f4fdef7c78ec3f839d114f4b588efe124cb19847ba26e15952d9180c85c0f28f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:23:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:23:32 e5d47285177c: Preparing 05:23:32 c390f247af33: Preparing 05:23:32 973d91ebafc9: Preparing 05:23:32 50320d67f767: Preparing 05:23:32 3699b5552ff1: Preparing 05:23:32 79cfeaf94d08: Preparing 05:23:32 dd9c8f8612c8: Preparing 05:23:32 79cfeaf94d08: Waiting 05:23:32 dd9c8f8612c8: Waiting 05:23:32 e5d47285177c: Layer already exists 05:23:32 c390f247af33: Layer already exists 05:23:32 50320d67f767: Layer already exists 05:23:32 3699b5552ff1: Layer already exists 05:23:32 973d91ebafc9: Layer already exists 05:23:32 dd9c8f8612c8: Layer already exists 05:23:32 79cfeaf94d08: Layer already exists 05:23:32 main: digest: sha256:f4fdef7c78ec3f839d114f4b588efe124cb19847ba26e15952d9180c85c0f28f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:32 ===================================================== [Pipeline] echo 05:23:32 taggedImages: 05:23:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:23:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.5 05:23:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:23:32 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:23:32 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:32 latest 05:23:32 4.1.0-dev.5 05:23:32 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:32 main 05:23:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:23:33 1dcb0677f8bf: Preparing 05:23:33 55f9eca0e5c1: Preparing 05:23:33 50320d67f767: Preparing 05:23:33 0bb8fbe11f8a: Preparing 05:23:33 43e635eb44ca: Preparing 05:23:33 dd9c8f8612c8: Preparing 05:23:33 dd9c8f8612c8: Waiting 05:23:33 50320d67f767: Layer already exists 05:23:33 dd9c8f8612c8: Layer already exists 05:23:33 1dcb0677f8bf: Pushed 05:23:33 43e635eb44ca: Pushed 05:23:33 0bb8fbe11f8a: Pushed 05:23:38 55f9eca0e5c1: Pushed 05:23:38 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:91e561ffe1f175ad3eec905647d7c85d19577248759070c673b916f9a74bebd6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:23:39 1dcb0677f8bf: Preparing 05:23:39 55f9eca0e5c1: Preparing 05:23:39 50320d67f767: Preparing 05:23:39 0bb8fbe11f8a: Preparing 05:23:39 43e635eb44ca: Preparing 05:23:39 dd9c8f8612c8: Preparing 05:23:39 dd9c8f8612c8: Waiting 05:23:39 50320d67f767: Layer already exists 05:23:39 0bb8fbe11f8a: Layer already exists 05:23:39 43e635eb44ca: Layer already exists 05:23:39 1dcb0677f8bf: Layer already exists 05:23:39 55f9eca0e5c1: Layer already exists 05:23:39 dd9c8f8612c8: Layer already exists 05:23:39 latest: digest: sha256:91e561ffe1f175ad3eec905647d7c85d19577248759070c673b916f9a74bebd6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.5 05:23:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:23:40 1dcb0677f8bf: Preparing 05:23:40 55f9eca0e5c1: Preparing 05:23:40 50320d67f767: Preparing 05:23:40 0bb8fbe11f8a: Preparing 05:23:40 43e635eb44ca: Preparing 05:23:40 dd9c8f8612c8: Preparing 05:23:40 dd9c8f8612c8: Waiting 05:23:40 50320d67f767: Layer already exists 05:23:40 55f9eca0e5c1: Layer already exists 05:23:40 0bb8fbe11f8a: Layer already exists 05:23:40 1dcb0677f8bf: Layer already exists 05:23:40 43e635eb44ca: Layer already exists 05:23:40 dd9c8f8612c8: Layer already exists 05:23:40 4.1.0-dev.5: digest: sha256:91e561ffe1f175ad3eec905647d7c85d19577248759070c673b916f9a74bebd6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:23:41 1dcb0677f8bf: Preparing 05:23:41 55f9eca0e5c1: Preparing 05:23:41 50320d67f767: Preparing 05:23:41 0bb8fbe11f8a: Preparing 05:23:41 43e635eb44ca: Preparing 05:23:41 dd9c8f8612c8: Preparing 05:23:41 dd9c8f8612c8: Waiting 05:23:41 43e635eb44ca: Layer already exists 05:23:41 50320d67f767: Layer already exists 05:23:41 0bb8fbe11f8a: Layer already exists 05:23:41 55f9eca0e5c1: Layer already exists 05:23:41 1dcb0677f8bf: Layer already exists 05:23:41 dd9c8f8612c8: Layer already exists 05:23:41 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:91e561ffe1f175ad3eec905647d7c85d19577248759070c673b916f9a74bebd6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:41 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:23:42 1dcb0677f8bf: Preparing 05:23:42 55f9eca0e5c1: Preparing 05:23:42 50320d67f767: Preparing 05:23:42 0bb8fbe11f8a: Preparing 05:23:42 43e635eb44ca: Preparing 05:23:42 dd9c8f8612c8: Preparing 05:23:42 dd9c8f8612c8: Waiting 05:23:42 50320d67f767: Layer already exists 05:23:42 43e635eb44ca: Layer already exists 05:23:42 55f9eca0e5c1: Layer already exists 05:23:42 1dcb0677f8bf: Layer already exists 05:23:42 0bb8fbe11f8a: Layer already exists 05:23:42 dd9c8f8612c8: Layer already exists 05:23:42 main: digest: sha256:91e561ffe1f175ad3eec905647d7c85d19577248759070c673b916f9a74bebd6 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:42 ===================================================== [Pipeline] echo 05:23:42 taggedImages: 05:23:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:23:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.5 05:23:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:23:42 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:23:42 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:42 latest 05:23:42 4.1.0-dev.5 05:23:42 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:42 main 05:23:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:23:43 6201404b2132: Preparing 05:23:43 293403ca56ce: Preparing 05:23:43 7b2eac0b92c5: Preparing 05:23:43 973d91ebafc9: Preparing 05:23:43 50320d67f767: Preparing 05:23:43 397a6a53b9c6: Preparing 05:23:43 d40af81d9406: Preparing 05:23:43 397a6a53b9c6: Waiting 05:23:43 dd9c8f8612c8: Preparing 05:23:43 d40af81d9406: Waiting 05:23:43 dd9c8f8612c8: Waiting 05:23:43 50320d67f767: Layer already exists 05:23:43 973d91ebafc9: Layer already exists 05:23:43 397a6a53b9c6: Layer already exists 05:23:43 d40af81d9406: Layer already exists 05:23:43 dd9c8f8612c8: Layer already exists 05:23:43 293403ca56ce: Pushed 05:23:43 6201404b2132: Pushed 05:23:48 7b2eac0b92c5: Pushed 05:23:48 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:23886831f93b928f944031aa4c51ef647820429299676e469606f1fccba2331b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:23:49 6201404b2132: Preparing 05:23:49 293403ca56ce: Preparing 05:23:49 7b2eac0b92c5: Preparing 05:23:49 973d91ebafc9: Preparing 05:23:49 50320d67f767: Preparing 05:23:49 397a6a53b9c6: Preparing 05:23:49 d40af81d9406: Preparing 05:23:49 dd9c8f8612c8: Preparing 05:23:49 397a6a53b9c6: Waiting 05:23:49 d40af81d9406: Waiting 05:23:49 dd9c8f8612c8: Waiting 05:23:49 50320d67f767: Layer already exists 05:23:49 6201404b2132: Layer already exists 05:23:49 973d91ebafc9: Layer already exists 05:23:49 293403ca56ce: Layer already exists 05:23:49 7b2eac0b92c5: Layer already exists 05:23:49 d40af81d9406: Layer already exists 05:23:49 dd9c8f8612c8: Layer already exists 05:23:49 397a6a53b9c6: Layer already exists 05:23:49 latest: digest: sha256:23886831f93b928f944031aa4c51ef647820429299676e469606f1fccba2331b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.5 05:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:23:50 6201404b2132: Preparing 05:23:50 293403ca56ce: Preparing 05:23:50 7b2eac0b92c5: Preparing 05:23:50 973d91ebafc9: Preparing 05:23:50 50320d67f767: Preparing 05:23:50 397a6a53b9c6: Preparing 05:23:50 d40af81d9406: Preparing 05:23:50 dd9c8f8612c8: Preparing 05:23:50 397a6a53b9c6: Waiting 05:23:50 d40af81d9406: Waiting 05:23:50 dd9c8f8612c8: Waiting 05:23:50 6201404b2132: Layer already exists 05:23:50 293403ca56ce: Layer already exists 05:23:50 50320d67f767: Layer already exists 05:23:50 7b2eac0b92c5: Layer already exists 05:23:50 973d91ebafc9: Layer already exists 05:23:50 397a6a53b9c6: Layer already exists 05:23:50 d40af81d9406: Layer already exists 05:23:50 dd9c8f8612c8: Layer already exists 05:23:50 4.1.0-dev.5: digest: sha256:23886831f93b928f944031aa4c51ef647820429299676e469606f1fccba2331b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:23:51 6201404b2132: Preparing 05:23:51 293403ca56ce: Preparing 05:23:51 7b2eac0b92c5: Preparing 05:23:51 973d91ebafc9: Preparing 05:23:51 50320d67f767: Preparing 05:23:51 397a6a53b9c6: Preparing 05:23:51 d40af81d9406: Preparing 05:23:51 dd9c8f8612c8: Preparing 05:23:51 397a6a53b9c6: Waiting 05:23:51 d40af81d9406: Waiting 05:23:51 dd9c8f8612c8: Waiting 05:23:51 6201404b2132: Layer already exists 05:23:51 50320d67f767: Layer already exists 05:23:51 7b2eac0b92c5: Layer already exists 05:23:51 973d91ebafc9: Layer already exists 05:23:51 293403ca56ce: Layer already exists 05:23:51 dd9c8f8612c8: Layer already exists 05:23:51 d40af81d9406: Layer already exists 05:23:51 397a6a53b9c6: Layer already exists 05:23:51 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:23886831f93b928f944031aa4c51ef647820429299676e469606f1fccba2331b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:23:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:23:52 6201404b2132: Preparing 05:23:52 293403ca56ce: Preparing 05:23:52 7b2eac0b92c5: Preparing 05:23:52 973d91ebafc9: Preparing 05:23:52 50320d67f767: Preparing 05:23:52 397a6a53b9c6: Preparing 05:23:52 d40af81d9406: Preparing 05:23:52 dd9c8f8612c8: Preparing 05:23:52 397a6a53b9c6: Waiting 05:23:52 d40af81d9406: Waiting 05:23:52 973d91ebafc9: Layer already exists 05:23:52 6201404b2132: Layer already exists 05:23:52 50320d67f767: Layer already exists 05:23:52 293403ca56ce: Layer already exists 05:23:52 7b2eac0b92c5: Layer already exists 05:23:52 397a6a53b9c6: Layer already exists 05:23:52 dd9c8f8612c8: Layer already exists 05:23:52 d40af81d9406: Layer already exists 05:23:52 main: digest: sha256:23886831f93b928f944031aa4c51ef647820429299676e469606f1fccba2331b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:23:52 ===================================================== [Pipeline] echo 05:23:52 taggedImages: 05:23:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:23:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.5 05:23:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:52 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:23:52 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:23:52 580d767449178ed974b9cdc199fef803bb3ff70c 05:23:52 latest 05:23:52 4.1.0-dev.5 05:23:52 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:52 main 05:23:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:23:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:23:53 cf1131fb3eed: Preparing 05:23:53 1a49ea098d1b: Preparing 05:23:53 c0ab856e86c7: Preparing 05:23:53 66687f187cec: Preparing 05:23:53 1b8ec52820fd: Preparing 05:23:53 f8eba28faeed: Preparing 05:23:53 cf9539ad4aea: Preparing 05:23:53 973d91ebafc9: Preparing 05:23:53 50320d67f767: Preparing 05:23:53 b4e521f5b551: Preparing 05:23:53 3d2b5ed7fe41: Preparing 05:23:53 5f70bf18a086: Preparing 05:23:53 b3544bc76edf: Preparing 05:23:53 0636fb8c3ba8: Preparing 05:23:53 ed275cf38cfd: Preparing 05:23:53 dd9c8f8612c8: Preparing 05:23:53 f8eba28faeed: Waiting 05:23:53 cf9539ad4aea: Waiting 05:23:53 973d91ebafc9: Waiting 05:23:53 50320d67f767: Waiting 05:23:53 b4e521f5b551: Waiting 05:23:53 3d2b5ed7fe41: Waiting 05:23:53 5f70bf18a086: Waiting 05:23:53 b3544bc76edf: Waiting 05:23:53 0636fb8c3ba8: Waiting 05:23:53 ed275cf38cfd: Waiting 05:23:53 dd9c8f8612c8: Waiting 05:23:53 1a49ea098d1b: Pushed 05:23:53 66687f187cec: Pushed 05:23:53 cf1131fb3eed: Pushed 05:23:53 1b8ec52820fd: Pushed 05:23:53 c0ab856e86c7: Pushed 05:23:53 973d91ebafc9: Layer already exists 05:23:53 50320d67f767: Layer already exists 05:23:53 f8eba28faeed: Pushed 05:23:53 5f70bf18a086: Layer already exists 05:23:53 b4e521f5b551: Pushed 05:23:53 3d2b5ed7fe41: Pushed 05:23:53 dd9c8f8612c8: Layer already exists 05:23:53 b3544bc76edf: Pushed 05:23:53 0636fb8c3ba8: Pushed 05:23:53 ed275cf38cfd: Pushed 05:23:56 cf9539ad4aea: Pushed 05:23:56 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:41605cf6f7b072a6e1f81d8e712620ccfded906bbe583ff1b87ab0fe32322fae size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:23:57 cf1131fb3eed: Preparing 05:23:57 1a49ea098d1b: Preparing 05:23:57 c0ab856e86c7: Preparing 05:23:57 66687f187cec: Preparing 05:23:57 1b8ec52820fd: Preparing 05:23:57 f8eba28faeed: Preparing 05:23:57 cf9539ad4aea: Preparing 05:23:57 973d91ebafc9: Preparing 05:23:57 50320d67f767: Preparing 05:23:57 b4e521f5b551: Preparing 05:23:57 3d2b5ed7fe41: Preparing 05:23:57 5f70bf18a086: Preparing 05:23:57 b3544bc76edf: Preparing 05:23:57 0636fb8c3ba8: Preparing 05:23:57 ed275cf38cfd: Preparing 05:23:57 dd9c8f8612c8: Preparing 05:23:57 f8eba28faeed: Waiting 05:23:57 cf9539ad4aea: Waiting 05:23:57 973d91ebafc9: Waiting 05:23:57 50320d67f767: Waiting 05:23:57 b4e521f5b551: Waiting 05:23:57 3d2b5ed7fe41: Waiting 05:23:57 5f70bf18a086: Waiting 05:23:57 b3544bc76edf: Waiting 05:23:57 0636fb8c3ba8: Waiting 05:23:57 ed275cf38cfd: Waiting 05:23:57 dd9c8f8612c8: Waiting 05:23:57 1a49ea098d1b: Layer already exists 05:23:57 c0ab856e86c7: Layer already exists 05:23:57 cf1131fb3eed: Layer already exists 05:23:57 cf9539ad4aea: Layer already exists 05:23:57 973d91ebafc9: Layer already exists 05:23:57 f8eba28faeed: Layer already exists 05:23:57 66687f187cec: Layer already exists 05:23:57 1b8ec52820fd: Layer already exists 05:23:57 50320d67f767: Layer already exists 05:23:57 b4e521f5b551: Layer already exists 05:23:57 3d2b5ed7fe41: Layer already exists 05:23:57 5f70bf18a086: Layer already exists 05:23:57 ed275cf38cfd: Layer already exists 05:23:57 0636fb8c3ba8: Layer already exists 05:23:57 b3544bc76edf: Layer already exists 05:23:57 dd9c8f8612c8: Layer already exists 05:23:57 latest: digest: sha256:41605cf6f7b072a6e1f81d8e712620ccfded906bbe583ff1b87ab0fe32322fae size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.5 05:23:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:23:58 cf1131fb3eed: Preparing 05:23:58 1a49ea098d1b: Preparing 05:23:58 c0ab856e86c7: Preparing 05:23:58 66687f187cec: Preparing 05:23:58 1b8ec52820fd: Preparing 05:23:58 f8eba28faeed: Preparing 05:23:58 cf9539ad4aea: Preparing 05:23:58 973d91ebafc9: Preparing 05:23:58 50320d67f767: Preparing 05:23:58 b4e521f5b551: Preparing 05:23:58 3d2b5ed7fe41: Preparing 05:23:58 5f70bf18a086: Preparing 05:23:58 b3544bc76edf: Preparing 05:23:58 0636fb8c3ba8: Preparing 05:23:58 ed275cf38cfd: Preparing 05:23:58 dd9c8f8612c8: Preparing 05:23:58 f8eba28faeed: Waiting 05:23:58 cf9539ad4aea: Waiting 05:23:58 973d91ebafc9: Waiting 05:23:58 50320d67f767: Waiting 05:23:58 b3544bc76edf: Waiting 05:23:58 0636fb8c3ba8: Waiting 05:23:58 ed275cf38cfd: Waiting 05:23:58 b4e521f5b551: Waiting 05:23:58 3d2b5ed7fe41: Waiting 05:23:58 5f70bf18a086: Waiting 05:23:58 dd9c8f8612c8: Waiting 05:23:58 cf1131fb3eed: Layer already exists 05:23:58 c0ab856e86c7: Layer already exists 05:23:58 1a49ea098d1b: Layer already exists 05:23:58 1b8ec52820fd: Layer already exists 05:23:58 66687f187cec: Layer already exists 05:23:58 973d91ebafc9: Layer already exists 05:23:58 cf9539ad4aea: Layer already exists 05:23:58 f8eba28faeed: Layer already exists 05:23:58 b4e521f5b551: Layer already exists 05:23:58 50320d67f767: Layer already exists 05:23:58 5f70bf18a086: Layer already exists 05:23:58 3d2b5ed7fe41: Layer already exists 05:23:58 0636fb8c3ba8: Layer already exists 05:23:58 b3544bc76edf: Layer already exists 05:23:58 ed275cf38cfd: Layer already exists 05:23:58 dd9c8f8612c8: Layer already exists 05:23:58 4.1.0-dev.5: digest: sha256:41605cf6f7b072a6e1f81d8e712620ccfded906bbe583ff1b87ab0fe32322fae size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:58 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:23:59 cf1131fb3eed: Preparing 05:23:59 1a49ea098d1b: Preparing 05:23:59 c0ab856e86c7: Preparing 05:23:59 66687f187cec: Preparing 05:23:59 1b8ec52820fd: Preparing 05:23:59 f8eba28faeed: Preparing 05:23:59 cf9539ad4aea: Preparing 05:23:59 973d91ebafc9: Preparing 05:23:59 50320d67f767: Preparing 05:23:59 b4e521f5b551: Preparing 05:23:59 3d2b5ed7fe41: Preparing 05:23:59 5f70bf18a086: Preparing 05:23:59 b3544bc76edf: Preparing 05:23:59 0636fb8c3ba8: Preparing 05:23:59 ed275cf38cfd: Preparing 05:23:59 dd9c8f8612c8: Preparing 05:23:59 973d91ebafc9: Waiting 05:23:59 50320d67f767: Waiting 05:23:59 b4e521f5b551: Waiting 05:23:59 3d2b5ed7fe41: Waiting 05:23:59 5f70bf18a086: Waiting 05:23:59 b3544bc76edf: Waiting 05:23:59 0636fb8c3ba8: Waiting 05:23:59 f8eba28faeed: Waiting 05:23:59 cf9539ad4aea: Waiting 05:23:59 dd9c8f8612c8: Waiting 05:23:59 66687f187cec: Layer already exists 05:23:59 cf1131fb3eed: Layer already exists 05:23:59 1b8ec52820fd: Layer already exists 05:23:59 1a49ea098d1b: Layer already exists 05:23:59 c0ab856e86c7: Layer already exists 05:23:59 cf9539ad4aea: Layer already exists 05:23:59 973d91ebafc9: Layer already exists 05:23:59 f8eba28faeed: Layer already exists 05:23:59 50320d67f767: Layer already exists 05:23:59 b4e521f5b551: Layer already exists 05:23:59 3d2b5ed7fe41: Layer already exists 05:23:59 5f70bf18a086: Layer already exists 05:23:59 0636fb8c3ba8: Layer already exists 05:23:59 ed275cf38cfd: Layer already exists 05:23:59 b3544bc76edf: Layer already exists 05:23:59 dd9c8f8612c8: Layer already exists 05:23:59 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:41605cf6f7b072a6e1f81d8e712620ccfded906bbe583ff1b87ab0fe32322fae size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:23:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:24:00 cf1131fb3eed: Preparing 05:24:00 1a49ea098d1b: Preparing 05:24:00 c0ab856e86c7: Preparing 05:24:00 66687f187cec: Preparing 05:24:00 1b8ec52820fd: Preparing 05:24:00 f8eba28faeed: Preparing 05:24:00 cf9539ad4aea: Preparing 05:24:00 973d91ebafc9: Preparing 05:24:00 50320d67f767: Preparing 05:24:00 b4e521f5b551: Preparing 05:24:00 3d2b5ed7fe41: Preparing 05:24:00 5f70bf18a086: Preparing 05:24:00 b3544bc76edf: Preparing 05:24:00 0636fb8c3ba8: Preparing 05:24:00 ed275cf38cfd: Preparing 05:24:00 dd9c8f8612c8: Preparing 05:24:00 3d2b5ed7fe41: Waiting 05:24:00 f8eba28faeed: Waiting 05:24:00 cf9539ad4aea: Waiting 05:24:00 5f70bf18a086: Waiting 05:24:00 b3544bc76edf: Waiting 05:24:00 973d91ebafc9: Waiting 05:24:00 0636fb8c3ba8: Waiting 05:24:00 50320d67f767: Waiting 05:24:00 b4e521f5b551: Waiting 05:24:00 ed275cf38cfd: Waiting 05:24:00 dd9c8f8612c8: Waiting 05:24:00 cf1131fb3eed: Layer already exists 05:24:00 c0ab856e86c7: Layer already exists 05:24:00 1a49ea098d1b: Layer already exists 05:24:00 1b8ec52820fd: Layer already exists 05:24:00 66687f187cec: Layer already exists 05:24:00 cf9539ad4aea: Layer already exists 05:24:00 50320d67f767: Layer already exists 05:24:00 f8eba28faeed: Layer already exists 05:24:00 973d91ebafc9: Layer already exists 05:24:00 b4e521f5b551: Layer already exists 05:24:00 3d2b5ed7fe41: Layer already exists 05:24:00 5f70bf18a086: Layer already exists 05:24:00 b3544bc76edf: Layer already exists 05:24:00 0636fb8c3ba8: Layer already exists 05:24:00 ed275cf38cfd: Layer already exists 05:24:00 dd9c8f8612c8: Layer already exists 05:24:00 main: digest: sha256:41605cf6f7b072a6e1f81d8e712620ccfded906bbe583ff1b87ab0fe32322fae size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:24:00 ===================================================== [Pipeline] echo 05:24:00 taggedImages: 05:24:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:24:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.5 05:24:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:24:00 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:24:00 580d767449178ed974b9cdc199fef803bb3ff70c 05:24:00 latest 05:24:00 4.1.0-dev.5 05:24:00 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:00 main 05:24:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:00 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:24:01 7a48a172accb: Preparing 05:24:01 15649199dd32: Preparing 05:24:01 0055eb322d71: Preparing 05:24:01 6b3056f6d4e2: Preparing 05:24:01 973d91ebafc9: Preparing 05:24:01 50320d67f767: Preparing 05:24:01 397a6a53b9c6: Preparing 05:24:01 d40af81d9406: Preparing 05:24:01 dd9c8f8612c8: Preparing 05:24:01 50320d67f767: Waiting 05:24:01 397a6a53b9c6: Waiting 05:24:01 d40af81d9406: Waiting 05:24:01 dd9c8f8612c8: Waiting 05:24:01 973d91ebafc9: Layer already exists 05:24:01 50320d67f767: Layer already exists 05:24:01 0055eb322d71: Pushed 05:24:01 15649199dd32: Pushed 05:24:01 397a6a53b9c6: Layer already exists 05:24:01 d40af81d9406: Layer already exists 05:24:01 dd9c8f8612c8: Layer already exists 05:24:01 7a48a172accb: Pushed 05:24:06 6b3056f6d4e2: Pushed 05:24:06 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:29c08158dab6f4e0b92f5abcc2c3b4d366680352f8420a016204ed8159e09760 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:07 + 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 05:24:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:24:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:24:07 7a48a172accb: Preparing 05:24:07 15649199dd32: Preparing 05:24:07 0055eb322d71: Preparing 05:24:07 6b3056f6d4e2: Preparing 05:24:07 973d91ebafc9: Preparing 05:24:07 50320d67f767: Preparing 05:24:07 397a6a53b9c6: Preparing 05:24:07 d40af81d9406: Preparing 05:24:07 dd9c8f8612c8: Preparing 05:24:07 397a6a53b9c6: Waiting 05:24:07 d40af81d9406: Waiting 05:24:07 dd9c8f8612c8: Waiting 05:24:07 50320d67f767: Waiting 05:24:07 973d91ebafc9: Layer already exists 05:24:07 6b3056f6d4e2: Layer already exists 05:24:07 15649199dd32: Layer already exists 05:24:07 0055eb322d71: Layer already exists 05:24:07 7a48a172accb: Layer already exists 05:24:07 d40af81d9406: Layer already exists 05:24:07 dd9c8f8612c8: Layer already exists 05:24:07 50320d67f767: Layer already exists 05:24:07 397a6a53b9c6: Layer already exists 05:24:07 latest: digest: sha256:29c08158dab6f4e0b92f5abcc2c3b4d366680352f8420a016204ed8159e09760 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.5 05:24:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:24:08 7a48a172accb: Preparing 05:24:08 15649199dd32: Preparing 05:24:08 0055eb322d71: Preparing 05:24:08 6b3056f6d4e2: Preparing 05:24:08 973d91ebafc9: Preparing 05:24:08 50320d67f767: Preparing 05:24:08 397a6a53b9c6: Preparing 05:24:08 d40af81d9406: Preparing 05:24:08 dd9c8f8612c8: Preparing 05:24:08 50320d67f767: Waiting 05:24:08 397a6a53b9c6: Waiting 05:24:08 d40af81d9406: Waiting 05:24:08 dd9c8f8612c8: Waiting 05:24:08 7a48a172accb: Layer already exists 05:24:08 973d91ebafc9: Layer already exists 05:24:08 0055eb322d71: Layer already exists 05:24:08 6b3056f6d4e2: Layer already exists 05:24:08 15649199dd32: Layer already exists 05:24:08 dd9c8f8612c8: Layer already exists 05:24:08 50320d67f767: Layer already exists 05:24:08 397a6a53b9c6: Layer already exists 05:24:08 d40af81d9406: Layer already exists 05:24:08 4.1.0-dev.5: digest: sha256:29c08158dab6f4e0b92f5abcc2c3b4d366680352f8420a016204ed8159e09760 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:24:09 7a48a172accb: Preparing 05:24:09 15649199dd32: Preparing 05:24:09 0055eb322d71: Preparing 05:24:09 6b3056f6d4e2: Preparing 05:24:09 973d91ebafc9: Preparing 05:24:09 50320d67f767: Preparing 05:24:09 397a6a53b9c6: Preparing 05:24:09 d40af81d9406: Preparing 05:24:09 397a6a53b9c6: Waiting 05:24:09 dd9c8f8612c8: Preparing 05:24:09 d40af81d9406: Waiting 05:24:09 50320d67f767: Waiting 05:24:09 dd9c8f8612c8: Waiting 05:24:09 6b3056f6d4e2: Layer already exists 05:24:09 15649199dd32: Layer already exists 05:24:09 0055eb322d71: Layer already exists 05:24:09 973d91ebafc9: Layer already exists 05:24:09 7a48a172accb: Layer already exists 05:24:09 50320d67f767: Layer already exists 05:24:09 397a6a53b9c6: Layer already exists 05:24:09 d40af81d9406: Layer already exists 05:24:09 dd9c8f8612c8: Layer already exists 05:24:09 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:29c08158dab6f4e0b92f5abcc2c3b4d366680352f8420a016204ed8159e09760 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:09 + 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 05:24:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:24:10 7a48a172accb: Preparing 05:24:10 15649199dd32: Preparing 05:24:10 0055eb322d71: Preparing 05:24:10 6b3056f6d4e2: Preparing 05:24:10 973d91ebafc9: Preparing 05:24:10 50320d67f767: Preparing 05:24:10 397a6a53b9c6: Preparing 05:24:10 d40af81d9406: Preparing 05:24:10 dd9c8f8612c8: Preparing 05:24:10 d40af81d9406: Waiting 05:24:10 50320d67f767: Waiting 05:24:10 397a6a53b9c6: Waiting 05:24:10 dd9c8f8612c8: Waiting 05:24:10 6b3056f6d4e2: Layer already exists 05:24:10 7a48a172accb: Layer already exists 05:24:10 15649199dd32: Layer already exists 05:24:10 0055eb322d71: Layer already exists 05:24:10 973d91ebafc9: Layer already exists 05:24:10 50320d67f767: Layer already exists 05:24:10 397a6a53b9c6: Layer already exists 05:24:10 d40af81d9406: Layer already exists 05:24:10 dd9c8f8612c8: Layer already exists 05:24:10 main: digest: sha256:29c08158dab6f4e0b92f5abcc2c3b4d366680352f8420a016204ed8159e09760 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:24:10 ===================================================== [Pipeline] echo 05:24:10 taggedImages: 05:24:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:24:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.5 05:24:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:24:10 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:24:10 580d767449178ed974b9cdc199fef803bb3ff70c 05:24:10 latest 05:24:10 4.1.0-dev.5 05:24:10 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:10 main 05:24:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:24:11 249da4d522d4: Preparing 05:24:11 2943aaaad14c: Preparing 05:24:11 38dd461db97a: Preparing 05:24:11 599fb8e51f5a: Preparing 05:24:11 01fb37c9a494: Preparing 05:24:11 973d91ebafc9: Preparing 05:24:11 50320d67f767: Preparing 05:24:11 4881334ab7ca: Preparing 05:24:11 49b9af28b203: Preparing 05:24:11 4d2af94750f9: Preparing 05:24:11 dd9c8f8612c8: Preparing 05:24:11 50320d67f767: Waiting 05:24:11 4881334ab7ca: Waiting 05:24:11 973d91ebafc9: Waiting 05:24:11 49b9af28b203: Waiting 05:24:11 4d2af94750f9: Waiting 05:24:11 dd9c8f8612c8: Waiting 05:24:11 599fb8e51f5a: Pushed 05:24:11 01fb37c9a494: Pushed 05:24:11 249da4d522d4: Pushed 05:24:11 2943aaaad14c: Pushed 05:24:11 50320d67f767: Layer already exists 05:24:11 973d91ebafc9: Layer already exists 05:24:11 dd9c8f8612c8: Layer already exists 05:24:11 4881334ab7ca: Pushed 05:24:11 49b9af28b203: Pushed 05:24:14 4d2af94750f9: Pushed 05:24:15 38dd461db97a: Pushed 05:24:15 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:505bded33766d1fbaa55f94a8820c24f91aebede85a67a54d419f2dc7e718e99 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:16 + 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 05:24:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:24:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:24:16 249da4d522d4: Preparing 05:24:16 2943aaaad14c: Preparing 05:24:16 38dd461db97a: Preparing 05:24:16 599fb8e51f5a: Preparing 05:24:16 01fb37c9a494: Preparing 05:24:16 973d91ebafc9: Preparing 05:24:16 50320d67f767: Preparing 05:24:16 4881334ab7ca: Preparing 05:24:16 49b9af28b203: Preparing 05:24:16 4d2af94750f9: Preparing 05:24:16 973d91ebafc9: Waiting 05:24:16 50320d67f767: Waiting 05:24:16 4881334ab7ca: Waiting 05:24:16 49b9af28b203: Waiting 05:24:16 dd9c8f8612c8: Preparing 05:24:16 4d2af94750f9: Waiting 05:24:16 dd9c8f8612c8: Waiting 05:24:16 38dd461db97a: Layer already exists 05:24:16 2943aaaad14c: Layer already exists 05:24:16 01fb37c9a494: Layer already exists 05:24:16 249da4d522d4: Layer already exists 05:24:16 50320d67f767: Layer already exists 05:24:16 599fb8e51f5a: Layer already exists 05:24:16 973d91ebafc9: Layer already exists 05:24:16 4881334ab7ca: Layer already exists 05:24:16 4d2af94750f9: Layer already exists 05:24:16 49b9af28b203: Layer already exists 05:24:16 dd9c8f8612c8: Layer already exists 05:24:16 latest: digest: sha256:505bded33766d1fbaa55f94a8820c24f91aebede85a67a54d419f2dc7e718e99 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.5 05:24:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:24:17 249da4d522d4: Preparing 05:24:17 2943aaaad14c: Preparing 05:24:17 38dd461db97a: Preparing 05:24:17 599fb8e51f5a: Preparing 05:24:17 01fb37c9a494: Preparing 05:24:17 973d91ebafc9: Preparing 05:24:17 50320d67f767: Preparing 05:24:17 4881334ab7ca: Preparing 05:24:17 49b9af28b203: Preparing 05:24:17 4d2af94750f9: Preparing 05:24:17 dd9c8f8612c8: Preparing 05:24:17 4881334ab7ca: Waiting 05:24:17 49b9af28b203: Waiting 05:24:17 4d2af94750f9: Waiting 05:24:17 dd9c8f8612c8: Waiting 05:24:17 973d91ebafc9: Waiting 05:24:17 50320d67f767: Waiting 05:24:17 01fb37c9a494: Layer already exists 05:24:17 249da4d522d4: Layer already exists 05:24:17 38dd461db97a: Layer already exists 05:24:17 599fb8e51f5a: Layer already exists 05:24:17 2943aaaad14c: Layer already exists 05:24:17 973d91ebafc9: Layer already exists 05:24:17 50320d67f767: Layer already exists 05:24:17 4881334ab7ca: Layer already exists 05:24:17 49b9af28b203: Layer already exists 05:24:17 4d2af94750f9: Layer already exists 05:24:17 dd9c8f8612c8: Layer already exists 05:24:17 4.1.0-dev.5: digest: sha256:505bded33766d1fbaa55f94a8820c24f91aebede85a67a54d419f2dc7e718e99 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:17 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:24:18 249da4d522d4: Preparing 05:24:18 2943aaaad14c: Preparing 05:24:18 38dd461db97a: Preparing 05:24:18 599fb8e51f5a: Preparing 05:24:18 01fb37c9a494: Preparing 05:24:18 973d91ebafc9: Preparing 05:24:18 50320d67f767: Preparing 05:24:18 973d91ebafc9: Waiting 05:24:18 4881334ab7ca: Preparing 05:24:18 50320d67f767: Waiting 05:24:18 49b9af28b203: Preparing 05:24:18 4881334ab7ca: Waiting 05:24:18 4d2af94750f9: Preparing 05:24:18 dd9c8f8612c8: Preparing 05:24:18 dd9c8f8612c8: Waiting 05:24:18 49b9af28b203: Waiting 05:24:18 4d2af94750f9: Waiting 05:24:18 599fb8e51f5a: Layer already exists 05:24:18 01fb37c9a494: Layer already exists 05:24:18 2943aaaad14c: Layer already exists 05:24:18 38dd461db97a: Layer already exists 05:24:18 249da4d522d4: Layer already exists 05:24:18 973d91ebafc9: Layer already exists 05:24:18 50320d67f767: Layer already exists 05:24:18 49b9af28b203: Layer already exists 05:24:18 4881334ab7ca: Layer already exists 05:24:18 4d2af94750f9: Layer already exists 05:24:18 dd9c8f8612c8: Layer already exists 05:24:18 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:505bded33766d1fbaa55f94a8820c24f91aebede85a67a54d419f2dc7e718e99 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:18 + 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 05:24:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:24:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:24:19 249da4d522d4: Preparing 05:24:19 2943aaaad14c: Preparing 05:24:19 38dd461db97a: Preparing 05:24:19 599fb8e51f5a: Preparing 05:24:19 01fb37c9a494: Preparing 05:24:19 973d91ebafc9: Preparing 05:24:19 50320d67f767: Preparing 05:24:19 4881334ab7ca: Preparing 05:24:19 49b9af28b203: Preparing 05:24:19 4d2af94750f9: Preparing 05:24:19 dd9c8f8612c8: Preparing 05:24:19 973d91ebafc9: Waiting 05:24:19 50320d67f767: Waiting 05:24:19 4881334ab7ca: Waiting 05:24:19 49b9af28b203: Waiting 05:24:19 4d2af94750f9: Waiting 05:24:19 dd9c8f8612c8: Waiting 05:24:19 01fb37c9a494: Layer already exists 05:24:19 249da4d522d4: Layer already exists 05:24:19 599fb8e51f5a: Layer already exists 05:24:19 2943aaaad14c: Layer already exists 05:24:19 38dd461db97a: Layer already exists 05:24:19 49b9af28b203: Layer already exists 05:24:19 50320d67f767: Layer already exists 05:24:19 973d91ebafc9: Layer already exists 05:24:19 4d2af94750f9: Layer already exists 05:24:19 4881334ab7ca: Layer already exists 05:24:19 dd9c8f8612c8: Layer already exists 05:24:19 main: digest: sha256:505bded33766d1fbaa55f94a8820c24f91aebede85a67a54d419f2dc7e718e99 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:24:19 ===================================================== [Pipeline] echo 05:24:19 taggedImages: 05:24:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:24:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.5 05:24:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:19 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:24:19 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:24:19 580d767449178ed974b9cdc199fef803bb3ff70c 05:24:19 latest 05:24:19 4.1.0-dev.5 05:24:19 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:19 main 05:24:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:24:20 92d6d374d920: Preparing 05:24:20 d4d6fd0579f3: Preparing 05:24:20 5777b78df01b: Preparing 05:24:20 2ec067698ab0: Preparing 05:24:20 999ef0a92665: Preparing 05:24:20 ba44079ead7c: Preparing 05:24:20 90705bffcf10: Preparing 05:24:20 973d91ebafc9: Preparing 05:24:20 50320d67f767: Preparing 05:24:20 9620fb9b481f: Preparing 05:24:20 9c94368ca818: Preparing 05:24:20 dd9c8f8612c8: Preparing 05:24:20 ba44079ead7c: Waiting 05:24:20 50320d67f767: Waiting 05:24:20 9620fb9b481f: Waiting 05:24:20 90705bffcf10: Waiting 05:24:20 9c94368ca818: Waiting 05:24:20 973d91ebafc9: Waiting 05:24:20 dd9c8f8612c8: Waiting 05:24:20 999ef0a92665: Pushed 05:24:20 d4d6fd0579f3: Pushed 05:24:20 92d6d374d920: Pushed 05:24:20 973d91ebafc9: Layer already exists 05:24:20 ba44079ead7c: Pushed 05:24:20 90705bffcf10: Pushed 05:24:20 50320d67f767: Layer already exists 05:24:20 dd9c8f8612c8: Layer already exists 05:24:20 9620fb9b481f: Pushed 05:24:23 9c94368ca818: Pushed 05:24:24 2ec067698ab0: Pushed 05:24:26 5777b78df01b: Pushed 05:24:27 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:49b7edf25ece5220653f95f94888b34983bd6b91ffa111aa7ad0086b540a623a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:27 + 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 05:24:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:24:27 92d6d374d920: Preparing 05:24:27 d4d6fd0579f3: Preparing 05:24:27 5777b78df01b: Preparing 05:24:27 2ec067698ab0: Preparing 05:24:27 999ef0a92665: Preparing 05:24:27 ba44079ead7c: Preparing 05:24:27 90705bffcf10: Preparing 05:24:27 973d91ebafc9: Preparing 05:24:27 50320d67f767: Preparing 05:24:27 9620fb9b481f: Preparing 05:24:27 9c94368ca818: Preparing 05:24:27 dd9c8f8612c8: Preparing 05:24:27 ba44079ead7c: Waiting 05:24:27 90705bffcf10: Waiting 05:24:27 973d91ebafc9: Waiting 05:24:27 50320d67f767: Waiting 05:24:27 9620fb9b481f: Waiting 05:24:27 9c94368ca818: Waiting 05:24:27 dd9c8f8612c8: Waiting 05:24:27 d4d6fd0579f3: Layer already exists 05:24:27 999ef0a92665: Layer already exists 05:24:27 5777b78df01b: Layer already exists 05:24:27 92d6d374d920: Layer already exists 05:24:27 2ec067698ab0: Layer already exists 05:24:27 ba44079ead7c: Layer already exists 05:24:27 90705bffcf10: Layer already exists 05:24:27 973d91ebafc9: Layer already exists 05:24:27 9620fb9b481f: Layer already exists 05:24:27 50320d67f767: Layer already exists 05:24:27 9c94368ca818: Layer already exists 05:24:27 dd9c8f8612c8: Layer already exists 05:24:28 latest: digest: sha256:49b7edf25ece5220653f95f94888b34983bd6b91ffa111aa7ad0086b540a623a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.5 05:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:24:28 92d6d374d920: Preparing 05:24:28 d4d6fd0579f3: Preparing 05:24:28 5777b78df01b: Preparing 05:24:28 2ec067698ab0: Preparing 05:24:28 999ef0a92665: Preparing 05:24:28 ba44079ead7c: Preparing 05:24:28 90705bffcf10: Preparing 05:24:28 973d91ebafc9: Preparing 05:24:28 50320d67f767: Preparing 05:24:28 9620fb9b481f: Preparing 05:24:28 9c94368ca818: Preparing 05:24:28 dd9c8f8612c8: Preparing 05:24:28 50320d67f767: Waiting 05:24:28 9620fb9b481f: Waiting 05:24:28 9c94368ca818: Waiting 05:24:28 dd9c8f8612c8: Waiting 05:24:28 ba44079ead7c: Waiting 05:24:28 90705bffcf10: Waiting 05:24:28 973d91ebafc9: Waiting 05:24:28 92d6d374d920: Layer already exists 05:24:28 5777b78df01b: Layer already exists 05:24:28 2ec067698ab0: Layer already exists 05:24:28 999ef0a92665: Layer already exists 05:24:28 d4d6fd0579f3: Layer already exists 05:24:28 90705bffcf10: Layer already exists 05:24:28 973d91ebafc9: Layer already exists 05:24:28 50320d67f767: Layer already exists 05:24:28 9620fb9b481f: Layer already exists 05:24:28 ba44079ead7c: Layer already exists 05:24:28 dd9c8f8612c8: Layer already exists 05:24:28 9c94368ca818: Layer already exists 05:24:28 4.1.0-dev.5: digest: sha256:49b7edf25ece5220653f95f94888b34983bd6b91ffa111aa7ad0086b540a623a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:24:29 92d6d374d920: Preparing 05:24:29 d4d6fd0579f3: Preparing 05:24:29 5777b78df01b: Preparing 05:24:29 2ec067698ab0: Preparing 05:24:29 999ef0a92665: Preparing 05:24:29 ba44079ead7c: Preparing 05:24:29 90705bffcf10: Preparing 05:24:29 973d91ebafc9: Preparing 05:24:29 50320d67f767: Preparing 05:24:29 9620fb9b481f: Preparing 05:24:29 9c94368ca818: Preparing 05:24:29 dd9c8f8612c8: Preparing 05:24:29 50320d67f767: Waiting 05:24:29 9620fb9b481f: Waiting 05:24:29 ba44079ead7c: Waiting 05:24:29 9c94368ca818: Waiting 05:24:29 dd9c8f8612c8: Waiting 05:24:29 973d91ebafc9: Waiting 05:24:29 90705bffcf10: Waiting 05:24:29 92d6d374d920: Layer already exists 05:24:29 5777b78df01b: Layer already exists 05:24:29 2ec067698ab0: Layer already exists 05:24:29 999ef0a92665: Layer already exists 05:24:29 d4d6fd0579f3: Layer already exists 05:24:29 9620fb9b481f: Layer already exists 05:24:29 973d91ebafc9: Layer already exists 05:24:29 90705bffcf10: Layer already exists 05:24:29 ba44079ead7c: Layer already exists 05:24:29 50320d67f767: Layer already exists 05:24:29 dd9c8f8612c8: Layer already exists 05:24:29 9c94368ca818: Layer already exists 05:24:29 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:49b7edf25ece5220653f95f94888b34983bd6b91ffa111aa7ad0086b540a623a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:30 + 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 05:24:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:24:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:24:30 92d6d374d920: Preparing 05:24:30 d4d6fd0579f3: Preparing 05:24:30 5777b78df01b: Preparing 05:24:30 2ec067698ab0: Preparing 05:24:30 999ef0a92665: Preparing 05:24:30 ba44079ead7c: Preparing 05:24:30 90705bffcf10: Preparing 05:24:30 973d91ebafc9: Preparing 05:24:30 50320d67f767: Preparing 05:24:30 9620fb9b481f: Preparing 05:24:30 9c94368ca818: Preparing 05:24:30 dd9c8f8612c8: Preparing 05:24:30 50320d67f767: Waiting 05:24:30 9620fb9b481f: Waiting 05:24:30 9c94368ca818: Waiting 05:24:30 ba44079ead7c: Waiting 05:24:30 dd9c8f8612c8: Waiting 05:24:30 90705bffcf10: Waiting 05:24:30 973d91ebafc9: Waiting 05:24:30 92d6d374d920: Layer already exists 05:24:30 d4d6fd0579f3: Layer already exists 05:24:30 5777b78df01b: Layer already exists 05:24:30 2ec067698ab0: Layer already exists 05:24:30 999ef0a92665: Layer already exists 05:24:30 9620fb9b481f: Layer already exists 05:24:30 90705bffcf10: Layer already exists 05:24:30 50320d67f767: Layer already exists 05:24:30 973d91ebafc9: Layer already exists 05:24:30 ba44079ead7c: Layer already exists 05:24:30 dd9c8f8612c8: Layer already exists 05:24:30 9c94368ca818: Layer already exists 05:24:30 main: digest: sha256:49b7edf25ece5220653f95f94888b34983bd6b91ffa111aa7ad0086b540a623a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:24:30 ===================================================== [Pipeline] echo 05:24:30 taggedImages: 05:24:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:24:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.5 05:24:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:24:31 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:24:31 580d767449178ed974b9cdc199fef803bb3ff70c 05:24:31 latest 05:24:31 4.1.0-dev.5 05:24:31 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:31 main 05:24:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:24:31 3986589fc065: Preparing 05:24:31 748121d34656: Preparing 05:24:31 973d91ebafc9: Preparing 05:24:31 50320d67f767: Preparing 05:24:31 5f458b4609d3: Preparing 05:24:31 70e06c48c942: Preparing 05:24:31 dd9c8f8612c8: Preparing 05:24:31 70e06c48c942: Waiting 05:24:31 dd9c8f8612c8: Waiting 05:24:31 973d91ebafc9: Layer already exists 05:24:31 50320d67f767: Layer already exists 05:24:32 dd9c8f8612c8: Layer already exists 05:24:32 5f458b4609d3: Pushed 05:24:32 3986589fc065: Pushed 05:24:34 70e06c48c942: Pushed 05:24:39 748121d34656: Pushed 05:24:39 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:c052345ef55f9c986bb58722a26765c3949052dcd02ed2417f122f880bdd69a5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:39 + 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 05:24:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:24:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:24:40 3986589fc065: Preparing 05:24:40 748121d34656: Preparing 05:24:40 973d91ebafc9: Preparing 05:24:40 50320d67f767: Preparing 05:24:40 5f458b4609d3: Preparing 05:24:40 70e06c48c942: Preparing 05:24:40 dd9c8f8612c8: Preparing 05:24:40 70e06c48c942: Waiting 05:24:40 dd9c8f8612c8: Waiting 05:24:40 3986589fc065: Layer already exists 05:24:40 973d91ebafc9: Layer already exists 05:24:40 50320d67f767: Layer already exists 05:24:40 748121d34656: Layer already exists 05:24:40 5f458b4609d3: Layer already exists 05:24:40 70e06c48c942: Layer already exists 05:24:40 dd9c8f8612c8: Layer already exists 05:24:40 latest: digest: sha256:c052345ef55f9c986bb58722a26765c3949052dcd02ed2417f122f880bdd69a5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.5 05:24:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:24:41 3986589fc065: Preparing 05:24:41 748121d34656: Preparing 05:24:41 973d91ebafc9: Preparing 05:24:41 50320d67f767: Preparing 05:24:41 5f458b4609d3: Preparing 05:24:41 70e06c48c942: Preparing 05:24:41 dd9c8f8612c8: Preparing 05:24:41 70e06c48c942: Waiting 05:24:41 dd9c8f8612c8: Waiting 05:24:41 50320d67f767: Layer already exists 05:24:41 748121d34656: Layer already exists 05:24:41 5f458b4609d3: Layer already exists 05:24:41 3986589fc065: Layer already exists 05:24:41 973d91ebafc9: Layer already exists 05:24:41 70e06c48c942: Layer already exists 05:24:41 dd9c8f8612c8: Layer already exists 05:24:41 4.1.0-dev.5: digest: sha256:c052345ef55f9c986bb58722a26765c3949052dcd02ed2417f122f880bdd69a5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:24:42 3986589fc065: Preparing 05:24:42 748121d34656: Preparing 05:24:42 973d91ebafc9: Preparing 05:24:42 50320d67f767: Preparing 05:24:42 5f458b4609d3: Preparing 05:24:42 70e06c48c942: Preparing 05:24:42 dd9c8f8612c8: Preparing 05:24:42 dd9c8f8612c8: Waiting 05:24:42 5f458b4609d3: Layer already exists 05:24:42 3986589fc065: Layer already exists 05:24:42 973d91ebafc9: Layer already exists 05:24:42 748121d34656: Layer already exists 05:24:42 50320d67f767: Layer already exists 05:24:42 dd9c8f8612c8: Layer already exists 05:24:42 70e06c48c942: Layer already exists 05:24:42 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:c052345ef55f9c986bb58722a26765c3949052dcd02ed2417f122f880bdd69a5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:42 + 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 05:24:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:24:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:24:42 3986589fc065: Preparing 05:24:42 748121d34656: Preparing 05:24:42 973d91ebafc9: Preparing 05:24:42 50320d67f767: Preparing 05:24:42 5f458b4609d3: Preparing 05:24:42 70e06c48c942: Preparing 05:24:42 dd9c8f8612c8: Preparing 05:24:42 70e06c48c942: Waiting 05:24:42 dd9c8f8612c8: Waiting 05:24:42 50320d67f767: Layer already exists 05:24:42 973d91ebafc9: Layer already exists 05:24:42 748121d34656: Layer already exists 05:24:42 5f458b4609d3: Layer already exists 05:24:42 3986589fc065: Layer already exists 05:24:42 70e06c48c942: Layer already exists 05:24:42 dd9c8f8612c8: Layer already exists 05:24:42 main: digest: sha256:c052345ef55f9c986bb58722a26765c3949052dcd02ed2417f122f880bdd69a5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:24:43 ===================================================== [Pipeline] echo 05:24:43 taggedImages: 05:24:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:24:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.5 05:24:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:24:43 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:24:43 580d767449178ed974b9cdc199fef803bb3ff70c 05:24:43 latest 05:24:43 4.1.0-dev.5 05:24:43 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:24:43 main 05:24:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:24:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:24:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:24:43 73c69a2b510a: Preparing 05:24:43 165b72875609: Preparing 05:24:43 f7fbacf98a41: Preparing 05:24:43 973d91ebafc9: Preparing 05:24:43 50320d67f767: Preparing 05:24:43 1cc330d4ea1a: Preparing 05:24:43 08b345a601d6: Preparing 05:24:43 fbbd50e74cd4: Preparing 05:24:43 f6a2d747f0ea: Preparing 05:24:43 dd9c8f8612c8: Preparing 05:24:43 1cc330d4ea1a: Waiting 05:24:43 08b345a601d6: Waiting 05:24:43 fbbd50e74cd4: Waiting 05:24:43 f6a2d747f0ea: Waiting 05:24:43 dd9c8f8612c8: Waiting 05:24:43 973d91ebafc9: Layer already exists 05:24:43 50320d67f767: Layer already exists 05:24:44 165b72875609: Pushed 05:24:44 f7fbacf98a41: Pushed 05:24:44 73c69a2b510a: Pushed 05:24:44 dd9c8f8612c8: Layer already exists 05:24:44 fbbd50e74cd4: Pushed 05:24:45 f6a2d747f0ea: Pushed 05:24:55 08b345a601d6: Pushed 05:25:10 1cc330d4ea1a: Pushed 05:25:10 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:c25f9136c24d04b4900c9118f5e33c4b7ce4836efeaeff61368269d0d461ccc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:10 + 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 05:25:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:25:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:25:10 73c69a2b510a: Preparing 05:25:10 165b72875609: Preparing 05:25:10 f7fbacf98a41: Preparing 05:25:10 973d91ebafc9: Preparing 05:25:10 50320d67f767: Preparing 05:25:10 1cc330d4ea1a: Preparing 05:25:10 08b345a601d6: Preparing 05:25:10 fbbd50e74cd4: Preparing 05:25:10 f6a2d747f0ea: Preparing 05:25:10 dd9c8f8612c8: Preparing 05:25:10 1cc330d4ea1a: Waiting 05:25:10 08b345a601d6: Waiting 05:25:10 fbbd50e74cd4: Waiting 05:25:10 f6a2d747f0ea: Waiting 05:25:10 dd9c8f8612c8: Waiting 05:25:10 73c69a2b510a: Layer already exists 05:25:10 973d91ebafc9: Layer already exists 05:25:10 f7fbacf98a41: Layer already exists 05:25:10 50320d67f767: Layer already exists 05:25:10 165b72875609: Layer already exists 05:25:10 1cc330d4ea1a: Layer already exists 05:25:10 08b345a601d6: Layer already exists 05:25:10 f6a2d747f0ea: Layer already exists 05:25:10 fbbd50e74cd4: Layer already exists 05:25:10 dd9c8f8612c8: Layer already exists 05:25:11 latest: digest: sha256:c25f9136c24d04b4900c9118f5e33c4b7ce4836efeaeff61368269d0d461ccc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:11 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.5 05:25:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:25:11 73c69a2b510a: Preparing 05:25:11 165b72875609: Preparing 05:25:11 f7fbacf98a41: Preparing 05:25:11 973d91ebafc9: Preparing 05:25:11 50320d67f767: Preparing 05:25:11 1cc330d4ea1a: Preparing 05:25:11 08b345a601d6: Preparing 05:25:11 fbbd50e74cd4: Preparing 05:25:11 f6a2d747f0ea: Preparing 05:25:11 dd9c8f8612c8: Preparing 05:25:11 08b345a601d6: Waiting 05:25:11 fbbd50e74cd4: Waiting 05:25:11 f6a2d747f0ea: Waiting 05:25:11 dd9c8f8612c8: Waiting 05:25:11 1cc330d4ea1a: Waiting 05:25:11 165b72875609: Layer already exists 05:25:11 73c69a2b510a: Layer already exists 05:25:11 f7fbacf98a41: Layer already exists 05:25:11 50320d67f767: Layer already exists 05:25:11 973d91ebafc9: Layer already exists 05:25:11 1cc330d4ea1a: Layer already exists 05:25:11 fbbd50e74cd4: Layer already exists 05:25:11 f6a2d747f0ea: Layer already exists 05:25:11 08b345a601d6: Layer already exists 05:25:11 dd9c8f8612c8: Layer already exists 05:25:11 4.1.0-dev.5: digest: sha256:c25f9136c24d04b4900c9118f5e33c4b7ce4836efeaeff61368269d0d461ccc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:12 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:25:12 73c69a2b510a: Preparing 05:25:12 165b72875609: Preparing 05:25:12 f7fbacf98a41: Preparing 05:25:12 973d91ebafc9: Preparing 05:25:12 50320d67f767: Preparing 05:25:12 1cc330d4ea1a: Preparing 05:25:12 08b345a601d6: Preparing 05:25:12 fbbd50e74cd4: Preparing 05:25:12 f6a2d747f0ea: Preparing 05:25:12 dd9c8f8612c8: Preparing 05:25:12 1cc330d4ea1a: Waiting 05:25:12 08b345a601d6: Waiting 05:25:12 fbbd50e74cd4: Waiting 05:25:12 f6a2d747f0ea: Waiting 05:25:12 dd9c8f8612c8: Waiting 05:25:12 73c69a2b510a: Layer already exists 05:25:12 50320d67f767: Layer already exists 05:25:12 165b72875609: Layer already exists 05:25:12 973d91ebafc9: Layer already exists 05:25:12 f7fbacf98a41: Layer already exists 05:25:12 1cc330d4ea1a: Layer already exists 05:25:12 f6a2d747f0ea: Layer already exists 05:25:12 fbbd50e74cd4: Layer already exists 05:25:12 08b345a601d6: Layer already exists 05:25:12 dd9c8f8612c8: Layer already exists 05:25:12 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:c25f9136c24d04b4900c9118f5e33c4b7ce4836efeaeff61368269d0d461ccc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:13 + 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 05:25:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:25:13 73c69a2b510a: Preparing 05:25:13 165b72875609: Preparing 05:25:13 f7fbacf98a41: Preparing 05:25:13 973d91ebafc9: Preparing 05:25:13 50320d67f767: Preparing 05:25:13 1cc330d4ea1a: Preparing 05:25:13 08b345a601d6: Preparing 05:25:13 fbbd50e74cd4: Preparing 05:25:13 f6a2d747f0ea: Preparing 05:25:13 dd9c8f8612c8: Preparing 05:25:13 08b345a601d6: Waiting 05:25:13 f6a2d747f0ea: Waiting 05:25:13 dd9c8f8612c8: Waiting 05:25:13 fbbd50e74cd4: Waiting 05:25:13 1cc330d4ea1a: Waiting 05:25:13 50320d67f767: Layer already exists 05:25:13 73c69a2b510a: Layer already exists 05:25:13 165b72875609: Layer already exists 05:25:13 973d91ebafc9: Layer already exists 05:25:13 f7fbacf98a41: Layer already exists 05:25:13 fbbd50e74cd4: Layer already exists 05:25:13 1cc330d4ea1a: Layer already exists 05:25:13 08b345a601d6: Layer already exists 05:25:13 dd9c8f8612c8: Layer already exists 05:25:13 f6a2d747f0ea: Layer already exists 05:25:13 main: digest: sha256:c25f9136c24d04b4900c9118f5e33c4b7ce4836efeaeff61368269d0d461ccc7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:13 ===================================================== [Pipeline] echo 05:25:13 taggedImages: 05:25:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:25:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.5 05:25:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:13 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:25:13 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:25:13 580d767449178ed974b9cdc199fef803bb3ff70c 05:25:13 latest 05:25:13 4.1.0-dev.5 05:25:13 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:13 main 05:25:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:25:14 ce477490ee16: Preparing 05:25:14 94578b9261f3: Preparing 05:25:14 8e87ecf03492: Preparing 05:25:14 973d91ebafc9: Preparing 05:25:14 50320d67f767: Preparing 05:25:14 1cc330d4ea1a: Preparing 05:25:14 c9cebc390607: Preparing 05:25:14 650f8cc2d80a: Preparing 05:25:14 dd9c8f8612c8: Preparing 05:25:14 c9cebc390607: Waiting 05:25:14 dd9c8f8612c8: Waiting 05:25:14 650f8cc2d80a: Waiting 05:25:14 973d91ebafc9: Layer already exists 05:25:14 50320d67f767: Layer already exists 05:25:14 1cc330d4ea1a: Layer already exists 05:25:14 94578b9261f3: Pushed 05:25:14 8e87ecf03492: Pushed 05:25:14 ce477490ee16: Pushed 05:25:14 dd9c8f8612c8: Layer already exists 05:25:14 c9cebc390607: Pushed 05:25:15 650f8cc2d80a: Pushed 05:25:15 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:c78598a013582aeb553ace59da39f7a2cf3e51697826f7e862277d00eaa568e5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:16 + 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 05:25:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:25:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:25:16 ce477490ee16: Preparing 05:25:16 94578b9261f3: Preparing 05:25:16 8e87ecf03492: Preparing 05:25:16 973d91ebafc9: Preparing 05:25:16 50320d67f767: Preparing 05:25:16 1cc330d4ea1a: Preparing 05:25:16 c9cebc390607: Preparing 05:25:16 650f8cc2d80a: Preparing 05:25:16 dd9c8f8612c8: Preparing 05:25:16 1cc330d4ea1a: Waiting 05:25:16 c9cebc390607: Waiting 05:25:16 650f8cc2d80a: Waiting 05:25:16 dd9c8f8612c8: Waiting 05:25:16 94578b9261f3: Layer already exists 05:25:16 973d91ebafc9: Layer already exists 05:25:16 50320d67f767: Layer already exists 05:25:16 ce477490ee16: Layer already exists 05:25:16 8e87ecf03492: Layer already exists 05:25:16 1cc330d4ea1a: Layer already exists 05:25:16 650f8cc2d80a: Layer already exists 05:25:16 c9cebc390607: Layer already exists 05:25:16 dd9c8f8612c8: Layer already exists 05:25:16 latest: digest: sha256:c78598a013582aeb553ace59da39f7a2cf3e51697826f7e862277d00eaa568e5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.5 05:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:25:17 ce477490ee16: Preparing 05:25:17 94578b9261f3: Preparing 05:25:17 8e87ecf03492: Preparing 05:25:17 973d91ebafc9: Preparing 05:25:17 50320d67f767: Preparing 05:25:17 1cc330d4ea1a: Preparing 05:25:17 c9cebc390607: Preparing 05:25:17 650f8cc2d80a: Preparing 05:25:17 dd9c8f8612c8: Preparing 05:25:17 c9cebc390607: Waiting 05:25:17 dd9c8f8612c8: Waiting 05:25:17 650f8cc2d80a: Waiting 05:25:17 1cc330d4ea1a: Waiting 05:25:17 50320d67f767: Layer already exists 05:25:17 ce477490ee16: Layer already exists 05:25:17 8e87ecf03492: Layer already exists 05:25:17 94578b9261f3: Layer already exists 05:25:17 973d91ebafc9: Layer already exists 05:25:17 c9cebc390607: Layer already exists 05:25:17 1cc330d4ea1a: Layer already exists 05:25:17 650f8cc2d80a: Layer already exists 05:25:17 dd9c8f8612c8: Layer already exists 05:25:17 4.1.0-dev.5: digest: sha256:c78598a013582aeb553ace59da39f7a2cf3e51697826f7e862277d00eaa568e5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:25:18 ce477490ee16: Preparing 05:25:18 94578b9261f3: Preparing 05:25:18 8e87ecf03492: Preparing 05:25:18 973d91ebafc9: Preparing 05:25:18 50320d67f767: Preparing 05:25:18 1cc330d4ea1a: Preparing 05:25:18 c9cebc390607: Preparing 05:25:18 650f8cc2d80a: Preparing 05:25:18 dd9c8f8612c8: Preparing 05:25:18 c9cebc390607: Waiting 05:25:18 650f8cc2d80a: Waiting 05:25:18 dd9c8f8612c8: Waiting 05:25:18 1cc330d4ea1a: Waiting 05:25:18 50320d67f767: Layer already exists 05:25:18 ce477490ee16: Layer already exists 05:25:18 8e87ecf03492: Layer already exists 05:25:18 94578b9261f3: Layer already exists 05:25:18 973d91ebafc9: Layer already exists 05:25:18 1cc330d4ea1a: Layer already exists 05:25:18 650f8cc2d80a: Layer already exists 05:25:18 c9cebc390607: Layer already exists 05:25:18 dd9c8f8612c8: Layer already exists 05:25:18 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:c78598a013582aeb553ace59da39f7a2cf3e51697826f7e862277d00eaa568e5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:18 + 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 05:25:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:25:19 ce477490ee16: Preparing 05:25:19 94578b9261f3: Preparing 05:25:19 8e87ecf03492: Preparing 05:25:19 973d91ebafc9: Preparing 05:25:19 50320d67f767: Preparing 05:25:19 1cc330d4ea1a: Preparing 05:25:19 c9cebc390607: Preparing 05:25:19 650f8cc2d80a: Preparing 05:25:19 dd9c8f8612c8: Preparing 05:25:19 1cc330d4ea1a: Waiting 05:25:19 c9cebc390607: Waiting 05:25:19 dd9c8f8612c8: Waiting 05:25:19 650f8cc2d80a: Waiting 05:25:19 ce477490ee16: Layer already exists 05:25:19 50320d67f767: Layer already exists 05:25:19 8e87ecf03492: Layer already exists 05:25:19 94578b9261f3: Layer already exists 05:25:19 973d91ebafc9: Layer already exists 05:25:19 650f8cc2d80a: Layer already exists 05:25:19 c9cebc390607: Layer already exists 05:25:19 1cc330d4ea1a: Layer already exists 05:25:19 dd9c8f8612c8: Layer already exists 05:25:19 main: digest: sha256:c78598a013582aeb553ace59da39f7a2cf3e51697826f7e862277d00eaa568e5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:19 ===================================================== [Pipeline] echo 05:25:19 taggedImages: 05:25:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:25:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.5 05:25:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:25:19 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:25:19 580d767449178ed974b9cdc199fef803bb3ff70c 05:25:19 latest 05:25:19 4.1.0-dev.5 05:25:19 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:19 main 05:25:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:25:20 42aee15ab5ee: Preparing 05:25:20 5cc75f1ced4b: Preparing 05:25:20 35d06da1577d: Preparing 05:25:20 973d91ebafc9: Preparing 05:25:20 50320d67f767: Preparing 05:25:20 1cc330d4ea1a: Preparing 05:25:20 fbbd50e74cd4: Preparing 05:25:20 1cc330d4ea1a: Waiting 05:25:20 f6a2d747f0ea: Preparing 05:25:20 fbbd50e74cd4: Waiting 05:25:20 dd9c8f8612c8: Preparing 05:25:20 f6a2d747f0ea: Waiting 05:25:20 dd9c8f8612c8: Waiting 05:25:20 973d91ebafc9: Layer already exists 05:25:20 50320d67f767: Layer already exists 05:25:20 1cc330d4ea1a: Layer already exists 05:25:20 fbbd50e74cd4: Layer already exists 05:25:20 f6a2d747f0ea: Layer already exists 05:25:20 5cc75f1ced4b: Pushed 05:25:20 dd9c8f8612c8: Layer already exists 05:25:20 35d06da1577d: Pushed 05:25:20 42aee15ab5ee: Pushed 05:25:20 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:e39eaa0b1cf2e795c0190fbc5b46bdd60290ad27a11af9cb03f10555bae83891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:20 + 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 05:25:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:25:21 42aee15ab5ee: Preparing 05:25:21 5cc75f1ced4b: Preparing 05:25:21 35d06da1577d: Preparing 05:25:21 973d91ebafc9: Preparing 05:25:21 50320d67f767: Preparing 05:25:21 1cc330d4ea1a: Preparing 05:25:21 fbbd50e74cd4: Preparing 05:25:21 f6a2d747f0ea: Preparing 05:25:21 dd9c8f8612c8: Preparing 05:25:21 1cc330d4ea1a: Waiting 05:25:21 fbbd50e74cd4: Waiting 05:25:21 f6a2d747f0ea: Waiting 05:25:21 dd9c8f8612c8: Waiting 05:25:21 50320d67f767: Layer already exists 05:25:21 5cc75f1ced4b: Layer already exists 05:25:21 35d06da1577d: Layer already exists 05:25:21 973d91ebafc9: Layer already exists 05:25:21 42aee15ab5ee: Layer already exists 05:25:21 fbbd50e74cd4: Layer already exists 05:25:21 1cc330d4ea1a: Layer already exists 05:25:21 dd9c8f8612c8: Layer already exists 05:25:21 f6a2d747f0ea: Layer already exists 05:25:21 latest: digest: sha256:e39eaa0b1cf2e795c0190fbc5b46bdd60290ad27a11af9cb03f10555bae83891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:21 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.5 05:25:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:25:22 42aee15ab5ee: Preparing 05:25:22 5cc75f1ced4b: Preparing 05:25:22 35d06da1577d: Preparing 05:25:22 973d91ebafc9: Preparing 05:25:22 50320d67f767: Preparing 05:25:22 1cc330d4ea1a: Preparing 05:25:22 fbbd50e74cd4: Preparing 05:25:22 f6a2d747f0ea: Preparing 05:25:22 dd9c8f8612c8: Preparing 05:25:22 fbbd50e74cd4: Waiting 05:25:22 dd9c8f8612c8: Waiting 05:25:22 f6a2d747f0ea: Waiting 05:25:22 1cc330d4ea1a: Waiting 05:25:22 42aee15ab5ee: Layer already exists 05:25:22 35d06da1577d: Layer already exists 05:25:22 50320d67f767: Layer already exists 05:25:22 5cc75f1ced4b: Layer already exists 05:25:22 973d91ebafc9: Layer already exists 05:25:22 f6a2d747f0ea: Layer already exists 05:25:22 1cc330d4ea1a: Layer already exists 05:25:22 dd9c8f8612c8: Layer already exists 05:25:22 fbbd50e74cd4: Layer already exists 05:25:22 4.1.0-dev.5: digest: sha256:e39eaa0b1cf2e795c0190fbc5b46bdd60290ad27a11af9cb03f10555bae83891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:25:23 42aee15ab5ee: Preparing 05:25:23 5cc75f1ced4b: Preparing 05:25:23 35d06da1577d: Preparing 05:25:23 973d91ebafc9: Preparing 05:25:23 50320d67f767: Preparing 05:25:23 1cc330d4ea1a: Preparing 05:25:23 fbbd50e74cd4: Preparing 05:25:23 f6a2d747f0ea: Preparing 05:25:23 dd9c8f8612c8: Preparing 05:25:23 fbbd50e74cd4: Waiting 05:25:23 f6a2d747f0ea: Waiting 05:25:23 1cc330d4ea1a: Waiting 05:25:23 50320d67f767: Layer already exists 05:25:23 42aee15ab5ee: Layer already exists 05:25:23 35d06da1577d: Layer already exists 05:25:23 973d91ebafc9: Layer already exists 05:25:23 5cc75f1ced4b: Layer already exists 05:25:23 1cc330d4ea1a: Layer already exists 05:25:23 f6a2d747f0ea: Layer already exists 05:25:23 fbbd50e74cd4: Layer already exists 05:25:23 dd9c8f8612c8: Layer already exists 05:25:23 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:e39eaa0b1cf2e795c0190fbc5b46bdd60290ad27a11af9cb03f10555bae83891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:23 + 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 05:25:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:25:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:25:24 42aee15ab5ee: Preparing 05:25:24 5cc75f1ced4b: Preparing 05:25:24 35d06da1577d: Preparing 05:25:24 973d91ebafc9: Preparing 05:25:24 50320d67f767: Preparing 05:25:24 1cc330d4ea1a: Preparing 05:25:24 fbbd50e74cd4: Preparing 05:25:24 f6a2d747f0ea: Preparing 05:25:24 dd9c8f8612c8: Preparing 05:25:24 1cc330d4ea1a: Waiting 05:25:24 fbbd50e74cd4: Waiting 05:25:24 f6a2d747f0ea: Waiting 05:25:24 dd9c8f8612c8: Waiting 05:25:24 42aee15ab5ee: Layer already exists 05:25:24 35d06da1577d: Layer already exists 05:25:24 973d91ebafc9: Layer already exists 05:25:24 5cc75f1ced4b: Layer already exists 05:25:24 50320d67f767: Layer already exists 05:25:24 fbbd50e74cd4: Layer already exists 05:25:24 1cc330d4ea1a: Layer already exists 05:25:24 f6a2d747f0ea: Layer already exists 05:25:24 dd9c8f8612c8: Layer already exists 05:25:24 main: digest: sha256:e39eaa0b1cf2e795c0190fbc5b46bdd60290ad27a11af9cb03f10555bae83891 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:24 ===================================================== [Pipeline] echo 05:25:24 taggedImages: 05:25:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:25:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.5 05:25:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:24 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:25:24 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:25:24 580d767449178ed974b9cdc199fef803bb3ff70c 05:25:24 latest 05:25:24 4.1.0-dev.5 05:25:24 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:24 main 05:25:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:25:25 8a566f2edd30: Preparing 05:25:25 20ba4454bce6: Preparing 05:25:25 973d91ebafc9: Preparing 05:25:25 50320d67f767: Preparing 05:25:25 8ef978878491: Preparing 05:25:25 93bd80f91b42: Preparing 05:25:25 dd9c8f8612c8: Preparing 05:25:25 93bd80f91b42: Waiting 05:25:25 973d91ebafc9: Layer already exists 05:25:25 50320d67f767: Layer already exists 05:25:25 dd9c8f8612c8: Layer already exists 05:25:25 8ef978878491: Pushed 05:25:25 8a566f2edd30: Pushed 05:25:26 93bd80f91b42: Pushed 05:25:33 20ba4454bce6: Pushed 05:25:33 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:0101b8b45956f3cc954a67e0bc150004ed538aacd41bd7c05c475c1e2260f895 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:25:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:25:33 8a566f2edd30: Preparing 05:25:33 20ba4454bce6: Preparing 05:25:33 973d91ebafc9: Preparing 05:25:33 50320d67f767: Preparing 05:25:33 8ef978878491: Preparing 05:25:33 93bd80f91b42: Preparing 05:25:33 dd9c8f8612c8: Preparing 05:25:33 93bd80f91b42: Waiting 05:25:33 dd9c8f8612c8: Waiting 05:25:33 8ef978878491: Layer already exists 05:25:33 973d91ebafc9: Layer already exists 05:25:33 8a566f2edd30: Layer already exists 05:25:33 50320d67f767: Layer already exists 05:25:33 20ba4454bce6: Layer already exists 05:25:33 93bd80f91b42: Layer already exists 05:25:33 dd9c8f8612c8: Layer already exists 05:25:34 latest: digest: sha256:0101b8b45956f3cc954a67e0bc150004ed538aacd41bd7c05c475c1e2260f895 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.5 05:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:25:34 8a566f2edd30: Preparing 05:25:34 20ba4454bce6: Preparing 05:25:34 973d91ebafc9: Preparing 05:25:34 50320d67f767: Preparing 05:25:34 8ef978878491: Preparing 05:25:34 93bd80f91b42: Preparing 05:25:34 dd9c8f8612c8: Preparing 05:25:34 93bd80f91b42: Waiting 05:25:34 dd9c8f8612c8: Waiting 05:25:34 8ef978878491: Layer already exists 05:25:34 973d91ebafc9: Layer already exists 05:25:34 50320d67f767: Layer already exists 05:25:34 20ba4454bce6: Layer already exists 05:25:34 8a566f2edd30: Layer already exists 05:25:34 dd9c8f8612c8: Layer already exists 05:25:34 93bd80f91b42: Layer already exists 05:25:34 4.1.0-dev.5: digest: sha256:0101b8b45956f3cc954a67e0bc150004ed538aacd41bd7c05c475c1e2260f895 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:25:35 8a566f2edd30: Preparing 05:25:35 20ba4454bce6: Preparing 05:25:35 973d91ebafc9: Preparing 05:25:35 50320d67f767: Preparing 05:25:35 8ef978878491: Preparing 05:25:35 93bd80f91b42: Preparing 05:25:35 dd9c8f8612c8: Preparing 05:25:35 93bd80f91b42: Waiting 05:25:35 dd9c8f8612c8: Waiting 05:25:35 8a566f2edd30: Layer already exists 05:25:35 20ba4454bce6: Layer already exists 05:25:35 50320d67f767: Layer already exists 05:25:35 8ef978878491: Layer already exists 05:25:35 973d91ebafc9: Layer already exists 05:25:35 93bd80f91b42: Layer already exists 05:25:35 dd9c8f8612c8: Layer already exists 05:25:35 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:0101b8b45956f3cc954a67e0bc150004ed538aacd41bd7c05c475c1e2260f895 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:25:36 8a566f2edd30: Preparing 05:25:36 20ba4454bce6: Preparing 05:25:36 973d91ebafc9: Preparing 05:25:36 50320d67f767: Preparing 05:25:36 8ef978878491: Preparing 05:25:36 93bd80f91b42: Preparing 05:25:36 dd9c8f8612c8: Preparing 05:25:36 93bd80f91b42: Waiting 05:25:36 dd9c8f8612c8: Waiting 05:25:36 8ef978878491: Layer already exists 05:25:36 973d91ebafc9: Layer already exists 05:25:36 20ba4454bce6: Layer already exists 05:25:36 8a566f2edd30: Layer already exists 05:25:36 50320d67f767: Layer already exists 05:25:36 dd9c8f8612c8: Layer already exists 05:25:36 93bd80f91b42: Layer already exists 05:25:37 main: digest: sha256:0101b8b45956f3cc954a67e0bc150004ed538aacd41bd7c05c475c1e2260f895 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:37 ===================================================== [Pipeline] echo 05:25:37 taggedImages: 05:25:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:25:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.5 05:25:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:37 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:25:37 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:25:37 580d767449178ed974b9cdc199fef803bb3ff70c 05:25:37 latest 05:25:37 4.1.0-dev.5 05:25:37 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:37 main 05:25:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:25:37 58b161c4a33d: Preparing 05:25:37 28d033597eda: Preparing 05:25:37 973d91ebafc9: Preparing 05:25:37 50320d67f767: Preparing 05:25:37 582cb6e52045: Preparing 05:25:37 b91a8c52c4d8: Preparing 05:25:37 dd9c8f8612c8: Preparing 05:25:37 b91a8c52c4d8: Waiting 05:25:37 dd9c8f8612c8: Waiting 05:25:37 973d91ebafc9: Layer already exists 05:25:38 50320d67f767: Layer already exists 05:25:38 dd9c8f8612c8: Layer already exists 05:25:38 582cb6e52045: Pushed 05:25:38 58b161c4a33d: Pushed 05:25:38 b91a8c52c4d8: Pushed 05:25:47 28d033597eda: Pushed 05:25:47 580d767449178ed974b9cdc199fef803bb3ff70c: digest: sha256:661f04f9cbb2830f4ce9d6958d76ac089bdb3e2bdbdd8b44a956ad1f06b57441 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:25:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:25:47 58b161c4a33d: Preparing 05:25:47 28d033597eda: Preparing 05:25:47 973d91ebafc9: Preparing 05:25:47 50320d67f767: Preparing 05:25:47 582cb6e52045: Preparing 05:25:47 b91a8c52c4d8: Preparing 05:25:47 dd9c8f8612c8: Preparing 05:25:47 dd9c8f8612c8: Waiting 05:25:47 b91a8c52c4d8: Waiting 05:25:47 58b161c4a33d: Layer already exists 05:25:47 50320d67f767: Layer already exists 05:25:47 28d033597eda: Layer already exists 05:25:47 973d91ebafc9: Layer already exists 05:25:47 582cb6e52045: Layer already exists 05:25:47 b91a8c52c4d8: Layer already exists 05:25:47 dd9c8f8612c8: Layer already exists 05:25:47 latest: digest: sha256:661f04f9cbb2830f4ce9d6958d76ac089bdb3e2bdbdd8b44a956ad1f06b57441 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.5 05:25:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:25:48 58b161c4a33d: Preparing 05:25:48 28d033597eda: Preparing 05:25:48 973d91ebafc9: Preparing 05:25:48 50320d67f767: Preparing 05:25:48 582cb6e52045: Preparing 05:25:48 b91a8c52c4d8: Preparing 05:25:48 dd9c8f8612c8: Preparing 05:25:48 b91a8c52c4d8: Waiting 05:25:48 dd9c8f8612c8: Waiting 05:25:48 50320d67f767: Layer already exists 05:25:48 28d033597eda: Layer already exists 05:25:48 973d91ebafc9: Layer already exists 05:25:48 582cb6e52045: Layer already exists 05:25:48 58b161c4a33d: Layer already exists 05:25:48 b91a8c52c4d8: Layer already exists 05:25:48 dd9c8f8612c8: Layer already exists 05:25:48 4.1.0-dev.5: digest: sha256:661f04f9cbb2830f4ce9d6958d76ac089bdb3e2bdbdd8b44a956ad1f06b57441 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:25:49 58b161c4a33d: Preparing 05:25:49 28d033597eda: Preparing 05:25:49 973d91ebafc9: Preparing 05:25:49 50320d67f767: Preparing 05:25:49 582cb6e52045: Preparing 05:25:49 b91a8c52c4d8: Preparing 05:25:49 dd9c8f8612c8: Preparing 05:25:49 b91a8c52c4d8: Waiting 05:25:49 582cb6e52045: Layer already exists 05:25:49 58b161c4a33d: Layer already exists 05:25:49 28d033597eda: Layer already exists 05:25:49 50320d67f767: Layer already exists 05:25:49 973d91ebafc9: Layer already exists 05:25:49 dd9c8f8612c8: Layer already exists 05:25:49 b91a8c52c4d8: Layer already exists 05:25:49 580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5: digest: sha256:661f04f9cbb2830f4ce9d6958d76ac089bdb3e2bdbdd8b44a956ad1f06b57441 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:25:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:25:50 58b161c4a33d: Preparing 05:25:50 28d033597eda: Preparing 05:25:50 973d91ebafc9: Preparing 05:25:50 50320d67f767: Preparing 05:25:50 582cb6e52045: Preparing 05:25:50 b91a8c52c4d8: Preparing 05:25:50 dd9c8f8612c8: Preparing 05:25:50 b91a8c52c4d8: Waiting 05:25:50 dd9c8f8612c8: Waiting 05:25:50 582cb6e52045: Layer already exists 05:25:50 58b161c4a33d: Layer already exists 05:25:50 28d033597eda: Layer already exists 05:25:50 973d91ebafc9: Layer already exists 05:25:50 50320d67f767: Layer already exists 05:25:50 dd9c8f8612c8: Layer already exists 05:25:50 b91a8c52c4d8: Layer already exists 05:25:50 main: digest: sha256:661f04f9cbb2830f4ce9d6958d76ac089bdb3e2bdbdd8b44a956ad1f06b57441 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:25:50 ===================================================== [Pipeline] echo 05:25:51 taggedImages: 05:25:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c 05:25:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:25:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.5 05:25:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 05:25:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:580d767449178ed974b9cdc199fef803bb3ff70c-4.1.0-dev.5 [Pipeline] echo 05:25:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:25:52 05:25:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:25:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:25:52 arm64: Pulling from edgex-lftools-log-publisher 05:25:52 8998bd30e6a1: Pulling fs layer 05:25:52 04944245beec: Pulling fs layer 05:25:52 699f458cf7ca: Pulling fs layer 05:25:52 765212b225bb: Pulling fs layer 05:25:52 f23df028b6ca: Pulling fs layer 05:25:52 765212b225bb: Waiting 05:25:52 f23df028b6ca: Waiting 05:25:52 d65c8cfc05b1: Pulling fs layer 05:25:52 2437ff75d9bd: Pulling fs layer 05:25:52 d65c8cfc05b1: Waiting 05:25:52 2437ff75d9bd: Waiting 05:25:52 04944245beec: Verifying Checksum 05:25:52 04944245beec: Download complete 05:25:52 765212b225bb: Verifying Checksum 05:25:52 765212b225bb: Download complete 05:25:52 f23df028b6ca: Download complete 05:25:52 d65c8cfc05b1: Download complete 05:25:53 699f458cf7ca: Verifying Checksum 05:25:53 699f458cf7ca: Download complete 05:25:53 8998bd30e6a1: Verifying Checksum 05:25:53 8998bd30e6a1: Download complete 05:25:56 2437ff75d9bd: Verifying Checksum 05:25:56 2437ff75d9bd: Download complete 05:25:58 8998bd30e6a1: Pull complete 05:25:58 04944245beec: Pull complete 05:26:00 699f458cf7ca: Pull complete 05:26:00 765212b225bb: Pull complete 05:26:01 f23df028b6ca: Pull complete 05:26:01 d65c8cfc05b1: Pull complete 05:26:19 2437ff75d9bd: Pull complete 05:26:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:26:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:26:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:19 prd-ubuntu20.04-docker-arm64-4c-16g-242 does not seem to be running inside a container 05:26:19 $ 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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@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 05:26:22 $ docker top dc450c3c063293646af5a0af66de4fb606abf5fae8cb8fe99bee4c67ac55736b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:23 ---> job-cost.sh 05:26:23 lf-activate-venv: SKIPPING 05:26:23 INFO: No Stack... 05:26:23 INFO: Retrieving Pricing Info for: v3-standard-4 05:26:24 INFO: Archiving Costs [Pipeline] sh 05:26:25 + cat /w/workspace/edgex-go/830/archives/cost.csv 05:26:25 + cut -d, -f6 [Pipeline] lock 05:26:25 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-830-stack-cost] 05:26:25 Resource [jenkins-edgexfoundry-edgex-go-main-830-stack-cost] did not exist. Created. 05:26:25 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-830-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:26:25 + echo total: 0.10999999940395355 [Pipeline] stash 05:26:26 Stashed 1 file(s) [Pipeline] } 05:26:26 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-830-stack-cost] [Pipeline] // lock [Pipeline] } 05:26:26 $ docker stop --time=1 dc450c3c063293646af5a0af66de4fb606abf5fae8cb8fe99bee4c67ac55736b 05:26:28 $ docker rm -f --volumes dc450c3c063293646af5a0af66de4fb606abf5fae8cb8fe99bee4c67ac55736b [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 05:26:28 provisioning config files... 05:26:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/830@tmp/config8626477682719142866tmp [Pipeline] { [Pipeline] sh 05:26:28 + set +x 05:26:28 + curl -s https://codecov.io/bash 05:26:28 + bash -s -- 05:26:28 05:26:28 _____ _ 05:26:28 / ____| | | 05:26:28 | | ___ __| | ___ ___ _____ __ 05:26:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:26:28 | |___| (_) | (_| | __/ (_| (_) \ V / 05:26:28 \_____\___/ \__,_|\___|\___\___/ \_/ 05:26:28 Bash-1.0.6 05:26:28 05:26:28 05:26:28 ==> git version 2.25.1 found 05:26:28 ==> 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 05:26:28 Release-Date: 2020-01-08 05:26:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:26:28 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:26:28 ==> Jenkins CI detected. 05:26:28 current dir:  /w/workspace/edgex-go/830 05:26:28 project root: . 05:26:28 --> token set from env 05:26:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:26:28 ==> Running gcov in . (disable via -X gcov) 05:26:28 ==> Python coveragepy not found 05:26:28 ==> Searching for coverage reports in: 05:26:28 + . 05:26:28 -> Found 1 reports 05:26:28 ==> Detecting git/mercurial file structure 05:26:29 ==> Reading reports 05:26:29 + ./coverage.out bytes=1661463 05:26:29 ==> Appending adjustments 05:26:29 https://docs.codecov.io/docs/fixing-reports 05:26:30 + Found adjustments 05:26:30 ==> Gzipping contents 05:26:30 140K /tmp/codecov.7LYR51.gz 05:26:30 ==> Uploading reports 05:26:30 url: https://codecov.io 05:26:30 query: branch=main&commit=580d767449178ed974b9cdc199fef803bb3ff70c&build=830&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F830%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:26:30 -> Pinging Codecov 05:26:30 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=580d767449178ed974b9cdc199fef803bb3ff70c&build=830&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F830%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:26:30 -> Uploading to 05:26:30 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/580d767449178ed974b9cdc199fef803bb3ff70c/383a4358-522a-40c9-b879-415bbfb7fb02.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250421%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250421T052630Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=cf5ef10a5af0f46526ac9f76b1ba4bd1a4f3b799254080d2b2ae7bf04d932890 05:26:30 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:30 Dload Upload Total Spent Left Speed 05:26:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 517k --:--:-- --:--:-- --:--:-- 518k 05:26:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/580d767449178ed974b9cdc199fef803bb3ff70c [Pipeline] } 05:26:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:26:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:26:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:31 05:26:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:32 latest: Pulling from edgex-devops/edgex-snyk-go 05:26:32 43c4264eed91: Pulling fs layer 05:26:32 4cc291be95ef: Pulling fs layer 05:26:32 2ac1f1163629: Pulling fs layer 05:26:32 5c3c966382ef: Pulling fs layer 05:26:32 4f4fb700ef54: Pulling fs layer 05:26:32 d9c7d2e4e75e: Pulling fs layer 05:26:32 9c3e1370e548: Pulling fs layer 05:26:32 5c3c966382ef: Waiting 05:26:32 d9c7d2e4e75e: Waiting 05:26:32 4f4fb700ef54: Waiting 05:26:32 4cc291be95ef: Verifying Checksum 05:26:32 4cc291be95ef: Download complete 05:26:32 5c3c966382ef: Verifying Checksum 05:26:32 5c3c966382ef: Download complete 05:26:32 4f4fb700ef54: Download complete 05:26:32 43c4264eed91: Download complete 05:26:32 d9c7d2e4e75e: Verifying Checksum 05:26:32 d9c7d2e4e75e: Download complete 05:26:32 43c4264eed91: Pull complete 05:26:32 4cc291be95ef: Pull complete 05:26:32 2ac1f1163629: Verifying Checksum 05:26:32 2ac1f1163629: Download complete 05:26:33 9c3e1370e548: Verifying Checksum 05:26:33 9c3e1370e548: Download complete 05:26:35 2ac1f1163629: Pull complete 05:26:35 5c3c966382ef: Pull complete 05:26:36 4f4fb700ef54: Pull complete 05:26:36 d9c7d2e4e75e: Pull complete 05:26:38 9c3e1370e548: Pull complete 05:26:38 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 05:26:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:26:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:38 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:26: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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:26:40 $ docker top 210fb06d660bae6473a0efed7ca97372025e5119281175fd616d714fcd734c85 -eo pid,comm [Pipeline] { [Pipeline] sh 05:26:41 + git config --global --add safe.directory /w/workspace/edgex-go/830 [Pipeline] echo 05:26:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:26:41 + set -o pipefail 05:26:41 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:26:51 05:26:51 Monitoring /w/workspace/edgex-go/830 (github.com/edgexfoundry/edgex-go)... 05:26:51 05:26:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/aaacc71f-aa81-4626-998c-a9dc8c87e48b 05:26:51 05:26:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:26:51 05:26:51 05:26:51 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 05:26:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:26:52 $ docker stop --time=1 210fb06d660bae6473a0efed7ca97372025e5119281175fd616d714fcd734c85 05:26:54 $ docker rm -f --volumes 210fb06d660bae6473a0efed7ca97372025e5119281175fd616d714fcd734c85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:26:54 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:26:54 provisioning config files... 05:26:54 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/830@tmp/config2657462402382198443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:26:55 --> edgex-publish-swagger.sh 05:26:55 === Publish openapi API === 05:26:55 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:26:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/830/openapi/core-command.yaml] 05:26:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:55 Dload Upload Total Spent Left Speed 05:26:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 69453 --:--:-- --:--:-- --:--:-- 69453 05:26:55 05:26:55 05:26:55 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/830/openapi/core-data.yaml] 05:26:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:55 Dload Upload Total Spent Left Speed 05:26:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70951 0 0 100 70951 0 173k --:--:-- --:--:-- --:--:-- 173k 100 70951 0 0 100 70951 0 173k --:--:-- --:--:-- --:--:-- 173k 05:26:55 05:26:55 05:26:55 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/830/openapi/core-keeper.yaml] 05:26:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:55 Dload Upload Total Spent Left Speed 05:26:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 485 235k --:--:-- --:--:-- --:--:-- 236k 05:26:55 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:26:55 05:26:55 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/830/openapi/core-metadata.yaml] 05:26:55 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:55 Dload Upload Total Spent Left Speed 05:26:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 156 100 156k 641 642k --:--:-- --:--:-- --:--:-- 643k 05:26:56 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:26:56 05:26:56 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/830/openapi/security-proxy-auth.yaml] 05:26:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:56 Dload Upload Total Spent Left Speed 05:26:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 392 142k --:--:-- --:--:-- --:--:-- 142k 05:26:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:26:56 05:26:56 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/830/openapi/security-secretstore-setup.yaml] 05:26:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:56 Dload Upload Total Spent Left Speed 05:26:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 278 16510 --:--:-- --:--:-- --:--:-- 16718 100 3979 100 66 100 3913 278 16510 --:--:-- --:--:-- --:--:-- 16718 05:26:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:26:56 05:26:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/830/openapi/support-notifications.yaml] 05:26:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:56 Dload Upload Total Spent Left Speed 05:26:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 156 100 99976 504 315k --:--:-- --:--:-- --:--:-- 316k 05:26:56 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:26:56 05:26:56 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/830/openapi/support-scheduler.yaml] 05:26:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:26:56 Dload Upload Total Spent Left Speed 05:26:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50857 100 156 100 50701 750 238k --:--:-- --:--:-- --:--:-- 238k 05:26:57 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:26:57 [Pipeline] } 05:26:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:26:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:26:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:26:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:26:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:26:58 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:26:58 $ docker top 6dc749ed2e9aafcdab7db6322cf8e5365c86cec3eddb07d7b28c455d8d4c26a7 -eo pid,comm 05:26:58 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). 05:26:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:26:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:26:58 [ssh-agent] Looking for ssh-agent implementation... 05:26:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:26:58 $ docker exec 6dc749ed2e9aafcdab7db6322cf8e5365c86cec3eddb07d7b28c455d8d4c26a7 ssh-agent 05:26:58 SSH_AUTH_SOCK=/tmp/ssh-tQD5HCjHjSh3/agent.32 05:26:58 SSH_AGENT_PID=38 05:26:58 Running ssh-add (command line suppressed) 05:26:58 Identity added: /w/workspace/edgex-go/830@tmp/private_key_15095408251837726273.key (/w/workspace/edgex-go/830@tmp/private_key_15095408251837726273.key) 05:26:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:26:59 + git semver tag 05:26:59 2025-04-21 05:26:59,267 [run_tag] DEBUG tag force:False 05:26:59 2025-04-21 05:26:59,267 [check_head_tag] DEBUG check head tag 05:26:59 2025-04-21 05:26:59,267 [execute] INFO git cat-file --batch-check 05:26:59 2025-04-21 05:26:59,268 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/830, universal_newlines=False, shell=None, istream=) 05:26:59 2025-04-21 05:26:59,271 [execute] INFO git cat-file --batch 05:26:59 2025-04-21 05:26:59,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/830, universal_newlines=False, shell=None, istream=) 05:26:59 2025-04-21 05:26:59,283 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:26:59 2025-04-21 05:26:59,284 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 05:26:59 2025-04-21 05:26:59,284 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/edgex-go/830, universal_newlines=False, shell=None, istream=None) 05:26:59 2025-04-21 05:26:59,289 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:26:59 4.1.0-dev.5 [Pipeline] } 05:26:59 $ docker exec --env ******** --env ******** 6dc749ed2e9aafcdab7db6322cf8e5365c86cec3eddb07d7b28c455d8d4c26a7 ssh-agent -k 05:26:59 unset SSH_AUTH_SOCK; 05:26:59 unset SSH_AGENT_PID; 05:26:59 echo Agent pid 38 killed; 05:26:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:26:59 + git semver [Pipeline] } 05:27:00 $ docker stop --time=1 6dc749ed2e9aafcdab7db6322cf8e5365c86cec3eddb07d7b28c455d8d4c26a7 05:27:01 $ docker rm -f --volumes 6dc749ed2e9aafcdab7db6322cf8e5365c86cec3eddb07d7b28c455d8d4c26a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:01 05:27:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:02 0.23.1-centos7: Pulling from edgex-lftools 05:27:02 ab5ef0e58194: Pulling fs layer 05:27:02 9712f1f96733: Pulling fs layer 05:27:02 63f879dbbcfc: Pulling fs layer 05:27:02 0d9ebad4ef96: Pulling fs layer 05:27:02 e9a5061849ea: Pulling fs layer 05:27:02 d747dcd14b5f: Pulling fs layer 05:27:02 2de7ff778b66: Pulling fs layer 05:27:02 0d9ebad4ef96: Waiting 05:27:02 2de7ff778b66: Waiting 05:27:02 e9a5061849ea: Waiting 05:27:02 d747dcd14b5f: Waiting 05:27:02 9712f1f96733: Verifying Checksum 05:27:02 9712f1f96733: Download complete 05:27:02 63f879dbbcfc: Verifying Checksum 05:27:02 63f879dbbcfc: Download complete 05:27:02 0d9ebad4ef96: Verifying Checksum 05:27:02 0d9ebad4ef96: Download complete 05:27:02 d747dcd14b5f: Verifying Checksum 05:27:02 d747dcd14b5f: Download complete 05:27:02 e9a5061849ea: Download complete 05:27:02 ab5ef0e58194: Verifying Checksum 05:27:02 ab5ef0e58194: Download complete 05:27:02 2de7ff778b66: Verifying Checksum 05:27:02 2de7ff778b66: Download complete 05:27:05 ab5ef0e58194: Pull complete 05:27:05 9712f1f96733: Pull complete 05:27:05 63f879dbbcfc: Pull complete 05:27:08 0d9ebad4ef96: Pull complete 05:27:08 e9a5061849ea: Pull complete 05:27:08 d747dcd14b5f: Pull complete 05:27:09 2de7ff778b66: Pull complete 05:27:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:27:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:10 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:27:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:27:11 $ docker top b2060e74493e5ca8277cdc44ee6cd8d2fec13e264a03bb7cd5971dc0aa98794a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:27:11 provisioning config files... 05:27:12 copy managed file [sigul-config] to file:/w/workspace/edgex-go/830@tmp/config5494489417812925378tmp 05:27:12 copy managed file [sigul-password] to file:/w/workspace/edgex-go/830@tmp/config6698092484947826351tmp 05:27:12 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/830@tmp/config8570477120005017014tmp [Pipeline] { [Pipeline] echo 05:27:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:27:12 ---> sigul-configuration.sh 05:27:12 gpg: directory `/root/.gnupg' created 05:27:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:27:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:27:12 gpg: keyring `/root/.gnupg/secring.gpg' created 05:27:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:27:12 gpg: CAST5 encrypted data 05:27:12 gpg: encrypted with 1 passphrase 05:27:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:27:12 + mkdir /home/jenkins 05:27:12 + mkdir /home/jenkins/sigul [Pipeline] sh 05:27:12 + 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 05:27:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:27:13 ---> sigul-install.sh 05:27:13 Sigul already installed; skipping installation. [Pipeline] sh 05:27:13 + git tag --list 05:27:13 0.6.0 05:27:13 0.6.1 05:27:13 0.7.0 05:27:13 0.7.1 05:27:13 v1.0.0 05:27:13 v1.0.1 05:27:13 v1.1.0 05:27:13 v1.2.0 05:27:13 v1.2.1 05:27:13 v1.3.0 05:27:13 v1.3.1 05:27:13 v2.0.0 05:27:13 v2.1.0 05:27:13 v2.1.1 05:27:13 v2.2.0 05:27:13 v2.3.0 05:27:13 v3.0 05:27:13 v3.0.0 05:27:13 v3.1 05:27:13 v3.1.0 05:27:13 v3.1.1 05:27:13 v4.0 05:27:13 v4.0.0 05:27:13 v4.0.1 05:27:13 v4.1.0-dev.1 05:27:13 v4.1.0-dev.2 05:27:13 v4.1.0-dev.3 05:27:13 v4.1.0-dev.4 05:27:13 v4.1.0-dev.5 [Pipeline] sh 05:27:13 + lftools sign git-tag v4.1.0-dev.5 05:27:14 Signing Git tag with Sigul... 05:27:14 Signing v4.1.0-dev.5 [Pipeline] echo 05:27:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:27:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:27:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:27:14 $ docker stop --time=1 b2060e74493e5ca8277cdc44ee6cd8d2fec13e264a03bb7cd5971dc0aa98794a 05:27:16 $ docker rm -f --volumes b2060e74493e5ca8277cdc44ee6cd8d2fec13e264a03bb7cd5971dc0aa98794a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:27:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:17 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:27:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:27:17 $ docker top 767e0f898e47570ec06af7fe69b8007769f240157b3dfa478f43ad8ad1b2006a -eo pid,comm 05:27:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:27:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:17 [ssh-agent] Looking for ssh-agent implementation... 05:27:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:17 $ docker exec 767e0f898e47570ec06af7fe69b8007769f240157b3dfa478f43ad8ad1b2006a ssh-agent 05:27:17 SSH_AUTH_SOCK=/tmp/ssh-bmMvSS96XNgF/agent.31 05:27:17 SSH_AGENT_PID=37 05:27:17 Running ssh-add (command line suppressed) 05:27:17 Identity added: /w/workspace/edgex-go/830@tmp/private_key_9855177638352576364.key (/w/workspace/edgex-go/830@tmp/private_key_9855177638352576364.key) 05:27:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:18 + git semver bump pre 05:27:18 2025-04-21 05:27:18,349 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:27:18 2025-04-21 05:27:18,349 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev 05:27:18 2025-04-21 05:27:18,349 [bump_version] DEBUG bumped version:4.1.0-dev.6 05:27:18 2025-04-21 05:27:18,349 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/edgex-go/830/.semver/main with force:True 05:27:18 2025-04-21 05:27:18,349 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:27:18 2025-04-21 05:27:18,349 [write_file] DEBUG write to file:/w/workspace/edgex-go/830/.semver/main 05:27:18 2025-04-21 05:27:18,352 [execute] INFO git cat-file --batch-check 05:27:18 2025-04-21 05:27:18,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=False, shell=None, istream=) 05:27:18 2025-04-21 05:27:18,357 [execute] INFO git cat-file --batch 05:27:18 2025-04-21 05:27:18,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=False, shell=None, istream=) 05:27:18 2025-04-21 05:27:18,362 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:27:18 4.1.0-dev.6 [Pipeline] } 05:27:18 $ docker exec --env ******** --env ******** 767e0f898e47570ec06af7fe69b8007769f240157b3dfa478f43ad8ad1b2006a ssh-agent -k 05:27:18 unset SSH_AUTH_SOCK; 05:27:18 unset SSH_AGENT_PID; 05:27:18 echo Agent pid 37 killed; 05:27:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:18 + git semver [Pipeline] } 05:27:19 $ docker stop --time=1 767e0f898e47570ec06af7fe69b8007769f240157b3dfa478f43ad8ad1b2006a 05:27:20 $ docker rm -f --volumes 767e0f898e47570ec06af7fe69b8007769f240157b3dfa478f43ad8ad1b2006a [Pipeline] // withDockerContainer [Pipeline] sh 05:27:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:27:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:27:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:21 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:27:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:27:21 $ docker top e7314488a1263a22bab374b6947dae94fa39b21dcd68cabd130096d4f33c2089 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:27:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:27:21 [ssh-agent] Looking for ssh-agent implementation... 05:27:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:27:21 $ docker exec e7314488a1263a22bab374b6947dae94fa39b21dcd68cabd130096d4f33c2089 ssh-agent 05:27:21 SSH_AUTH_SOCK=/tmp/ssh-DDPXukZO6h8I/agent.32 05:27:21 SSH_AGENT_PID=38 05:27:21 Running ssh-add (command line suppressed) 05:27:21 Identity added: /w/workspace/edgex-go/830@tmp/private_key_623079236842519912.key (/w/workspace/edgex-go/830@tmp/private_key_623079236842519912.key) 05:27:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:27:22 + git semver push 05:27:22 2025-04-21 05:27:22,376 [run_push] DEBUG push 05:27:22 2025-04-21 05:27:22,377 [execute] INFO git cat-file --batch-check 05:27:22 2025-04-21 05:27:22,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=False, shell=None, istream=) 05:27:22 2025-04-21 05:27:22,380 [execute] INFO git rev-list f79da96512f9b05db5564ff19cdcf6a2ab2bd024 -- 05:27:22 2025-04-21 05:27:22,380 [execute] DEBUG Popen(['git', 'rev-list', 'f79da96512f9b05db5564ff19cdcf6a2ab2bd024', '--'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=False, shell=None, istream=None) 05:27:22 2025-04-21 05:27:22,398 [execute] INFO git fetch -v origin 05:27:22 2025-04-21 05:27:22,399 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=True, shell=None, istream=None) 05:27:23 2025-04-21 05:27:22,836 [run_push] DEBUG no remote changes detected 05:27:23 2025-04-21 05:27:22,837 [execute] INFO git push origin semver 05:27:23 2025-04-21 05:27:22,837 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/830/.semver, universal_newlines=False, shell=None, istream=None) 05:27:23 2025-04-21 05:27:23,526 [run_push] DEBUG push all version tags 05:27:23 2025-04-21 05:27:23,526 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:27:23 2025-04-21 05:27:23,527 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/830, universal_newlines=False, shell=None, istream=None) 05:27:24 2025-04-21 05:27:24,155 [read_version] DEBUG read version from /w/workspace/edgex-go/830/.semver/main 05:27:24 4.1.0-dev.6 [Pipeline] } 05:27:24 $ docker exec --env ******** --env ******** e7314488a1263a22bab374b6947dae94fa39b21dcd68cabd130096d4f33c2089 ssh-agent -k 05:27:24 unset SSH_AUTH_SOCK; 05:27:24 unset SSH_AGENT_PID; 05:27:24 echo Agent pid 38 killed; 05:27:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:27:24 + git semver [Pipeline] } 05:27:24 $ docker stop --time=1 e7314488a1263a22bab374b6947dae94fa39b21dcd68cabd130096d4f33c2089 05:27:26 $ docker rm -f --volumes e7314488a1263a22bab374b6947dae94fa39b21dcd68cabd130096d4f33c2089 [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 05:27:26 + [ -d /w/workspace/edgex-go/830/archives ] [Pipeline] libraryResource [Pipeline] sh 05:27:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:27:27 ---> package-listing.sh 05:27:27 ++ facter osfamily 05:27:27 ++ tr '[:upper:]' '[:lower:]' 05:27:28 + OS_FAMILY=debian 05:27:28 + workspace=/w/workspace/edgex-go/830 05:27:28 + START_PACKAGES=/tmp/packages_start.txt 05:27:28 + END_PACKAGES=/tmp/packages_end.txt 05:27:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:27:28 + PACKAGES=/tmp/packages_start.txt 05:27:28 + '[' /w/workspace/edgex-go/830 ']' 05:27:28 + PACKAGES=/tmp/packages_end.txt 05:27:28 + case "${OS_FAMILY}" in 05:27:28 + dpkg -l 05:27:28 + grep '^ii' 05:27:28 + '[' -f /tmp/packages_start.txt ']' 05:27:28 + '[' -f /tmp/packages_end.txt ']' 05:27:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:27:28 + '[' /w/workspace/edgex-go/830 ']' 05:27:28 + mkdir -p /w/workspace/edgex-go/830/archives/ 05:27:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/830/archives/ [Pipeline] echo 05:27:28 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/830/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:27:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:27:28 05:27:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:27:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:27:29 latest: Pulling from edgex-lftools-log-publisher 05:27:29 5eb5b503b376: Pulling fs layer 05:27:29 5c69ac0246d0: Pulling fs layer 05:27:29 ec43610c2a17: Pulling fs layer 05:27:29 3a2ae6a8a46f: Pulling fs layer 05:27:29 33b1e0a273af: Pulling fs layer 05:27:29 5d3b04190fa2: Pulling fs layer 05:27:29 2f39f015ded8: Pulling fs layer 05:27:29 33b1e0a273af: Waiting 05:27:29 3a2ae6a8a46f: Waiting 05:27:29 5c69ac0246d0: Verifying Checksum 05:27:29 5c69ac0246d0: Download complete 05:27:29 3a2ae6a8a46f: Verifying Checksum 05:27:29 3a2ae6a8a46f: Download complete 05:27:29 33b1e0a273af: Verifying Checksum 05:27:29 33b1e0a273af: Download complete 05:27:29 5d3b04190fa2: Verifying Checksum 05:27:29 5d3b04190fa2: Download complete 05:27:29 ec43610c2a17: Verifying Checksum 05:27:29 ec43610c2a17: Download complete 05:27:29 5eb5b503b376: Verifying Checksum 05:27:29 5eb5b503b376: Download complete 05:27:30 2f39f015ded8: Download complete 05:27:30 5eb5b503b376: Pull complete 05:27:30 5c69ac0246d0: Pull complete 05:27:30 ec43610c2a17: Pull complete 05:27:31 3a2ae6a8a46f: Pull complete 05:27:31 33b1e0a273af: Pull complete 05:27:31 5d3b04190fa2: Pull complete 05:27:35 2f39f015ded8: Pull complete 05:27:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:27:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:27:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:27:35 prd-ubuntu20.04-docker-8c-8g-241 does not seem to be running inside a container 05:27:35 $ 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/830/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/830 -v /w/workspace/edgex-go/830:/w/workspace/edgex-go/830:rw,z -v /w/workspace/edgex-go/830@tmp:/w/workspace/edgex-go/830@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 05:27:37 $ docker top 14edbefb519b0cb725e86a27cdb1b2dba1b67b51188fdd1fc4b77c669e05ffa3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:27:37 + touch /tmp/pre-build-complete [Pipeline] sh 05:27:37 + mkdir -p /var/log/sysstat [Pipeline] sh 05:27:38 + ls /var/log/sa-host 05:27:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:27:38 provisioning config files... 05:27:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/830@tmp/config16797598021330099562tmp [Pipeline] { [Pipeline] echo 05:27:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:27:38 ---> create-netrc.sh [Pipeline] } 05:27:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:27:38 ---> python-tools-install.sh [Pipeline] echo 05:27:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:27:39 ---> sudo-logs.sh 05:27:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:27:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:27:39 ---> job-cost.sh 05:27:39 lf-activate-venv: SKIPPING 05:27:39 DEBUG: total: 0.10999999940395355 05:27:39 INFO: Retrieving Stack Cost... 05:27:39 INFO: Retrieving Pricing Info for: v3-standard-8 05:27:40 INFO: Archiving Costs [Pipeline] echo 05:27:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:27:40 ---> logs-deploy.sh 05:27:40 lf-activate-venv: SKIPPING 05:27:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/830 05:27:40 INFO: archiving workspace using pattern(s): 05:27:41 Archives upload complete. 05:27:41 INFO: archiving logs to Nexus 05:27:42 ---> uname -a: 05:27:42 Linux prd-ubuntu20-04-docker-8c-8g-241 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:27:42 05:27:42 05:27:42 ---> lscpu: 05:27:42 Architecture: x86_64 05:27:42 CPU op-mode(s): 32-bit, 64-bit 05:27:42 Byte Order: Little Endian 05:27:42 Address sizes: 40 bits physical, 48 bits virtual 05:27:42 CPU(s): 8 05:27:42 On-line CPU(s) list: 0-7 05:27:42 Thread(s) per core: 1 05:27:42 Core(s) per socket: 1 05:27:42 Socket(s): 8 05:27:42 NUMA node(s): 1 05:27:42 Vendor ID: AuthenticAMD 05:27:42 CPU family: 23 05:27:42 Model: 49 05:27:42 Model name: AMD EPYC-Rome Processor 05:27:42 Stepping: 0 05:27:42 CPU MHz: 2800.000 05:27:42 BogoMIPS: 5600.00 05:27:42 Virtualization: AMD-V 05:27:42 Hypervisor vendor: KVM 05:27:42 Virtualization type: full 05:27:42 L1d cache: 256 KiB 05:27:42 L1i cache: 256 KiB 05:27:42 L2 cache: 4 MiB 05:27:42 L3 cache: 128 MiB 05:27:42 NUMA node0 CPU(s): 0-7 05:27:42 Vulnerability Itlb multihit: Not affected 05:27:42 Vulnerability L1tf: Not affected 05:27:42 Vulnerability Mds: Not affected 05:27:42 Vulnerability Meltdown: Not affected 05:27:42 Vulnerability Mmio stale data: Not affected 05:27:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:27:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:27:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:27:42 Vulnerability Srbds: Not affected 05:27:42 Vulnerability Tsx async abort: Not affected 05:27:42 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:27:42 05:27:42 05:27:42 ---> nproc: 05:27:42 8 05:27:42 05:27:42 05:27:42 ---> df -h: 05:27:42 Filesystem Size Used Avail Use% Mounted on 05:27:42 overlay 155G 30G 126G 20% / 05:27:42 tmpfs 64M 0 64M 0% /dev 05:27:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:27:42 shm 64M 0 64M 0% /dev/shm 05:27:42 /dev/vda1 155G 30G 126G 20% /facter-os 05:27:42 05:27:42 05:27:42 ---> sar -b -r -n DEV: 05:27:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-241) 04/21/25 _x86_64_ (8 CPU) 05:27:42 05:27:42 04:39:21 LINUX RESTART (8 CPU) 05:27:42 05:27:42 04:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:27:42 04:41:01 446.06 11.53 434.53 0.00 1786.10 163520.88 0.00 05:27:42 04:42:01 52.07 0.10 51.97 0.00 12.80 41154.74 0.00 05:27:42 04:43:01 39.71 0.08 39.63 0.00 1.87 25129.96 0.00 05:27:42 04:44:01 450.90 0.47 450.43 0.00 53.85 257920.16 0.00 05:27:42 04:45:01 1046.17 22.39 1023.78 0.00 2518.89 271524.69 0.00 05:27:42 04:46:01 181.97 2.92 179.05 0.00 330.34 44794.67 0.00 05:27:42 04:47:01 460.43 0.05 460.38 0.00 0.40 101420.59 0.00 05:27:42 04:48:01 763.28 0.08 763.20 0.00 9.73 136086.90 0.00 05:27:42 04:49:01 31.98 0.02 31.96 0.00 1.07 809.87 0.00 05:27:42 04:50:01 10.26 0.02 10.25 0.00 4.27 236.09 0.00 05:27:42 04:51:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 05:27:42 04:52:01 1.43 0.00 1.43 0.00 0.00 21.46 0.00 05:27:42 04:53:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 05:27:42 04:54:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 05:27:42 04:55:01 1.13 0.02 1.12 0.00 0.13 17.06 0.00 05:27:42 04:56:01 1.95 0.00 1.95 0.00 0.00 22.80 0.00 05:27:42 04:57:01 0.90 0.00 0.90 0.00 0.00 11.33 0.00 05:27:42 04:58:01 1.18 0.00 1.18 0.00 0.00 16.00 0.00 05:27:42 04:59:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 05:27:42 05:00:01 1.13 0.00 1.13 0.00 0.00 16.00 0.00 05:27:42 05:01:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 05:27:42 05:02:01 1.22 0.00 1.22 0.00 0.00 16.00 0.00 05:27:42 05:03:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 05:27:42 05:04:01 1.22 0.00 1.22 0.00 0.00 15.73 0.00 05:27:42 05:05:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 05:27:42 05:06:01 1.67 0.30 1.37 0.00 10.00 17.06 0.00 05:27:42 05:07:01 2.52 1.20 1.32 0.00 25.46 16.80 0.00 05:27:42 05:08:01 1.70 0.00 1.70 0.00 0.00 20.93 0.00 05:27:42 05:09:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 05:27:42 05:10:01 1.48 0.00 1.48 0.00 0.00 18.26 0.00 05:27:42 05:11:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 05:27:42 05:12:01 1.48 0.00 1.48 0.00 0.00 18.53 0.00 05:27:42 05:13:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 05:27:42 05:14:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 05:27:42 05:15:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 05:27:42 05:16:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 05:27:42 05:17:01 0.93 0.02 0.92 0.00 0.13 11.33 0.00 05:27:42 05:18:01 1.30 0.00 1.30 0.00 0.00 17.06 0.00 05:27:42 05:19:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 05:27:42 05:20:01 1.63 0.00 1.63 0.00 0.00 19.86 0.00 05:27:42 05:21:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 05:27:42 05:22:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 05:27:42 05:23:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 05:27:42 05:24:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 05:27:42 05:25:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 05:27:42 05:26:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 05:27:42 05:27:01 149.09 0.55 148.54 0.00 12.66 38235.23 0.00 05:27:42 Average: 78.24 0.85 77.39 0.00 101.45 23009.59 0.00 05:27:42 05:27:42 04:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:27:42 04:41:01 28387292 31540716 763560 2.32 124876 3246732 1726888 5.09 1140344 2898864 6724 05:27:42 04:42:01 26903636 31319580 974892 2.96 129812 4409336 2391544 7.05 2076292 3342928 486352 05:27:42 04:43:01 26543660 31195208 1095928 3.33 134672 4605712 2457060 7.24 1849592 3892736 496476 05:27:42 04:44:01 21016316 31258908 1017264 3.09 147240 10050632 4090984 12.06 2006248 9100156 2688 05:27:42 04:45:01 10997324 29652808 2526180 7.68 391184 17449344 8576508 25.28 4809112 15424904 74216 05:27:42 04:46:01 6293812 27894392 4277600 13.01 416372 20223740 10988232 32.38 7955156 16822744 1655028 05:27:42 04:47:01 4098732 28807888 3370620 10.25 430056 23210640 8738168 25.75 8403076 18476472 1981388 05:27:42 04:48:01 8638376 31411132 833284 2.53 438732 21525604 2345508 6.91 3486884 19211760 864 05:27:42 04:49:01 8642432 31416824 826896 2.51 440128 21526088 2243436 6.61 3914848 18776752 620 05:27:42 04:50:01 8649000 31423840 819656 2.49 440428 21526268 2250164 6.63 3986472 18697976 4 05:27:42 04:51:01 8649436 31424328 819168 2.49 440480 21526268 2250164 6.63 3986184 18697980 8 05:27:42 04:52:01 8652608 31427652 816296 2.48 440516 21526400 2250164 6.63 3983180 18698108 8 05:27:42 04:53:01 8653372 31428420 815600 2.48 440536 21526400 2250164 6.63 3983140 18698112 24 05:27:42 04:54:01 8667640 31442748 801236 2.44 440552 21526404 2250164 6.63 3968796 18698112 4 05:27:42 04:55:01 8667296 31442468 801228 2.44 440604 21526384 2285716 6.74 3968244 18698092 268 05:27:42 04:56:01 8667848 31443020 800608 2.43 440636 21526384 2285716 6.74 3968204 18698092 12 05:27:42 04:57:01 8667452 31442692 800908 2.44 440652 21526388 2285716 6.74 3968268 18698096 32 05:27:42 04:58:01 8667864 31443256 800496 2.43 440688 21526524 2285716 6.74 3968372 18698228 72 05:27:42 04:59:01 8667540 31442952 800712 2.44 440704 21526524 2285716 6.74 3968456 18698228 176 05:27:42 05:00:01 8668336 31443804 799880 2.43 440740 21526524 2285716 6.74 3967800 18698236 68 05:27:42 05:01:01 8668488 31443976 799840 2.43 440752 21526528 2285716 6.74 3967696 18698236 12 05:27:42 05:02:01 8668172 31443700 800044 2.43 440776 21526532 2285716 6.74 3968024 18698240 204 05:27:42 05:03:01 8668360 31443892 799772 2.43 440796 21526536 2285716 6.74 3968108 18698244 200 05:27:42 05:04:01 8668140 31443724 799964 2.43 440824 21526532 2285716 6.74 3968096 18698244 16 05:27:42 05:05:01 8667956 31443564 799988 2.43 440860 21526540 2285716 6.74 3968476 18698248 40 05:27:42 05:06:01 8667356 31443276 800256 2.43 440880 21526832 2285716 6.74 3969976 18698344 60 05:27:42 05:07:01 8661424 31439308 804360 2.45 440912 21527608 2285716 6.74 3975276 18698576 12 05:27:42 05:08:01 8661472 31439392 804252 2.45 440932 21527616 2285716 6.74 3975360 18698512 8 05:27:42 05:09:01 8661676 31439624 803968 2.44 440948 21527616 2285716 6.74 3975068 18698508 8 05:27:42 05:10:01 8661384 31439352 804160 2.45 440976 21527612 2269596 6.69 3975188 18698512 52 05:27:42 05:11:01 8661540 31439508 803984 2.44 441000 21527620 2269596 6.69 3975440 18698512 152 05:27:42 05:12:01 8661596 31439616 803904 2.44 441020 21527624 2269596 6.69 3975228 18698516 44 05:27:42 05:13:01 8662016 31440044 803624 2.44 441036 21527628 2269596 6.69 3975244 18698520 196 05:27:42 05:14:01 8661748 31439820 803840 2.44 441060 21527628 2269596 6.69 3975300 18698520 44 05:27:42 05:15:01 8661668 31439744 803836 2.44 441088 21527624 2269596 6.69 3975348 18698524 32 05:27:42 05:16:01 8661556 31439672 803852 2.44 441108 21527636 2269596 6.69 3975340 18698524 16 05:27:42 05:17:01 8661176 31439300 804144 2.45 441132 21527636 2285648 6.74 3975616 18698528 28 05:27:42 05:18:01 8661588 31439772 803840 2.44 441140 21527644 2285648 6.74 3975384 18698532 60 05:27:42 05:19:01 8661556 31439764 803824 2.44 441152 21527644 2285648 6.74 3975416 18698532 8 05:27:42 05:20:01 8661328 31439572 803932 2.44 441200 21527640 2285648 6.74 3975736 18698536 20 05:27:42 05:21:01 8661520 31439800 803888 2.44 441216 21527648 2285648 6.74 3975508 18698540 20 05:27:42 05:22:01 8662000 31440288 803360 2.44 441224 21527652 2285648 6.74 3975496 18698544 60 05:27:42 05:23:01 8661944 31440236 803324 2.44 441240 21527656 2285648 6.74 3975516 18698544 8 05:27:42 05:24:01 8661612 31439936 803584 2.44 441248 21527660 2285648 6.74 3975548 18698548 44 05:27:42 05:25:01 8661596 31439940 803512 2.44 441268 21527664 2285648 6.74 3975504 18698552 44 05:27:42 05:26:01 8661548 31440044 803344 2.44 441288 21527796 2285648 6.74 3975472 18698676 16 05:27:42 05:27:01 7869148 31387452 855540 2.60 449412 22206384 2320708 6.84 4066120 19341916 116 05:27:42 Average: 9998075 31258446 984978 3.00 413108 20105469 2769346 8.16 3973259 17428272 100139 05:27:42 05:27:42 04:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:27:42 04:41:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 05:27:42 04:41:01 ens3 1257.71 1157.64 10582.90 131.28 0.00 0.00 0.00 0.00 05:27:42 04:41:01 docker0 872.12 881.25 62.70 4637.53 0.00 0.00 0.00 0.00 05:27:42 04:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:42:01 veth238c56e 0.10 0.30 0.01 0.02 0.00 0.00 0.00 0.00 05:27:42 04:42:01 ens3 46.04 29.85 40.83 19.03 0.00 0.00 0.00 0.00 05:27:42 04:42:01 docker0 0.10 0.17 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:43:01 veth238c56e 0.93 0.95 0.08 0.08 0.00 0.00 0.00 0.00 05:27:42 04:43:01 ens3 30.43 19.33 25.24 14.17 0.00 0.00 0.00 0.00 05:27:42 04:43:01 docker0 0.93 0.93 0.07 0.08 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth373c6e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth9f78443 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth34564af 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth5d14b6c 2.33 2.92 0.17 38.10 0.00 0.00 0.00 0.00 05:27:42 04:44:01 vethcbc36bc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 vethe2b280c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth7bf6d41 5.53 3.13 76.17 0.23 0.00 0.00 0.00 0.00 05:27:42 04:44:01 ens3 212.23 118.69 3949.16 25.82 0.00 0.00 0.00 0.00 05:27:42 04:44:01 vethb7f4fda 1.87 2.57 0.14 38.07 0.00 0.00 0.00 0.00 05:27:42 04:44:01 docker0 33.91 63.86 2.10 869.89 0.00 0.00 0.00 0.00 05:27:42 04:44:01 vethd526f09 0.58 0.83 0.05 0.25 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth8342015 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth5b6c0ce 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth725ddfa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:44:01 veth3dd0971 3.13 5.53 0.23 76.17 0.00 0.00 0.00 0.01 05:27:42 04:44:01 veth439ac98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth89ec20d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 05:27:42 04:45:01 vethaa99bff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth0c2eb40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth0914516 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 vethf34b7f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth3379c20 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 vethd45f68e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth38519a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth03bd603 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 ens3 1034.31 616.33 10091.56 219.03 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth1c74767 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 veth21927a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:45:01 docker0 514.80 883.29 44.16 7896.94 0.00 0.00 0.00 0.00 05:27:42 04:45:01 vethd526f09 0.07 0.55 0.00 0.02 0.00 0.00 0.00 0.00 05:27:42 04:45:01 vethb614f78 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth89ec20d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 05:27:42 04:46:01 vethaa99bff 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth0c2eb40 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth0914516 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 vethf34b7f5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth3379c20 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 vethd45f68e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth38519a3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth03bd603 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 ens3 3.85 2.25 3.02 1.52 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth1c74767 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 veth21927a5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:46:01 vethd526f09 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 05:27:42 04:46:01 vethb614f78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 vethaa99bff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth0c2eb40 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth0914516 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth3379c20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 vethd45f68e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth38519a3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth03bd603 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 ens3 8.95 4.58 7.35 3.92 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth1c74767 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 veth21927a5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 vethd526f09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:47:01 vethb614f78 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:48:01 lo 29.79 29.79 2.93 2.93 0.00 0.00 0.00 0.00 05:27:42 04:48:01 ens3 217.38 202.30 142.71 701.18 0.00 0.00 0.00 0.00 05:27:42 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:49:01 lo 38.79 38.79 3.83 3.83 0.00 0.00 0.00 0.00 05:27:42 04:49:01 ens3 432.08 463.12 186.16 2631.64 0.00 0.00 0.00 0.00 05:27:42 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:50:01 lo 10.86 10.86 1.07 1.07 0.00 0.00 0.00 0.00 05:27:42 04:50:01 ens3 93.52 90.57 52.28 455.40 0.00 0.00 0.00 0.00 05:27:42 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:51:01 ens3 1.62 0.63 2.16 0.23 0.00 0.00 0.00 0.00 05:27:42 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:52:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:54:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:55:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:56:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:57:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:27:42 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 04:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:59:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 04:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:00:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:02:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 05:27:42 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:04:01 ens3 1.50 0.43 0.39 0.22 0.00 0.00 0.00 0.00 05:27:42 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:05:01 ens3 0.58 0.45 0.34 0.28 0.00 0.00 0.00 0.00 05:27:42 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:06:01 ens3 1.02 0.73 0.88 0.37 0.00 0.00 0.00 0.00 05:27:42 05:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:07:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:07:01 ens3 5.75 4.90 3.77 4.84 0.00 0.00 0.00 0.00 05:27:42 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:08:01 ens3 1.78 1.58 0.98 1.22 0.00 0.00 0.00 0.00 05:27:42 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:09:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:10:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:11:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 05:27:42 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:14:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:15:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:16:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 05:27:42 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:20:01 ens3 1.05 0.65 0.44 0.29 0.00 0.00 0.00 0.00 05:27:42 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:25:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 05:27:42 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:27:42 05:26:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 05:27:42 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:27:42 05:27:01 lo 1.67 1.67 0.18 0.18 0.00 0.00 0.00 0.00 05:27:42 05:27:01 ens3 287.67 201.18 4824.15 143.62 0.00 0.00 0.00 0.00 05:27:42 05:27:01 docker0 54.64 92.28 5.28 867.68 0.00 0.00 0.00 0.00 05:27:42 Average: lo 1.95 1.95 0.19 0.19 0.00 0.00 0.00 0.00 05:27:42 Average: ens3 77.46 62.07 636.51 92.65 0.00 0.00 0.00 0.00 05:27:42 Average: docker0 31.42 40.89 2.43 303.68 0.00 0.00 0.00 0.00 05:27:42 05:27:42 05:27:42 ---> sar -P ALL: 05:27:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-241) 04/21/25 _x86_64_ (8 CPU) 05:27:42 05:27:42 04:39:21 LINUX RESTART (8 CPU) 05:27:42 05:27:42 04:40:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 04:41:01 all 10.90 0.00 4.91 1.68 0.07 82.44 05:27:42 04:41:01 0 9.48 0.00 4.23 0.42 0.05 85.82 05:27:42 04:41:01 1 12.92 0.00 5.47 1.51 0.08 80.01 05:27:42 04:41:01 2 11.82 0.00 5.27 0.27 0.07 82.57 05:27:42 04:41:01 3 12.19 0.00 4.86 2.47 0.07 80.41 05:27:42 04:41:01 4 12.27 0.00 4.14 3.46 0.07 80.06 05:27:42 04:41:01 5 9.81 0.00 4.89 0.32 0.08 84.89 05:27:42 04:41:01 6 9.69 0.00 4.39 0.42 0.07 85.43 05:27:42 04:41:01 7 8.99 0.00 6.01 4.57 0.07 80.36 05:27:42 04:42:01 all 41.64 0.00 6.62 0.25 0.10 51.39 05:27:42 04:42:01 0 39.40 0.00 6.38 1.50 0.10 52.63 05:27:42 04:42:01 1 41.45 0.00 6.83 0.10 0.10 51.52 05:27:42 04:42:01 2 42.56 0.00 6.87 0.02 0.10 50.45 05:27:42 04:42:01 3 40.73 0.00 7.09 0.02 0.10 52.06 05:27:42 04:42:01 4 42.61 0.00 5.97 0.02 0.08 51.32 05:27:42 04:42:01 5 41.76 0.00 6.11 0.03 0.10 52.00 05:27:42 04:42:01 6 43.95 0.00 6.10 0.00 0.10 49.86 05:27:42 04:42:01 7 40.67 0.00 7.64 0.30 0.10 51.29 05:27:42 04:43:01 all 58.52 0.00 7.40 0.22 0.10 33.76 05:27:42 04:43:01 0 59.28 0.00 7.24 1.29 0.10 32.09 05:27:42 04:43:01 1 57.44 0.00 7.20 0.24 0.10 35.02 05:27:42 04:43:01 2 58.25 0.00 7.70 0.03 0.08 33.93 05:27:42 04:43:01 3 58.87 0.00 7.17 0.03 0.10 33.83 05:27:42 04:43:01 4 58.36 0.00 7.46 0.08 0.10 33.99 05:27:42 04:43:01 5 58.84 0.00 7.41 0.02 0.12 33.62 05:27:42 04:43:01 6 58.50 0.00 7.95 0.02 0.08 33.45 05:27:42 04:43:01 7 58.61 0.00 7.10 0.07 0.10 34.13 05:27:42 04:44:01 all 34.52 0.00 8.60 4.91 0.11 51.87 05:27:42 04:44:01 0 35.47 0.00 8.59 3.92 0.10 51.92 05:27:42 04:44:01 1 35.87 0.00 8.42 4.84 0.12 50.75 05:27:42 04:44:01 2 33.72 0.00 9.67 5.97 0.10 50.53 05:27:42 04:44:01 3 34.36 0.00 8.00 3.88 0.10 53.66 05:27:42 04:44:01 4 33.73 0.00 7.88 4.84 0.10 53.45 05:27:42 04:44:01 5 34.69 0.00 8.71 3.13 0.10 53.36 05:27:42 04:44:01 6 35.49 0.00 8.38 4.66 0.14 51.33 05:27:42 04:44:01 7 32.81 0.00 9.15 8.02 0.10 49.92 05:27:42 04:45:01 all 34.47 0.00 10.66 8.64 0.10 46.13 05:27:42 04:45:01 0 34.47 0.00 11.45 13.92 0.10 40.06 05:27:42 04:45:01 1 34.92 0.00 10.39 6.64 0.08 47.96 05:27:42 04:45:01 2 35.19 0.00 10.29 2.99 0.12 51.41 05:27:42 04:45:01 3 34.73 0.00 10.66 8.34 0.10 46.17 05:27:42 04:45:01 4 34.05 0.00 10.87 8.26 0.10 46.71 05:27:42 04:45:01 5 32.41 0.00 9.23 4.21 0.08 54.06 05:27:42 04:45:01 6 34.72 0.00 11.17 18.20 0.10 35.82 05:27:42 04:45:01 7 35.25 0.00 11.20 6.64 0.10 46.81 05:27:42 04:46:01 all 89.37 0.00 10.52 0.00 0.12 0.00 05:27:42 04:46:01 0 89.20 0.00 10.68 0.00 0.12 0.00 05:27:42 04:46:01 1 89.82 0.00 10.05 0.00 0.13 0.00 05:27:42 04:46:01 2 89.89 0.00 10.00 0.00 0.12 0.00 05:27:42 04:46:01 3 89.65 0.00 10.25 0.00 0.10 0.00 05:27:42 04:46:01 4 89.63 0.00 10.25 0.00 0.12 0.00 05:27:42 04:46:01 5 87.84 0.00 12.05 0.00 0.12 0.00 05:27:42 04:46:01 6 88.92 0.00 10.97 0.00 0.12 0.00 05:27:42 04:46:01 7 90.00 0.00 9.88 0.00 0.12 0.00 05:27:42 04:47:01 all 90.37 0.00 9.51 0.00 0.12 0.00 05:27:42 04:47:01 0 90.95 0.00 8.91 0.00 0.13 0.00 05:27:42 04:47:01 1 90.84 0.00 9.05 0.00 0.12 0.00 05:27:42 04:47:01 2 90.44 0.00 9.46 0.00 0.10 0.00 05:27:42 04:47:01 3 90.89 0.00 9.00 0.00 0.12 0.00 05:27:42 04:47:01 4 88.96 0.00 10.91 0.00 0.13 0.00 05:27:42 04:47:01 5 89.82 0.00 10.04 0.00 0.13 0.00 05:27:42 04:47:01 6 89.84 0.00 10.05 0.00 0.12 0.00 05:27:42 04:47:01 7 91.20 0.00 8.68 0.00 0.12 0.00 05:27:42 04:48:01 all 35.11 0.00 5.83 0.37 0.08 58.61 05:27:42 04:48:01 0 36.76 0.00 5.34 0.57 0.08 57.25 05:27:42 04:48:01 1 35.47 0.00 5.33 0.33 0.07 58.80 05:27:42 04:48:01 2 33.10 0.00 5.68 0.40 0.08 60.73 05:27:42 04:48:01 3 36.45 0.00 5.82 0.54 0.08 57.12 05:27:42 04:48:01 4 33.89 0.00 6.60 0.22 0.08 59.21 05:27:42 04:48:01 5 35.22 0.00 5.85 0.08 0.07 58.78 05:27:42 04:48:01 6 34.21 0.00 6.46 0.30 0.07 58.97 05:27:42 04:48:01 7 35.74 0.00 5.59 0.55 0.08 58.03 05:27:42 04:49:01 all 10.25 0.00 1.00 0.10 0.06 88.59 05:27:42 04:49:01 0 9.49 0.00 1.18 0.20 0.08 89.04 05:27:42 04:49:01 1 10.83 0.00 1.02 0.30 0.07 87.78 05:27:42 04:49:01 2 16.19 0.00 1.04 0.03 0.07 82.67 05:27:42 04:49:01 3 15.54 0.00 1.20 0.02 0.07 83.17 05:27:42 04:49:01 4 5.83 0.00 0.82 0.03 0.05 93.26 05:27:42 04:49:01 5 9.98 0.00 1.00 0.02 0.07 88.93 05:27:42 04:49:01 6 7.03 0.00 0.84 0.15 0.08 91.90 05:27:42 04:49:01 7 7.13 0.00 0.87 0.03 0.03 91.93 05:27:42 04:50:01 all 2.01 0.00 0.29 0.02 0.02 97.66 05:27:42 04:50:01 0 2.95 0.00 0.35 0.02 0.02 96.66 05:27:42 04:50:01 1 3.51 0.00 0.28 0.12 0.03 96.06 05:27:42 04:50:01 2 1.20 0.00 0.28 0.00 0.02 98.50 05:27:42 04:50:01 3 1.30 0.00 0.28 0.00 0.02 98.40 05:27:42 04:50:01 4 0.97 0.00 0.29 0.00 0.05 98.69 05:27:42 04:50:01 5 1.90 0.00 0.20 0.00 0.00 97.90 05:27:42 04:50:01 6 1.62 0.00 0.32 0.02 0.03 98.02 05:27:42 04:50:01 7 2.59 0.00 0.33 0.02 0.02 97.04 05:27:42 04:51:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:27:42 04:51:01 0 0.05 0.00 0.02 0.02 0.02 99.90 05:27:42 04:51:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:27:42 04:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 04:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 04:51:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:27:42 04:51:01 5 0.05 0.00 0.03 0.00 0.03 99.88 05:27:42 04:51:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 04:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:27:42 04:51:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 04:52:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:27:42 04:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 04:52:01 1 0.03 0.00 0.03 0.02 0.02 99.90 05:27:42 04:52:01 2 0.03 0.00 0.02 0.00 0.03 99.92 05:27:42 04:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 04:52:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 04:52:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 04:52:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 04:52:01 7 0.07 0.00 0.00 0.00 0.00 99.93 05:27:42 04:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:27:42 04:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:53:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 04:53:01 2 0.08 0.00 0.03 0.00 0.02 99.87 05:27:42 04:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:53:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 04:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 04:53:01 7 0.02 0.00 0.02 0.02 0.02 99.93 05:27:42 04:54:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:27:42 04:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 04:54:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:27:42 04:54:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 04:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 04:54:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 04:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:54:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:27:42 04:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:55:01 all 0.03 0.00 0.03 0.01 0.01 99.92 05:27:42 04:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:27:42 04:55:01 1 0.02 0.00 0.02 0.03 0.02 99.92 05:27:42 04:55:01 2 0.07 0.00 0.07 0.00 0.03 99.83 05:27:42 04:55:01 3 0.02 0.00 0.05 0.00 0.00 99.93 05:27:42 04:55:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 04:55:01 5 0.05 0.00 0.00 0.02 0.00 99.93 05:27:42 04:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 04:55:01 7 0.00 0.00 0.03 0.00 0.00 99.97 05:27:42 04:56:01 all 0.18 0.00 0.02 0.01 0.01 99.78 05:27:42 04:56:01 0 0.07 0.00 0.02 0.03 0.02 99.87 05:27:42 04:56:01 1 0.03 0.00 0.02 0.02 0.00 99.93 05:27:42 04:56:01 2 1.24 0.00 0.02 0.00 0.02 98.73 05:27:42 04:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 04:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 04:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 04:56:01 6 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 04:56:01 7 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 04:57:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:27:42 04:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 04:57:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:27:42 04:57:01 2 2.05 0.00 0.03 0.00 0.02 97.90 05:27:42 04:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 04:57:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 04:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 04:58:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:27:42 04:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 04:58:01 1 0.02 0.00 0.02 0.03 0.00 99.93 05:27:42 04:58:01 2 2.00 0.00 0.02 0.00 0.03 97.95 05:27:42 04:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:58:01 4 0.07 0.00 0.02 0.00 0.02 99.90 05:27:42 04:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 04:58:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 04:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 04:59:01 all 0.10 0.00 0.03 0.00 0.01 99.86 05:27:42 04:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:59:01 1 0.02 0.00 0.00 0.02 0.02 99.95 05:27:42 04:59:01 2 0.68 0.00 0.10 0.00 0.02 99.20 05:27:42 04:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:27:42 04:59:01 5 0.07 0.00 0.05 0.00 0.00 99.88 05:27:42 04:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 04:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:27:42 05:00:01 0 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:00:01 1 0.03 0.00 0.02 0.03 0.00 99.92 05:27:42 05:00:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:00:01 4 0.05 0.00 0.03 0.00 0.00 99.92 05:27:42 05:00:01 5 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:00:01 6 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:01:01 all 0.01 0.00 0.02 0.00 0.01 99.96 05:27:42 05:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:01:01 2 0.02 0.00 0.05 0.00 0.03 99.90 05:27:42 05:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:27:42 05:01:01 4 0.03 0.00 0.02 0.00 0.03 99.92 05:27:42 05:01:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:01:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:02:01 all 0.05 0.00 0.02 0.00 0.01 99.92 05:27:42 05:02:01 0 0.08 0.00 0.02 0.00 0.02 99.88 05:27:42 05:02:01 1 0.07 0.00 0.02 0.02 0.00 99.90 05:27:42 05:02:01 2 0.12 0.00 0.03 0.00 0.02 99.83 05:27:42 05:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:02:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:02:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:02:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:27:42 05:02:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 05:03:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:27:42 05:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:03:01 2 0.03 0.00 0.05 0.00 0.03 99.88 05:27:42 05:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:27:42 05:03:01 4 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:03:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:03:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:03:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:27:42 05:04:01 all 0.04 0.00 0.03 0.00 0.00 99.93 05:27:42 05:04:01 0 0.05 0.00 0.02 0.02 0.00 99.92 05:27:42 05:04:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:27:42 05:04:01 2 0.03 0.00 0.05 0.00 0.02 99.90 05:27:42 05:04:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:04:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:27:42 05:04:01 5 0.03 0.00 0.05 0.00 0.00 99.92 05:27:42 05:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:04:01 7 0.08 0.00 0.00 0.00 0.00 99.92 05:27:42 05:05:01 all 0.03 0.00 0.02 0.01 0.01 99.93 05:27:42 05:05:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:05:01 1 0.00 0.00 0.02 0.07 0.02 99.90 05:27:42 05:05:01 2 0.07 0.00 0.05 0.00 0.03 99.85 05:27:42 05:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:05:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:05:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:05:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:06:01 all 0.18 0.00 0.01 0.00 0.01 99.79 05:27:42 05:06:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:06:01 1 0.02 0.00 0.00 0.02 0.00 99.97 05:27:42 05:06:01 2 0.93 0.00 0.03 0.00 0.02 99.02 05:27:42 05:06:01 3 0.12 0.00 0.02 0.00 0.00 99.87 05:27:42 05:06:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:06:01 6 0.15 0.00 0.03 0.00 0.02 99.80 05:27:42 05:06:01 7 0.17 0.00 0.00 0.00 0.02 99.82 05:27:42 05:07:01 all 0.45 0.00 0.05 0.01 0.01 99.49 05:27:42 05:07:01 0 0.68 0.00 0.03 0.00 0.00 99.28 05:27:42 05:07:01 1 0.02 0.00 0.02 0.02 0.02 99.93 05:27:42 05:07:01 2 2.02 0.00 0.07 0.00 0.03 97.88 05:27:42 05:07:01 3 0.28 0.00 0.07 0.03 0.02 99.60 05:27:42 05:07:01 4 0.25 0.00 0.08 0.00 0.02 99.65 05:27:42 05:07:01 5 0.05 0.00 0.07 0.00 0.00 99.88 05:27:42 05:07:01 6 0.05 0.00 0.05 0.00 0.00 99.90 05:27:42 05:07:01 7 0.18 0.00 0.02 0.02 0.00 99.78 05:27:42 05:08:01 all 0.28 0.00 0.02 0.01 0.01 99.68 05:27:42 05:08:01 0 0.05 0.00 0.00 0.00 0.02 99.93 05:27:42 05:08:01 1 0.03 0.00 0.02 0.05 0.00 99.90 05:27:42 05:08:01 2 2.00 0.00 0.05 0.00 0.02 97.93 05:27:42 05:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:27:42 05:08:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:08:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:08:01 7 0.05 0.00 0.02 0.02 0.02 99.90 05:27:42 05:09:01 all 0.27 0.00 0.00 0.00 0.01 99.71 05:27:42 05:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:09:01 1 0.02 0.00 0.00 0.02 0.02 99.95 05:27:42 05:09:01 2 2.02 0.00 0.02 0.00 0.03 97.93 05:27:42 05:09:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:10:01 all 0.13 0.00 0.02 0.00 0.01 99.84 05:27:42 05:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:10:01 2 0.93 0.00 0.10 0.00 0.02 98.95 05:27:42 05:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:10:01 4 0.05 0.00 0.05 0.00 0.00 99.90 05:27:42 05:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:10:01 7 0.03 0.00 0.00 0.02 0.02 99.93 05:27:42 05:11:01 all 0.03 0.00 0.02 0.00 0.01 99.93 05:27:42 05:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:11:01 1 0.07 0.00 0.03 0.02 0.02 99.87 05:27:42 05:11:01 2 0.12 0.00 0.07 0.00 0.03 99.78 05:27:42 05:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:11:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:11:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:12:01 all 0.03 0.00 0.01 0.00 0.00 99.95 05:27:42 05:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:12:01 1 0.03 0.00 0.02 0.02 0.00 99.93 05:27:42 05:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:12:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:27:42 05:12:01 5 0.07 0.00 0.00 0.00 0.00 99.93 05:27:42 05:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:12:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:27:42 05:13:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:27:42 05:13:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:13:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:27:42 05:13:01 2 0.07 0.00 0.02 0.00 0.02 99.90 05:27:42 05:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:13:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:13:01 7 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:27:42 05:13:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 05:14:01 all 0.02 0.00 0.02 0.00 0.00 99.95 05:27:42 05:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:14:01 1 0.07 0.00 0.02 0.02 0.00 99.90 05:27:42 05:14:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:27:42 05:14:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:14:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:14:01 7 0.02 0.00 0.02 0.02 0.02 99.93 05:27:42 05:15:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:27:42 05:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:15:01 1 0.03 0.00 0.00 0.02 0.02 99.93 05:27:42 05:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 05:27:42 05:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 05:15:01 4 0.07 0.00 0.02 0.00 0.02 99.90 05:27:42 05:15:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:15:01 7 0.03 0.00 0.02 0.02 0.00 99.93 05:27:42 05:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:27:42 05:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:16:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:27:42 05:16:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:17:01 all 0.03 0.00 0.02 0.00 0.01 99.94 05:27:42 05:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:17:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:27:42 05:17:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:17:01 4 0.03 0.00 0.02 0.00 0.03 99.92 05:27:42 05:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:17:01 6 0.07 0.00 0.03 0.00 0.00 99.90 05:27:42 05:17:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:27:42 05:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:18:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:18:01 2 0.02 0.00 0.02 0.00 0.03 99.93 05:27:42 05:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:18:01 4 0.05 0.00 0.03 0.00 0.02 99.90 05:27:42 05:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:19:01 all 0.04 0.00 0.02 0.00 0.00 99.94 05:27:42 05:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 05:19:01 1 0.07 0.00 0.02 0.02 0.00 99.90 05:27:42 05:19:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:19:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:27:42 05:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 05:27:42 05:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:19:01 6 0.07 0.00 0.02 0.00 0.00 99.92 05:27:42 05:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:20:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:27:42 05:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:20:01 1 0.05 0.00 0.02 0.02 0.02 99.90 05:27:42 05:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:20:01 4 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:20:01 6 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:20:01 7 0.03 0.00 0.02 0.02 0.02 99.92 05:27:42 05:21:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:27:42 05:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:21:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 05:27:42 05:21:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:27:42 05:21:01 4 0.02 0.00 0.00 0.00 0.02 99.97 05:27:42 05:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:27:42 05:21:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:27:42 05:22:01 all 0.04 0.00 0.02 0.00 0.01 99.92 05:27:42 05:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 05:27:42 05:22:01 1 0.08 0.00 0.03 0.00 0.00 99.88 05:27:42 05:22:01 2 0.03 0.00 0.02 0.00 0.03 99.92 05:27:42 05:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 05:27:42 05:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:22:01 5 0.05 0.00 0.00 0.00 0.02 99.93 05:27:42 05:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 05:27:42 05:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:27:42 05:23:01 0 0.05 0.00 0.00 0.00 0.00 99.95 05:27:42 05:23:01 1 0.03 0.00 0.02 0.02 0.02 99.92 05:27:42 05:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:23:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:27:42 05:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:23:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:27:42 05:24:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:27:42 05:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:24:01 2 0.03 0.00 0.02 0.00 0.02 99.93 05:27:42 05:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:27:42 05:24:01 4 0.03 0.00 0.02 0.00 0.00 99.95 05:27:42 05:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:24:01 6 0.05 0.00 0.03 0.00 0.00 99.92 05:27:42 05:24:01 7 0.03 0.00 0.00 0.02 0.02 99.93 05:27:42 05:27:42 05:24:01 CPU %user %nice %system %iowait %steal %idle 05:27:42 05:25:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:27:42 05:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:27:42 05:25:01 1 0.03 0.00 0.03 0.02 0.02 99.90 05:27:42 05:25:01 2 0.03 0.00 0.03 0.00 0.03 99.90 05:27:42 05:25:01 3 0.05 0.00 0.03 0.02 0.02 99.88 05:27:42 05:25:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:27:42 05:25:01 7 0.00 0.00 0.00 0.02 0.00 99.98 05:27:42 05:26:01 all 0.13 0.00 0.02 0.00 0.01 99.84 05:27:42 05:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:27:42 05:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:27:42 05:26:01 2 0.81 0.00 0.05 0.00 0.02 99.12 05:27:42 05:26:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:27:42 05:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 05:27:42 05:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:27:42 05:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:27:42 05:26:01 7 0.03 0.00 0.03 0.00 0.02 99.92 05:27:42 05:27:01 all 5.63 0.00 2.31 0.46 0.04 91.55 05:27:42 05:27:01 0 4.56 0.00 3.09 2.85 0.05 89.45 05:27:42 05:27:01 1 5.54 0.00 2.04 0.23 0.03 92.14 05:27:42 05:27:01 2 7.14 0.00 2.26 0.05 0.03 90.52 05:27:42 05:27:01 3 8.53 0.00 2.38 0.02 0.07 89.00 05:27:42 05:27:01 4 5.13 0.00 2.50 0.08 0.05 92.24 05:27:42 05:27:01 5 4.31 0.00 2.06 0.03 0.03 93.57 05:27:42 05:27:01 6 5.04 0.00 2.31 0.42 0.05 92.18 05:27:42 05:27:01 7 4.79 0.00 1.88 0.03 0.03 93.27 05:27:42 Average: all 8.82 0.00 1.45 0.35 0.03 89.35 05:27:42 Average: 0 8.78 0.00 1.44 0.52 0.02 89.24 05:27:42 Average: 1 8.90 0.00 1.41 0.31 0.03 89.35 05:27:42 Average: 2 9.24 0.00 1.48 0.21 0.03 89.04 05:27:42 Average: 3 9.00 0.00 1.43 0.32 0.03 89.22 05:27:42 Average: 4 8.63 0.00 1.45 0.36 0.03 89.54 05:27:42 Average: 5 8.64 0.00 1.44 0.17 0.02 89.73 05:27:42 Average: 6 8.70 0.00 1.47 0.51 0.03 89.30 05:27:42 Average: 7 8.68 0.00 1.45 0.43 0.02 89.42 05:27:42 05:27:42 05:27:42