Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92d5141f885416a010e7c9a103f0840019be69f6 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-ssh17716886486792658419.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-ssh15821681461277647453.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-ssh16814396807953948545.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-ssh3920072527095807862.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-ssh1586560624360747934.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-3765 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/858 [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/858 # 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 > 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 Avoid second fetch Checking out Revision 92d5141f885416a010e7c9a103f0840019be69f6 (main) Commit message: "feat: Add event_id index on Core Data reading table (#5190)" > git config core.sparsecheckout # timeout=10 > git checkout -f 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 > git rev-list --no-walk 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:04:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:04:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:04:13 ========================================================= 05:04:13 EdgeX Global Pipelines Version Info 05:04:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:04:14 ------------------- 05:04:14 stable info: 05:04:14 ------------------- 05:04:14 Commited By: Ginny Guan ginny@iotechsys.com 05:04:14 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 05:04:14 Message: update stable to v1.0.274 05:04:15 ------------------- 05:04:15 experimental info: 05:04:15 ------------------- 05:04:15 Commited By: **** collab-it+edgex@linuxfoundation.org 05:04:15 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 05:04:15 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92d5141 [Pipeline] echo 05:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:16 provisioning config files... 05:04:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config544368271059001541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:16 ---> ****-login.sh 05:04:16 nexus3.edgexfoundry.org:10001 05:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:04:16 Configure a credential helper to remove this warning. See 05:04:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:04:16 05:04:16 Login Succeeded 05:04:16 nexus3.edgexfoundry.org:10002 05:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:04:16 Configure a credential helper to remove this warning. See 05:04:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:04:16 05:04:16 Login Succeeded 05:04:16 nexus3.edgexfoundry.org:10003 05:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:04:16 Configure a credential helper to remove this warning. See 05:04:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:04:16 05:04:16 Login Succeeded 05:04:16 nexus3.edgexfoundry.org:10004 05:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:04:17 Configure a credential helper to remove this warning. See 05:04:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:04:17 05:04:17 Login Succeeded 05:04:17 ****.io 05:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:04:17 Configure a credential helper to remove this warning. See 05:04:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:04:17 05:04:17 Login Succeeded 05:04:17 ---> ****-login.sh ends [Pipeline] } 05:04:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:17 + 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 05:04:17 + + dirname cmd/core-command/Dockerfilecut 05:04:17 -d/ -f2 05:04:17 + echo core-command,cmd/core-command/Dockerfile 05:04:17 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:04:17 + dirname cmd/core-data/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo core-data,cmd/core-data/Dockerfile 05:04:17 + dirname cmd/core-keeper/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo core-keeper,cmd/core-keeper/Dockerfile 05:04:17 + dirname cmd/core-metadata/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo core-metadata,cmd/core-metadata/Dockerfile 05:04:17 + + dirname cmd/security-bootstrapper/Dockerfile 05:04:17 cut -d/ -f2 05:04:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:04:17 + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 05:04:17 05:04:17 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:04:17 + dirname cmd/security-proxy-setup/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:04:17 + dirname cmd/security-secretstore-setup/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:04:17 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:04:17 + dirname cmd/security-spire-agent/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:04:17 + dirname cmd/security-spire-config/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:04:17 + dirname cmd/security-spire-server/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:04:17 + dirname cmd/support-notifications/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo support-notifications,cmd/support-notifications/Dockerfile 05:04:17 + dirname cmd/support-scheduler/Dockerfile 05:04:17 + cut -d/ -f2 05:04:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:04:17 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 05:04:18 + git rev-list -1 --merges 92d5141f885416a010e7c9a103f0840019be69f6~1..92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:04:18 -----------> git rev-list -1 --merges 92d5141f885416a010e7c9a103f0840019be69f6~1..92d5141f885416a010e7c9a103f0840019be69f6 92d5141f885416a010e7c9a103f0840019be69f6 [false] [Pipeline] sh 05:04:18 + git log --format=format:%s -1 92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:04:18 ========================================================= 05:04:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:04:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:04:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:04:19 + grep -v github /etc/ssh/ssh_known_hosts 05:04:19 + [ -e /tmp/ssh_known_hosts ] 05:04:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:04:19 + + sudo teeecho -a github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= /etc/ssh/ssh_known_hosts 05:04:19 05:04:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:19 05:04:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:19 0.1.4: Pulling from edgex-devops/py-git-semver 05:04:19 3dae71ba6b94: Pulling fs layer 05:04:19 6bf1a483ea7c: Pulling fs layer 05:04:19 f5dfc541a4d3: Pulling fs layer 05:04:19 461d9e800cba: Pulling fs layer 05:04:19 80192f66455f: Pulling fs layer 05:04:19 2e8e34ca0e6c: Pulling fs layer 05:04:19 a29436f7fd5d: Pulling fs layer 05:04:19 923cac83aea3: Pulling fs layer 05:04:19 25ad8b0a4227: Pulling fs layer 05:04:19 db01528c6b51: Pulling fs layer 05:04:19 28988de357af: Pulling fs layer 05:04:19 a29436f7fd5d: Waiting 05:04:19 25ad8b0a4227: Waiting 05:04:19 923cac83aea3: Waiting 05:04:19 db01528c6b51: Waiting 05:04:19 28988de357af: Waiting 05:04:19 80192f66455f: Waiting 05:04:19 461d9e800cba: Waiting 05:04:19 2e8e34ca0e6c: Waiting 05:04:19 6bf1a483ea7c: Verifying Checksum 05:04:19 6bf1a483ea7c: Download complete 05:04:20 461d9e800cba: Verifying Checksum 05:04:20 461d9e800cba: Download complete 05:04:20 80192f66455f: Verifying Checksum 05:04:20 80192f66455f: Download complete 05:04:20 f5dfc541a4d3: Verifying Checksum 05:04:20 f5dfc541a4d3: Download complete 05:04:20 3dae71ba6b94: Verifying Checksum 05:04:20 3dae71ba6b94: Download complete 05:04:20 923cac83aea3: Verifying Checksum 05:04:20 923cac83aea3: Download complete 05:04:20 25ad8b0a4227: Verifying Checksum 05:04:20 25ad8b0a4227: Download complete 05:04:20 db01528c6b51: Verifying Checksum 05:04:20 db01528c6b51: Download complete 05:04:20 28988de357af: Verifying Checksum 05:04:20 28988de357af: Download complete 05:04:20 a29436f7fd5d: Verifying Checksum 05:04:20 a29436f7fd5d: Download complete 05:04:20 2e8e34ca0e6c: Verifying Checksum 05:04:21 3dae71ba6b94: Pull complete 05:04:21 6bf1a483ea7c: Pull complete 05:04:21 f5dfc541a4d3: Pull complete 05:04:21 461d9e800cba: Pull complete 05:04:21 80192f66455f: Pull complete 05:04:25 2e8e34ca0e6c: Pull complete 05:04:25 a29436f7fd5d: Pull complete 05:04:25 923cac83aea3: Pull complete 05:04:25 25ad8b0a4227: Pull complete 05:04:25 db01528c6b51: Pull complete 05:04:26 28988de357af: Pull complete 05:04:26 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 05:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:26 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:04:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:04:28 $ docker top 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f -eo pid,comm 05:04:28 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:04:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:04:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:28 [ssh-agent] Looking for ssh-agent implementation... 05:04:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:28 $ docker exec 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent 05:04:28 SSH_AUTH_SOCK=/tmp/ssh-x1Id7OubwQCn/agent.33 05:04:28 SSH_AGENT_PID=39 05:04:28 Running ssh-add (command line suppressed) 05:04:28 Identity added: /w/workspace/edgex-go/858@tmp/private_key_17409918768141225429.key (/w/workspace/edgex-go/858@tmp/private_key_17409918768141225429.key) 05:04:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:29 + git tag --points-at HEAD [Pipeline] } 05:04:29 $ docker exec --env ******** --env ******** 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent -k 05:04:29 unset SSH_AUTH_SOCK; 05:04:29 unset SSH_AGENT_PID; 05:04:29 echo Agent pid 39 killed; 05:04:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:04:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:04:29 [ssh-agent] Looking for ssh-agent implementation... 05:04:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:04:29 $ docker exec 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent 05:04:29 SSH_AUTH_SOCK=/tmp/ssh-llmQi0b5Bi64/agent.72 05:04:29 SSH_AGENT_PID=78 05:04:29 Running ssh-add (command line suppressed) 05:04:29 Identity added: /w/workspace/edgex-go/858@tmp/private_key_10288547620475703219.key (/w/workspace/edgex-go/858@tmp/private_key_10288547620475703219.key) 05:04:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:04:30 + git semver init 05:04:30 2025-06-23 05:04:30,227 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:04:30 2025-06-23 05:04:30,232 [run_init] DEBUG init version:0.0.0 force:False 05:04:30 2025-06-23 05:04:30,233 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/858/.semver 05:04:30 2025-06-23 05:04:30,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/858/.semver 05:04:30 2025-06-23 05:04:30,234 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/858/.semver'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) 05:04:35 2025-06-23 05:04:34,997 [append_file] DEBUG append to file:/w/workspace/edgex-go/858/.git/info/exclude 05:04:35 2025-06-23 05:04:34,998 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/858/.semver/main with force:False 05:04:35 2025-06-23 05:04:34,998 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:04:35 2025-06-23 05:04:34,998 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:04:35 4.1.0-dev.26 [Pipeline] } 05:04:35 $ docker exec --env ******** --env ******** 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent -k 05:04:35 unset SSH_AUTH_SOCK; 05:04:35 unset SSH_AGENT_PID; 05:04:35 echo Agent pid 78 killed; 05:04:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:04:36 + git semver [Pipeline] } 05:04:36 $ docker stop --time=1 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f 05:04:37 $ docker rm -f --volumes 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f [Pipeline] // withDockerContainer [Pipeline] sh 05:04:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:04:38 Stashed 1 file(s) [Pipeline] echo 05:04:38 [edgeXSemver]: initialized semver on version 4.1.0-dev.26 [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 05:04:38 + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo 05:04:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:04:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:04:38 ========================================================= 05:04:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 05:04:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:04:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:04:39 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 05:04:39 0a9a5dfd008f: Pulling fs layer 05:04:39 36466aa92d05: Pulling fs layer 05:04:39 e10405b45d13: Pulling fs layer 05:04:39 096b7ceb2af7: Pulling fs layer 05:04:39 4f4fb700ef54: Pulling fs layer 05:04:39 8213a616a21b: Pulling fs layer 05:04:39 985586143405: Pulling fs layer 05:04:39 096b7ceb2af7: Waiting 05:04:39 4f4fb700ef54: Waiting 05:04:39 8213a616a21b: Waiting 05:04:39 0eae2285b678: Pulling fs layer 05:04:39 985586143405: Waiting 05:04:39 d3ac315be8c5: Pulling fs layer 05:04:39 0eae2285b678: Waiting 05:04:39 36466aa92d05: Verifying Checksum 05:04:39 36466aa92d05: Download complete 05:04:39 096b7ceb2af7: Verifying Checksum 05:04:39 096b7ceb2af7: Download complete 05:04:39 4f4fb700ef54: Verifying Checksum 05:04:39 4f4fb700ef54: Download complete 05:04:39 8213a616a21b: Download complete 05:04:39 0a9a5dfd008f: Download complete 05:04:39 985586143405: Verifying Checksum 05:04:39 985586143405: Download complete 05:04:39 0a9a5dfd008f: Pull complete 05:04:39 d3ac315be8c5: Verifying Checksum 05:04:39 d3ac315be8c5: Download complete 05:04:39 36466aa92d05: Pull complete 05:04:40 e10405b45d13: Download complete 05:04:40 0eae2285b678: Verifying Checksum 05:04:40 0eae2285b678: Download complete 05:04:43 e10405b45d13: Pull complete 05:04:43 096b7ceb2af7: Pull complete 05:04:43 4f4fb700ef54: Pull complete 05:04:43 8213a616a21b: Pull complete 05:04:43 985586143405: Pull complete 05:04:46 0eae2285b678: Pull complete 05:04:46 d3ac315be8c5: Pull complete 05:04:46 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 05:04:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:04:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:04:46 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:04:46 WORKDIR /edgex 05:04:46 COPY go.mod . 05:04:46 RUN go mod download 05:04:46 + docker build -t ci-base-image-x86_64 -f - . 05:04:47 Sending build context to Docker daemon 185.9MB 05:04:47 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 05:04:47 ---> ea6120ae94a0 05:04:47 Step 2/4 : WORKDIR /edgex 05:04:49 ---> Running in 048460c0d338 05:04:49 Removing intermediate container 048460c0d338 05:04:49 ---> 4b156abc6e43 05:04:49 Step 3/4 : COPY go.mod . 05:04:49 ---> 092e502bb0ca 05:04:49 Step 4/4 : RUN go mod download 05:04:49 ---> Running in 90d25a66c319 05:04:53 Still waiting to schedule task 05:04:53 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 05:05:21 Removing intermediate container 90d25a66c319 05:05:21 ---> 73bf154e79fb 05:05:21 Successfully built 73bf154e79fb 05:05:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:22 + docker inspect -f . ci-base-image-x86_64 05:05:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:22 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:05:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:05:22 $ docker top e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 -eo pid,comm [Pipeline] { [Pipeline] sh 05:05:23 + go version 05:05:23 go version go1.23.9 linux/amd64 [Pipeline] } 05:05:23 $ docker stop --time=1 e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 05:05:24 $ docker rm -f --volumes e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:05:24 + docker inspect -f . ci-base-image-x86_64 05:05:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:05:24 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:05:24 $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:05:25 $ docker top f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 -eo pid,comm [Pipeline] { [Pipeline] echo 05:05:25 ========================================================= 05:05:25 [edgeXBuildGoParallel] Running Tests and Build... 05:05:25 ========================================================= [Pipeline] sh 05:05:25 + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] fileExists [Pipeline] sh 05:05:25 + make test 05:05:25 go test -race -coverprofile=coverage.out ./... 05:05:34 ? github.com/edgexfoundry/edgex-go [no test files] 05:06:00 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 05:06:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:06:00 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 05:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 42.3% of statements 05:06:00 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 05:06:00 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 05:06:01 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 05:06:01 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 05:06:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 05:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 05:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 05:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 05:06:02 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 05:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 05:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 05:06:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 05:06:04 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 05:06:04 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 05:06:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.4% of statements 05:06:04 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 05:06:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 46.3% of statements 05:06:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.027s coverage: 93.4% of statements 05:06:05 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.049s coverage: 92.3% of statements 05:06:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 05:06:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 05:06:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements 05:06:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 05:06:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:06:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 05:06:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 05:06:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.343s coverage: 95.8% of statements 05:06:08 ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements 05:06:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 05:06:09 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 05:06:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:06:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 05:06:09 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 05:06:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 05:06:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] 05:06:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements 05:06:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements 05:06:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 05:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements 05:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements 05:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 05:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements 05:06:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 05:06:11 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 05:06:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 05:06:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 05:06:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 05:06:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 05:06:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 05:06:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 05:06:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 05:06:13 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 05:06:14 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 05:06:14 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 05:06:14 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 05:06:16 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 05:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:06:18 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 05:06:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 05:06:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 05:06:19 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 05:06:22 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 05:06:23 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 05:06:23 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 05:06:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 05:06:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 05:06:24 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 05:06:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 05:06:26 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 05:06:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 05:06:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 05:06:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 05:06:28 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 05:06:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 05:06:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:06:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 05:06:30 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 05:06:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 05:06:30 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 05:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 05:06:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:06:31 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.045s coverage: 92.9% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.194s coverage: 54.5% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.026s coverage: 73.7% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.023s coverage: 88.6% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.029s coverage: 93.8% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements 05:06:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 05:06:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.0% of statements 05:06:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.124s coverage: 94.9% of statements 05:06:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements 05:06:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 97.7% of statements 05:06:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 05:06:36 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 05:06:36 running golangci-lint 05:06:36 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 05:06:36 go version go1.23.9 linux/amd64 05:06:36 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 05:06:36 level=info msg="[config_reader] Used config file .golangci.yml" 05:06:36 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:06:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3766 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:06:37 Running in /w/workspace/edgex-go/858 [Pipeline] { [Pipeline] checkout 05:06:37 The recommended git tool is: git 05:06:41 using credential edgex-jenkins-ssh 05:06:41 Cloning the remote Git repository 05:06:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:06:42 > git init /w/workspace/edgex-go/858 # timeout=10 05:06:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:06:42 > git --version # timeout=10 05:06:42 > git --version # 'git version 2.25.1' 05:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 05:06:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:07:03 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|files|imports|name|compiled_files|exports_file) took 24.903487684s" 05:07:03 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.500504ms" 05:07:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:07:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:07:09 Avoid second fetch 05:07:09 Checking out Revision 92d5141f885416a010e7c9a103f0840019be69f6 (main) 05:07:09 Commit message: "feat: Add event_id index on Core Data reading table (#5190)" 05:07:09 > git config core.sparsecheckout # timeout=10 05:07:09 > git checkout -f 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:07:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:07:14 % Total % Received % Xferd Average Speed Time Time Time Current 05:07:14 Dload Upload Total Spent Left Speed 05:07:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 99717 0 --:--:-- --:--:-- --:--:-- 99717 [Pipeline] sh 05:07:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:07:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:07:15 + sudo tee /etc/docker/daemon.new 05:07:15 { 05:07:15 "registry-mirrors": [ 05:07:15 "https://nexus3.edgexfoundry.org:10001" 05:07:15 ], 05:07:15 "bip": "10.250.0.254/24", 05:07:15 "hosts": [ 05:07:15 "tcp://0.0.0.0:5555", 05:07:15 "unix:///var/run/docker.sock" 05:07:15 ], 05:07:15 "mtu": 1458, 05:07:15 "selinux-enabled": true, 05:07:15 "seccomp-profile": "/etc/docker/seccomp.json" 05:07:15 } [Pipeline] sh 05:07:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:07:16 + sudo service docker restart 05:07:17 level=info msg="[linters_context/goanalysis] analyzers took 2m9.213463324s with top 10 stages: buildir: 1m12.302903087s, gosec: 5.06104503s, inspect: 4.052398793s, fact_deprecated: 3.091359512s, printf: 1.987294317s, ctrlflow: 1.922667821s, fact_purity: 1.505070912s, errcheck: 1.483929639s, nilness: 1.437949788s, S1038: 1.372858849s" 05:07:17 level=info msg="[runner] Issues before processing: 202, after processing: 0" 05:07:17 level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, skip_dirs: 202/202, exclude: 202/202, path_prettifier: 202/202, nolint: 20/0, exclude-rules: 202/20, filename_unadjuster: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, cgo: 202/202" 05:07:17 level=info msg="[runner] processing took 19.46544ms with stages: nolint: 8.742852ms, identifier_marker: 4.902432ms, path_prettifier: 1.787951ms, autogenerated_exclude: 1.782952ms, exclude-rules: 1.159558ms, skip_dirs: 955.832µs, cgo: 59.651µs, invalid_issue: 52.272µs, filename_unadjuster: 16.86µs, max_same_issues: 820ns, uniq_by_line: 780ns, skip_files: 690ns, fixer: 610ns, max_from_linter: 470ns, sort_results: 420ns, diff: 320ns, exclude: 300ns, severity-rules: 190ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, path_shortener: 100ns" 05:07:17 level=info msg="[runner] linters took 14.615508995s with stages: goanalysis_metalinter: 14.595954302s" 05:07:17 level=info msg="File cache stats: 0 entries of total size 0B" 05:07:17 level=info msg="Memory: 387 samples, avg is 302.1MB, max is 1425.0MB" 05:07:17 level=info msg="Execution took 39.586149669s" 05:07:17 go vet ./... 05:07:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:07:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:07:23 ./bin/test-attribution-txt.sh 05:07:23 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 05:07:23 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 05:07:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 05:07:24 + ls -al . 05:07:24 total 1996 05:07:24 drwxrwxr-x 11 1001 1001 4096 Jun 23 05:05 . 05:07:24 drwxr-xr-x 4 root root 4096 Jun 23 05:05 .. 05:07:24 drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 .blubracket 05:07:24 -rw-rw-r-- 1 1001 1001 10 Jun 23 05:04 .dockerignore 05:07:24 drwxrwxr-x 8 1001 1001 4096 Jun 23 05:06 .git 05:07:24 drwxrwxr-x 3 1001 1001 4096 Jun 23 05:04 .github 05:07:24 -rw-rw-r-- 1 1001 1001 909 Jun 23 05:04 .gitignore 05:07:24 -rw-rw-r-- 1 1001 1001 218 Jun 23 05:04 .golangci.yml 05:07:24 -rw-rw-r-- 1 1001 1001 100 Jun 23 05:04 .hadolint.yml 05:07:24 drwxr-xr-x 3 1001 1001 4096 Jun 23 05:04 .semver 05:07:24 -rw-rw-r-- 1 1001 1001 155 Jun 23 05:04 .sonarcloud.properties 05:07:24 -rw-rw-r-- 1 1001 1001 1171 Jun 23 05:04 ADOPTERS.md 05:07:24 -rw-rw-r-- 1 1001 1001 17374 Jun 23 05:04 Attribution.txt 05:07:24 -rw-rw-r-- 1 1001 1001 108018 Jun 23 05:04 CHANGELOG.md 05:07:24 -rw-rw-r-- 1 1001 1001 3804 Jun 23 05:04 CONTRIBUTING.md 05:07:24 -rw-rw-r-- 1 1001 1001 677 Jun 23 05:04 GOVERNANCE.md 05:07:24 -rw-rw-r-- 1 1001 1001 858 Jun 23 05:04 Jenkinsfile 05:07:24 -rw-rw-r-- 1 1001 1001 10775 Jun 23 05:04 LICENSE 05:07:24 -rw-rw-r-- 1 1001 1001 16740 Jun 23 05:04 Makefile 05:07:24 -rw-rw-r-- 1 1001 1001 582 Jun 23 05:04 OWNERS.md 05:07:24 -rw-rw-r-- 1 1001 1001 9932 Jun 23 05:04 README.md 05:07:24 -rw-rw-r-- 1 1001 1001 789 Jun 23 05:04 SECURITY.md 05:07:24 -rw-rw-r-- 1 1001 1001 12 Jun 23 05:04 VERSION 05:07:24 drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 bin 05:07:24 drwxrwxr-x 19 1001 1001 4096 Jun 23 05:04 cmd 05:07:24 -rw-r--r-- 1 root root 1665452 Jun 23 05:06 coverage.out 05:07:24 drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 fuzz_test 05:07:24 -rw-rw-r-- 1 1001 1001 6474 Jun 23 05:04 go.mod 05:07:24 -rw-rw-r-- 1 1001 1001 88008 Jun 23 05:04 go.sum 05:07:24 drwxrwxr-x 7 1001 1001 4096 Jun 23 05:04 internal 05:07:24 drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 openapi 05:07:24 -rw-rw-r-- 1 1001 1001 584 Jun 23 05:04 security.txt 05:07:24 -rw-rw-r-- 1 1001 1001 204 Jun 23 05:04 version.go [Pipeline] sh 05:07:24 + '[' -e coverage.out ] 05:07:24 + chown 1001:1001 coverage.out [Pipeline] stash 05:07:24 Stashed 1 file(s) [Pipeline] sh 05:07:24 + make build 05:07:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:07:34 provisioning config files... 05:07:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config11318192135733444933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:07:34 ---> ****-login.sh 05:07:34 nexus3.edgexfoundry.org:10001 05:07:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:07:36 Configure a credential helper to remove this warning. See 05:07:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:07:36 05:07:36 Login Succeeded 05:07:36 nexus3.edgexfoundry.org:10002 05:07:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:07:36 Configure a credential helper to remove this warning. See 05:07:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:07:36 05:07:36 Login Succeeded 05:07:36 nexus3.edgexfoundry.org:10003 05:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:07:37 Configure a credential helper to remove this warning. See 05:07:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:07:37 05:07:37 Login Succeeded 05:07:37 nexus3.edgexfoundry.org:10004 05:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:07:37 Configure a credential helper to remove this warning. See 05:07:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:07:37 05:07:37 Login Succeeded 05:07:37 ****.io 05:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:07:38 Configure a credential helper to remove this warning. See 05:07:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:07:38 05:07:38 Login Succeeded 05:07:38 ---> ****-login.sh ends [Pipeline] } 05:07:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:07:38 + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo 05:07:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:07:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:07:38 ========================================================= 05:07:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 05:07:38 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:07:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:07:39 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:07:39 94e9d8af2201: Pulling fs layer 05:07:39 a6c56e8762df: Pulling fs layer 05:07:39 f0f3c8884826: Pulling fs layer 05:07:39 c7e7622c144d: Pulling fs layer 05:07:39 4f4fb700ef54: Pulling fs layer 05:07:39 e8859aadc426: Pulling fs layer 05:07:39 b4813487a9f6: Pulling fs layer 05:07:39 502a3d64fb4b: Pulling fs layer 05:07:39 4f4fb700ef54: Waiting 05:07:39 e8859aadc426: Waiting 05:07:39 c7e7622c144d: Waiting 05:07:39 b4813487a9f6: Waiting 05:07:39 502a3d64fb4b: Waiting 05:07:39 a6c56e8762df: Verifying Checksum 05:07:39 a6c56e8762df: Download complete 05:07:39 c7e7622c144d: Verifying Checksum 05:07:39 c7e7622c144d: Download complete 05:07:39 4f4fb700ef54: Verifying Checksum 05:07:39 4f4fb700ef54: Download complete 05:07:39 e8859aadc426: Verifying Checksum 05:07:39 e8859aadc426: Download complete 05:07:39 94e9d8af2201: Verifying Checksum 05:07:39 94e9d8af2201: Download complete 05:07:40 502a3d64fb4b: Verifying Checksum 05:07:40 502a3d64fb4b: Download complete 05:07:40 94e9d8af2201: Pull complete 05:07:41 a6c56e8762df: Pull complete 05:07:41 f0f3c8884826: Download complete 05:07:42 b4813487a9f6: Verifying Checksum 05:07:42 b4813487a9f6: Download complete 05:07:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:07:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:07:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:07:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:07:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:07:54 f0f3c8884826: Pull complete 05:07:55 c7e7622c144d: Pull complete 05:07:55 4f4fb700ef54: Pull complete 05:07:55 e8859aadc426: Pull complete 05:07:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:08:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:08:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:08:03 b4813487a9f6: Pull complete 05:08:04 502a3d64fb4b: Pull complete 05:08:05 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 05:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:08:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 05:08:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:08:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:08:05 WORKDIR /edgex 05:08:05 COPY go.mod . 05:08:05 RUN go mod download 05:08:05 + docker build -t ci-base-image-arm64 -f - . 05:08:06 Sending build context to Docker daemon 3.704MB 05:08:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 05:08:06 ---> 3bb21d53e231 05:08:06 Step 2/4 : WORKDIR /edgex 05:08:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:08:08 ---> Running in 2068ae28e2eb 05:08:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:08:08 Removing intermediate container 2068ae28e2eb 05:08:08 ---> a69c91fdce17 05:08:08 Step 3/4 : COPY go.mod . 05:08:08 ---> 4ab487986786 05:08:08 Step 4/4 : RUN go mod download 05:08:08 ---> Running in a8d30e7087bd 05:08:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:08:11 $ docker stop --time=1 f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 05:08:14 $ docker rm -f --volumes f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:08:15 05:08:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:08:15 latest: Pulling from edgex-devops/edgex-compose 05:08:15 91d30c5bc195: Pulling fs layer 05:08:15 2e9b0aa3be6d: Pulling fs layer 05:08:15 9c61dcf015f6: Pulling fs layer 05:08:15 4698f68db338: Pulling fs layer 05:08:15 2a2f49069b9e: Pulling fs layer 05:08:15 e0025b399a48: Pulling fs layer 05:08:15 4698f68db338: Waiting 05:08:15 2a2f49069b9e: Waiting 05:08:15 91d30c5bc195: Verifying Checksum 05:08:15 4698f68db338: Verifying Checksum 05:08:15 4698f68db338: Download complete 05:08:15 2e9b0aa3be6d: Download complete 05:08:15 e0025b399a48: Verifying Checksum 05:08:15 e0025b399a48: Download complete 05:08:15 91d30c5bc195: Pull complete 05:08:15 2a2f49069b9e: Download complete 05:08:16 2e9b0aa3be6d: Pull complete 05:08:16 9c61dcf015f6: Verifying Checksum 05:08:16 9c61dcf015f6: Download complete 05:08:18 9c61dcf015f6: Pull complete 05:08:18 4698f68db338: Pull complete 05:08:19 2a2f49069b9e: Pull complete 05:08:19 e0025b399a48: Pull complete 05:08:19 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:08:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:08:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:08:19 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:08:19 $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:08:20 $ docker top 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:08:20 + docker compose -f ./docker-compose-build.yml build --parallel 05:08:23 #1 [security-spire-config internal] load build definition from Dockerfile 05:08:23 #1 transferring dockerfile: 1.69kB done 05:08:23 #1 DONE 0.0s 05:08:23 05:08:23 #2 [security-secretstore-setup internal] load build definition from Dockerfile 05:08:23 #2 transferring dockerfile: 2.49kB done 05:08:23 #2 DONE 0.0s 05:08:23 05:08:23 #3 [core-metadata internal] load build definition from Dockerfile 05:08:23 #3 transferring dockerfile: 2.10kB done 05:08:23 #3 DONE 0.0s 05:08:23 05:08:23 #4 [security-spire-agent internal] load build definition from Dockerfile 05:08:23 #4 transferring dockerfile: 1.81kB done 05:08:23 #4 DONE 0.0s 05:08:23 05:08:23 #5 [core-keeper internal] load build definition from Dockerfile 05:08:23 #5 transferring dockerfile: 2.01kB done 05:08:23 #5 DONE 0.0s 05:08:23 05:08:23 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:08:23 #6 transferring dockerfile: 2.23kB done 05:08:23 #6 DONE 0.0s 05:08:23 05:08:23 #7 [security-spire-config internal] load .dockerignore 05:08:23 #7 transferring context: 50B done 05:08:23 #7 DONE 0.0s 05:08:23 05:08:23 #8 [security-bootstrapper internal] load build definition from Dockerfile 05:08:23 #8 transferring dockerfile: 3.02kB done 05:08:23 #8 DONE 0.0s 05:08:23 05:08:23 #9 [core-data internal] load build definition from Dockerfile 05:08:23 #9 transferring dockerfile: 2.04kB done 05:08:23 #9 DONE 0.0s 05:08:23 05:08:23 #10 [security-proxy-setup internal] load build definition from Dockerfile 05:08:23 #10 transferring dockerfile: 2.50kB done 05:08:23 #10 DONE 0.0s 05:08:23 05:08:23 #11 [support-scheduler internal] load build definition from Dockerfile 05:08:23 #11 transferring dockerfile: 1.83kB done 05:08:23 #11 DONE 0.0s 05:08:23 05:08:23 #12 [core-command internal] load build definition from Dockerfile 05:08:23 #12 transferring dockerfile: 1.94kB done 05:08:23 #12 DONE 0.0s 05:08:23 05:08:23 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:08:23 #13 transferring dockerfile: 1.89kB done 05:08:23 #13 DONE 0.0s 05:08:23 05:08:23 #14 [security-proxy-auth internal] load build definition from Dockerfile 05:08:23 #14 transferring dockerfile: 2.14kB done 05:08:23 #14 DONE 0.0s 05:08:23 05:08:23 #15 [support-notifications internal] load build definition from Dockerfile 05:08:23 #15 transferring dockerfile: 2.00kB done 05:08:23 #15 DONE 0.0s 05:08:23 05:08:23 #16 [security-spire-server internal] load build definition from Dockerfile 05:08:23 #16 transferring dockerfile: 1.70kB done 05:08:23 #16 DONE 0.0s 05:08:23 05:08:23 #17 [security-secretstore-setup internal] load .dockerignore 05:08:23 #17 transferring context: 50B done 05:08:23 #17 DONE 0.0s 05:08:23 05:08:23 #18 [core-metadata internal] load .dockerignore 05:08:23 #18 transferring context: 50B done 05:08:23 #18 DONE 0.0s 05:08:23 05:08:23 #19 [security-spire-agent internal] load .dockerignore 05:08:23 #19 transferring context: 50B done 05:08:23 #19 DONE 0.0s 05:08:23 05:08:23 #20 [core-keeper internal] load .dockerignore 05:08:23 #20 transferring context: 50B done 05:08:24 #20 DONE 0.0s 05:08:24 05:08:24 #21 [core-common-config-bootstrapper internal] load .dockerignore 05:08:24 #21 transferring context: 50B done 05:08:24 #21 DONE 0.0s 05:08:24 05:08:24 #22 [security-bootstrapper internal] load .dockerignore 05:08:24 #22 transferring context: 50B done 05:08:24 #22 DONE 0.0s 05:08:24 05:08:24 #23 [core-data internal] load .dockerignore 05:08:24 #23 transferring context: 50B done 05:08:24 #23 DONE 0.0s 05:08:24 05:08:24 #24 [security-proxy-setup internal] load .dockerignore 05:08:24 #24 transferring context: 50B done 05:08:24 #24 DONE 0.0s 05:08:24 05:08:24 #25 [support-scheduler internal] load .dockerignore 05:08:24 #25 transferring context: 50B done 05:08:24 #25 DONE 0.0s 05:08:24 05:08:24 #26 [core-command internal] load .dockerignore 05:08:24 #26 transferring context: 50B done 05:08:24 #26 DONE 0.0s 05:08:24 05:08:24 #27 [security-spiffe-token-provider internal] load .dockerignore 05:08:24 #27 transferring context: 50B done 05:08:24 #27 DONE 0.0s 05:08:24 05:08:24 #28 [security-proxy-auth internal] load .dockerignore 05:08:24 #28 transferring context: 50B done 05:08:24 #28 DONE 0.0s 05:08:24 05:08:24 #29 [support-notifications internal] load .dockerignore 05:08:24 #29 transferring context: 50B done 05:08:24 #29 DONE 0.0s 05:08:24 05:08:24 #30 [security-spire-server internal] load .dockerignore 05:08:24 #30 transferring context: 50B done 05:08:24 #30 DONE 0.0s 05:08:24 05:08:24 #31 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 05:08:24 #31 DONE 0.1s 05:08:24 05:08:24 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:08:24 #32 ... 05:08:24 05:08:24 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:08:24 #33 DONE 0.0s 05:08:24 05:08:24 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:08:24 #32 ... 05:08:24 05:08:24 #34 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:24 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:24 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:24 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:24 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:24 #34 DONE 0.1s 05:08:24 05:08:24 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:08:24 #33 DONE 0.0s 05:08:24 05:08:24 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:08:24 #33 DONE 0.0s 05:08:24 05:08:24 #34 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:24 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:24 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:24 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:24 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:24 #34 DONE 0.2s 05:08:24 05:08:24 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:08:24 #32 DONE 0.5s 05:08:24 05:08:24 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:08:24 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:08:24 #35 ... 05:08:24 05:08:24 #34 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:24 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:24 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:24 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:24 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:24 #34 DONE 0.2s 05:08:24 05:08:24 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:08:24 #33 DONE 0.0s 05:08:24 05:08:24 #34 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:24 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:24 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:24 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:24 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:24 #34 DONE 0.2s 05:08:24 05:08:24 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 05:08:24 #31 DONE 0.4s 05:08:24 05:08:24 #36 [security-proxy-auth internal] load build context 05:08:24 #36 ... 05:08:24 05:08:24 #37 [security-spire-config internal] load build context 05:08:24 #37 transferring context: 22.05kB 0.0s done 05:08:24 #37 DONE 0.2s 05:08:24 05:08:24 #36 [security-proxy-auth internal] load build context 05:08:28 #36 ... 05:08:28 05:08:28 #34 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:28 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:28 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:28 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:28 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:28 #34 DONE 0.2s 05:08:28 05:08:28 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:08:28 #38 DONE 3.7s 05:08:28 05:08:28 #36 [security-proxy-auth internal] load build context 05:08:28 #36 ... 05:08:28 05:08:28 #34 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:08:28 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 05:08:28 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:08:28 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 05:08:28 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 05:08:28 #34 DONE 0.2s 05:08:28 05:08:28 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:08:28 #32 DONE 4.7s 05:08:28 05:08:28 #36 [security-proxy-auth internal] load build context 05:08:30 #36 transferring context: 173.99MB 5.1s 05:08:34 #36 ... 05:08:34 05:08:34 #39 [security-secretstore-setup internal] load build context 05:08:34 #39 ... 05:08:34 05:08:34 #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:08:34 #0 1.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:34 #0 1.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:34 #0 1.793 (1/4) Installing ca-certificates (20241121-r1) 05:08:34 #0 1.989 (2/4) Installing dumb-init (1.2.5-r3) 05:08:34 #0 2.271 (3/4) Installing su-exec (0.2-r3) 05:08:34 #0 2.274 (4/4) Installing yq-go (4.44.1-r2) 05:08:34 #0 2.338 Executing busybox-1.36.1-r29.trigger 05:08:34 #0 2.354 Executing ca-certificates-20241121-r1.trigger 05:08:34 #0 2.389 OK: 19 MiB in 18 packages 05:08:34 #40 ... 05:08:34 05:08:34 #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:08:34 #0 2.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:34 #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:34 #0 3.004 (1/1) Installing dumb-init (1.2.5-r3) 05:08:34 #0 3.014 Executing busybox-1.36.1-r29.trigger 05:08:34 #0 3.021 OK: 8 MiB in 15 packages 05:08:34 #41 ... 05:08:34 05:08:34 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:08:34 #42 ... 05:08:34 05:08:34 #43 [core-command internal] load build context 05:08:34 #43 ... 05:08:34 05:08:34 #44 [security-spiffe-token-provider internal] load build context 05:08:34 #44 ... 05:08:34 05:08:34 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:08:34 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 05:08:34 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 05:08:34 #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 05:08:34 #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 05:08:34 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.3s done 05:08:34 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 05:08:34 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 05:08:34 #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.1s done 05:08:34 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 05:08:34 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 05:08:34 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 05:08:35 #35 ... 05:08:35 05:08:35 #45 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:08:35 #45 ... 05:08:35 05:08:35 #46 [core-keeper internal] load build context 05:08:35 #46 transferring context: 333.68MB 10.7s 05:08:35 #46 ... 05:08:35 05:08:35 #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:08:35 #47 ... 05:08:35 05:08:35 #48 [core-common-config-bootstrapper internal] load build context 05:08:35 #48 ... 05:08:35 05:08:35 #49 [core-metadata internal] load build context 05:08:35 #49 ... 05:08:35 05:08:35 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:08:35 #0 3.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:35 #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:35 #0 3.735 (1/2) Installing dumb-init (1.2.5-r3) 05:08:35 #0 3.739 (2/2) Installing su-exec (0.2-r3) 05:08:35 #0 3.743 Executing busybox-1.36.1-r29.trigger 05:08:35 #0 3.747 OK: 8 MiB in 16 packages 05:08:35 #50 ... 05:08:35 05:08:35 #51 [core-data internal] load build context 05:08:35 #51 ... 05:08:35 05:08:35 #52 [security-proxy-setup internal] load build context 05:08:35 #52 ... 05:08:35 05:08:35 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:08:35 #53 ... 05:08:35 05:08:35 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:08:36 #54 ... 05:08:36 05:08:36 #55 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:08:36 #55 ... 05:08:36 05:08:36 #56 [support-notifications internal] load build context 05:08:36 #56 ... 05:08:36 05:08:36 #57 [security-bootstrapper internal] load build context 05:08:36 #57 ... 05:08:36 05:08:36 #58 [support-scheduler internal] load build context 05:08:36 #58 ... 05:08:36 05:08:36 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:08:36 #59 ... 05:08:36 05:08:36 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:08:36 #60 ... 05:08:36 05:08:36 #51 [core-data internal] load build context 05:08:37 #51 ... 05:08:37 05:08:37 #61 [security-spire-agent internal] load build context 05:08:37 #61 ... 05:08:37 05:08:37 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:08:37 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 3.8s done 05:08:37 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 05:08:37 #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 05:08:37 #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 05:08:37 #62 ... 05:08:37 05:08:37 #51 [core-data internal] load build context 05:08:39 #51 ... 05:08:39 05:08:39 #63 [security-spire-server internal] load build context 05:08:39 #63 ... 05:08:39 05:08:39 #51 [core-data internal] load build context 05:08:39 #51 transferring context: 507.76MB 14.4s done 05:08:42 #51 ... 05:08:42 05:08:42 #64 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:08:42 #64 ... 05:08:42 05:08:42 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:08:42 #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.4s done 05:08:44 #35 ... 05:08:44 05:08:44 #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:08:44 #42 DONE 20.0s 05:08:44 05:08:44 #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:08:44 #41 DONE 20.1s 05:08:44 05:08:44 #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:08:44 #40 DONE 20.1s 05:08:44 05:08:44 #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:08:44 #50 DONE 20.1s 05:08:44 05:08:44 #39 [security-secretstore-setup internal] load build context 05:08:44 #39 transferring context: 507.76MB 13.1s done 05:08:44 #39 DONE 20.3s 05:08:44 05:08:44 #57 [security-bootstrapper internal] load build context 05:08:44 #57 transferring context: 507.76MB 12.3s done 05:08:44 #57 DONE 20.1s 05:08:44 05:08:44 #52 [security-proxy-setup internal] load build context 05:08:44 #52 transferring context: 507.76MB 13.1s done 05:08:44 #52 DONE 20.0s 05:08:44 05:08:44 #56 [support-notifications internal] load build context 05:08:44 #56 transferring context: 507.76MB 13.7s done 05:08:44 #56 DONE 19.9s 05:08:44 05:08:44 #43 [core-command internal] load build context 05:08:44 #43 transferring context: 507.76MB 14.1s done 05:08:44 #43 DONE 20.0s 05:08:44 05:08:44 #36 [security-proxy-auth internal] load build context 05:08:44 #36 transferring context: 507.76MB 13.8s done 05:08:44 #36 DONE 19.9s 05:08:44 05:08:44 #58 [support-scheduler internal] load build context 05:08:44 #58 transferring context: 507.76MB 14.2s done 05:08:44 #58 DONE 20.0s 05:08:44 05:08:44 #44 [security-spiffe-token-provider internal] load build context 05:08:44 #44 transferring context: 507.76MB 14.5s done 05:08:44 #44 DONE 19.9s 05:08:44 05:08:44 #51 [core-data internal] load build context 05:08:44 #51 DONE 20.0s 05:08:44 05:08:44 #46 [core-keeper internal] load build context 05:08:44 #46 transferring context: 507.76MB 14.7s done 05:08:44 #46 DONE 20.3s 05:08:44 05:08:44 #48 [core-common-config-bootstrapper internal] load build context 05:08:44 #48 transferring context: 507.76MB 15.9s done 05:08:44 #48 DONE 20.2s 05:08:44 05:08:44 #65 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 05:08:44 #65 ... 05:08:44 05:08:44 #49 [core-metadata internal] load build context 05:08:44 #49 transferring context: 507.76MB 16.1s done 05:08:44 #49 DONE 20.4s 05:08:44 05:08:44 #63 [security-spire-server internal] load build context 05:08:44 #63 transferring context: 23.80kB done 05:08:44 #63 DONE 15.8s 05:08:44 05:08:44 #61 [security-spire-agent internal] load build context 05:08:44 #61 transferring context: 23.33kB done 05:08:44 #61 DONE 16.8s 05:08:44 05:08:44 #55 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:08:44 #55 DONE 20.5s 05:08:44 05:08:44 #66 [support-notifications builder 2/7] WORKDIR /edgex-go 05:08:44 #66 DONE 0.1s 05:08:44 05:08:44 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:08:45 #67 ... 05:08:45 05:08:45 #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:08:45 #47 20.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #47 20.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #47 20.65 (1/1) Installing dumb-init (1.2.5-r3) 05:08:45 #47 20.66 Executing busybox-1.36.1-r29.trigger 05:08:45 #47 20.67 OK: 8 MiB in 15 packages 05:08:45 #47 DONE 21.2s 05:08:45 05:08:45 #45 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:08:45 #45 20.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #45 20.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #45 20.75 (1/7) Installing ca-certificates (20241121-r1) 05:08:45 #45 20.76 (2/7) Installing dumb-init (1.2.5-r3) 05:08:45 #45 20.76 (3/7) Installing libgcc (13.2.1_git20240309-r1) 05:08:45 #45 20.77 (4/7) Installing libsodium (1.0.19-r0) 05:08:45 #45 20.78 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 05:08:45 #45 20.80 (6/7) Installing libzmq (4.3.5-r2) 05:08:45 #45 20.81 (7/7) Installing zeromq (4.3.5-r2) 05:08:45 #45 20.81 Executing busybox-1.36.1-r29.trigger 05:08:45 #45 20.82 Executing ca-certificates-20241121-r1.trigger 05:08:45 #45 20.93 OK: 12 MiB in 21 packages 05:08:45 #45 DONE 21.1s 05:08:45 05:08:45 #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:08:45 #53 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #53 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #53 20.91 (1/4) Installing dumb-init (1.2.5-r3) 05:08:45 #53 20.93 (2/4) Installing openssl (3.3.3-r0) 05:08:45 #53 20.94 (3/4) Installing su-exec (0.2-r3) 05:08:45 #53 20.94 (4/4) Installing yq-go (4.44.1-r2) 05:08:45 #53 21.02 Executing busybox-1.36.1-r29.trigger 05:08:45 #53 21.05 OK: 19 MiB in 18 packages 05:08:45 #53 DONE 21.2s 05:08:45 05:08:45 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:08:45 #59 20.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #59 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #59 20.85 (1/3) Installing ca-certificates (20241121-r1) 05:08:45 #59 20.88 (2/3) Installing dumb-init (1.2.5-r3) 05:08:45 #59 20.88 (3/3) Installing tzdata (2025b-r0) 05:08:45 #59 20.96 Executing busybox-1.36.1-r29.trigger 05:08:45 #59 20.96 Executing ca-certificates-20241121-r1.trigger 05:08:45 #59 21.05 OK: 10 MiB in 17 packages 05:08:45 #59 DONE 21.3s 05:08:45 05:08:45 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:08:45 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 05:08:45 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 05:08:45 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 5.3s done 05:08:45 #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 5.6s done 05:08:45 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 05:08:45 #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.0s done 05:08:45 #62 DONE 18.0s 05:08:45 05:08:45 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:08:45 #60 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #60 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #60 20.56 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:08:45 #60 20.56 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:08:45 #60 20.56 OK: 24171 distinct packages available 05:08:45 #60 20.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:45 #60 20.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:45 #60 21.11 (1/4) Installing dumb-init (1.2.5-r3) 05:08:45 #60 21.12 (2/4) Installing musl-obstack (1.2.3-r2) 05:08:45 #60 21.13 (3/4) Installing libucontext (1.2-r3) 05:08:45 #60 21.13 (4/4) Installing gcompat (1.1.0-r4) 05:08:45 #60 21.13 Executing busybox-1.36.1-r29.trigger 05:08:45 #60 21.20 OK: 8 MiB in 18 packages 05:08:45 #60 DONE 21.4s 05:08:45 05:08:45 #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:46 #68 ... 05:08:46 05:08:46 #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:08:46 #54 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #54 20.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #54 20.69 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:08:46 #54 20.69 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:08:46 #54 20.69 OK: 24171 distinct packages available 05:08:46 #54 20.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #54 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #54 21.21 (1/14) Installing ca-certificates (20241121-r1) 05:08:46 #54 21.23 (2/14) Installing brotli-libs (1.1.0-r2) 05:08:46 #54 21.25 (3/14) Installing c-ares (1.33.1-r0) 05:08:46 #54 21.25 (4/14) Installing libunistring (1.2-r0) 05:08:46 #54 21.28 (5/14) Installing libidn2 (2.3.7-r0) 05:08:46 #54 21.28 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:08:46 #54 21.29 (7/14) Installing libpsl (0.21.5-r1) 05:08:46 #54 21.29 (8/14) Installing zstd-libs (1.5.6-r0) 05:08:46 #54 21.31 (9/14) Installing libcurl (8.12.1-r0) 05:08:46 #54 21.32 (10/14) Installing curl (8.12.1-r0) 05:08:46 #54 21.33 (11/14) Installing dumb-init (1.2.5-r3) 05:08:46 #54 21.33 (12/14) Installing musl-obstack (1.2.3-r2) 05:08:46 #54 21.34 (13/14) Installing libucontext (1.2-r3) 05:08:46 #54 21.34 (14/14) Installing gcompat (1.1.0-r4) 05:08:46 #54 21.34 Executing busybox-1.36.1-r29.trigger 05:08:46 #54 21.36 Executing ca-certificates-20241121-r1.trigger 05:08:46 #54 21.40 OK: 13 MiB in 28 packages 05:08:46 #54 DONE 21.6s 05:08:46 05:08:46 #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:46 #69 ... 05:08:46 05:08:46 #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:08:46 #0 1.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #0 1.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #0 1.843 OK: 19 MiB in 18 packages 05:08:46 #70 DONE 2.0s 05:08:46 05:08:46 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:08:46 #0 1.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #0 1.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #0 1.851 OK: 8 MiB in 16 packages 05:08:46 #71 DONE 2.1s 05:08:46 05:08:46 #64 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:08:46 #64 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #64 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #64 14.23 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:08:46 #64 14.23 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:08:46 #64 14.23 OK: 24171 distinct packages available 05:08:46 #64 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:46 #64 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:46 #64 14.77 (1/5) Installing dumb-init (1.2.5-r3) 05:08:46 #64 14.77 (2/5) Installing musl-obstack (1.2.3-r2) 05:08:46 #64 14.78 (3/5) Installing libucontext (1.2-r3) 05:08:46 #64 14.78 (4/5) Installing gcompat (1.1.0-r4) 05:08:46 #64 14.78 (5/5) Installing openssl (3.3.3-r0) 05:08:46 #64 14.80 Executing busybox-1.36.1-r29.trigger 05:08:46 #64 14.80 OK: 9 MiB in 19 packages 05:08:46 #64 DONE 15.0s 05:08:46 05:08:46 #72 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 05:08:47 #72 ... 05:08:47 05:08:47 #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:08:47 #73 DONE 2.6s 05:08:47 05:08:47 #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:08:47 #0 2.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.439 OK: 248 MiB in 58 packages 05:08:47 #74 DONE 2.6s 05:08:47 05:08:47 #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade 05:08:47 #65 1.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #65 2.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #65 2.903 OK: 8 MiB in 15 packages 05:08:47 #65 DONE 3.0s 05:08:47 05:08:47 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:08:47 #75 DONE 0.1s 05:08:47 05:08:47 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:47 #76 ... 05:08:47 05:08:47 #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:08:47 #0 2.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.638 OK: 248 MiB in 58 packages 05:08:47 #77 DONE 2.9s 05:08:47 05:08:47 #78 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:08:47 #0 2.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.737 OK: 248 MiB in 58 packages 05:08:47 #78 DONE 3.0s 05:08:47 05:08:47 #79 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:08:47 #0 1.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #0 1.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.144 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:08:47 #0 2.144 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:08:47 #0 2.144 OK: 24171 distinct packages available 05:08:47 #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #0 2.780 OK: 248 MiB in 58 packages 05:08:47 #79 DONE 3.0s 05:08:47 05:08:47 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 05:08:47 #67 2.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:47 #67 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:47 #67 2.675 OK: 248 MiB in 58 packages 05:08:47 #67 DONE 3.0s 05:08:47 05:08:47 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:08:47 #80 DONE 0.1s 05:08:47 05:08:47 #81 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:08:47 #81 DONE 0.1s 05:08:47 05:08:47 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:48 #82 ... 05:08:48 05:08:48 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:08:48 #83 DONE 0.1s 05:08:48 05:08:48 #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:08:48 #84 DONE 0.1s 05:08:48 05:08:48 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:08:48 #0 1.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:48 #0 1.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:48 #0 1.998 OK: 8 MiB in 15 packages 05:08:48 #85 DONE 2.1s 05:08:48 05:08:48 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:49 #86 ... 05:08:49 05:08:49 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:08:49 #0 2.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:49 #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:49 #0 3.311 OK: 12 MiB in 21 packages 05:08:49 #87 DONE 3.5s 05:08:49 05:08:49 #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:08:49 #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:49 #0 2.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:49 #0 3.279 OK: 19 MiB in 18 packages 05:08:49 #88 DONE 3.5s 05:08:49 05:08:49 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:08:49 #0 2.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:49 #0 2.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:49 #0 3.309 OK: 10 MiB in 17 packages 05:08:49 #89 DONE 3.5s 05:08:49 05:08:49 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:08:49 #90 DONE 0.0s 05:08:49 05:08:49 #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:49 #69 3.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:49 #69 3.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:49 #69 ... 05:08:49 05:08:49 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:08:49 #91 DONE 3.0s 05:08:49 05:08:49 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:08:49 #92 DONE 0.1s 05:08:49 05:08:49 #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:49 #68 3.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:49 #68 3.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:49 #68 3.601 OK: 8 MiB in 18 packages 05:08:49 #68 DONE 3.8s 05:08:49 05:08:49 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:49 #76 2.395 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:50 #76 ... 05:08:50 05:08:50 #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:50 #69 3.503 OK: 13 MiB in 28 packages 05:08:50 #69 DONE 3.9s 05:08:50 05:08:50 #72 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 05:08:50 #72 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:50 #72 2.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:50 #72 3.186 OK: 9 MiB in 19 packages 05:08:50 #72 DONE 3.6s 05:08:50 05:08:50 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:50 #93 DONE 0.5s 05:08:50 05:08:50 #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:08:50 #94 DONE 0.1s 05:08:50 05:08:50 #95 [security-spire-config stage-2 6/10] COPY security.txt / 05:08:51 #95 DONE 0.6s 05:08:51 05:08:51 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:51 #96 DONE 0.7s 05:08:51 05:08:51 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:08:51 #97 DONE 0.7s 05:08:51 05:08:51 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:08:51 #98 ... 05:08:51 05:08:51 #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:08:51 #99 DONE 0.5s 05:08:51 05:08:51 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:08:51 #98 DONE 0.5s 05:08:51 05:08:51 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:51 #100 DONE 0.5s 05:08:51 05:08:51 #101 [security-spire-server stage-2 6/9] COPY security.txt / 05:08:51 #101 DONE 0.1s 05:08:51 05:08:51 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:08:51 #102 DONE 0.0s 05:08:51 05:08:51 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:08:51 #103 DONE 0.1s 05:08:51 05:08:51 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:08:51 #104 DONE 0.1s 05:08:51 05:08:51 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:08:51 #105 DONE 0.1s 05:08:51 05:08:51 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 05:08:51 #106 DONE 0.1s 05:08:51 05:08:51 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:08:51 #107 DONE 0.1s 05:08:51 05:08:51 #108 [security-spire-config] exporting to image 05:08:51 #108 exporting layers 05:08:51 #108 ... 05:08:51 05:08:51 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:08:51 #109 DONE 0.1s 05:08:51 05:08:51 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:08:51 #110 DONE 0.0s 05:08:51 05:08:51 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:08:51 #111 DONE 0.0s 05:08:51 05:08:51 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:08:51 #112 DONE 0.1s 05:08:51 05:08:51 #108 [security-spire-server] exporting to image 05:08:52 #108 exporting layers 0.8s done 05:08:52 #108 writing image sha256:dcd51aa38ffc418601bd33048502a421fa39ffd9fa19e5f26b4f7e49279cbb42 done 05:08:52 #108 naming to docker.io/library/security-spire-config done 05:08:52 #108 exporting layers 0.7s done 05:08:52 #108 writing image sha256:cc3929c8aa0e62dd4dea3b2465df34fc087dde42ea45962bd3c04eea1f37db7b done 05:08:52 #108 naming to docker.io/library/security-spire-server done 05:08:52 #108 writing image sha256:402fa4547a14f887d18375a9f649201c68bd9326bcc2626e240c6bed2f49f1b9 done 05:08:52 #108 naming to docker.io/library/security-spire-agent done 05:08:52 #108 DONE 0.9s 05:08:52 05:08:52 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:52 #76 5.012 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:53 #76 ... 05:08:53 05:08:53 #113 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:08:53 #0 1.665 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 05:08:53 #0 4.322 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 05:08:53 #0 7.818 (1/1) Installing dumb-init (1.2.5-r3) 05:08:53 #0 9.322 Executing busybox-1.36.1-r29.trigger 05:08:53 #0 9.330 OK: 8 MiB in 15 packages 05:08:53 #113 DONE 9.5s 05:08:53 05:08:53 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:08:55 #35 ... 05:08:55 05:08:55 #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:55 #76 8.361 OK: 248 MiB in 58 packages 05:08:56 #76 DONE 8.7s 05:08:56 05:08:56 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:08:56 #114 DONE 0.3s 05:08:56 05:08:56 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:56 #115 ... 05:08:56 05:08:56 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:57 #116 ... 05:08:57 05:08:57 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:57 #117 ... 05:08:57 05:08:57 #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #118 DONE 38.0s 05:09:29 05:09:29 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #115 DONE 38.0s 05:09:29 05:09:29 #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #116 DONE 29.5s 05:09:29 05:09:29 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #82 DONE 38.1s 05:09:29 05:09:29 #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #117 DONE 38.5s 05:09:29 05:09:29 #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:29 #86 DONE 38.0s 05:09:29 05:09:29 #119 [support-notifications builder 6/7] COPY . . 05:09:30 Removing intermediate container a8d30e7087bd 05:09:30 ---> 48106da278df 05:09:30 Successfully built 48106da278df 05:09:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:30 + docker inspect -f . ci-base-image-arm64 05:09:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:30 prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container 05:09:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:09:32 $ docker top 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:33 + go version 05:09:33 go version go1.23.9 linux/arm64 [Pipeline] } 05:09:33 $ docker stop --time=1 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 05:09:34 #119 ... 05:09:34 05:09:34 #120 [support-scheduler builder 6/7] COPY . . 05:09:34 #120 DONE 8.0s 05:09:34 05:09:34 #121 [core-metadata builder 6/7] COPY . . 05:09:34 #121 DONE 8.0s 05:09:34 05:09:34 #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:09:34 #122 CACHED 05:09:34 05:09:34 #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #123 CACHED 05:09:34 05:09:34 #124 [security-proxy-auth builder 6/7] COPY . . 05:09:34 #124 CACHED 05:09:34 05:09:34 #125 [core-command builder 6/7] COPY . . 05:09:34 #125 CACHED 05:09:34 05:09:34 #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #126 CACHED 05:09:34 05:09:34 #127 [core-command builder 4/7] COPY go.mod vendor* ./ 05:09:34 #127 CACHED 05:09:34 05:09:34 #128 [core-data builder 6/7] COPY . . 05:09:34 #128 CACHED 05:09:34 05:09:34 #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #129 CACHED 05:09:34 05:09:34 #130 [core-data builder 4/7] COPY go.mod vendor* ./ 05:09:34 #130 CACHED 05:09:34 05:09:34 #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #131 CACHED 05:09:34 05:09:34 #132 [security-proxy-setup builder 6/7] COPY . . 05:09:34 #132 CACHED 05:09:34 05:09:34 #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:09:34 #133 CACHED 05:09:34 05:09:34 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 05:09:34 #134 CACHED 05:09:34 05:09:34 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:09:34 #135 CACHED 05:09:34 05:09:34 #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #136 CACHED 05:09:34 05:09:34 #119 [support-notifications builder 6/7] COPY . . 05:09:34 #119 DONE 8.0s 05:09:34 05:09:34 #137 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:09:34 #137 CACHED 05:09:34 05:09:34 #138 [security-bootstrapper builder 6/7] COPY . . 05:09:34 #138 CACHED 05:09:34 05:09:34 #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:34 #139 CACHED 05:09:34 05:09:34 #140 [security-secretstore-setup builder 6/7] COPY . . 05:09:34 #140 DONE 8.1s 05:09:34 05:09:34 #141 [core-keeper builder 7/8] COPY . . 05:09:34 #141 DONE 8.1s 05:09:34 05:09:34 #142 [security-spiffe-token-provider builder 6/7] COPY . . 05:09:34 #142 DONE 8.1s 05:09:34 05:09:34 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:09:34 $ docker rm -f --volumes 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 [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 05:09:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:09:35 05:09:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:35 #143 1.231 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:09:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:09:35 latest: Pulling from edgex-devops/edgex-compose-arm64 05:09:35 547446be3368: Pulling fs layer 05:09:35 d125d8839a47: Pulling fs layer 05:09:35 3e85d5ac6304: Pulling fs layer 05:09:35 c3105a71a48b: Pulling fs layer 05:09:35 0f093f025ec4: Pulling fs layer 05:09:35 c3106fc0e877: Pulling fs layer 05:09:35 c3105a71a48b: Waiting 05:09:35 0f093f025ec4: Waiting 05:09:35 547446be3368: Verifying Checksum 05:09:35 c3105a71a48b: Verifying Checksum 05:09:35 c3105a71a48b: Download complete 05:09:36 d125d8839a47: Verifying Checksum 05:09:36 d125d8839a47: Download complete 05:09:36 c3106fc0e877: Verifying Checksum 05:09:36 c3106fc0e877: Download complete 05:09:36 0f093f025ec4: Verifying Checksum 05:09:36 0f093f025ec4: Download complete 05:09:36 547446be3368: Pull complete 05:09:37 d125d8839a47: Pull complete 05:09:38 3e85d5ac6304: Verifying Checksum 05:09:38 3e85d5ac6304: Download complete 05:09:45 #143 ... 05:09:45 05:09:45 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:09:45 #0 0.450 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:09:45 #144 ... 05:09:45 05:09:45 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:09:45 #0 0.713 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:09:45 #145 ... 05:09:45 05:09:45 #146 [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:09:45 #0 1.300 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:09:45 #146 ... 05:09:45 05:09:45 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:09:45 #0 0.374 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:09:45 #147 ... 05:09:45 05:09:45 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:09:45 #0 1.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:09:45 #148 ... 05:09:45 05:09:45 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:09:45 #0 0.837 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:09:45 #149 ... 05:09:45 05:09:45 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:09:45 #0 1.044 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:09:45 #150 ... 05:09:45 05:09:45 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:09:45 #0 1.087 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:09:45 #151 ... 05:09:45 05:09:45 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:09:45 #0 0.499 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:09:45 #152 ... 05:09:45 05:09:45 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:09:45 #0 1.176 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:09:45 #153 ... 05:09:45 05:09:45 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:45 #0 0.780 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:09:48 3e85d5ac6304: Pull complete 05:09:48 c3105a71a48b: Pull complete 05:09:48 0f093f025ec4: Pull complete 05:09:49 c3106fc0e877: Pull complete 05:09:49 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:09:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:09:49 prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container 05:09:49 $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:09:51 $ docker top f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 -eo pid,comm [Pipeline] { [Pipeline] sh 05:09:52 + docker compose -f ./docker-compose-build.yml build --parallel 05:10:00 #1 [support-notifications internal] load build definition from Dockerfile 05:10:00 #1 transferring dockerfile: 05:10:00 #1 transferring dockerfile: 2.00kB done 05:10:00 #1 DONE 0.1s 05:10:01 05:10:01 #2 [core-keeper internal] load build definition from Dockerfile 05:10:01 #2 transferring dockerfile: 2.01kB done 05:10:01 #2 DONE 0.0s 05:10:01 05:10:01 #3 [security-proxy-auth internal] load build definition from Dockerfile 05:10:01 #3 transferring dockerfile: 2.14kB done 05:10:01 #3 DONE 0.1s 05:10:01 05:10:01 #4 [security-spire-agent internal] load build definition from Dockerfile 05:10:01 #4 transferring dockerfile: 1.81kB done 05:10:01 #4 DONE 0.0s 05:10:01 05:10:01 #5 [security-spire-config internal] load build definition from Dockerfile 05:10:01 #5 transferring dockerfile: 1.69kB done 05:10:01 #5 DONE 0.1s 05:10:01 05:10:01 #6 [core-metadata internal] load build definition from Dockerfile 05:10:01 #6 transferring dockerfile: 2.10kB done 05:10:01 #6 DONE 0.1s 05:10:01 05:10:01 #7 [core-command internal] load build definition from Dockerfile 05:10:01 #7 transferring dockerfile: 1.94kB done 05:10:01 #7 DONE 0.1s 05:10:01 05:10:01 #8 [security-bootstrapper internal] load build definition from Dockerfile 05:10:01 #8 transferring dockerfile: 3.02kB 0.0s done 05:10:01 #8 DONE 0.1s 05:10:01 05:10:01 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:10:01 #9 transferring dockerfile: 2.23kB 0.0s done 05:10:01 #9 DONE 0.1s 05:10:01 05:10:01 #10 [support-scheduler internal] load build definition from Dockerfile 05:10:01 #10 transferring dockerfile: 1.83kB done 05:10:01 #10 DONE 0.1s 05:10:01 05:10:01 #11 [security-spire-server internal] load build definition from Dockerfile 05:10:01 #11 transferring dockerfile: 1.70kB done 05:10:01 #11 DONE 0.1s 05:10:01 05:10:01 #12 [security-proxy-setup internal] load build definition from Dockerfile 05:10:01 #12 transferring dockerfile: 2.50kB done 05:10:01 #12 DONE 0.1s 05:10:01 05:10:01 #13 [security-secretstore-setup internal] load build definition from Dockerfile 05:10:02 #13 transferring dockerfile: 2.49kB 0.1s done 05:10:02 #13 DONE 0.1s 05:10:02 05:10:02 #14 [core-data internal] load build definition from Dockerfile 05:10:02 #14 transferring dockerfile: 2.04kB 0.0s done 05:10:02 #14 DONE 0.1s 05:10:02 05:10:02 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:10:02 #15 transferring dockerfile: 1.89kB done 05:10:02 #15 DONE 0.1s 05:10:02 05:10:02 #16 [support-notifications internal] load .dockerignore 05:10:02 #16 transferring context: 05:10:02 #16 transferring context: 50B 0.0s done 05:10:02 #16 DONE 0.1s 05:10:02 05:10:02 #17 [core-keeper internal] load .dockerignore 05:10:02 #17 transferring context: 50B done 05:10:02 #17 DONE 0.1s 05:10:02 05:10:02 #18 [security-proxy-auth internal] load .dockerignore 05:10:02 #18 transferring context: 50B 0.0s done 05:10:02 #18 DONE 0.1s 05:10:02 05:10:02 #19 [security-spire-agent internal] load .dockerignore 05:10:02 #19 transferring context: 50B done 05:10:02 #19 DONE 0.1s 05:10:02 05:10:02 #20 [security-spire-config internal] load .dockerignore 05:10:03 #20 transferring context: 50B done 05:10:03 #20 DONE 0.1s 05:10:03 05:10:03 #21 [core-metadata internal] load .dockerignore 05:10:03 #21 transferring context: 50B 0.0s done 05:10:03 #21 DONE 0.1s 05:10:03 05:10:03 #22 [core-command internal] load .dockerignore 05:10:03 #22 transferring context: 50B done 05:10:03 #22 DONE 0.1s 05:10:03 05:10:03 #23 [security-bootstrapper internal] load .dockerignore 05:10:03 #23 transferring context: 50B 0.0s done 05:10:03 #23 DONE 0.1s 05:10:03 05:10:03 #24 [core-common-config-bootstrapper internal] load .dockerignore 05:10:03 #24 transferring context: 50B done 05:10:03 #24 DONE 0.1s 05:10:03 05:10:03 #25 [support-scheduler internal] load .dockerignore 05:10:03 #25 transferring context: 50B done 05:10:03 #25 DONE 0.1s 05:10:03 05:10:03 #26 [security-spire-server internal] load .dockerignore 05:10:03 #26 transferring context: 50B 0.0s done 05:10:03 #26 DONE 0.1s 05:10:03 05:10:03 #27 [security-proxy-setup internal] load .dockerignore 05:10:03 #27 transferring context: 50B 0.0s done 05:10:03 #27 DONE 0.1s 05:10:03 05:10:03 #28 [security-secretstore-setup internal] load .dockerignore 05:10:03 #28 transferring context: 50B 0.0s done 05:10:03 #28 DONE 0.1s 05:10:03 05:10:03 #29 [core-data internal] load .dockerignore 05:10:03 #29 transferring context: 50B done 05:10:03 #29 DONE 0.1s 05:10:03 05:10:03 #30 [security-spiffe-token-provider internal] load .dockerignore 05:10:03 #30 transferring context: 50B done 05:10:03 #30 DONE 0.1s 05:10:03 05:10:03 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:03 #31 DONE 0.0s 05:10:03 05:10:03 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 05:10:04 #32 ... 05:10:04 05:10:04 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:04 #31 DONE 0.0s 05:10:04 05:10:04 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:04 #33 DONE 0.1s 05:10:04 05:10:04 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 05:10:04 #32 ... 05:10:04 05:10:04 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:04 #31 DONE 0.0s 05:10:04 05:10:04 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 05:10:04 #32 ... 05:10:04 05:10:04 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:04 #33 DONE 0.4s 05:10:04 05:10:04 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 05:10:04 #32 ... 05:10:04 05:10:04 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:04 #31 DONE 0.0s 05:10:04 05:10:04 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 05:10:04 #32 DONE 0.6s 05:10:04 05:10:04 #34 [support-notifications internal] load build context 05:10:05 #34 ... 05:10:05 05:10:05 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:05 #31 DONE 0.0s 05:10:05 05:10:05 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:05 #33 DONE 0.4s 05:10:05 05:10:05 #34 [support-notifications internal] load build context 05:10:05 #34 ... 05:10:05 05:10:05 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:05 #31 DONE 0.0s 05:10:05 05:10:05 #34 [support-notifications internal] load build context 05:10:05 #34 ... 05:10:05 05:10:05 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 05:10:05 #32 DONE 0.8s 05:10:05 05:10:05 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:05 #33 DONE 0.5s 05:10:05 05:10:05 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:05 #31 DONE 0.0s 05:10:05 05:10:05 #34 [support-notifications internal] load build context 05:10:05 #34 transferring context: 3.22MB 1.0s done 05:10:05 #34 DONE 1.4s 05:10:05 05:10:05 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:05 #33 DONE 0.5s 05:10:05 05:10:05 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:05 #31 DONE 0.0s 05:10:05 05:10:05 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 05:10:06 #32 ... 05:10:06 05:10:06 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:06 #31 DONE 0.0s 05:10:06 05:10:06 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 05:10:06 #32 ... 05:10:06 05:10:06 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:06 #31 DONE 0.0s 05:10:06 05:10:06 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 05:10:06 #32 DONE 1.7s 05:10:06 05:10:06 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:06 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:06 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:06 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:06 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:06 #33 DONE 0.6s 05:10:06 05:10:06 #35 [security-proxy-auth internal] load build context 05:10:06 #35 transferring context: 3.22MB 1.4s done 05:10:06 #35 DONE 1.9s 05:10:06 05:10:06 #36 [core-keeper internal] load build context 05:10:06 #36 ... 05:10:06 05:10:06 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:06 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:06 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:06 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:06 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:06 #33 DONE 0.6s 05:10:06 05:10:06 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:10:06 #31 DONE 0.0s 05:10:06 05:10:06 #37 [security-secretstore-setup internal] load build context 05:10:06 #37 DONE 0.0s 05:10:06 05:10:06 #38 [security-proxy-setup internal] load build context 05:10:06 #38 DONE 0.0s 05:10:06 05:10:06 #36 [core-keeper internal] load build context 05:10:06 #36 transferring context: 3.22MB 1.9s done 05:10:07 #36 ... 05:10:07 05:10:07 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 05:10:07 #39 DONE 2.5s 05:10:07 05:10:07 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:10:07 #40 ... 05:10:07 05:10:07 #41 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 05:10:07 #41 DONE 3.0s 05:10:08 05:10:08 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:08 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:08 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:08 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:08 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:08 #33 DONE 0.6s 05:10:08 05:10:08 #42 [core-command internal] load build context 05:10:08 #42 ... 05:10:08 05:10:08 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:08 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:08 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:08 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:08 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:08 #33 DONE 0.6s 05:10:08 05:10:08 #43 [security-spire-server internal] load build context 05:10:08 #43 DONE 0.0s 05:10:08 05:10:08 #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:08 #44 DONE 0.0s 05:10:08 05:10:08 #42 [core-command internal] load build context 05:10:08 #42 ... 05:10:08 05:10:08 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:08 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:08 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:08 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:08 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:08 #33 DONE 0.6s 05:10:08 05:10:08 #42 [core-command internal] load build context 05:10:08 #42 ... 05:10:08 05:10:08 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 05:10:08 #32 DONE 3.3s 05:10:08 05:10:08 #42 [core-command internal] load build context 05:10:08 #42 ... 05:10:08 05:10:08 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 05:10:08 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 05:10:08 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 05:10:08 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 05:10:08 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 05:10:08 #33 DONE 0.7s 05:10:08 05:10:08 #42 [core-command internal] load build context 05:10:09 #42 transferring context: 3.22MB 3.4s done 05:10:09 #42 ... 05:10:09 05:10:09 #45 [core-metadata internal] load build context 05:10:09 #45 transferring context: 3.22MB 3.2s done 05:10:09 #45 DONE 4.5s 05:10:09 05:10:09 #36 [core-keeper internal] load build context 05:10:09 #36 DONE 5.0s 05:10:09 05:10:09 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:09 #44 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done 05:10:09 #44 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 05:10:09 #44 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 05:10:09 #44 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 05:10:10 #44 ... 05:10:10 05:10:10 #42 [core-command internal] load build context 05:10:10 #42 DONE 4.5s 05:10:10 05:10:10 #46 [security-bootstrapper internal] load build context 05:10:10 #46 transferring context: 3.22MB 3.5s done 05:10:10 #46 DONE 4.6s 05:10:10 05:10:10 #47 [core-common-config-bootstrapper internal] load build context 05:10:10 #47 transferring context: 3.22MB 3.6s done 05:10:10 #47 ... 05:10:10 05:10:10 #48 [support-scheduler internal] load build context 05:10:10 #48 transferring context: 3.22MB 2.9s done 05:10:10 #48 DONE 4.8s 05:10:10 05:10:10 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:10 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 05:10:10 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.0s 05:10:10 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.0s 05:10:10 #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 05:10:10 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s 05:10:11 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s 05:10:11 #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s done 05:10:11 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done 05:10:12 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.93MB / 33.17MB 2.4s 05:10:12 #44 ... 05:10:12 05:10:12 #47 [core-common-config-bootstrapper internal] load build context 05:10:12 #47 DONE 6.7s 05:10:12 05:10:12 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:13 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.80MB / 33.17MB 3.5s 05:10:13 #44 ... 05:10:13 05:10:13 #49 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:13 #49 DONE 8.9s 05:10:13 05:10:13 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:14 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 05:10:14 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 05:10:14 #44 ... 05:10:14 05:10:14 #50 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:10:14 #50 ... 05:10:14 05:10:14 #51 [security-spire-agent internal] load build context 05:10:14 #51 transferring context: 23.33kB 0.2s done 05:10:14 #51 DONE 6.5s 05:10:14 05:10:14 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:14 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.7s 05:10:14 #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 05:10:15 #44 ... 05:10:15 05:10:15 #52 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:10:15 #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:15 #0 9.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:15 #52 ... 05:10:15 05:10:15 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:10:15 #0 6.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:15 #0 7.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:15 #53 ... 05:10:15 05:10:15 #54 [security-spire-config internal] load build context 05:10:15 #54 transferring context: 22.05kB 0.2s done 05:10:15 #54 DONE 7.2s 05:10:15 05:10:15 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:15 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 5.3s 05:10:15 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.7s 05:10:15 #44 ... 05:10:15 05:10:15 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:10:15 #0 5.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:15 #0 6.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:15 #0 9.088 (1/2) Installing dumb-init (1.2.5-r3) 05:10:15 #0 9.146 (2/2) Installing su-exec (0.2-r3) 05:10:15 #0 9.235 Executing busybox-1.36.1-r29.trigger 05:10:15 #0 9.255 OK: 9 MiB in 16 packages 05:10:15 #55 ... 05:10:15 05:10:15 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:16 #44 ... 05:10:16 05:10:16 #43 [security-spire-server internal] load build context 05:10:16 #43 transferring context: 23.80kB 0.3s done 05:10:16 #43 DONE 8.3s 05:10:16 05:10:16 #56 [security-spiffe-token-provider internal] load build context 05:10:16 #56 ... 05:10:16 05:10:16 #50 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:10:16 #50 DONE 12.9s 05:10:16 05:10:16 #56 [security-spiffe-token-provider internal] load build context 05:10:16 #56 ... 05:10:16 05:10:16 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:10:16 #57 ... 05:10:16 05:10:16 #56 [security-spiffe-token-provider internal] load build context 05:10:16 #56 ... 05:10:16 05:10:16 #38 [security-proxy-setup internal] load build context 05:10:16 #38 ... 05:10:16 05:10:16 #37 [security-secretstore-setup internal] load build context 05:10:16 #37 ... 05:10:16 05:10:16 #58 [core-data internal] load build context 05:10:16 #58 ... 05:10:16 05:10:16 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:10:16 #55 DONE 11.3s 05:10:16 05:10:16 #58 [core-data internal] load build context 05:10:16 #58 ... 05:10:16 05:10:16 #52 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:10:16 #52 12.04 (1/1) Installing dumb-init (1.2.5-r3) 05:10:16 #52 12.04 Executing busybox-1.36.1-r29.trigger 05:10:16 #52 12.15 OK: 9 MiB in 15 packages 05:10:17 #52 ... 05:10:17 05:10:17 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 05:10:17 #53 10.52 (1/7) Installing ca-certificates (20241121-r1) 05:10:17 #53 10.52 (2/7) Installing dumb-init (1.2.5-r3) 05:10:17 #53 10.52 (3/7) Installing libgcc (13.2.1_git20240309-r1) 05:10:17 #53 10.52 (4/7) Installing libsodium (1.0.19-r0) 05:10:17 #53 10.52 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 05:10:17 #53 10.58 (6/7) Installing libzmq (4.3.5-r2) 05:10:17 #53 10.63 (7/7) Installing zeromq (4.3.5-r2) 05:10:17 #53 10.71 Executing busybox-1.36.1-r29.trigger 05:10:17 #53 10.80 Executing ca-certificates-20241121-r1.trigger 05:10:17 #53 11.37 OK: 14 MiB in 21 packages 05:10:17 #53 DONE 12.6s 05:10:17 05:10:17 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:10:17 #59 ... 05:10:17 05:10:17 #60 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 05:10:17 #60 ... 05:10:17 05:10:17 #38 [security-proxy-setup internal] load build context 05:10:17 #38 transferring context: 3.22MB 6.8s done 05:10:17 #38 DONE 11.0s 05:10:17 05:10:17 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:17 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.32MB / 33.17MB 8.0s 05:10:17 #44 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 05:10:17 #44 ... 05:10:17 05:10:17 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:10:18 #61 ... 05:10:18 05:10:18 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:10:18 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done 05:10:18 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 05:10:18 #62 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 05:10:18 #62 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 05:10:18 #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 05:10:18 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 05:10:18 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 05:10:18 #62 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 8.0s 05:10:18 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.8s done 05:10:18 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 05:10:18 #62 ... 05:10:18 05:10:18 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:18 #44 ... 05:10:18 05:10:18 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:10:18 #52 DONE 13.7s 05:10:18 05:10:18 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:18 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.17MB / 33.17MB 8.6s 05:10:18 #44 ... 05:10:18 05:10:18 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:10:18 #63 ... 05:10:18 05:10:18 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:10:18 #59 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:18 #59 ... 05:10:18 05:10:18 #58 [core-data internal] load build context 05:10:18 #58 transferring context: 3.22MB 7.3s done 05:10:18 #58 DONE 12.2s 05:10:18 05:10:18 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:10:19 #64 ... 05:10:19 05:10:19 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 05:10:19 #65 ... 05:10:19 05:10:19 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:10:19 #66 ... 05:10:19 05:10:19 #60 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:10:20 #60 DONE 3.2s 05:10:20 05:10:20 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:10:20 #67 ... 05:10:20 05:10:20 #37 [security-secretstore-setup internal] load build context 05:10:20 #37 transferring context: 3.22MB 9.1s done 05:10:20 #37 DONE 13.3s 05:10:20 05:10:20 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:10:20 #64 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:21 #64 ... 05:10:21 05:10:21 #56 [security-spiffe-token-provider internal] load build context 05:10:21 #56 transferring context: 3.22MB 7.7s done 05:10:21 #56 DONE 11.9s 05:10:21 05:10:21 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:21 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 11.2s 05:10:22 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.4s 05:10:23 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.26MB / 33.17MB 13.5s 05:10:23 #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.7s done 05:10:24 #44 ... 05:10:24 05:10:24 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:10:24 #68 ... 05:10:24 05:10:24 #69 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:10:24 #69 ... 05:10:24 05:10:24 #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:10:24 #40 9.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:24 #40 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:24 #40 13.11 (1/4) Installing dumb-init (1.2.5-r3) 05:10:24 #40 13.14 (2/4) Installing openssl (3.3.3-r0) 05:10:24 #40 13.24 (3/4) Installing su-exec (0.2-r3) 05:10:24 #40 13.27 (4/4) Installing yq-go (4.44.1-r2) 05:10:24 #40 14.87 Executing busybox-1.36.1-r29.trigger 05:10:24 #40 15.08 OK: 20 MiB in 18 packages 05:10:24 #40 DONE 17.5s 05:10:24 05:10:24 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:10:27 #70 ... 05:10:27 05:10:27 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:10:27 #71 ... 05:10:27 05:10:27 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:10:27 #61 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:27 #61 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:27 #61 17.93 (1/1) Installing dumb-init (1.2.5-r3) 05:10:27 #61 17.95 Executing busybox-1.36.1-r29.trigger 05:10:27 #61 18.04 OK: 9 MiB in 15 packages 05:10:27 #61 DONE 19.5s 05:10:27 05:10:27 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:10:27 #62 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.5s done 05:10:27 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.3s 05:10:27 #62 ... 05:10:27 05:10:27 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 05:10:27 #65 8.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:27 #65 ... 05:10:27 05:10:27 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:10:27 #72 ... 05:10:27 05:10:27 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:10:27 #57 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:27 #57 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:27 #57 17.47 (1/3) Installing ca-certificates (20241121-r1) 05:10:27 #57 17.85 (2/3) Installing dumb-init (1.2.5-r3) 05:10:27 #57 17.88 (3/3) Installing tzdata (2025b-r0) 05:10:27 #57 19.00 Executing busybox-1.36.1-r29.trigger 05:10:27 #57 19.15 Executing ca-certificates-20241121-r1.trigger 05:10:27 #57 19.93 OK: 11 MiB in 17 packages 05:10:28 #57 ... 05:10:28 05:10:28 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:28 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 05:10:28 #44 ... 05:10:28 05:10:28 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 05:10:28 #57 DONE 21.8s 05:10:28 05:10:28 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:29 #44 ... 05:10:29 05:10:29 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:10:29 #59 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:29 #59 18.10 (1/4) Installing ca-certificates (20241121-r1) 05:10:29 #59 18.37 (2/4) Installing dumb-init (1.2.5-r3) 05:10:29 #59 18.39 (3/4) Installing su-exec (0.2-r3) 05:10:29 #59 18.40 (4/4) Installing yq-go (4.44.1-r2) 05:10:29 #59 19.69 Executing busybox-1.36.1-r29.trigger 05:10:29 #59 19.87 Executing ca-certificates-20241121-r1.trigger 05:10:29 #59 20.90 OK: 20 MiB in 18 packages 05:10:29 #59 DONE 22.0s 05:10:29 05:10:29 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:10:29 #73 ... 05:10:29 05:10:29 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:10:29 #74 ... 05:10:29 05:10:29 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:10:29 #63 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:29 #63 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:29 #63 17.59 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:10:29 #63 17.59 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:10:29 #63 17.59 OK: 24049 distinct packages available 05:10:29 #63 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:29 #63 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:30 #63 ... 05:10:30 05:10:30 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:30 #75 ... 05:10:30 05:10:30 #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:10:30 #76 ... 05:10:30 05:10:30 #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:10:30 #77 ... 05:10:30 05:10:30 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:10:31 #62 ... 05:10:31 05:10:31 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:10:31 #66 12.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:31 #66 14.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:31 #66 19.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:10:31 #66 19.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:10:31 #66 19.30 OK: 24049 distinct packages available 05:10:31 #66 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:31 #66 21.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:31 #66 ... 05:10:31 05:10:31 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:10:31 #64 12.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:31 #64 19.43 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:10:31 #64 19.43 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:10:31 #64 19.43 OK: 24049 distinct packages available 05:10:31 #64 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:31 #64 22.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:31 #64 ... 05:10:31 05:10:31 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:32 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s 05:10:33 #44 ... 05:10:33 05:10:33 #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:10:33 #75 DONE 13.4s 05:10:33 05:10:33 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 05:10:33 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.5s 05:10:34 #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.1s done 05:10:35 #62 DONE 27.9s 05:10:35 05:10:35 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:10:35 #63 26.81 (1/5) Installing dumb-init (1.2.5-r3) 05:10:35 #63 26.89 (2/5) Installing musl-obstack (1.2.3-r2) 05:10:35 #63 26.94 (3/5) Installing libucontext (1.2-r3) 05:10:35 #63 26.96 (4/5) Installing gcompat (1.1.0-r4) 05:10:35 #63 26.98 (5/5) Installing openssl (3.3.3-r0) 05:10:35 #63 27.08 Executing busybox-1.36.1-r29.trigger 05:10:35 #63 27.22 OK: 10 MiB in 19 packages 05:10:36 #63 ... 05:10:36 05:10:36 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:10:36 #68 12.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:36 #68 15.92 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:36 #68 ... 05:10:36 05:10:36 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:37 #44 ... 05:10:37 05:10:37 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:10:37 #0 8.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:37 #78 ... 05:10:37 05:10:37 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:37 #44 ... 05:10:37 05:10:37 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:10:37 #63 DONE 29.6s 05:10:37 05:10:37 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:37 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s 05:10:37 #44 ... 05:10:37 05:10:37 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:10:37 #0 8.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:38 #79 ... 05:10:38 05:10:38 #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 05:10:38 #65 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:38 #65 17.24 OK: 9 MiB in 15 packages 05:10:38 #65 DONE 19.4s 05:10:38 05:10:38 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:10:38 #71 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:38 #71 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:38 #71 19.90 OK: 9 MiB in 16 packages 05:10:38 #71 ... 05:10:38 05:10:38 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:38 #44 ... 05:10:38 05:10:38 #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:10:38 #71 DONE 21.8s 05:10:39 05:10:39 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:40 #44 ... 05:10:40 05:10:40 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:10:40 #72 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:40 #72 14.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:40 #72 ... 05:10:40 05:10:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:42 #44 ... 05:10:42 05:10:42 #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 05:10:42 #67 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:42 #67 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:42 #67 ... 05:10:42 05:10:42 #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:10:42 #77 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:42 #77 14.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:42 #77 ... 05:10:42 05:10:42 #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:10:42 #72 23.44 OK: 14 MiB in 21 packages 05:10:42 #72 DONE 25.2s 05:10:42 05:10:42 #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:10:42 #76 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:42 #76 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:42 #76 ... 05:10:42 05:10:42 #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:10:42 #80 DONE 3.9s 05:10:42 05:10:42 #69 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:10:42 #69 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:42 #69 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:42 #69 ... 05:10:42 05:10:42 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:10:42 #74 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:42 #74 15.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:43 #74 ... 05:10:43 05:10:43 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:10:43 #64 33.50 (1/4) Installing dumb-init (1.2.5-r3) 05:10:43 #64 33.57 (2/4) Installing musl-obstack (1.2.3-r2) 05:10:43 #64 33.64 (3/4) Installing libucontext (1.2-r3) 05:10:43 #64 33.66 (4/4) Installing gcompat (1.1.0-r4) 05:10:43 #64 33.70 Executing busybox-1.36.1-r29.trigger 05:10:43 #64 33.90 OK: 9 MiB in 18 packages 05:10:43 #64 ... 05:10:43 05:10:43 #81 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:10:43 #81 DONE 0.3s 05:10:43 05:10:43 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:10:43 #0 4.510 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:43 #0 8.204 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:43 #82 ... 05:10:43 05:10:43 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:43 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s 05:10:44 #44 ... 05:10:44 05:10:44 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 05:10:44 #69 24.27 OK: 239 MiB in 58 packages 05:10:44 #69 DONE 25.0s 05:10:44 05:10:44 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:10:44 #66 30.26 (1/14) Installing ca-certificates (20241121-r1) 05:10:44 #66 30.80 (2/14) Installing brotli-libs (1.1.0-r2) 05:10:44 #66 31.05 (3/14) Installing c-ares (1.33.1-r0) 05:10:44 #66 31.09 (4/14) Installing libunistring (1.2-r0) 05:10:44 #66 31.28 (5/14) Installing libidn2 (2.3.7-r0) 05:10:44 #66 31.31 (6/14) Installing nghttp2-libs (1.62.1-r0) 05:10:44 #66 31.34 (7/14) Installing libpsl (0.21.5-r1) 05:10:44 #66 31.37 (8/14) Installing zstd-libs (1.5.6-r0) 05:10:44 #66 31.52 (9/14) Installing libcurl (8.12.1-r0) 05:10:44 #66 31.61 (10/14) Installing curl (8.12.1-r0) 05:10:44 #66 31.65 (11/14) Installing dumb-init (1.2.5-r3) 05:10:44 #66 31.67 (12/14) Installing musl-obstack (1.2.3-r2) 05:10:44 #66 31.68 (13/14) Installing libucontext (1.2-r3) 05:10:44 #66 31.72 (14/14) Installing gcompat (1.1.0-r4) 05:10:44 #66 31.82 Executing busybox-1.36.1-r29.trigger 05:10:44 #66 31.99 Executing ca-certificates-20241121-r1.trigger 05:10:44 #66 33.14 OK: 15 MiB in 28 packages 05:10:44 #66 DONE 35.3s 05:10:44 05:10:44 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:45 #44 ... 05:10:45 05:10:45 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:10:45 #64 DONE 36.3s 05:10:45 05:10:45 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:10:45 #83 ... 05:10:45 05:10:45 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:10:45 #70 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:45 #70 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:45 #70 ... 05:10:45 05:10:45 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:46 #44 ... 05:10:46 05:10:46 #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:10:46 #84 DONE 1.4s 05:10:46 05:10:46 #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:10:46 #68 27.22 (1/1) Installing dumb-init (1.2.5-r3) 05:10:46 #68 29.44 Executing busybox-1.36.1-r29.trigger 05:10:46 #68 29.63 OK: 9 MiB in 15 packages 05:10:46 #68 DONE 31.9s 05:10:46 05:10:46 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:46 #44 ... 05:10:46 05:10:46 #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:10:46 #77 24.47 OK: 239 MiB in 58 packages 05:10:46 #77 DONE 26.6s 05:10:46 05:10:46 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:10:46 #85 ... 05:10:46 05:10:46 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:10:46 #73 6.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:46 #73 9.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:46 #73 17.27 OK: 20 MiB in 18 packages 05:10:46 #73 ... 05:10:46 05:10:46 #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:10:46 #67 24.90 OK: 239 MiB in 58 packages 05:10:46 #67 DONE 27.1s 05:10:46 05:10:46 #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 05:10:46 #76 24.86 OK: 239 MiB in 58 packages 05:10:46 #76 DONE 27.0s 05:10:46 05:10:46 #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:10:48 #86 ... 05:10:48 05:10:48 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:10:48 #85 DONE 1.3s 05:10:48 05:10:48 #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 05:10:48 #0 4.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:48 #0 7.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:48 #87 ... 05:10:48 05:10:48 #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:10:48 #70 21.95 OK: 20 MiB in 18 packages 05:10:48 #70 DONE 23.3s 05:10:48 05:10:48 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:10:48 #78 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:48 #78 20.04 OK: 9 MiB in 15 packages 05:10:48 #78 ... 05:10:48 05:10:48 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:10:48 #88 ... 05:10:48 05:10:48 #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:10:48 #86 DONE 1.5s 05:10:48 05:10:48 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 05:10:48 #79 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:48 #79 18.82 OK: 11 MiB in 17 packages 05:10:48 #79 DONE 20.5s 05:10:48 05:10:48 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:48 #89 ... 05:10:48 05:10:48 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:10:48 #73 DONE 19.3s 05:10:48 05:10:48 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:10:48 #78 DONE 21.5s 05:10:48 05:10:48 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:48 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.3s 05:10:48 #44 ... 05:10:48 05:10:48 #90 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:10:48 #90 DONE 2.1s 05:10:49 05:10:49 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:49 #91 ... 05:10:49 05:10:49 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:10:49 #88 DONE 1.3s 05:10:49 05:10:49 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:49 #44 ... 05:10:49 05:10:49 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:10:49 #82 15.61 OK: 239 MiB in 58 packages 05:10:49 #82 DONE 16.5s 05:10:49 05:10:49 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:10:50 #92 ... 05:10:50 05:10:50 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:10:50 #87 11.83 OK: 10 MiB in 19 packages 05:10:50 #87 DONE 12.6s 05:10:50 05:10:50 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:51 #44 ... 05:10:51 05:10:51 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:10:51 #92 DONE 1.6s 05:10:51 05:10:51 #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:10:51 #74 26.43 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 05:10:51 #74 26.43 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 05:10:51 #74 26.43 OK: 24049 distinct packages available 05:10:51 #74 28.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:51 #74 29.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:51 #74 31.39 OK: 239 MiB in 58 packages 05:10:51 #74 DONE 31.9s 05:10:51 05:10:51 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:52 #93 ... 05:10:52 05:10:52 #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:10:52 #94 DONE 0.8s 05:10:52 05:10:52 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:10:52 #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.0s done 05:10:52 #44 DONE 45.1s 05:10:52 05:10:52 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:53 #95 ... 05:10:53 05:10:53 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:10:53 #96 DONE 3.4s 05:10:54 05:10:54 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:10:54 #83 8.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:54 #83 9.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:55 #83 ... 05:10:55 05:10:55 #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:10:55 #0 8.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 05:10:55 #0 8.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 05:10:55 #97 ... 05:10:55 05:10:55 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:10:56 #98 ... 05:10:56 05:10:56 #99 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:56 #99 ... 05:10:56 05:10:56 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:10:56 #100 DONE 1.7s 05:10:56 05:10:56 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:10:56 #98 DONE 1.6s 05:10:56 05:10:56 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:10:56 #101 DONE 0.2s 05:10:56 05:10:56 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:10:56 #102 DONE 0.1s 05:10:56 05:10:56 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:10:56 #103 ... 05:10:56 05:10:56 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 05:10:56 #104 DONE 0.2s 05:10:57 05:10:57 #103 [security-spire-server stage-2 6/9] COPY security.txt / 05:10:57 #103 DONE 0.2s 05:10:57 05:10:57 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:10:57 #105 DONE 0.2s 05:10:57 05:10:57 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:10:57 #106 DONE 0.1s 05:10:57 05:10:57 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:10:57 #107 DONE 0.2s 05:10:57 05:10:57 #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:10:57 #108 DONE 0.2s 05:10:57 05:10:57 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:10:57 #109 DONE 0.2s 05:10:57 05:10:57 #110 [security-spire-server] exporting to image 05:10:57 #110 exporting layers 05:10:57 #110 ... 05:10:57 05:10:57 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:10:57 #111 DONE 0.2s 05:10:57 05:10:57 #110 [security-spire-agent] exporting to image 05:10:58 #110 ... 05:10:58 05:10:58 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:10:58 #112 ... 05:10:58 05:10:58 #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:10:58 #97 13.44 OK: 9 MiB in 18 packages 05:11:00 #97 DONE 14.8s 05:11:00 05:11:00 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:11:00 #83 14.73 OK: 15 MiB in 28 packages 05:11:00 #83 DONE 16.2s 05:11:00 05:11:00 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:11:01 #113 ... 05:11:01 05:11:01 #110 [security-spire-agent] exporting to image 05:11:01 #110 exporting layers 3.6s done 05:11:01 #110 writing image sha256:acae940f5aa728627d054d28efe84d0b3ff74edfe42e9d27b916e292ed437d9d 0.0s done 05:11:01 #110 naming to docker.io/library/security-spire-server-arm64 0.0s done 05:11:01 #110 writing image sha256:4ea7ab2aef1bdef6ddc2ea56f8f52c7d3b312dbee038b857fdef24975e73e161 done 05:11:01 #110 naming to docker.io/library/security-spire-agent-arm64 done 05:11:01 #110 DONE 4.0s 05:11:01 05:11:01 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:02 #112 ... 05:11:02 05:11:02 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:11:02 #113 DONE 2.2s 05:11:02 05:11:02 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:11:02 #114 DONE 0.1s 05:11:02 05:11:02 #115 [security-spire-config stage-2 6/10] COPY security.txt / 05:11:02 #115 DONE 0.1s 05:11:02 05:11:02 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:11:02 #116 DONE 0.1s 05:11:02 05:11:02 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:02 #93 ... 05:11:02 05:11:02 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:11:02 #117 DONE 0.1s 05:11:02 05:11:02 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:11:02 #118 DONE 0.1s 05:11:02 05:11:02 #110 [security-spire-config] exporting to image 05:11:04 #110 exporting layers 2.0s done 05:11:04 #110 writing image sha256:91c10b755deb86ce27db57b733bd2d2a5d88ad1e2cd67a499edb77fff9970566 done 05:11:04 #110 naming to docker.io/library/security-spire-config-arm64 done 05:11:04 #110 DONE 6.0s 05:11:04 05:11:04 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:07 #154 DONE 91.1s 05:11:07 05:11:07 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:11:07 #153 ... 05:11:07 05:11:07 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:11:07 #155 DONE 0.1s 05:11:07 05:11:07 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:11:07 #150 ... 05:11:07 05:11:07 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:11:07 #156 DONE 0.1s 05:11:07 05:11:07 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:11:07 #157 DONE 0.1s 05:11:07 05:11:07 #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:11:07 #158 DONE 0.0s 05:11:07 05:11:07 #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:11:07 #159 DONE 0.1s 05:11:07 05:11:07 #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:11:07 #160 ... 05:11:07 05:11:07 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:11:07 #151 DONE 92.0s 05:11:07 05:11:07 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:11:07 #161 DONE 0.2s 05:11:07 05:11:07 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:11:07 #147 ... 05:11:07 05:11:07 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:11:07 #162 ... 05:11:07 05:11:07 #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:11:07 #160 DONE 1.1s 05:11:07 05:11:07 #108 [core-common-config-bootstrapper] exporting to image 05:11:07 #108 exporting layers 05:11:07 #108 exporting layers 0.5s done 05:11:07 #108 writing image sha256:c6b7081df0668a424cd9870ff6033c630a116dfeb8329053730748d024d1a2a9 done 05:11:07 #108 naming to docker.io/library/core-common-config-bootstrapper done 05:11:07 #108 DONE 1.4s 05:11:07 05:11:07 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:11:07 #147 ... 05:11:07 05:11:07 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:11:07 #162 DONE 1.5s 05:11:07 05:11:07 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:11:07 #163 DONE 0.0s 05:11:07 05:11:07 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:11:07 #164 DONE 0.0s 05:11:07 05:11:07 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:11:07 #165 DONE 0.2s 05:11:07 05:11:07 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:11:07 #166 DONE 0.1s 05:11:07 05:11:07 #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:11:07 #167 DONE 0.0s 05:11:07 05:11:07 #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:11:07 #168 DONE 0.0s 05:11:07 05:11:07 #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:11:07 #169 DONE 0.0s 05:11:07 05:11:07 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:11:08 #150 ... 05:11:08 05:11:08 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:11:08 #170 DONE 0.1s 05:11:08 05:11:08 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:11:09 #171 DONE 1.0s 05:11:09 05:11:09 #108 [security-bootstrapper] exporting to image 05:11:09 #108 exporting layers 0.5s done 05:11:09 #108 writing image sha256:c34680ac0d2959c2e0a3bf4bff81b76f4add91fb171c5d7f36652d225a57239f done 05:11:09 #108 naming to docker.io/library/security-bootstrapper done 05:11:09 #108 DONE 1.9s 05:11:09 05:11:09 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:12:17 #152 ... 05:12:17 05:12:17 #146 [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:12:17 #146 157.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:12:17 #146 DONE 161.6s 05:12:17 05:12:17 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:12:17 #144 DONE 161.6s 05:12:17 05:12:17 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:12:17 #150 DONE 161.6s 05:12:17 05:12:17 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:12:17 #147 ... 05:12:17 05:12:17 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:12:17 #172 DONE 0.2s 05:12:17 05:12:17 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:12:17 #173 ... 05:12:17 05:12:17 #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:12:17 #174 DONE 0.3s 05:12:17 05:12:17 #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:12:17 #175 DONE 0.4s 05:12:17 05:12:17 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:12:17 #173 DONE 0.3s 05:12:17 05:12:17 #176 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:12:17 #176 DONE 0.3s 05:12:17 05:12:17 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:12:17 #177 DONE 0.4s 05:12:17 05:12:17 #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:12:17 #178 DONE 0.4s 05:12:17 05:12:17 #179 [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:12:17 #179 DONE 0.1s 05:12:17 05:12:17 #180 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:12:17 #180 DONE 0.1s 05:12:17 05:12:17 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:12:17 #181 DONE 0.1s 05:12:17 05:12:17 #108 [core-command] exporting to image 05:12:17 #108 exporting layers 05:12:17 #108 exporting layers 0.2s done 05:12:17 #108 writing image sha256:d4cfa21df236448be69ace15dc2b2ea8957c71638f1700577088539ae93a04e5 0.0s done 05:12:17 #108 naming to docker.io/library/core-command done 05:12:17 #108 DONE 2.1s 05:12:17 05:12:17 #182 [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:12:17 #182 DONE 0.2s 05:12:17 05:12:17 #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:12:17 #183 DONE 0.2s 05:12:17 05:12:17 #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:12:17 #184 DONE 0.2s 05:12:17 05:12:17 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:12:17 #143 DONE 162.9s 05:12:17 05:12:17 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:12:17 #185 DONE 0.4s 05:12:17 05:12:17 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:12:18 #186 DONE 0.7s 05:12:18 05:12:18 #187 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:18 #187 DONE 0.7s 05:12:18 05:12:18 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:12:18 #188 DONE 0.9s 05:12:18 05:12:18 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:12:18 #189 DONE 0.3s 05:12:18 05:12:18 #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:18 #190 DONE 0.3s 05:12:18 05:12:18 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:12:18 #152 DONE 164.3s 05:12:18 05:12:18 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:12:18 #145 DONE 164.3s 05:12:18 05:12:18 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:12:18 #149 DONE 164.3s 05:12:18 05:12:18 #191 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:18 #191 DONE 0.3s 05:12:18 05:12:18 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:12:18 #192 DONE 0.2s 05:12:18 05:12:18 #193 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:12:18 #193 DONE 0.3s 05:12:18 05:12:18 #194 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:12:18 #194 DONE 0.3s 05:12:18 05:12:18 #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:12:18 #195 ... 05:12:18 05:12:18 #196 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:12:18 #196 DONE 0.1s 05:12:18 05:12:18 #197 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:12:18 #197 DONE 0.1s 05:12:18 05:12:18 #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:12:18 #198 CACHED 05:12:18 05:12:18 #199 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:12:18 #199 CACHED 05:12:18 05:12:18 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:18 #200 DONE 0.1s 05:12:18 05:12:18 #108 [security-spiffe-token-provider] exporting to image 05:12:19 #108 ... 05:12:19 05:12:19 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:12:19 #201 DONE 0.3s 05:12:19 05:12:19 #202 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:12:19 #202 DONE 0.3s 05:12:19 05:12:19 #203 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:12:19 #203 DONE 1.1s 05:12:19 05:12:19 #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:12:19 #204 DONE 0.2s 05:12:19 05:12:19 #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:12:19 #205 DONE 0.3s 05:12:19 05:12:19 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:12:19 #206 DONE 0.2s 05:12:19 05:12:19 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:12:19 #207 DONE 0.5s 05:12:19 05:12:19 #108 [security-spiffe-token-provider] exporting to image 05:12:19 #108 exporting layers 0.4s done 05:12:19 #108 writing image sha256:03ddeac378a0fd247ebe64049886199093ebb3adfc8312c5fc55f1bc613fba97 done 05:12:19 #108 naming to docker.io/library/security-spiffe-token-provider 0.0s done 05:12:19 #108 ... 05:12:19 05:12:19 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:12:19 #208 DONE 0.5s 05:12:19 05:12:19 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:12:19 #209 DONE 0.5s 05:12:19 05:12:19 #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:12:19 #195 DONE 1.1s 05:12:19 05:12:19 #108 [security-secretstore-setup] exporting to image 05:12:19 #108 exporting layers 0.7s done 05:12:19 #108 writing image sha256:6d7ca142e9eef78f9334278d5f9f6abac62f10379b40e10710da54ceb15d9c87 0.0s done 05:12:19 #108 naming to docker.io/library/security-proxy-setup done 05:12:19 #108 exporting layers 0.4s done 05:12:19 #108 writing image sha256:005bda8cccfb02fa34e4fa055b82fb036291d2333cadcf92bcbffc3f92466c8a done 05:12:19 #108 naming to docker.io/library/core-metadata done 05:12:20 #108 ... 05:12:20 05:12:20 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:12:20 #147 DONE 166.1s 05:12:20 05:12:20 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:12:20 #148 DONE 166.1s 05:12:20 05:12:20 #108 [core-data] exporting to image 05:12:20 #108 exporting layers 0.5s done 05:12:20 #108 writing image sha256:ea3aa9ec543a8ab8f88c1a6a4c74ae8cbc6b7e936f7e3b54573b3a1a9cf605e8 done 05:12:20 #108 naming to docker.io/library/core-data done 05:12:20 #108 writing image sha256:b9f38b984f47de7850b8e0332b082e262aec29873c04d04993e6af018400a54f 05:12:20 #108 writing image sha256:b9f38b984f47de7850b8e0332b082e262aec29873c04d04993e6af018400a54f done 05:12:20 #108 naming to docker.io/library/security-secretstore-setup done 05:12:20 #108 DONE 3.6s 05:12:20 05:12:20 #210 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:20 #210 DONE 0.1s 05:12:20 05:12:20 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:12:20 #211 DONE 0.6s 05:12:20 05:12:20 #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:20 #212 DONE 0.1s 05:12:20 05:12:20 #213 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:12:20 #213 DONE 0.1s 05:12:20 05:12:20 #108 [security-proxy-auth] exporting to image 05:12:20 #108 ... 05:12:20 05:12:20 #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:12:20 #214 DONE 0.3s 05:12:20 05:12:20 #215 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:12:20 #215 DONE 0.3s 05:12:20 05:12:20 #216 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:12:20 #216 DONE 0.1s 05:12:20 05:12:20 #217 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:12:20 #217 DONE 0.0s 05:12:20 05:12:20 #108 [support-scheduler] exporting to image 05:12:20 #108 exporting layers 0.2s done 05:12:20 #108 writing image sha256:2ac51396de91a83a594fde03c588750010bbe0be30a938f31693ba1eff3d1d0f done 05:12:20 #108 naming to docker.io/library/core-keeper done 05:12:20 #108 exporting layers 0.2s done 05:12:20 #108 writing image sha256:d03a0e73afee653cf8bdaf499448ded8584be0ffa93d29f66c9c85f5cd7c3057 done 05:12:20 #108 naming to docker.io/library/support-scheduler done 05:12:21 #108 exporting layers 1.0s done 05:12:21 #108 writing image sha256:864f188be7958925f9d5d7483789fdfb79a708147e04d2adff98cdc36a63e7d2 done 05:12:21 #108 naming to docker.io/library/security-proxy-auth done 05:12:21 #108 DONE 4.6s 05:12:21 05:12:21 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:12:22 #35 ... 05:12:22 05:12:22 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:12:22 #153 DONE 168.5s 05:12:22 05:12:22 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:12:22 #218 DONE 0.0s 05:12:22 05:12:22 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:12:22 #219 DONE 0.0s 05:12:22 05:12:22 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:12:22 #35 ... 05:12:22 05:12:22 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:12:22 #220 DONE 0.2s 05:12:22 05:12:22 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:12:22 #221 DONE 0.0s 05:12:22 05:12:22 #108 [support-notifications] exporting to image 05:12:23 #108 exporting layers 0.2s done 05:12:23 #108 writing image sha256:2766c53c3fde5a0f09a33d0b3c92668f73579d5fcf343e0410aa12d64aee0dcb done 05:12:23 #108 naming to docker.io/library/support-notifications done 05:12:23 #108 DONE 4.8s 05:12:23 05:12:23 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:12:23 time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:12:23 $ docker stop --time=1 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 05:12:24 $ docker rm -f --volumes 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 [Pipeline] // withDockerContainer [Pipeline] sh 05:12:24 + docker images 05:12:24 REPOSITORY TAG IMAGE ID CREATED SIZE 05:12:24 support-notifications latest 2766c53c3fde 2 seconds ago 52.4MB 05:12:24 core-keeper latest 2ac51396de91 4 seconds ago 32.5MB 05:12:24 security-proxy-auth latest 864f188be795 4 seconds ago 31.8MB 05:12:24 support-scheduler latest d03a0e73afee 4 seconds ago 48.8MB 05:12:24 core-metadata latest 005bda8cccfb 5 seconds ago 33.1MB 05:12:24 core-data latest ea3aa9ec543a 5 seconds ago 32.9MB 05:12:24 security-secretstore-setup latest b9f38b984f47 5 seconds ago 68.7MB 05:12:24 security-spiffe-token-provider latest 03ddeac378a0 6 seconds ago 47.7MB 05:12:24 security-proxy-setup latest 6d7ca142e9ee 6 seconds ago 38.5MB 05:12:24 core-command latest d4cfa21df236 8 seconds ago 28.4MB 05:12:24 security-bootstrapper latest c34680ac0d29 About a minute ago 20.4MB 05:12:24 core-common-config-bootstrapper latest c6b7081df066 About a minute ago 17.1MB 05:12:24 security-spire-server latest cc3929c8aa0e 3 minutes ago 149MB 05:12:24 security-spire-config latest dcd51aa38ffc 3 minutes ago 149MB 05:12:24 security-spire-agent latest 402fa4547a14 3 minutes ago 195MB 05:12:24 ci-base-image-x86_64 latest 73bf154e79fb 7 minutes ago 925MB 05:12:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 days ago 574MB 05:12:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB 05:12:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:12:24 provisioning config files... 05:12:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config18303121392385099790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:12:25 ---> ****-login.sh 05:12:25 nexus3.edgexfoundry.org:10001 05:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:25 Configure a credential helper to remove this warning. See 05:12:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:25 05:12:25 Login Succeeded 05:12:25 nexus3.edgexfoundry.org:10002 05:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:25 Configure a credential helper to remove this warning. See 05:12:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:25 05:12:25 Login Succeeded 05:12:25 nexus3.edgexfoundry.org:10003 05:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:25 Configure a credential helper to remove this warning. See 05:12:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:25 05:12:25 Login Succeeded 05:12:25 nexus3.edgexfoundry.org:10004 05:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:25 Configure a credential helper to remove this warning. See 05:12:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:25 05:12:25 Login Succeeded 05:12:25 ****.io 05:12:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:12:26 Configure a credential helper to remove this warning. See 05:12:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:12:26 05:12:26 Login Succeeded 05:12:26 ---> ****-login.sh ends [Pipeline] } 05:12:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:12:26 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:12:26 92d5141f885416a010e7c9a103f0840019be69f6 05:12:26 latest 05:12:26 4.1.0-dev.26 05:12:26 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:26 main 05:12:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:26 + docker push nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 05:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:12:26 65b88392f52d: Preparing 05:12:26 7ec400189f7e: Preparing 05:12:26 4e7adadcbae8: Preparing 05:12:26 b6e0558dc269: Preparing 05:12:26 caf4876a93d1: Preparing 05:12:26 79434d562679: Preparing 05:12:26 994456c4fd7b: Preparing 05:12:26 79434d562679: Waiting 05:12:26 994456c4fd7b: Waiting 05:12:26 65b88392f52d: Pushed 05:12:26 b6e0558dc269: Pushed 05:12:26 4e7adadcbae8: Pushed 05:12:26 994456c4fd7b: Layer already exists 05:12:26 caf4876a93d1: Pushed 05:12:26 79434d562679: Pushed 05:12:29 7ec400189f7e: Pushed 05:12:29 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:29 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:30 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:12:30 65b88392f52d: Preparing 05:12:30 7ec400189f7e: Preparing 05:12:30 4e7adadcbae8: Preparing 05:12:30 b6e0558dc269: Preparing 05:12:30 caf4876a93d1: Preparing 05:12:30 79434d562679: Preparing 05:12:30 994456c4fd7b: Preparing 05:12:30 79434d562679: Waiting 05:12:30 4e7adadcbae8: Layer already exists 05:12:30 65b88392f52d: Layer already exists 05:12:30 caf4876a93d1: Layer already exists 05:12:30 b6e0558dc269: Layer already exists 05:12:30 7ec400189f7e: Layer already exists 05:12:30 79434d562679: Layer already exists 05:12:30 994456c4fd7b: Layer already exists 05:12:30 latest: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:30 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 05:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:12:30 65b88392f52d: Preparing 05:12:30 7ec400189f7e: Preparing 05:12:30 4e7adadcbae8: Preparing 05:12:30 b6e0558dc269: Preparing 05:12:30 caf4876a93d1: Preparing 05:12:30 79434d562679: Preparing 05:12:30 994456c4fd7b: Preparing 05:12:30 79434d562679: Waiting 05:12:30 994456c4fd7b: Waiting 05:12:30 65b88392f52d: Layer already exists 05:12:30 b6e0558dc269: Layer already exists 05:12:30 7ec400189f7e: Layer already exists 05:12:30 4e7adadcbae8: Layer already exists 05:12:30 caf4876a93d1: Layer already exists 05:12:30 994456c4fd7b: Layer already exists 05:12:30 79434d562679: Layer already exists 05:12:30 4.1.0-dev.26: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:30 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:31 + docker push nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:12:31 65b88392f52d: Preparing 05:12:31 7ec400189f7e: Preparing 05:12:31 4e7adadcbae8: Preparing 05:12:31 b6e0558dc269: Preparing 05:12:31 caf4876a93d1: Preparing 05:12:31 79434d562679: Preparing 05:12:31 994456c4fd7b: Preparing 05:12:31 994456c4fd7b: Waiting 05:12:31 79434d562679: Waiting 05:12:31 65b88392f52d: Layer already exists 05:12:31 caf4876a93d1: Layer already exists 05:12:31 4e7adadcbae8: Layer already exists 05:12:31 b6e0558dc269: Layer already exists 05:12:31 7ec400189f7e: Layer already exists 05:12:31 79434d562679: Layer already exists 05:12:31 994456c4fd7b: Layer already exists 05:12:31 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:31 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:12:31 65b88392f52d: Preparing 05:12:31 7ec400189f7e: Preparing 05:12:31 4e7adadcbae8: Preparing 05:12:31 b6e0558dc269: Preparing 05:12:31 caf4876a93d1: Preparing 05:12:31 79434d562679: Preparing 05:12:31 994456c4fd7b: Preparing 05:12:31 79434d562679: Waiting 05:12:31 994456c4fd7b: Waiting 05:12:31 65b88392f52d: Layer already exists 05:12:31 caf4876a93d1: Layer already exists 05:12:31 b6e0558dc269: Layer already exists 05:12:31 7ec400189f7e: Layer already exists 05:12:31 4e7adadcbae8: Layer already exists 05:12:31 79434d562679: Layer already exists 05:12:31 994456c4fd7b: Layer already exists 05:12:31 main: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:32 ===================================================== [Pipeline] echo 05:12:32 taggedImages: 05:12:32 - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 05:12:32 - nexus3.edgexfoundry.org:10004/core-command:latest 05:12:32 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 05:12:32 - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:32 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:12:32 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:12:32 92d5141f885416a010e7c9a103f0840019be69f6 05:12:32 latest 05:12:32 4.1.0-dev.26 05:12:32 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:32 main 05:12:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:32 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:12:32 de230040ac14: Preparing 05:12:32 456e36bb5414: Preparing 05:12:32 0ddb15ba9443: Preparing 05:12:32 4e406d8d6533: Preparing 05:12:32 4e7adadcbae8: Preparing 05:12:32 b6e0558dc269: Preparing 05:12:32 caf4876a93d1: Preparing 05:12:32 79434d562679: Preparing 05:12:32 994456c4fd7b: Preparing 05:12:32 b6e0558dc269: Waiting 05:12:32 caf4876a93d1: Waiting 05:12:32 79434d562679: Waiting 05:12:32 994456c4fd7b: Waiting 05:12:32 4e7adadcbae8: Layer already exists 05:12:32 b6e0558dc269: Layer already exists 05:12:32 caf4876a93d1: Layer already exists 05:12:32 79434d562679: Layer already exists 05:12:32 0ddb15ba9443: Pushed 05:12:32 de230040ac14: Pushed 05:12:32 456e36bb5414: Pushed 05:12:32 994456c4fd7b: Layer already exists 05:12:33 4e406d8d6533: Pushed 05:12:33 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:34 + 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 05:12:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:12:34 de230040ac14: Preparing 05:12:34 456e36bb5414: Preparing 05:12:34 0ddb15ba9443: Preparing 05:12:34 4e406d8d6533: Preparing 05:12:34 4e7adadcbae8: Preparing 05:12:34 b6e0558dc269: Preparing 05:12:34 caf4876a93d1: Preparing 05:12:34 79434d562679: Preparing 05:12:34 b6e0558dc269: Waiting 05:12:34 caf4876a93d1: Waiting 05:12:34 79434d562679: Waiting 05:12:34 994456c4fd7b: Preparing 05:12:34 994456c4fd7b: Waiting 05:12:34 de230040ac14: Layer already exists 05:12:34 4e406d8d6533: Layer already exists 05:12:34 0ddb15ba9443: Layer already exists 05:12:34 456e36bb5414: Layer already exists 05:12:34 4e7adadcbae8: Layer already exists 05:12:34 b6e0558dc269: Layer already exists 05:12:34 79434d562679: Layer already exists 05:12:34 994456c4fd7b: Layer already exists 05:12:34 caf4876a93d1: Layer already exists 05:12:34 latest: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:34 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 05:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:12:35 de230040ac14: Preparing 05:12:35 456e36bb5414: Preparing 05:12:35 0ddb15ba9443: Preparing 05:12:35 4e406d8d6533: Preparing 05:12:35 4e7adadcbae8: Preparing 05:12:35 b6e0558dc269: Preparing 05:12:35 caf4876a93d1: Preparing 05:12:35 79434d562679: Preparing 05:12:35 994456c4fd7b: Preparing 05:12:35 b6e0558dc269: Waiting 05:12:35 caf4876a93d1: Waiting 05:12:35 79434d562679: Waiting 05:12:35 994456c4fd7b: Waiting 05:12:35 0ddb15ba9443: Layer already exists 05:12:35 4e7adadcbae8: Layer already exists 05:12:35 4e406d8d6533: Layer already exists 05:12:35 456e36bb5414: Layer already exists 05:12:35 de230040ac14: Layer already exists 05:12:35 994456c4fd7b: Layer already exists 05:12:35 79434d562679: Layer already exists 05:12:35 caf4876a93d1: Layer already exists 05:12:35 b6e0558dc269: Layer already exists 05:12:35 4.1.0-dev.26: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:12:35 de230040ac14: Preparing 05:12:35 456e36bb5414: Preparing 05:12:35 0ddb15ba9443: Preparing 05:12:35 4e406d8d6533: Preparing 05:12:35 4e7adadcbae8: Preparing 05:12:35 b6e0558dc269: Preparing 05:12:35 caf4876a93d1: Preparing 05:12:35 79434d562679: Preparing 05:12:35 994456c4fd7b: Preparing 05:12:35 b6e0558dc269: Waiting 05:12:35 caf4876a93d1: Waiting 05:12:35 79434d562679: Waiting 05:12:35 994456c4fd7b: Waiting 05:12:35 456e36bb5414: Layer already exists 05:12:35 4e406d8d6533: Layer already exists 05:12:35 0ddb15ba9443: Layer already exists 05:12:35 4e7adadcbae8: Layer already exists 05:12:35 de230040ac14: Layer already exists 05:12:35 b6e0558dc269: Layer already exists 05:12:35 994456c4fd7b: Layer already exists 05:12:35 79434d562679: Layer already exists 05:12:35 caf4876a93d1: Layer already exists 05:12:35 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:36 + 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 05:12:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:12:36 de230040ac14: Preparing 05:12:36 456e36bb5414: Preparing 05:12:36 0ddb15ba9443: Preparing 05:12:36 4e406d8d6533: Preparing 05:12:36 4e7adadcbae8: Preparing 05:12:36 b6e0558dc269: Preparing 05:12:36 caf4876a93d1: Preparing 05:12:36 79434d562679: Preparing 05:12:36 994456c4fd7b: Preparing 05:12:36 b6e0558dc269: Waiting 05:12:36 caf4876a93d1: Waiting 05:12:36 994456c4fd7b: Waiting 05:12:36 79434d562679: Waiting 05:12:36 456e36bb5414: Layer already exists 05:12:36 0ddb15ba9443: Layer already exists 05:12:36 4e406d8d6533: Layer already exists 05:12:36 4e7adadcbae8: Layer already exists 05:12:36 de230040ac14: Layer already exists 05:12:36 79434d562679: Layer already exists 05:12:36 caf4876a93d1: Layer already exists 05:12:36 994456c4fd7b: Layer already exists 05:12:36 b6e0558dc269: Layer already exists 05:12:36 main: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:36 ===================================================== [Pipeline] echo 05:12:36 taggedImages: 05:12:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:12:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:12:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 05:12:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:12:36 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:12:36 92d5141f885416a010e7c9a103f0840019be69f6 05:12:36 latest 05:12:36 4.1.0-dev.26 05:12:36 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:36 main 05:12:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:37 + docker push nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 05:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:12:37 1613cf6f9d3a: Preparing 05:12:37 8560f035e878: Preparing 05:12:37 4e7adadcbae8: Preparing 05:12:37 b6e0558dc269: Preparing 05:12:37 caf4876a93d1: Preparing 05:12:37 5383fb45222e: Preparing 05:12:37 994456c4fd7b: Preparing 05:12:37 5383fb45222e: Waiting 05:12:37 b6e0558dc269: Layer already exists 05:12:37 4e7adadcbae8: Layer already exists 05:12:37 caf4876a93d1: Layer already exists 05:12:37 994456c4fd7b: Layer already exists 05:12:37 1613cf6f9d3a: Pushed 05:12:37 5383fb45222e: Pushed 05:12:39 8560f035e878: Pushed 05:12:40 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:40 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:12:40 1613cf6f9d3a: Preparing 05:12:40 8560f035e878: Preparing 05:12:40 4e7adadcbae8: Preparing 05:12:40 b6e0558dc269: Preparing 05:12:40 caf4876a93d1: Preparing 05:12:40 5383fb45222e: Preparing 05:12:40 994456c4fd7b: Preparing 05:12:40 5383fb45222e: Waiting 05:12:40 994456c4fd7b: Waiting 05:12:40 1613cf6f9d3a: Layer already exists 05:12:40 caf4876a93d1: Layer already exists 05:12:40 8560f035e878: Layer already exists 05:12:40 b6e0558dc269: Layer already exists 05:12:40 4e7adadcbae8: Layer already exists 05:12:40 5383fb45222e: Layer already exists 05:12:40 994456c4fd7b: Layer already exists 05:12:40 latest: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:41 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 05:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:12:41 1613cf6f9d3a: Preparing 05:12:41 8560f035e878: Preparing 05:12:41 4e7adadcbae8: Preparing 05:12:41 b6e0558dc269: Preparing 05:12:41 caf4876a93d1: Preparing 05:12:41 5383fb45222e: Preparing 05:12:41 994456c4fd7b: Preparing 05:12:41 994456c4fd7b: Waiting 05:12:41 5383fb45222e: Waiting 05:12:41 4e7adadcbae8: Layer already exists 05:12:41 caf4876a93d1: Layer already exists 05:12:41 b6e0558dc269: Layer already exists 05:12:41 8560f035e878: Layer already exists 05:12:41 1613cf6f9d3a: Layer already exists 05:12:41 994456c4fd7b: Layer already exists 05:12:41 5383fb45222e: Layer already exists 05:12:41 4.1.0-dev.26: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:41 #95 ... 05:12:41 05:12:41 #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #91 DONE 107.3s 05:12:41 05:12:41 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #95 DONE 103.9s 05:12:41 05:12:41 #99 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #99 DONE 110.1s 05:12:41 05:12:41 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #93 DONE 104.8s 05:12:41 05:12:41 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:12:41 #119 ... 05:12:41 05:12:41 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #112 DONE 108.4s 05:12:41 05:12:41 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #89 DONE 107.8s 05:12:41 05:12:41 #120 [security-bootstrapper builder 6/7] COPY . . 05:12:41 #120 ... 05:12:41 05:12:41 #119 [security-spiffe-token-provider builder 6/7] COPY . . 05:12:41 #119 DONE 1.9s 05:12:41 05:12:41 #121 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #121 CACHED 05:12:41 05:12:41 #122 [core-data builder 4/7] COPY go.mod vendor* ./ 05:12:41 #122 CACHED 05:12:41 05:12:41 #123 [core-data builder 6/7] COPY . . 05:12:41 #123 CACHED 05:12:41 05:12:41 #124 [core-common-config-bootstrapper builder 6/7] COPY . . 05:12:41 #124 CACHED 05:12:41 05:12:41 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:12:41 #125 CACHED 05:12:41 05:12:41 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #126 CACHED 05:12:41 05:12:41 #127 [core-command builder 6/7] COPY . . 05:12:41 #127 CACHED 05:12:41 05:12:41 #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #128 CACHED 05:12:41 05:12:41 #129 [core-command builder 4/7] COPY go.mod vendor* ./ 05:12:41 #129 CACHED 05:12:41 05:12:41 #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:12:41 #130 CACHED 05:12:41 05:12:41 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #131 CACHED 05:12:41 05:12:41 #132 [core-metadata builder 6/7] COPY . . 05:12:41 #132 CACHED 05:12:41 05:12:41 #133 [security-proxy-auth builder 6/7] COPY . . 05:12:41 #133 DONE 1.9s 05:12:41 05:12:41 #134 [core-keeper builder 7/8] COPY . . 05:12:41 #134 DONE 2.0s 05:12:41 05:12:41 #135 [support-notifications builder 6/7] COPY . . 05:12:41 #135 DONE 2.0s 05:12:41 05:12:41 #136 [support-scheduler builder 6/7] COPY . . 05:12:41 #136 DONE 1.9s 05:12:41 05:12:41 #137 [security-proxy-setup builder 6/7] COPY . . 05:12:41 #137 CACHED 05:12:41 05:12:41 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:12:41 #138 CACHED 05:12:41 05:12:41 #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #139 CACHED 05:12:41 05:12:41 #120 [security-bootstrapper builder 6/7] COPY . . 05:12:41 #120 DONE 1.9s 05:12:41 05:12:41 #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:12:41 #140 ... 05:12:41 05:12:41 #141 [security-secretstore-setup builder 6/7] COPY . . 05:12:41 #141 CACHED 05:12:41 05:12:41 #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:12:41 #142 CACHED 05:12:41 05:12:41 #143 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:12:41 #143 CACHED 05:12:41 05:12:41 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:12:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:42 + docker push nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:12:42 1613cf6f9d3a: Preparing 05:12:42 8560f035e878: Preparing 05:12:42 4e7adadcbae8: Preparing 05:12:42 b6e0558dc269: Preparing 05:12:42 caf4876a93d1: Preparing 05:12:42 5383fb45222e: Preparing 05:12:42 994456c4fd7b: Preparing 05:12:42 5383fb45222e: Waiting 05:12:42 994456c4fd7b: Waiting 05:12:42 8560f035e878: Layer already exists 05:12:42 1613cf6f9d3a: Layer already exists 05:12:42 4e7adadcbae8: Layer already exists 05:12:42 b6e0558dc269: Layer already exists 05:12:42 caf4876a93d1: Layer already exists 05:12:42 5383fb45222e: Layer already exists 05:12:42 994456c4fd7b: Layer already exists 05:12:42 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:42 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:42 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:12:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:12:42 1613cf6f9d3a: Preparing 05:12:42 8560f035e878: Preparing 05:12:42 4e7adadcbae8: Preparing 05:12:42 b6e0558dc269: Preparing 05:12:42 caf4876a93d1: Preparing 05:12:42 5383fb45222e: Preparing 05:12:42 994456c4fd7b: Preparing 05:12:42 5383fb45222e: Waiting 05:12:42 994456c4fd7b: Waiting 05:12:42 caf4876a93d1: Layer already exists 05:12:42 8560f035e878: Layer already exists 05:12:42 4e7adadcbae8: Layer already exists 05:12:42 b6e0558dc269: Layer already exists 05:12:42 1613cf6f9d3a: Layer already exists 05:12:42 5383fb45222e: Layer already exists 05:12:42 994456c4fd7b: Layer already exists 05:12:42 main: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:42 ===================================================== [Pipeline] echo 05:12:42 taggedImages: 05:12:42 - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 05:12:42 - nexus3.edgexfoundry.org:10004/core-data:latest 05:12:42 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 05:12:42 - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:42 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:12:42 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:12:42 92d5141f885416a010e7c9a103f0840019be69f6 05:12:42 latest 05:12:42 4.1.0-dev.26 05:12:42 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:42 main 05:12:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 05:12:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:12:43 bb971b1832fd: Preparing 05:12:43 d966a2af8233: Preparing 05:12:43 b6e0558dc269: Preparing 05:12:43 b6943bff1b6c: Preparing 05:12:43 3f90fc50db09: Preparing 05:12:43 994456c4fd7b: Preparing 05:12:43 994456c4fd7b: Waiting 05:12:43 b6e0558dc269: Layer already exists 05:12:43 994456c4fd7b: Layer already exists 05:12:43 3f90fc50db09: Pushed 05:12:43 b6943bff1b6c: Pushed 05:12:43 bb971b1832fd: Pushed 05:12:44 #144 ... 05:12:44 05:12:44 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:12:44 #0 5.117 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:12:44 #145 ... 05:12:44 05:12:44 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:12:44 #0 5.481 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:12:44 #146 ... 05:12:44 05:12:44 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:12:44 #144 5.770 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:12:46 d966a2af8233: Pushed 05:12:46 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:46 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:12:46 bb971b1832fd: Preparing 05:12:46 d966a2af8233: Preparing 05:12:46 b6e0558dc269: Preparing 05:12:46 b6943bff1b6c: Preparing 05:12:46 3f90fc50db09: Preparing 05:12:46 994456c4fd7b: Preparing 05:12:46 994456c4fd7b: Waiting 05:12:46 b6e0558dc269: Layer already exists 05:12:46 bb971b1832fd: Layer already exists 05:12:46 b6943bff1b6c: Layer already exists 05:12:46 3f90fc50db09: Layer already exists 05:12:46 d966a2af8233: Layer already exists 05:12:46 994456c4fd7b: Layer already exists 05:12:46 latest: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 05:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:12:47 bb971b1832fd: Preparing 05:12:47 d966a2af8233: Preparing 05:12:47 b6e0558dc269: Preparing 05:12:47 b6943bff1b6c: Preparing 05:12:47 3f90fc50db09: Preparing 05:12:47 994456c4fd7b: Preparing 05:12:47 994456c4fd7b: Waiting 05:12:47 d966a2af8233: Layer already exists 05:12:47 b6e0558dc269: Layer already exists 05:12:47 bb971b1832fd: Layer already exists 05:12:47 3f90fc50db09: Layer already exists 05:12:47 b6943bff1b6c: Layer already exists 05:12:47 994456c4fd7b: Layer already exists 05:12:47 4.1.0-dev.26: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:12:48 bb971b1832fd: Preparing 05:12:48 d966a2af8233: Preparing 05:12:48 b6e0558dc269: Preparing 05:12:48 b6943bff1b6c: Preparing 05:12:48 3f90fc50db09: Preparing 05:12:48 994456c4fd7b: Preparing 05:12:48 994456c4fd7b: Waiting 05:12:48 b6943bff1b6c: Layer already exists 05:12:48 bb971b1832fd: Layer already exists 05:12:48 b6e0558dc269: Layer already exists 05:12:48 3f90fc50db09: Layer already exists 05:12:48 d966a2af8233: Layer already exists 05:12:48 994456c4fd7b: Layer already exists 05:12:48 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 #144 ... 05:12:48 05:12:48 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:12:48 #0 5.057 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 05:12:48 #147 ... 05:12:48 05:12:48 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:12:48 #0 5.430 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:12:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:12:48 bb971b1832fd: Preparing 05:12:48 d966a2af8233: Preparing 05:12:48 b6e0558dc269: Preparing 05:12:48 b6943bff1b6c: Preparing 05:12:48 3f90fc50db09: Preparing 05:12:48 994456c4fd7b: Preparing 05:12:48 994456c4fd7b: Waiting 05:12:48 3f90fc50db09: Layer already exists 05:12:48 b6e0558dc269: Layer already exists 05:12:48 bb971b1832fd: Layer already exists 05:12:48 b6943bff1b6c: Layer already exists 05:12:48 d966a2af8233: Layer already exists 05:12:48 994456c4fd7b: Layer already exists 05:12:48 main: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 05:12:48 #148 ... 05:12:48 05:12:48 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:12:48 #0 5.950 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:12:48 #149 ... 05:12:48 05:12:48 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:12:48 #0 4.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:48 ===================================================== [Pipeline] echo 05:12:48 taggedImages: 05:12:48 - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 05:12:48 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:12:48 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 05:12:48 - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:48 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:12:48 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:12:48 92d5141f885416a010e7c9a103f0840019be69f6 05:12:48 latest 05:12:48 4.1.0-dev.26 05:12:48 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:48 main 05:12:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:48 #150 ... 05:12:48 05:12:48 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:12:48 #0 5.529 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:12:49 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:49 #151 ... 05:12:49 05:12:49 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:12:49 #0 6.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:12:49 #152 ... 05:12:49 05:12:49 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:12:49 #0 6.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 05:12:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 05:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:12:49 5820a4cc5638: Preparing 05:12:49 be7f5ccb60bc: Preparing 05:12:49 01a6df2d068c: Preparing 05:12:49 4e7adadcbae8: Preparing 05:12:49 b6e0558dc269: Preparing 05:12:49 caf4876a93d1: Preparing 05:12:49 79434d562679: Preparing 05:12:49 994456c4fd7b: Preparing 05:12:49 caf4876a93d1: Waiting 05:12:49 994456c4fd7b: Waiting 05:12:49 79434d562679: Waiting 05:12:49 4e7adadcbae8: Layer already exists 05:12:49 b6e0558dc269: Layer already exists 05:12:49 caf4876a93d1: Layer already exists 05:12:49 79434d562679: Layer already exists 05:12:49 994456c4fd7b: Layer already exists 05:12:49 be7f5ccb60bc: Pushed 05:12:49 5820a4cc5638: Pushed 05:12:49 #153 ... 05:12:49 05:12:49 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:12:49 #0 3.812 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:12:49 #154 ... 05:12:49 05:12:49 #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:12:49 #140 5.917 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 05:12:51 01a6df2d068c: Pushed 05:12:52 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:12:52 5820a4cc5638: Preparing 05:12:52 be7f5ccb60bc: Preparing 05:12:52 01a6df2d068c: Preparing 05:12:52 4e7adadcbae8: Preparing 05:12:52 b6e0558dc269: Preparing 05:12:52 caf4876a93d1: Preparing 05:12:52 79434d562679: Preparing 05:12:52 994456c4fd7b: Preparing 05:12:52 caf4876a93d1: Waiting 05:12:52 994456c4fd7b: Waiting 05:12:52 79434d562679: Waiting 05:12:52 5820a4cc5638: Layer already exists 05:12:52 b6e0558dc269: Layer already exists 05:12:52 be7f5ccb60bc: Layer already exists 05:12:52 01a6df2d068c: Layer already exists 05:12:52 4e7adadcbae8: Layer already exists 05:12:52 79434d562679: Layer already exists 05:12:52 994456c4fd7b: Layer already exists 05:12:52 caf4876a93d1: Layer already exists 05:12:52 latest: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 05:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:12:53 5820a4cc5638: Preparing 05:12:53 be7f5ccb60bc: Preparing 05:12:53 01a6df2d068c: Preparing 05:12:53 4e7adadcbae8: Preparing 05:12:53 b6e0558dc269: Preparing 05:12:53 caf4876a93d1: Preparing 05:12:53 79434d562679: Preparing 05:12:53 caf4876a93d1: Waiting 05:12:53 994456c4fd7b: Preparing 05:12:53 79434d562679: Waiting 05:12:53 994456c4fd7b: Waiting 05:12:53 01a6df2d068c: Layer already exists 05:12:53 be7f5ccb60bc: Layer already exists 05:12:53 4e7adadcbae8: Layer already exists 05:12:53 b6e0558dc269: Layer already exists 05:12:53 5820a4cc5638: Layer already exists 05:12:53 79434d562679: Layer already exists 05:12:53 994456c4fd7b: Layer already exists 05:12:53 caf4876a93d1: Layer already exists 05:12:53 4.1.0-dev.26: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:12:54 5820a4cc5638: Preparing 05:12:54 be7f5ccb60bc: Preparing 05:12:54 01a6df2d068c: Preparing 05:12:54 4e7adadcbae8: Preparing 05:12:54 b6e0558dc269: Preparing 05:12:54 caf4876a93d1: Preparing 05:12:54 79434d562679: Preparing 05:12:54 994456c4fd7b: Preparing 05:12:54 caf4876a93d1: Waiting 05:12:54 79434d562679: Waiting 05:12:54 994456c4fd7b: Waiting 05:12:54 be7f5ccb60bc: Layer already exists 05:12:54 4e7adadcbae8: Layer already exists 05:12:54 b6e0558dc269: Layer already exists 05:12:54 5820a4cc5638: Layer already exists 05:12:54 01a6df2d068c: Layer already exists 05:12:54 caf4876a93d1: Layer already exists 05:12:54 994456c4fd7b: Layer already exists 05:12:54 79434d562679: Layer already exists 05:12:54 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:12:54 5820a4cc5638: Preparing 05:12:54 be7f5ccb60bc: Preparing 05:12:54 01a6df2d068c: Preparing 05:12:54 4e7adadcbae8: Preparing 05:12:54 b6e0558dc269: Preparing 05:12:54 caf4876a93d1: Preparing 05:12:54 79434d562679: Preparing 05:12:54 994456c4fd7b: Preparing 05:12:54 79434d562679: Waiting 05:12:54 994456c4fd7b: Waiting 05:12:54 caf4876a93d1: Waiting 05:12:54 b6e0558dc269: Layer already exists 05:12:54 01a6df2d068c: Layer already exists 05:12:54 4e7adadcbae8: Layer already exists 05:12:54 be7f5ccb60bc: Layer already exists 05:12:54 5820a4cc5638: Layer already exists 05:12:54 caf4876a93d1: Layer already exists 05:12:54 79434d562679: Layer already exists 05:12:54 994456c4fd7b: Layer already exists 05:12:54 main: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:12:54 ===================================================== [Pipeline] echo 05:12:55 taggedImages: 05:12:55 - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 05:12:55 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:12:55 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 05:12:55 - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:55 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:12:55 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:12:55 92d5141f885416a010e7c9a103f0840019be69f6 05:12:55 latest 05:12:55 4.1.0-dev.26 05:12:55 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:55 main 05:12:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:55 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:12:55 7cfe5202e664: Preparing 05:12:55 7ae1d1d54440: Preparing 05:12:55 6ea21028c078: Preparing 05:12:55 01a8f086e898: Preparing 05:12:55 74a54fa4eddb: Preparing 05:12:55 5043a3f82d3b: Preparing 05:12:55 c5e3ab0f5fc8: Preparing 05:12:55 4e7adadcbae8: Preparing 05:12:55 b6e0558dc269: Preparing 05:12:55 a4cfc4f3df9b: Preparing 05:12:55 d1c018ed234f: Preparing 05:12:55 5f70bf18a086: Preparing 05:12:55 5461064f8794: Preparing 05:12:55 30871ce43ead: Preparing 05:12:55 3ee3cdc177a5: Preparing 05:12:55 994456c4fd7b: Preparing 05:12:55 5043a3f82d3b: Waiting 05:12:55 c5e3ab0f5fc8: Waiting 05:12:55 4e7adadcbae8: Waiting 05:12:55 a4cfc4f3df9b: Waiting 05:12:55 30871ce43ead: Waiting 05:12:55 d1c018ed234f: Waiting 05:12:55 3ee3cdc177a5: Waiting 05:12:55 b6e0558dc269: Waiting 05:12:55 994456c4fd7b: Waiting 05:12:55 5461064f8794: Waiting 05:12:55 5f70bf18a086: Waiting 05:12:55 01a8f086e898: Pushed 05:12:55 6ea21028c078: Pushed 05:12:55 7ae1d1d54440: Pushed 05:12:55 74a54fa4eddb: Pushed 05:12:55 7cfe5202e664: Pushed 05:12:55 4e7adadcbae8: Layer already exists 05:12:55 b6e0558dc269: Layer already exists 05:12:55 5043a3f82d3b: Pushed 05:12:55 5f70bf18a086: Layer already exists 05:12:55 a4cfc4f3df9b: Pushed 05:12:55 d1c018ed234f: Pushed 05:12:55 30871ce43ead: Pushed 05:12:55 5461064f8794: Pushed 05:12:55 994456c4fd7b: Layer already exists 05:12:55 3ee3cdc177a5: Pushed 05:12:57 c5e3ab0f5fc8: Pushed 05:12:57 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:12:58 7cfe5202e664: Preparing 05:12:58 7ae1d1d54440: Preparing 05:12:58 6ea21028c078: Preparing 05:12:58 01a8f086e898: Preparing 05:12:58 74a54fa4eddb: Preparing 05:12:58 5043a3f82d3b: Preparing 05:12:58 c5e3ab0f5fc8: Preparing 05:12:58 4e7adadcbae8: Preparing 05:12:58 b6e0558dc269: Preparing 05:12:58 a4cfc4f3df9b: Preparing 05:12:58 d1c018ed234f: Preparing 05:12:58 5f70bf18a086: Preparing 05:12:58 5461064f8794: Preparing 05:12:58 30871ce43ead: Preparing 05:12:58 3ee3cdc177a5: Preparing 05:12:58 994456c4fd7b: Preparing 05:12:58 5043a3f82d3b: Waiting 05:12:58 d1c018ed234f: Waiting 05:12:58 c5e3ab0f5fc8: Waiting 05:12:58 5f70bf18a086: Waiting 05:12:58 4e7adadcbae8: Waiting 05:12:58 994456c4fd7b: Waiting 05:12:58 b6e0558dc269: Waiting 05:12:58 5461064f8794: Waiting 05:12:58 a4cfc4f3df9b: Waiting 05:12:58 30871ce43ead: Waiting 05:12:58 3ee3cdc177a5: Waiting 05:12:58 74a54fa4eddb: Layer already exists 05:12:58 01a8f086e898: Layer already exists 05:12:58 7ae1d1d54440: Layer already exists 05:12:58 6ea21028c078: Layer already exists 05:12:58 7cfe5202e664: Layer already exists 05:12:58 c5e3ab0f5fc8: Layer already exists 05:12:58 a4cfc4f3df9b: Layer already exists 05:12:58 4e7adadcbae8: Layer already exists 05:12:58 5043a3f82d3b: Layer already exists 05:12:58 b6e0558dc269: Layer already exists 05:12:58 5f70bf18a086: Layer already exists 05:12:58 d1c018ed234f: Layer already exists 05:12:58 5461064f8794: Layer already exists 05:12:58 30871ce43ead: Layer already exists 05:12:58 3ee3cdc177a5: Layer already exists 05:12:58 994456c4fd7b: Layer already exists 05:12:58 latest: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 05:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:12:58 7cfe5202e664: Preparing 05:12:58 7ae1d1d54440: Preparing 05:12:58 6ea21028c078: Preparing 05:12:58 01a8f086e898: Preparing 05:12:58 74a54fa4eddb: Preparing 05:12:58 5043a3f82d3b: Preparing 05:12:58 c5e3ab0f5fc8: Preparing 05:12:58 4e7adadcbae8: Preparing 05:12:58 b6e0558dc269: Preparing 05:12:58 a4cfc4f3df9b: Preparing 05:12:58 d1c018ed234f: Preparing 05:12:58 5f70bf18a086: Preparing 05:12:58 5461064f8794: Preparing 05:12:58 30871ce43ead: Preparing 05:12:58 3ee3cdc177a5: Preparing 05:12:58 c5e3ab0f5fc8: Waiting 05:12:58 994456c4fd7b: Preparing 05:12:58 4e7adadcbae8: Waiting 05:12:58 b6e0558dc269: Waiting 05:12:58 a4cfc4f3df9b: Waiting 05:12:58 d1c018ed234f: Waiting 05:12:58 5f70bf18a086: Waiting 05:12:58 5461064f8794: Waiting 05:12:58 30871ce43ead: Waiting 05:12:58 3ee3cdc177a5: Waiting 05:12:58 994456c4fd7b: Waiting 05:12:58 74a54fa4eddb: Layer already exists 05:12:58 7cfe5202e664: Layer already exists 05:12:58 6ea21028c078: Layer already exists 05:12:58 7ae1d1d54440: Layer already exists 05:12:58 01a8f086e898: Layer already exists 05:12:58 c5e3ab0f5fc8: Layer already exists 05:12:58 5043a3f82d3b: Layer already exists 05:12:58 4e7adadcbae8: Layer already exists 05:12:58 b6e0558dc269: Layer already exists 05:12:58 a4cfc4f3df9b: Layer already exists 05:12:58 5f70bf18a086: Layer already exists 05:12:58 30871ce43ead: Layer already exists 05:12:58 d1c018ed234f: Layer already exists 05:12:58 5461064f8794: Layer already exists 05:12:58 3ee3cdc177a5: Layer already exists 05:12:58 994456c4fd7b: Layer already exists 05:12:58 4.1.0-dev.26: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:12:59 7cfe5202e664: Preparing 05:12:59 7ae1d1d54440: Preparing 05:12:59 6ea21028c078: Preparing 05:12:59 01a8f086e898: Preparing 05:12:59 74a54fa4eddb: Preparing 05:12:59 5043a3f82d3b: Preparing 05:12:59 c5e3ab0f5fc8: Preparing 05:12:59 4e7adadcbae8: Preparing 05:12:59 b6e0558dc269: Preparing 05:12:59 a4cfc4f3df9b: Preparing 05:12:59 d1c018ed234f: Preparing 05:12:59 5f70bf18a086: Preparing 05:12:59 5461064f8794: Preparing 05:12:59 30871ce43ead: Preparing 05:12:59 3ee3cdc177a5: Preparing 05:12:59 994456c4fd7b: Preparing 05:12:59 d1c018ed234f: Waiting 05:12:59 5f70bf18a086: Waiting 05:12:59 5461064f8794: Waiting 05:12:59 30871ce43ead: Waiting 05:12:59 5043a3f82d3b: Waiting 05:12:59 4e7adadcbae8: Waiting 05:12:59 3ee3cdc177a5: Waiting 05:12:59 b6e0558dc269: Waiting 05:12:59 c5e3ab0f5fc8: Waiting 05:12:59 994456c4fd7b: Waiting 05:12:59 a4cfc4f3df9b: Waiting 05:12:59 01a8f086e898: Layer already exists 05:12:59 6ea21028c078: Layer already exists 05:12:59 7cfe5202e664: Layer already exists 05:12:59 7ae1d1d54440: Layer already exists 05:12:59 74a54fa4eddb: Layer already exists 05:12:59 5043a3f82d3b: Layer already exists 05:12:59 c5e3ab0f5fc8: Layer already exists 05:12:59 4e7adadcbae8: Layer already exists 05:12:59 a4cfc4f3df9b: Layer already exists 05:12:59 b6e0558dc269: Layer already exists 05:12:59 d1c018ed234f: Layer already exists 05:12:59 5f70bf18a086: Layer already exists 05:12:59 5461064f8794: Layer already exists 05:12:59 30871ce43ead: Layer already exists 05:12:59 3ee3cdc177a5: Layer already exists 05:12:59 994456c4fd7b: Layer already exists 05:12:59 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:12:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:12:59 7cfe5202e664: Preparing 05:12:59 7ae1d1d54440: Preparing 05:12:59 6ea21028c078: Preparing 05:12:59 01a8f086e898: Preparing 05:12:59 74a54fa4eddb: Preparing 05:12:59 5043a3f82d3b: Preparing 05:12:59 c5e3ab0f5fc8: Preparing 05:12:59 4e7adadcbae8: Preparing 05:12:59 b6e0558dc269: Preparing 05:12:59 a4cfc4f3df9b: Preparing 05:12:59 d1c018ed234f: Preparing 05:12:59 5f70bf18a086: Preparing 05:12:59 5461064f8794: Preparing 05:12:59 30871ce43ead: Preparing 05:12:59 3ee3cdc177a5: Preparing 05:12:59 994456c4fd7b: Preparing 05:12:59 a4cfc4f3df9b: Waiting 05:12:59 d1c018ed234f: Waiting 05:12:59 30871ce43ead: Waiting 05:12:59 5461064f8794: Waiting 05:12:59 5043a3f82d3b: Waiting 05:12:59 994456c4fd7b: Waiting 05:12:59 4e7adadcbae8: Waiting 05:12:59 5f70bf18a086: Waiting 05:12:59 c5e3ab0f5fc8: Waiting 05:12:59 b6e0558dc269: Waiting 05:12:59 7ae1d1d54440: Layer already exists 05:12:59 01a8f086e898: Layer already exists 05:12:59 74a54fa4eddb: Layer already exists 05:12:59 6ea21028c078: Layer already exists 05:12:59 7cfe5202e664: Layer already exists 05:12:59 5043a3f82d3b: Layer already exists 05:12:59 c5e3ab0f5fc8: Layer already exists 05:12:59 b6e0558dc269: Layer already exists 05:12:59 a4cfc4f3df9b: Layer already exists 05:12:59 4e7adadcbae8: Layer already exists 05:12:59 d1c018ed234f: Layer already exists 05:12:59 5461064f8794: Layer already exists 05:12:59 5f70bf18a086: Layer already exists 05:12:59 994456c4fd7b: Layer already exists 05:12:59 30871ce43ead: Layer already exists 05:12:59 3ee3cdc177a5: Layer already exists 05:12:59 main: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:00 ===================================================== [Pipeline] echo 05:13:00 taggedImages: 05:13:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:13:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:13:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 05:13:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:00 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:13:00 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:13:00 92d5141f885416a010e7c9a103f0840019be69f6 05:13:00 latest 05:13:00 4.1.0-dev.26 05:13:00 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:00 main 05:13:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 05:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:13:00 e1c763d0b869: Preparing 05:13:00 778728e17384: Preparing 05:13:00 71bd2107f3bc: Preparing 05:13:00 4fc78b653f12: Preparing 05:13:00 4e7adadcbae8: Preparing 05:13:00 b6e0558dc269: Preparing 05:13:00 caf4876a93d1: Preparing 05:13:00 79434d562679: Preparing 05:13:00 994456c4fd7b: Preparing 05:13:00 b6e0558dc269: Waiting 05:13:00 caf4876a93d1: Waiting 05:13:00 79434d562679: Waiting 05:13:00 994456c4fd7b: Waiting 05:13:00 4e7adadcbae8: Layer already exists 05:13:00 b6e0558dc269: Layer already exists 05:13:00 caf4876a93d1: Layer already exists 05:13:00 778728e17384: Pushed 05:13:00 79434d562679: Layer already exists 05:13:00 71bd2107f3bc: Pushed 05:13:00 994456c4fd7b: Layer already exists 05:13:00 e1c763d0b869: Pushed 05:13:03 4fc78b653f12: Pushed 05:13:03 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:13:03 e1c763d0b869: Preparing 05:13:03 778728e17384: Preparing 05:13:03 71bd2107f3bc: Preparing 05:13:03 4fc78b653f12: Preparing 05:13:03 4e7adadcbae8: Preparing 05:13:03 b6e0558dc269: Preparing 05:13:03 caf4876a93d1: Preparing 05:13:03 79434d562679: Preparing 05:13:03 994456c4fd7b: Preparing 05:13:03 b6e0558dc269: Waiting 05:13:03 caf4876a93d1: Waiting 05:13:03 994456c4fd7b: Waiting 05:13:03 71bd2107f3bc: Layer already exists 05:13:03 778728e17384: Layer already exists 05:13:03 4fc78b653f12: Layer already exists 05:13:03 4e7adadcbae8: Layer already exists 05:13:03 e1c763d0b869: Layer already exists 05:13:03 b6e0558dc269: Layer already exists 05:13:03 caf4876a93d1: Layer already exists 05:13:03 79434d562679: Layer already exists 05:13:03 994456c4fd7b: Layer already exists 05:13:03 latest: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 05:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:13:04 e1c763d0b869: Preparing 05:13:04 778728e17384: Preparing 05:13:04 71bd2107f3bc: Preparing 05:13:04 4fc78b653f12: Preparing 05:13:04 4e7adadcbae8: Preparing 05:13:04 b6e0558dc269: Preparing 05:13:04 caf4876a93d1: Preparing 05:13:04 79434d562679: Preparing 05:13:04 994456c4fd7b: Preparing 05:13:04 b6e0558dc269: Waiting 05:13:04 caf4876a93d1: Waiting 05:13:04 994456c4fd7b: Waiting 05:13:04 79434d562679: Waiting 05:13:04 e1c763d0b869: Layer already exists 05:13:04 4fc78b653f12: Layer already exists 05:13:04 778728e17384: Layer already exists 05:13:04 4e7adadcbae8: Layer already exists 05:13:04 71bd2107f3bc: Layer already exists 05:13:04 b6e0558dc269: Layer already exists 05:13:04 994456c4fd7b: Layer already exists 05:13:04 79434d562679: Layer already exists 05:13:04 caf4876a93d1: Layer already exists 05:13:04 4.1.0-dev.26: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:13:05 e1c763d0b869: Preparing 05:13:05 778728e17384: Preparing 05:13:05 71bd2107f3bc: Preparing 05:13:05 4fc78b653f12: Preparing 05:13:05 4e7adadcbae8: Preparing 05:13:05 b6e0558dc269: Preparing 05:13:05 caf4876a93d1: Preparing 05:13:05 79434d562679: Preparing 05:13:05 994456c4fd7b: Preparing 05:13:05 b6e0558dc269: Waiting 05:13:05 caf4876a93d1: Waiting 05:13:05 79434d562679: Waiting 05:13:05 994456c4fd7b: Waiting 05:13:05 71bd2107f3bc: Layer already exists 05:13:05 778728e17384: Layer already exists 05:13:05 4e7adadcbae8: Layer already exists 05:13:05 4fc78b653f12: Layer already exists 05:13:05 e1c763d0b869: Layer already exists 05:13:05 b6e0558dc269: Layer already exists 05:13:05 caf4876a93d1: Layer already exists 05:13:05 79434d562679: Layer already exists 05:13:05 994456c4fd7b: Layer already exists 05:13:05 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:13:05 e1c763d0b869: Preparing 05:13:05 778728e17384: Preparing 05:13:05 71bd2107f3bc: Preparing 05:13:05 4fc78b653f12: Preparing 05:13:05 4e7adadcbae8: Preparing 05:13:05 b6e0558dc269: Preparing 05:13:05 caf4876a93d1: Preparing 05:13:05 79434d562679: Preparing 05:13:05 994456c4fd7b: Preparing 05:13:05 994456c4fd7b: Waiting 05:13:05 b6e0558dc269: Waiting 05:13:05 caf4876a93d1: Waiting 05:13:05 4fc78b653f12: Layer already exists 05:13:05 71bd2107f3bc: Layer already exists 05:13:05 778728e17384: Layer already exists 05:13:05 4e7adadcbae8: Layer already exists 05:13:05 e1c763d0b869: Layer already exists 05:13:05 b6e0558dc269: Layer already exists 05:13:05 caf4876a93d1: Layer already exists 05:13:05 79434d562679: Layer already exists 05:13:05 994456c4fd7b: Layer already exists 05:13:05 main: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:05 ===================================================== [Pipeline] echo 05:13:05 taggedImages: 05:13:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 05:13:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:13:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 05:13:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:13:05 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:13:05 92d5141f885416a010e7c9a103f0840019be69f6 05:13:05 latest 05:13:05 4.1.0-dev.26 05:13:05 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:05 main 05:13:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:13:06 205cdbfd3343: Preparing 05:13:06 87beb569f8de: Preparing 05:13:06 1a7c016321e5: Preparing 05:13:06 83f9c7233730: Preparing 05:13:06 b5c19984a022: Preparing 05:13:06 4e7adadcbae8: Preparing 05:13:06 b6e0558dc269: Preparing 05:13:06 151bfe97b33d: Preparing 05:13:06 cb8b91a79b5a: Preparing 05:13:06 81846fa45933: Preparing 05:13:06 994456c4fd7b: Preparing 05:13:06 4e7adadcbae8: Waiting 05:13:06 81846fa45933: Waiting 05:13:06 994456c4fd7b: Waiting 05:13:06 b6e0558dc269: Waiting 05:13:06 151bfe97b33d: Waiting 05:13:06 cb8b91a79b5a: Waiting 05:13:06 83f9c7233730: Pushed 05:13:06 87beb569f8de: Pushed 05:13:06 4e7adadcbae8: Layer already exists 05:13:06 205cdbfd3343: Pushed 05:13:06 b5c19984a022: Pushed 05:13:06 b6e0558dc269: Layer already exists 05:13:06 994456c4fd7b: Layer already exists 05:13:06 151bfe97b33d: Pushed 05:13:06 cb8b91a79b5a: Pushed 05:13:08 81846fa45933: Pushed 05:13:08 1a7c016321e5: Pushed 05:13:08 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:13:09 205cdbfd3343: Preparing 05:13:09 87beb569f8de: Preparing 05:13:09 1a7c016321e5: Preparing 05:13:09 83f9c7233730: Preparing 05:13:09 b5c19984a022: Preparing 05:13:09 4e7adadcbae8: Preparing 05:13:09 b6e0558dc269: Preparing 05:13:09 151bfe97b33d: Preparing 05:13:09 b6e0558dc269: Waiting 05:13:09 cb8b91a79b5a: Preparing 05:13:09 cb8b91a79b5a: Waiting 05:13:09 81846fa45933: Preparing 05:13:09 994456c4fd7b: Preparing 05:13:09 81846fa45933: Waiting 05:13:09 994456c4fd7b: Waiting 05:13:09 1a7c016321e5: Layer already exists 05:13:09 83f9c7233730: Layer already exists 05:13:09 b5c19984a022: Layer already exists 05:13:09 205cdbfd3343: Layer already exists 05:13:09 87beb569f8de: Layer already exists 05:13:09 cb8b91a79b5a: Layer already exists 05:13:09 b6e0558dc269: Layer already exists 05:13:09 151bfe97b33d: Layer already exists 05:13:09 4e7adadcbae8: Layer already exists 05:13:09 81846fa45933: Layer already exists 05:13:09 994456c4fd7b: Layer already exists 05:13:09 latest: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 05:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:13:10 205cdbfd3343: Preparing 05:13:10 87beb569f8de: Preparing 05:13:10 1a7c016321e5: Preparing 05:13:10 83f9c7233730: Preparing 05:13:10 b5c19984a022: Preparing 05:13:10 4e7adadcbae8: Preparing 05:13:10 b6e0558dc269: Preparing 05:13:10 151bfe97b33d: Preparing 05:13:10 cb8b91a79b5a: Preparing 05:13:10 81846fa45933: Preparing 05:13:10 994456c4fd7b: Preparing 05:13:10 4e7adadcbae8: Waiting 05:13:10 151bfe97b33d: Waiting 05:13:10 b6e0558dc269: Waiting 05:13:10 cb8b91a79b5a: Waiting 05:13:10 81846fa45933: Waiting 05:13:10 994456c4fd7b: Waiting 05:13:10 87beb569f8de: Layer already exists 05:13:10 b5c19984a022: Layer already exists 05:13:10 83f9c7233730: Layer already exists 05:13:10 205cdbfd3343: Layer already exists 05:13:10 1a7c016321e5: Layer already exists 05:13:10 4e7adadcbae8: Layer already exists 05:13:10 b6e0558dc269: Layer already exists 05:13:10 cb8b91a79b5a: Layer already exists 05:13:10 81846fa45933: Layer already exists 05:13:10 151bfe97b33d: Layer already exists 05:13:10 994456c4fd7b: Layer already exists 05:13:10 4.1.0-dev.26: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:13:10 205cdbfd3343: Preparing 05:13:10 87beb569f8de: Preparing 05:13:10 1a7c016321e5: Preparing 05:13:10 83f9c7233730: Preparing 05:13:10 b5c19984a022: Preparing 05:13:10 4e7adadcbae8: Preparing 05:13:10 b6e0558dc269: Preparing 05:13:10 151bfe97b33d: Preparing 05:13:10 cb8b91a79b5a: Preparing 05:13:10 81846fa45933: Preparing 05:13:10 994456c4fd7b: Preparing 05:13:10 4e7adadcbae8: Waiting 05:13:10 cb8b91a79b5a: Waiting 05:13:10 81846fa45933: Waiting 05:13:10 b6e0558dc269: Waiting 05:13:10 994456c4fd7b: Waiting 05:13:10 151bfe97b33d: Waiting 05:13:10 83f9c7233730: Layer already exists 05:13:10 87beb569f8de: Layer already exists 05:13:10 205cdbfd3343: Layer already exists 05:13:10 1a7c016321e5: Layer already exists 05:13:10 b5c19984a022: Layer already exists 05:13:10 4e7adadcbae8: Layer already exists 05:13:10 b6e0558dc269: Layer already exists 05:13:10 151bfe97b33d: Layer already exists 05:13:10 cb8b91a79b5a: Layer already exists 05:13:10 81846fa45933: Layer already exists 05:13:10 994456c4fd7b: Layer already exists 05:13:10 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:13:11 205cdbfd3343: Preparing 05:13:11 87beb569f8de: Preparing 05:13:11 1a7c016321e5: Preparing 05:13:11 83f9c7233730: Preparing 05:13:11 b5c19984a022: Preparing 05:13:11 4e7adadcbae8: Preparing 05:13:11 b6e0558dc269: Preparing 05:13:11 151bfe97b33d: Preparing 05:13:11 cb8b91a79b5a: Preparing 05:13:11 81846fa45933: Preparing 05:13:11 994456c4fd7b: Preparing 05:13:11 151bfe97b33d: Waiting 05:13:11 cb8b91a79b5a: Waiting 05:13:11 81846fa45933: Waiting 05:13:11 994456c4fd7b: Waiting 05:13:11 b6e0558dc269: Waiting 05:13:11 4e7adadcbae8: Waiting 05:13:11 205cdbfd3343: Layer already exists 05:13:11 b5c19984a022: Layer already exists 05:13:11 87beb569f8de: Layer already exists 05:13:11 1a7c016321e5: Layer already exists 05:13:11 83f9c7233730: Layer already exists 05:13:11 4e7adadcbae8: Layer already exists 05:13:11 cb8b91a79b5a: Layer already exists 05:13:11 151bfe97b33d: Layer already exists 05:13:11 b6e0558dc269: Layer already exists 05:13:11 81846fa45933: Layer already exists 05:13:11 994456c4fd7b: Layer already exists 05:13:11 main: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:11 ===================================================== [Pipeline] echo 05:13:11 taggedImages: 05:13:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:13:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:13:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 05:13:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:13:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:13:11 92d5141f885416a010e7c9a103f0840019be69f6 05:13:11 latest 05:13:11 4.1.0-dev.26 05:13:11 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:11 main 05:13:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:13:12 af6a093b8fca: Preparing 05:13:12 c24fc23740d1: Preparing 05:13:12 202fa1f2e455: Preparing 05:13:12 f5f202b43b58: Preparing 05:13:12 11fd7e46ccbc: Preparing 05:13:12 b4ab6eb40313: Preparing 05:13:12 109a902af32e: Preparing 05:13:12 4e7adadcbae8: Preparing 05:13:12 b6e0558dc269: Preparing 05:13:12 50aff8aa928f: Preparing 05:13:12 f31257c1fe6a: Preparing 05:13:12 994456c4fd7b: Preparing 05:13:12 4e7adadcbae8: Waiting 05:13:12 b6e0558dc269: Waiting 05:13:12 50aff8aa928f: Waiting 05:13:12 f31257c1fe6a: Waiting 05:13:12 994456c4fd7b: Waiting 05:13:12 b4ab6eb40313: Waiting 05:13:12 109a902af32e: Waiting 05:13:12 c24fc23740d1: Pushed 05:13:12 11fd7e46ccbc: Pushed 05:13:12 af6a093b8fca: Pushed 05:13:12 4e7adadcbae8: Layer already exists 05:13:12 b6e0558dc269: Layer already exists 05:13:12 b4ab6eb40313: Pushed 05:13:12 109a902af32e: Pushed 05:13:12 994456c4fd7b: Layer already exists 05:13:12 50aff8aa928f: Pushed 05:13:14 f31257c1fe6a: Pushed 05:13:14 f5f202b43b58: Pushed 05:13:15 202fa1f2e455: Pushed 05:13:15 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:13:16 af6a093b8fca: Preparing 05:13:16 c24fc23740d1: Preparing 05:13:16 202fa1f2e455: Preparing 05:13:16 f5f202b43b58: Preparing 05:13:16 11fd7e46ccbc: Preparing 05:13:16 b4ab6eb40313: Preparing 05:13:16 109a902af32e: Preparing 05:13:16 4e7adadcbae8: Preparing 05:13:16 b6e0558dc269: Preparing 05:13:16 50aff8aa928f: Preparing 05:13:16 f31257c1fe6a: Preparing 05:13:16 994456c4fd7b: Preparing 05:13:16 4e7adadcbae8: Waiting 05:13:16 b4ab6eb40313: Waiting 05:13:16 f31257c1fe6a: Waiting 05:13:16 b6e0558dc269: Waiting 05:13:16 109a902af32e: Waiting 05:13:16 994456c4fd7b: Waiting 05:13:16 50aff8aa928f: Waiting 05:13:16 c24fc23740d1: Layer already exists 05:13:16 202fa1f2e455: Layer already exists 05:13:16 f5f202b43b58: Layer already exists 05:13:16 af6a093b8fca: Layer already exists 05:13:16 11fd7e46ccbc: Layer already exists 05:13:16 109a902af32e: Layer already exists 05:13:16 b4ab6eb40313: Layer already exists 05:13:16 b6e0558dc269: Layer already exists 05:13:16 4e7adadcbae8: Layer already exists 05:13:16 50aff8aa928f: Layer already exists 05:13:16 f31257c1fe6a: Layer already exists 05:13:16 994456c4fd7b: Layer already exists 05:13:16 latest: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 05:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:13:16 af6a093b8fca: Preparing 05:13:16 c24fc23740d1: Preparing 05:13:16 202fa1f2e455: Preparing 05:13:16 f5f202b43b58: Preparing 05:13:16 11fd7e46ccbc: Preparing 05:13:16 b4ab6eb40313: Preparing 05:13:16 109a902af32e: Preparing 05:13:16 4e7adadcbae8: Preparing 05:13:16 b6e0558dc269: Preparing 05:13:16 50aff8aa928f: Preparing 05:13:16 f31257c1fe6a: Preparing 05:13:16 994456c4fd7b: Preparing 05:13:16 b6e0558dc269: Waiting 05:13:16 50aff8aa928f: Waiting 05:13:16 b4ab6eb40313: Waiting 05:13:16 109a902af32e: Waiting 05:13:16 4e7adadcbae8: Waiting 05:13:16 994456c4fd7b: Waiting 05:13:16 f31257c1fe6a: Waiting 05:13:16 f5f202b43b58: Layer already exists 05:13:16 c24fc23740d1: Layer already exists 05:13:16 af6a093b8fca: Layer already exists 05:13:16 202fa1f2e455: Layer already exists 05:13:16 11fd7e46ccbc: Layer already exists 05:13:16 b4ab6eb40313: Layer already exists 05:13:16 109a902af32e: Layer already exists 05:13:16 b6e0558dc269: Layer already exists 05:13:16 4e7adadcbae8: Layer already exists 05:13:16 50aff8aa928f: Layer already exists 05:13:16 f31257c1fe6a: Layer already exists 05:13:16 994456c4fd7b: Layer already exists 05:13:16 4.1.0-dev.26: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:13:17 af6a093b8fca: Preparing 05:13:17 c24fc23740d1: Preparing 05:13:17 202fa1f2e455: Preparing 05:13:17 f5f202b43b58: Preparing 05:13:17 11fd7e46ccbc: Preparing 05:13:17 b4ab6eb40313: Preparing 05:13:17 109a902af32e: Preparing 05:13:17 4e7adadcbae8: Preparing 05:13:17 b6e0558dc269: Preparing 05:13:17 50aff8aa928f: Preparing 05:13:17 f31257c1fe6a: Preparing 05:13:17 994456c4fd7b: Preparing 05:13:17 50aff8aa928f: Waiting 05:13:17 b4ab6eb40313: Waiting 05:13:17 f31257c1fe6a: Waiting 05:13:17 109a902af32e: Waiting 05:13:17 4e7adadcbae8: Waiting 05:13:17 994456c4fd7b: Waiting 05:13:17 c24fc23740d1: Layer already exists 05:13:17 f5f202b43b58: Layer already exists 05:13:17 202fa1f2e455: Layer already exists 05:13:17 af6a093b8fca: Layer already exists 05:13:17 11fd7e46ccbc: Layer already exists 05:13:17 b4ab6eb40313: Layer already exists 05:13:17 109a902af32e: Layer already exists 05:13:17 4e7adadcbae8: Layer already exists 05:13:17 b6e0558dc269: Layer already exists 05:13:17 50aff8aa928f: Layer already exists 05:13:17 f31257c1fe6a: Layer already exists 05:13:17 994456c4fd7b: Layer already exists 05:13:17 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:13:18 af6a093b8fca: Preparing 05:13:18 c24fc23740d1: Preparing 05:13:18 202fa1f2e455: Preparing 05:13:18 f5f202b43b58: Preparing 05:13:18 11fd7e46ccbc: Preparing 05:13:18 b4ab6eb40313: Preparing 05:13:18 109a902af32e: Preparing 05:13:18 4e7adadcbae8: Preparing 05:13:18 b6e0558dc269: Preparing 05:13:18 50aff8aa928f: Preparing 05:13:18 f31257c1fe6a: Preparing 05:13:18 994456c4fd7b: Preparing 05:13:18 109a902af32e: Waiting 05:13:18 4e7adadcbae8: Waiting 05:13:18 b6e0558dc269: Waiting 05:13:18 b4ab6eb40313: Waiting 05:13:18 f31257c1fe6a: Waiting 05:13:18 50aff8aa928f: Waiting 05:13:18 994456c4fd7b: Waiting 05:13:18 f5f202b43b58: Layer already exists 05:13:18 af6a093b8fca: Layer already exists 05:13:18 202fa1f2e455: Layer already exists 05:13:18 11fd7e46ccbc: Layer already exists 05:13:18 c24fc23740d1: Layer already exists 05:13:18 b4ab6eb40313: Layer already exists 05:13:18 4e7adadcbae8: Layer already exists 05:13:18 b6e0558dc269: Layer already exists 05:13:18 109a902af32e: Layer already exists 05:13:18 50aff8aa928f: Layer already exists 05:13:18 f31257c1fe6a: Layer already exists 05:13:18 994456c4fd7b: Layer already exists 05:13:18 main: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:18 ===================================================== [Pipeline] echo 05:13:18 taggedImages: 05:13:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:13:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:13:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 05:13:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:13:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:13:18 92d5141f885416a010e7c9a103f0840019be69f6 05:13:18 latest 05:13:18 4.1.0-dev.26 05:13:18 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:18 main 05:13:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 05:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:13:18 d3378e02ebec: Preparing 05:13:18 d552aad21aae: Preparing 05:13:18 4e7adadcbae8: Preparing 05:13:18 b6e0558dc269: Preparing 05:13:18 cc8a66987ddf: Preparing 05:13:18 b1820afe627a: Preparing 05:13:18 994456c4fd7b: Preparing 05:13:18 b1820afe627a: Waiting 05:13:18 994456c4fd7b: Waiting 05:13:18 b6e0558dc269: Layer already exists 05:13:18 4e7adadcbae8: Layer already exists 05:13:18 994456c4fd7b: Layer already exists 05:13:18 cc8a66987ddf: Pushed 05:13:18 d3378e02ebec: Pushed 05:13:19 b1820afe627a: Pushed 05:13:22 d552aad21aae: Pushed 05:13:22 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:13:23 d3378e02ebec: Preparing 05:13:23 d552aad21aae: Preparing 05:13:23 4e7adadcbae8: Preparing 05:13:23 b6e0558dc269: Preparing 05:13:23 cc8a66987ddf: Preparing 05:13:23 b1820afe627a: Preparing 05:13:23 994456c4fd7b: Preparing 05:13:23 b1820afe627a: Waiting 05:13:23 994456c4fd7b: Waiting 05:13:23 4e7adadcbae8: Layer already exists 05:13:23 cc8a66987ddf: Layer already exists 05:13:23 b6e0558dc269: Layer already exists 05:13:23 d552aad21aae: Layer already exists 05:13:23 d3378e02ebec: Layer already exists 05:13:23 994456c4fd7b: Layer already exists 05:13:23 b1820afe627a: Layer already exists 05:13:23 latest: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 05:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:13:23 d3378e02ebec: Preparing 05:13:23 d552aad21aae: Preparing 05:13:23 4e7adadcbae8: Preparing 05:13:23 b6e0558dc269: Preparing 05:13:23 cc8a66987ddf: Preparing 05:13:23 b1820afe627a: Preparing 05:13:23 994456c4fd7b: Preparing 05:13:23 b1820afe627a: Waiting 05:13:23 994456c4fd7b: Waiting 05:13:23 b6e0558dc269: Layer already exists 05:13:23 d3378e02ebec: Layer already exists 05:13:23 d552aad21aae: Layer already exists 05:13:23 4e7adadcbae8: Layer already exists 05:13:23 cc8a66987ddf: Layer already exists 05:13:23 b1820afe627a: Layer already exists 05:13:23 994456c4fd7b: Layer already exists 05:13:23 4.1.0-dev.26: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:13:24 d3378e02ebec: Preparing 05:13:24 d552aad21aae: Preparing 05:13:24 4e7adadcbae8: Preparing 05:13:24 b6e0558dc269: Preparing 05:13:24 cc8a66987ddf: Preparing 05:13:24 b1820afe627a: Preparing 05:13:24 994456c4fd7b: Preparing 05:13:24 b1820afe627a: Waiting 05:13:24 994456c4fd7b: Waiting 05:13:24 d3378e02ebec: Layer already exists 05:13:24 d552aad21aae: Layer already exists 05:13:24 4e7adadcbae8: Layer already exists 05:13:24 cc8a66987ddf: Layer already exists 05:13:24 b6e0558dc269: Layer already exists 05:13:24 b1820afe627a: Layer already exists 05:13:24 994456c4fd7b: Layer already exists 05:13:24 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:25 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:13:25 d3378e02ebec: Preparing 05:13:25 d552aad21aae: Preparing 05:13:25 4e7adadcbae8: Preparing 05:13:25 b6e0558dc269: Preparing 05:13:25 cc8a66987ddf: Preparing 05:13:25 b1820afe627a: Preparing 05:13:25 994456c4fd7b: Preparing 05:13:25 994456c4fd7b: Waiting 05:13:25 b1820afe627a: Waiting 05:13:25 b6e0558dc269: Layer already exists 05:13:25 d3378e02ebec: Layer already exists 05:13:25 4e7adadcbae8: Layer already exists 05:13:25 d552aad21aae: Layer already exists 05:13:25 cc8a66987ddf: Layer already exists 05:13:25 b1820afe627a: Layer already exists 05:13:25 994456c4fd7b: Layer already exists 05:13:25 main: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:25 ===================================================== [Pipeline] echo 05:13:25 taggedImages: 05:13:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 05:13:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:13:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 05:13:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:25 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:13:25 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:13:25 92d5141f885416a010e7c9a103f0840019be69f6 05:13:25 latest 05:13:25 4.1.0-dev.26 05:13:25 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:25 main 05:13:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 05:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:13:25 a4f5c6703337: Preparing 05:13:25 4ad83485d379: Preparing 05:13:25 768730768ef8: Preparing 05:13:25 4e7adadcbae8: Preparing 05:13:25 b6e0558dc269: Preparing 05:13:25 ddf4eeff8c49: Preparing 05:13:25 3ff0f139ee4b: Preparing 05:13:25 9f48729e3695: Preparing 05:13:25 bb1462daaf0a: Preparing 05:13:25 994456c4fd7b: Preparing 05:13:25 bb1462daaf0a: Waiting 05:13:25 9f48729e3695: Waiting 05:13:25 994456c4fd7b: Waiting 05:13:25 ddf4eeff8c49: Waiting 05:13:25 3ff0f139ee4b: Waiting 05:13:25 4e7adadcbae8: Layer already exists 05:13:25 b6e0558dc269: Layer already exists 05:13:25 a4f5c6703337: Pushed 05:13:25 4ad83485d379: Pushed 05:13:25 768730768ef8: Pushed 05:13:25 994456c4fd7b: Layer already exists 05:13:26 9f48729e3695: Pushed 05:13:26 bb1462daaf0a: Pushed 05:13:30 3ff0f139ee4b: Pushed 05:13:38 ddf4eeff8c49: Pushed 05:13:38 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:13:39 a4f5c6703337: Preparing 05:13:39 4ad83485d379: Preparing 05:13:39 768730768ef8: Preparing 05:13:39 4e7adadcbae8: Preparing 05:13:39 b6e0558dc269: Preparing 05:13:39 ddf4eeff8c49: Preparing 05:13:39 3ff0f139ee4b: Preparing 05:13:39 9f48729e3695: Preparing 05:13:39 bb1462daaf0a: Preparing 05:13:39 3ff0f139ee4b: Waiting 05:13:39 9f48729e3695: Waiting 05:13:39 ddf4eeff8c49: Waiting 05:13:39 994456c4fd7b: Preparing 05:13:39 bb1462daaf0a: Waiting 05:13:39 994456c4fd7b: Waiting 05:13:39 a4f5c6703337: Layer already exists 05:13:39 768730768ef8: Layer already exists 05:13:39 4e7adadcbae8: Layer already exists 05:13:39 4ad83485d379: Layer already exists 05:13:39 b6e0558dc269: Layer already exists 05:13:39 3ff0f139ee4b: Layer already exists 05:13:39 bb1462daaf0a: Layer already exists 05:13:39 ddf4eeff8c49: Layer already exists 05:13:39 9f48729e3695: Layer already exists 05:13:39 994456c4fd7b: Layer already exists 05:13:39 latest: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 05:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:13:39 a4f5c6703337: Preparing 05:13:39 4ad83485d379: Preparing 05:13:39 768730768ef8: Preparing 05:13:39 4e7adadcbae8: Preparing 05:13:39 b6e0558dc269: Preparing 05:13:39 ddf4eeff8c49: Preparing 05:13:39 3ff0f139ee4b: Preparing 05:13:39 9f48729e3695: Preparing 05:13:39 bb1462daaf0a: Preparing 05:13:39 994456c4fd7b: Preparing 05:13:39 ddf4eeff8c49: Waiting 05:13:39 9f48729e3695: Waiting 05:13:39 3ff0f139ee4b: Waiting 05:13:39 bb1462daaf0a: Waiting 05:13:39 994456c4fd7b: Waiting 05:13:39 b6e0558dc269: Layer already exists 05:13:39 4ad83485d379: Layer already exists 05:13:39 4e7adadcbae8: Layer already exists 05:13:39 a4f5c6703337: Layer already exists 05:13:39 768730768ef8: Layer already exists 05:13:39 3ff0f139ee4b: Layer already exists 05:13:39 ddf4eeff8c49: Layer already exists 05:13:39 9f48729e3695: Layer already exists 05:13:39 994456c4fd7b: Layer already exists 05:13:39 bb1462daaf0a: Layer already exists 05:13:39 4.1.0-dev.26: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:13:40 a4f5c6703337: Preparing 05:13:40 4ad83485d379: Preparing 05:13:40 768730768ef8: Preparing 05:13:40 4e7adadcbae8: Preparing 05:13:40 b6e0558dc269: Preparing 05:13:40 ddf4eeff8c49: Preparing 05:13:40 3ff0f139ee4b: Preparing 05:13:40 9f48729e3695: Preparing 05:13:40 bb1462daaf0a: Preparing 05:13:40 994456c4fd7b: Preparing 05:13:40 ddf4eeff8c49: Waiting 05:13:40 bb1462daaf0a: Waiting 05:13:40 3ff0f139ee4b: Waiting 05:13:40 994456c4fd7b: Waiting 05:13:40 9f48729e3695: Waiting 05:13:40 a4f5c6703337: Layer already exists 05:13:40 b6e0558dc269: Layer already exists 05:13:40 4e7adadcbae8: Layer already exists 05:13:40 4ad83485d379: Layer already exists 05:13:40 768730768ef8: Layer already exists 05:13:40 3ff0f139ee4b: Layer already exists 05:13:40 ddf4eeff8c49: Layer already exists 05:13:40 9f48729e3695: Layer already exists 05:13:40 bb1462daaf0a: Layer already exists 05:13:40 994456c4fd7b: Layer already exists 05:13:40 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:13:41 a4f5c6703337: Preparing 05:13:41 4ad83485d379: Preparing 05:13:41 768730768ef8: Preparing 05:13:41 4e7adadcbae8: Preparing 05:13:41 b6e0558dc269: Preparing 05:13:41 ddf4eeff8c49: Preparing 05:13:41 3ff0f139ee4b: Preparing 05:13:41 9f48729e3695: Preparing 05:13:41 bb1462daaf0a: Preparing 05:13:41 994456c4fd7b: Preparing 05:13:41 ddf4eeff8c49: Waiting 05:13:41 bb1462daaf0a: Waiting 05:13:41 994456c4fd7b: Waiting 05:13:41 9f48729e3695: Waiting 05:13:41 a4f5c6703337: Layer already exists 05:13:41 768730768ef8: Layer already exists 05:13:41 b6e0558dc269: Layer already exists 05:13:41 4e7adadcbae8: Layer already exists 05:13:41 4ad83485d379: Layer already exists 05:13:41 ddf4eeff8c49: Layer already exists 05:13:41 3ff0f139ee4b: Layer already exists 05:13:41 9f48729e3695: Layer already exists 05:13:41 994456c4fd7b: Layer already exists 05:13:41 bb1462daaf0a: Layer already exists 05:13:41 main: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:41 ===================================================== [Pipeline] echo 05:13:41 taggedImages: 05:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 05:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 05:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:13:41 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:13:41 92d5141f885416a010e7c9a103f0840019be69f6 05:13:41 latest 05:13:41 4.1.0-dev.26 05:13:41 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:41 main 05:13:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 05:13:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:13:42 f761318edb14: Preparing 05:13:42 4164da576c71: Preparing 05:13:42 c007e06d58df: Preparing 05:13:42 4e7adadcbae8: Preparing 05:13:42 b6e0558dc269: Preparing 05:13:42 aeb5c29496a9: Preparing 05:13:42 9eeb161e0264: Preparing 05:13:42 2390bf898cfe: Preparing 05:13:42 aeb5c29496a9: Waiting 05:13:42 9eeb161e0264: Waiting 05:13:42 994456c4fd7b: Preparing 05:13:42 994456c4fd7b: Waiting 05:13:42 b6e0558dc269: Layer already exists 05:13:42 4e7adadcbae8: Layer already exists 05:13:42 4164da576c71: Pushed 05:13:42 f761318edb14: Pushed 05:13:42 c007e06d58df: Pushed 05:13:42 9eeb161e0264: Pushed 05:13:42 994456c4fd7b: Layer already exists 05:13:42 2390bf898cfe: Pushed 05:13:54 aeb5c29496a9: Pushed 05:13:54 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:13:55 f761318edb14: Preparing 05:13:55 4164da576c71: Preparing 05:13:55 c007e06d58df: Preparing 05:13:55 4e7adadcbae8: Preparing 05:13:55 b6e0558dc269: Preparing 05:13:55 aeb5c29496a9: Preparing 05:13:55 9eeb161e0264: Preparing 05:13:55 2390bf898cfe: Preparing 05:13:55 994456c4fd7b: Preparing 05:13:55 9eeb161e0264: Waiting 05:13:55 2390bf898cfe: Waiting 05:13:55 aeb5c29496a9: Waiting 05:13:55 994456c4fd7b: Waiting 05:13:55 4e7adadcbae8: Layer already exists 05:13:55 c007e06d58df: Layer already exists 05:13:55 4164da576c71: Layer already exists 05:13:55 f761318edb14: Layer already exists 05:13:55 b6e0558dc269: Layer already exists 05:13:55 9eeb161e0264: Layer already exists 05:13:55 2390bf898cfe: Layer already exists 05:13:55 994456c4fd7b: Layer already exists 05:13:55 aeb5c29496a9: Layer already exists 05:13:55 latest: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 05:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:13:55 f761318edb14: Preparing 05:13:55 4164da576c71: Preparing 05:13:55 c007e06d58df: Preparing 05:13:55 4e7adadcbae8: Preparing 05:13:55 b6e0558dc269: Preparing 05:13:55 aeb5c29496a9: Preparing 05:13:55 9eeb161e0264: Preparing 05:13:55 2390bf898cfe: Preparing 05:13:55 994456c4fd7b: Preparing 05:13:55 aeb5c29496a9: Waiting 05:13:55 2390bf898cfe: Waiting 05:13:55 9eeb161e0264: Waiting 05:13:55 994456c4fd7b: Waiting 05:13:55 b6e0558dc269: Layer already exists 05:13:55 c007e06d58df: Layer already exists 05:13:55 4164da576c71: Layer already exists 05:13:55 f761318edb14: Layer already exists 05:13:55 4e7adadcbae8: Layer already exists 05:13:55 9eeb161e0264: Layer already exists 05:13:55 2390bf898cfe: Layer already exists 05:13:55 aeb5c29496a9: Layer already exists 05:13:55 994456c4fd7b: Layer already exists 05:13:55 4.1.0-dev.26: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:13:56 f761318edb14: Preparing 05:13:56 4164da576c71: Preparing 05:13:56 c007e06d58df: Preparing 05:13:56 4e7adadcbae8: Preparing 05:13:56 b6e0558dc269: Preparing 05:13:56 aeb5c29496a9: Preparing 05:13:56 9eeb161e0264: Preparing 05:13:56 2390bf898cfe: Preparing 05:13:56 994456c4fd7b: Preparing 05:13:56 aeb5c29496a9: Waiting 05:13:56 9eeb161e0264: Waiting 05:13:56 2390bf898cfe: Waiting 05:13:56 994456c4fd7b: Waiting 05:13:56 4e7adadcbae8: Layer already exists 05:13:56 b6e0558dc269: Layer already exists 05:13:56 f761318edb14: Layer already exists 05:13:56 4164da576c71: Layer already exists 05:13:56 c007e06d58df: Layer already exists 05:13:56 aeb5c29496a9: Layer already exists 05:13:56 2390bf898cfe: Layer already exists 05:13:56 994456c4fd7b: Layer already exists 05:13:56 9eeb161e0264: Layer already exists 05:13:56 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:13:57 f761318edb14: Preparing 05:13:57 4164da576c71: Preparing 05:13:57 c007e06d58df: Preparing 05:13:57 4e7adadcbae8: Preparing 05:13:57 b6e0558dc269: Preparing 05:13:57 aeb5c29496a9: Preparing 05:13:57 9eeb161e0264: Preparing 05:13:57 2390bf898cfe: Preparing 05:13:57 994456c4fd7b: Preparing 05:13:57 aeb5c29496a9: Waiting 05:13:57 9eeb161e0264: Waiting 05:13:57 2390bf898cfe: Waiting 05:13:57 994456c4fd7b: Waiting 05:13:57 c007e06d58df: Layer already exists 05:13:57 4e7adadcbae8: Layer already exists 05:13:57 4164da576c71: Layer already exists 05:13:57 f761318edb14: Layer already exists 05:13:57 b6e0558dc269: Layer already exists 05:13:57 9eeb161e0264: Layer already exists 05:13:57 aeb5c29496a9: Layer already exists 05:13:57 994456c4fd7b: Layer already exists 05:13:57 2390bf898cfe: Layer already exists 05:13:57 main: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:13:57 ===================================================== [Pipeline] echo 05:13:57 taggedImages: 05:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 05:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 05:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:13:57 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:13:57 92d5141f885416a010e7c9a103f0840019be69f6 05:13:57 latest 05:13:57 4.1.0-dev.26 05:13:57 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:13:57 main 05:13:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 05:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:13:57 a4f5c6703337: Preparing 05:13:57 a3fda9be04f7: Preparing 05:13:57 9470916da080: Preparing 05:13:57 4e7adadcbae8: Preparing 05:13:57 b6e0558dc269: Preparing 05:13:57 ddf4eeff8c49: Preparing 05:13:57 9f48729e3695: Preparing 05:13:57 bb1462daaf0a: Preparing 05:13:57 994456c4fd7b: Preparing 05:13:57 9f48729e3695: Waiting 05:13:57 bb1462daaf0a: Waiting 05:13:57 994456c4fd7b: Waiting 05:13:57 a4f5c6703337: Layer already exists 05:13:57 4e7adadcbae8: Layer already exists 05:13:57 b6e0558dc269: Layer already exists 05:13:57 9f48729e3695: Layer already exists 05:13:57 bb1462daaf0a: Layer already exists 05:13:57 ddf4eeff8c49: Layer already exists 05:13:57 994456c4fd7b: Layer already exists 05:13:57 a3fda9be04f7: Pushed 05:13:57 9470916da080: Pushed 05:13:58 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:13:58 a4f5c6703337: Preparing 05:13:58 a3fda9be04f7: Preparing 05:13:58 9470916da080: Preparing 05:13:58 4e7adadcbae8: Preparing 05:13:58 b6e0558dc269: Preparing 05:13:58 ddf4eeff8c49: Preparing 05:13:58 9f48729e3695: Preparing 05:13:58 bb1462daaf0a: Preparing 05:13:58 994456c4fd7b: Preparing 05:13:58 ddf4eeff8c49: Waiting 05:13:58 9f48729e3695: Waiting 05:13:58 bb1462daaf0a: Waiting 05:13:58 994456c4fd7b: Waiting 05:13:58 9470916da080: Layer already exists 05:13:58 a4f5c6703337: Layer already exists 05:13:58 b6e0558dc269: Layer already exists 05:13:58 4e7adadcbae8: Layer already exists 05:13:58 a3fda9be04f7: Layer already exists 05:13:58 ddf4eeff8c49: Layer already exists 05:13:58 bb1462daaf0a: Layer already exists 05:13:58 994456c4fd7b: Layer already exists 05:13:58 9f48729e3695: Layer already exists 05:13:58 latest: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 05:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:13:59 a4f5c6703337: Preparing 05:13:59 a3fda9be04f7: Preparing 05:13:59 9470916da080: Preparing 05:13:59 4e7adadcbae8: Preparing 05:13:59 b6e0558dc269: Preparing 05:13:59 ddf4eeff8c49: Preparing 05:13:59 9f48729e3695: Preparing 05:13:59 bb1462daaf0a: Preparing 05:13:59 994456c4fd7b: Preparing 05:13:59 ddf4eeff8c49: Waiting 05:13:59 9f48729e3695: Waiting 05:13:59 bb1462daaf0a: Waiting 05:13:59 994456c4fd7b: Waiting 05:13:59 b6e0558dc269: Layer already exists 05:13:59 a4f5c6703337: Layer already exists 05:13:59 9470916da080: Layer already exists 05:13:59 a3fda9be04f7: Layer already exists 05:13:59 4e7adadcbae8: Layer already exists 05:13:59 9f48729e3695: Layer already exists 05:13:59 994456c4fd7b: Layer already exists 05:13:59 ddf4eeff8c49: Layer already exists 05:13:59 bb1462daaf0a: Layer already exists 05:13:59 4.1.0-dev.26: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:13:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:14:00 a4f5c6703337: Preparing 05:14:00 a3fda9be04f7: Preparing 05:14:00 9470916da080: Preparing 05:14:00 4e7adadcbae8: Preparing 05:14:00 b6e0558dc269: Preparing 05:14:00 ddf4eeff8c49: Preparing 05:14:00 9f48729e3695: Preparing 05:14:00 bb1462daaf0a: Preparing 05:14:00 994456c4fd7b: Preparing 05:14:00 ddf4eeff8c49: Waiting 05:14:00 9f48729e3695: Waiting 05:14:00 bb1462daaf0a: Waiting 05:14:00 994456c4fd7b: Waiting 05:14:00 a3fda9be04f7: Layer already exists 05:14:00 b6e0558dc269: Layer already exists 05:14:00 a4f5c6703337: Layer already exists 05:14:00 9470916da080: Layer already exists 05:14:00 4e7adadcbae8: Layer already exists 05:14:00 ddf4eeff8c49: Layer already exists 05:14:00 9f48729e3695: Layer already exists 05:14:00 994456c4fd7b: Layer already exists 05:14:00 bb1462daaf0a: Layer already exists 05:14:00 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:14:00 a4f5c6703337: Preparing 05:14:00 a3fda9be04f7: Preparing 05:14:00 9470916da080: Preparing 05:14:00 4e7adadcbae8: Preparing 05:14:00 b6e0558dc269: Preparing 05:14:00 ddf4eeff8c49: Preparing 05:14:00 9f48729e3695: Preparing 05:14:00 bb1462daaf0a: Preparing 05:14:00 994456c4fd7b: Preparing 05:14:00 ddf4eeff8c49: Waiting 05:14:00 bb1462daaf0a: Waiting 05:14:00 9f48729e3695: Waiting 05:14:00 994456c4fd7b: Waiting 05:14:00 b6e0558dc269: Layer already exists 05:14:00 4e7adadcbae8: Layer already exists 05:14:00 9470916da080: Layer already exists 05:14:00 a4f5c6703337: Layer already exists 05:14:00 a3fda9be04f7: Layer already exists 05:14:00 9f48729e3695: Layer already exists 05:14:00 ddf4eeff8c49: Layer already exists 05:14:00 bb1462daaf0a: Layer already exists 05:14:00 994456c4fd7b: Layer already exists 05:14:00 main: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:00 ===================================================== [Pipeline] echo 05:14:00 taggedImages: 05:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 05:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 05:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:14:00 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:14:00 92d5141f885416a010e7c9a103f0840019be69f6 05:14:00 latest 05:14:00 4.1.0-dev.26 05:14:00 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:00 main 05:14:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 05:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:14:01 3308765fc010: Preparing 05:14:01 0f204ff07c3d: Preparing 05:14:01 4e7adadcbae8: Preparing 05:14:01 b6e0558dc269: Preparing 05:14:01 f1a7d41aa6fd: Preparing 05:14:01 89cb8f99b7d2: Preparing 05:14:01 994456c4fd7b: Preparing 05:14:01 89cb8f99b7d2: Waiting 05:14:01 994456c4fd7b: Waiting 05:14:01 b6e0558dc269: Layer already exists 05:14:01 4e7adadcbae8: Layer already exists 05:14:01 994456c4fd7b: Layer already exists 05:14:01 f1a7d41aa6fd: Pushed 05:14:01 3308765fc010: Pushed 05:14:02 89cb8f99b7d2: Pushed 05:14:05 0f204ff07c3d: Pushed 05:14:05 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:05 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:14:05 3308765fc010: Preparing 05:14:05 0f204ff07c3d: Preparing 05:14:05 4e7adadcbae8: Preparing 05:14:05 b6e0558dc269: Preparing 05:14:05 f1a7d41aa6fd: Preparing 05:14:05 89cb8f99b7d2: Preparing 05:14:05 994456c4fd7b: Preparing 05:14:05 89cb8f99b7d2: Waiting 05:14:05 994456c4fd7b: Waiting 05:14:05 f1a7d41aa6fd: Layer already exists 05:14:05 0f204ff07c3d: Layer already exists 05:14:05 3308765fc010: Layer already exists 05:14:05 4e7adadcbae8: Layer already exists 05:14:05 b6e0558dc269: Layer already exists 05:14:05 994456c4fd7b: Layer already exists 05:14:05 89cb8f99b7d2: Layer already exists 05:14:05 latest: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 05:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:14:06 3308765fc010: Preparing 05:14:06 0f204ff07c3d: Preparing 05:14:06 4e7adadcbae8: Preparing 05:14:06 b6e0558dc269: Preparing 05:14:06 f1a7d41aa6fd: Preparing 05:14:06 89cb8f99b7d2: Preparing 05:14:06 994456c4fd7b: Preparing 05:14:06 89cb8f99b7d2: Waiting 05:14:06 994456c4fd7b: Waiting 05:14:06 4e7adadcbae8: Layer already exists 05:14:06 0f204ff07c3d: Layer already exists 05:14:06 3308765fc010: Layer already exists 05:14:06 b6e0558dc269: Layer already exists 05:14:06 f1a7d41aa6fd: Layer already exists 05:14:06 89cb8f99b7d2: Layer already exists 05:14:06 994456c4fd7b: Layer already exists 05:14:06 4.1.0-dev.26: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:14:07 3308765fc010: Preparing 05:14:07 0f204ff07c3d: Preparing 05:14:07 4e7adadcbae8: Preparing 05:14:07 b6e0558dc269: Preparing 05:14:07 f1a7d41aa6fd: Preparing 05:14:07 89cb8f99b7d2: Preparing 05:14:07 994456c4fd7b: Preparing 05:14:07 89cb8f99b7d2: Waiting 05:14:07 994456c4fd7b: Waiting 05:14:07 0f204ff07c3d: Layer already exists 05:14:07 f1a7d41aa6fd: Layer already exists 05:14:07 3308765fc010: Layer already exists 05:14:07 b6e0558dc269: Layer already exists 05:14:07 4e7adadcbae8: Layer already exists 05:14:07 994456c4fd7b: Layer already exists 05:14:07 89cb8f99b7d2: Layer already exists 05:14:07 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:14:07 3308765fc010: Preparing 05:14:07 0f204ff07c3d: Preparing 05:14:07 4e7adadcbae8: Preparing 05:14:07 b6e0558dc269: Preparing 05:14:07 f1a7d41aa6fd: Preparing 05:14:07 89cb8f99b7d2: Preparing 05:14:07 994456c4fd7b: Preparing 05:14:07 89cb8f99b7d2: Waiting 05:14:07 994456c4fd7b: Waiting 05:14:07 b6e0558dc269: Layer already exists 05:14:07 f1a7d41aa6fd: Layer already exists 05:14:07 3308765fc010: Layer already exists 05:14:07 4e7adadcbae8: Layer already exists 05:14:07 994456c4fd7b: Layer already exists 05:14:07 89cb8f99b7d2: Layer already exists 05:14:07 0f204ff07c3d: Layer already exists 05:14:07 main: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:08 ===================================================== [Pipeline] echo 05:14:08 taggedImages: 05:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 05:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 05:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:14:08 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:14:08 92d5141f885416a010e7c9a103f0840019be69f6 05:14:08 latest 05:14:08 4.1.0-dev.26 05:14:08 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:08 main 05:14:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 05:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:14:08 fe7549374db8: Preparing 05:14:08 51178f6d82b7: Preparing 05:14:08 4e7adadcbae8: Preparing 05:14:08 b6e0558dc269: Preparing 05:14:08 07b2e9c22d68: Preparing 05:14:08 f5882bc98443: Preparing 05:14:08 994456c4fd7b: Preparing 05:14:08 f5882bc98443: Waiting 05:14:08 994456c4fd7b: Waiting 05:14:08 4e7adadcbae8: Layer already exists 05:14:08 b6e0558dc269: Layer already exists 05:14:08 994456c4fd7b: Layer already exists 05:14:08 07b2e9c22d68: Pushed 05:14:08 fe7549374db8: Pushed 05:14:09 f5882bc98443: Pushed 05:14:13 51178f6d82b7: Pushed 05:14:13 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:14:13 fe7549374db8: Preparing 05:14:13 51178f6d82b7: Preparing 05:14:13 4e7adadcbae8: Preparing 05:14:13 b6e0558dc269: Preparing 05:14:13 07b2e9c22d68: Preparing 05:14:13 f5882bc98443: Preparing 05:14:13 994456c4fd7b: Preparing 05:14:13 994456c4fd7b: Waiting 05:14:13 f5882bc98443: Waiting 05:14:13 07b2e9c22d68: Layer already exists 05:14:13 51178f6d82b7: Layer already exists 05:14:13 4e7adadcbae8: Layer already exists 05:14:13 fe7549374db8: Layer already exists 05:14:13 b6e0558dc269: Layer already exists 05:14:13 f5882bc98443: Layer already exists 05:14:13 994456c4fd7b: Layer already exists 05:14:13 latest: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 05:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:14:14 fe7549374db8: Preparing 05:14:14 51178f6d82b7: Preparing 05:14:14 4e7adadcbae8: Preparing 05:14:14 b6e0558dc269: Preparing 05:14:14 07b2e9c22d68: Preparing 05:14:14 f5882bc98443: Preparing 05:14:14 994456c4fd7b: Preparing 05:14:14 f5882bc98443: Waiting 05:14:14 994456c4fd7b: Waiting 05:14:14 51178f6d82b7: Layer already exists 05:14:14 b6e0558dc269: Layer already exists 05:14:14 fe7549374db8: Layer already exists 05:14:14 07b2e9c22d68: Layer already exists 05:14:14 4e7adadcbae8: Layer already exists 05:14:14 994456c4fd7b: Layer already exists 05:14:14 f5882bc98443: Layer already exists 05:14:14 4.1.0-dev.26: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:14:15 fe7549374db8: Preparing 05:14:15 51178f6d82b7: Preparing 05:14:15 4e7adadcbae8: Preparing 05:14:15 b6e0558dc269: Preparing 05:14:15 07b2e9c22d68: Preparing 05:14:15 f5882bc98443: Preparing 05:14:15 994456c4fd7b: Preparing 05:14:15 f5882bc98443: Waiting 05:14:15 994456c4fd7b: Waiting 05:14:15 fe7549374db8: Layer already exists 05:14:15 4e7adadcbae8: Layer already exists 05:14:15 51178f6d82b7: Layer already exists 05:14:15 07b2e9c22d68: Layer already exists 05:14:15 b6e0558dc269: Layer already exists 05:14:15 f5882bc98443: Layer already exists 05:14:15 994456c4fd7b: Layer already exists 05:14:15 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:14:15 fe7549374db8: Preparing 05:14:15 51178f6d82b7: Preparing 05:14:15 4e7adadcbae8: Preparing 05:14:15 b6e0558dc269: Preparing 05:14:15 07b2e9c22d68: Preparing 05:14:15 f5882bc98443: Preparing 05:14:15 994456c4fd7b: Preparing 05:14:15 f5882bc98443: Waiting 05:14:15 994456c4fd7b: Waiting 05:14:15 fe7549374db8: Layer already exists 05:14:15 51178f6d82b7: Layer already exists 05:14:15 07b2e9c22d68: Layer already exists 05:14:15 4e7adadcbae8: Layer already exists 05:14:15 b6e0558dc269: Layer already exists 05:14:15 f5882bc98443: Layer already exists 05:14:15 994456c4fd7b: Layer already exists 05:14:15 main: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:14:15 ===================================================== [Pipeline] echo 05:14:16 taggedImages: 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 05:14:16 ========================================================= 05:14:16 [edgeXBuildMultiArch] RAW Config: 05:14:16 images: 05:14:16 - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/core-command:latest 05:14:16 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-command:main 05:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:14:16 - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/core-data:latest 05:14:16 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-data:main 05:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:main 05:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:main 05:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:main 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main 05:14:16 settingsFile: 05:14:16 edgex-go-settings 05:14:16 ========================================================= [Pipeline] node 05:14:31 Still waiting to schedule task 05:14:31 All nodes of label ‘centos7-docker-4c-2g’ are offline 05:15:36 Running on prd-centos7-docker-4c-2g-3767 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:15:36 provisioning config files... 05:15:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config267678908609507121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:15:37 ---> ****-login.sh 05:15:37 nexus3.edgexfoundry.org:10001 05:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:15:37 Configure a credential helper to remove this warning. See 05:15:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:15:37 05:15:37 Login Succeeded 05:15:37 nexus3.edgexfoundry.org:10002 05:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:15:37 Configure a credential helper to remove this warning. See 05:15:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:15:37 05:15:37 Login Succeeded 05:15:37 nexus3.edgexfoundry.org:10003 05:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:15:37 Configure a credential helper to remove this warning. See 05:15:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:15:37 05:15:37 Login Succeeded 05:15:37 nexus3.edgexfoundry.org:10004 05:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:15:37 Configure a credential helper to remove this warning. See 05:15:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:15:37 05:15:37 Login Succeeded 05:15:37 ****.io 05:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:15:38 Configure a credential helper to remove this warning. See 05:15:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:15:38 05:15:38 Login Succeeded 05:15:38 ---> ****-login.sh ends [Pipeline] } 05:15:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:15:38 + docker buildx ls 05:15:38 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:15:38 default * docker 05:15:38 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:15:39 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 05:15:39 edgex-builder [Pipeline] sh 05:15:39 + docker buildx inspect --bootstrap 05:15:39 #1 [internal] booting buildkit 05:15:39 #1 pulling image moby/buildkit:buildx-stable-1 05:15:42 #1 pulling image moby/buildkit:buildx-stable-1 2.9s done 05:15:42 #1 creating container buildx_buildkit_edgex-builder0 05:15:44 #1 creating container buildx_buildkit_edgex-builder0 1.7s done 05:15:44 #1 DONE 4.6s 05:15:44 Name: edgex-builder 05:15:44 Driver: docker-container 05:15:44 05:15:44 Nodes: 05:15:44 Name: edgex-builder0 05:15:44 Endpoint: unix:///var/run/docker.sock 05:15:44 Status: running 05:15:44 Buildkit: v0.22.0 05:15:44 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 05:15:44 + docker buildx ls 05:15:44 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 05:15:44 edgex-builder * docker-container 05:15:44 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 05:15:44 default docker 05:15:44 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 05:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6' 05:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:15:44 #1 [internal] load build definition from Dockerfile 05:15:44 #1 transferring dockerfile: 197B done 05:15:44 #1 DONE 0.0s 05:15:44 05:15:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 05:15:44 #2 DONE 0.1s 05:15:44 05:15:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 05:15:44 #3 DONE 0.1s 05:15:44 05:15:44 #4 [internal] load .dockerignore 05:15:44 #4 transferring context: 2B done 05:15:44 #4 DONE 0.0s 05:15:44 05:15:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:44 #5 DONE 0.0s 05:15:44 05:15:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:44 #6 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:44 #6 DONE 0.1s 05:15:44 05:15:44 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:15:44 #7 DONE 0.0s 05:15:44 05:15:44 #8 exporting to image 05:15:44 #8 exporting layers done 05:15:44 #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a 0.0s done 05:15:44 #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done 05:15:44 #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done 05:15:44 #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done 05:15:44 #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done 05:15:44 #8 pushing layers 05:15:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:45 #8 pushing layers 0.1s done 05:15:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done 05:15:45 #8 DONE 0.2s 05:15:45 05:15:45 1 warning found (use --debug to expand): 05:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 05:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 05:15:45 #1 [internal] load build definition from Dockerfile 05:15:45 #1 transferring dockerfile: 163B done 05:15:45 #1 DONE 0.0s 05:15:45 05:15:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 05:15:45 #2 DONE 0.0s 05:15:45 05:15:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 05:15:45 #3 DONE 0.0s 05:15:45 05:15:45 #4 [internal] load .dockerignore 05:15:45 #4 transferring context: 2B done 05:15:45 #4 DONE 0.0s 05:15:45 05:15:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:45 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:45 #5 DONE 0.0s 05:15:45 05:15:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:45 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:45 #6 CACHED 05:15:45 05:15:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:45 #5 CACHED 05:15:45 05:15:45 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:15:45 #7 DONE 0.0s 05:15:45 05:15:45 #8 exporting to image 05:15:45 #8 exporting layers done 05:15:45 #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done 05:15:45 #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done 05:15:45 #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done 05:15:45 #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done 05:15:45 #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done 05:15:45 #8 pushing layers 0.0s done 05:15:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done 05:15:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:45 #8 DONE 0.1s 05:15:45 05:15:45 1 warning found (use --debug to expand): 05:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26' 05:15:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 --push - 05:15:46 #1 [internal] load build definition from Dockerfile 05:15:46 #1 transferring dockerfile: 169B done 05:15:46 #1 DONE 0.0s 05:15:46 05:15:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 05:15:46 #2 DONE 0.0s 05:15:46 05:15:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 05:15:46 #3 DONE 0.0s 05:15:46 05:15:46 #4 [internal] load .dockerignore 05:15:46 #4 transferring context: 2B done 05:15:46 #4 DONE 0.0s 05:15:46 05:15:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:46 #5 CACHED 05:15:46 05:15:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:46 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:46 #6 CACHED 05:15:46 05:15:46 #7 exporting to image 05:15:46 #7 exporting layers done 05:15:46 #7 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done 05:15:46 #7 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done 05:15:46 #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 05:15:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:46 #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done 05:15:46 #7 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done 05:15:46 #7 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done 05:15:46 #7 pushing layers 0.0s done 05:15:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done 05:15:46 #7 DONE 0.1s 05:15:46 05:15:46 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:15:46 #8 DONE 0.0s 05:15:46 05:15:46 1 warning found (use --debug to expand): 05:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:15:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:15:46 #1 [internal] load build definition from Dockerfile 05:15:46 #1 transferring dockerfile: 210B done 05:15:46 #1 DONE 0.0s 05:15:46 05:15:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:46 #2 DONE 0.0s 05:15:46 05:15:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:46 #3 DONE 0.0s 05:15:46 05:15:46 #4 [internal] load .dockerignore 05:15:46 #4 transferring context: 2B done 05:15:46 #4 DONE 0.0s 05:15:46 05:15:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:46 #5 CACHED 05:15:46 05:15:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:46 #6 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:46 #6 DONE 0.0s 05:15:46 05:15:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:46 #6 CACHED 05:15:46 05:15:46 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:15:46 #7 DONE 0.0s 05:15:46 05:15:46 #8 exporting to image 05:15:46 #8 exporting layers done 05:15:46 #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done 05:15:46 #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done 05:15:46 #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done 05:15:46 #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done 05:15:46 #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done 05:15:46 #8 pushing layers 0.0s done 05:15:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done 05:15:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:46 #8 DONE 0.1s 05:15:46 05:15:46 1 warning found (use --debug to expand): 05:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 05:15:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 05:15:47 #1 [internal] load build definition from Dockerfile 05:15:47 #1 transferring dockerfile: 161B done 05:15:47 #1 DONE 0.0s 05:15:47 05:15:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 05:15:47 #2 DONE 0.0s 05:15:47 05:15:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 05:15:47 #3 DONE 0.0s 05:15:47 05:15:47 #4 [internal] load .dockerignore 05:15:47 #4 transferring context: 2B done 05:15:47 #4 DONE 0.0s 05:15:47 05:15:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:47 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 done 05:15:47 #5 CACHED 05:15:47 05:15:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 05:15:47 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done 05:15:47 #6 CACHED 05:15:47 05:15:47 #7 exporting to image 05:15:47 #7 exporting layers done 05:15:47 #7 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done 05:15:47 #7 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done 05:15:47 #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done 05:15:47 #7 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done 05:15:47 #7 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done 05:15:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:47 #7 pushing layers 0.0s done 05:15:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done 05:15:47 #7 DONE 0.1s 05:15:47 05:15:47 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 05:15:47 #8 DONE 0.0s 05:15:47 05:15:47 1 warning found (use --debug to expand): 05:15:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6' 05:15:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:15:47 #1 [internal] load build definition from Dockerfile 05:15:47 #1 transferring dockerfile: 216B done 05:15:47 #1 DONE 0.0s 05:15:47 05:15:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:15:47 #2 DONE 0.0s 05:15:47 05:15:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:15:47 #3 DONE 0.0s 05:15:47 05:15:47 #4 [internal] load .dockerignore 05:15:47 #4 transferring context: 2B done 05:15:47 #4 DONE 0.0s 05:15:47 05:15:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:47 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:47 #5 DONE 0.0s 05:15:47 05:15:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:48 #6 DONE 0.0s 05:15:48 05:15:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:48 #5 DONE 0.1s 05:15:48 05:15:48 #7 exporting to image 05:15:48 #7 exporting layers done 05:15:48 #7 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 0.0s done 05:15:48 #7 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done 05:15:48 #7 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done 05:15:48 #7 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done 05:15:48 #7 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.0s done 05:15:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:48 #7 ... 05:15:48 05:15:48 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:48 #8 DONE 0.0s 05:15:48 05:15:48 #7 exporting to image 05:15:48 #7 pushing layers 0.1s done 05:15:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 05:15:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done 05:15:48 #7 DONE 0.3s 05:15:48 05:15:48 1 warning found (use --debug to expand): 05:15:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 05:15:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 05:15:48 #1 [internal] load build definition from Dockerfile 05:15:48 #1 transferring dockerfile: 182B done 05:15:48 #1 DONE 0.0s 05:15:48 05:15:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:15:48 #2 DONE 0.0s 05:15:48 05:15:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:15:48 #3 DONE 0.0s 05:15:48 05:15:48 #4 [internal] load .dockerignore 05:15:48 #4 transferring context: 2B done 05:15:48 #4 DONE 0.0s 05:15:48 05:15:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:48 #5 DONE 0.0s 05:15:48 05:15:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:48 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:48 #6 CACHED 05:15:48 05:15:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:48 #5 CACHED 05:15:48 05:15:48 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:48 #7 DONE 0.0s 05:15:48 05:15:48 #8 exporting to image 05:15:48 #8 exporting layers done 05:15:48 #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done 05:15:48 #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done 05:15:48 #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done 05:15:48 #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done 05:15:48 #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done 05:15:48 #8 pushing layers 0.0s done 05:15:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done 05:15:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:48 #8 DONE 0.1s 05:15:48 05:15:48 1 warning found (use --debug to expand): 05:15:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26' 05:15:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 --push - 05:15:49 #1 [internal] load build definition from Dockerfile 05:15:49 #1 transferring dockerfile: 188B done 05:15:49 #1 DONE 0.0s 05:15:49 05:15:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 05:15:49 #2 DONE 0.0s 05:15:49 05:15:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 05:15:49 #3 DONE 0.0s 05:15:49 05:15:49 #4 [internal] load .dockerignore 05:15:49 #4 transferring context: 2B done 05:15:49 #4 DONE 0.0s 05:15:49 05:15:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:49 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:49 #5 CACHED 05:15:49 05:15:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:49 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:49 #6 CACHED 05:15:49 05:15:49 #7 exporting to image 05:15:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:49 #7 exporting layers done 05:15:49 #7 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done 05:15:49 #7 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done 05:15:49 #7 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done 05:15:49 #7 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done 05:15:49 #7 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done 05:15:49 #7 pushing layers 0.0s done 05:15:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done 05:15:49 #7 DONE 0.1s 05:15:49 05:15:49 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:49 #8 DONE 0.0s 05:15:49 05:15:49 1 warning found (use --debug to expand): 05:15:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:15:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:15:49 #1 [internal] load build definition from Dockerfile 05:15:49 #1 transferring dockerfile: 229B done 05:15:49 #1 DONE 0.0s 05:15:49 05:15:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:49 #2 DONE 0.0s 05:15:49 05:15:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:49 #3 DONE 0.0s 05:15:49 05:15:49 #4 [internal] load .dockerignore 05:15:49 #4 transferring context: 2B done 05:15:49 #4 DONE 0.0s 05:15:49 05:15:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:49 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:49 #5 CACHED 05:15:49 05:15:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:49 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:49 #6 DONE 0.0s 05:15:49 05:15:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:49 #6 CACHED 05:15:49 05:15:49 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:49 #7 DONE 0.0s 05:15:49 05:15:49 #8 exporting to image 05:15:49 #8 exporting layers done 05:15:49 #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done 05:15:49 #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done 05:15:49 #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done 05:15:49 #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done 05:15:49 #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done 05:15:49 #8 pushing layers 0.0s done 05:15:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done 05:15:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:49 #8 DONE 0.1s 05:15:49 05:15:49 1 warning found (use --debug to expand): 05:15:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 05:15:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 05:15:50 #1 [internal] load build definition from Dockerfile 05:15:50 #1 transferring dockerfile: 180B done 05:15:50 #1 DONE 0.0s 05:15:50 05:15:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:15:50 #2 DONE 0.0s 05:15:50 05:15:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:15:50 #3 DONE 0.0s 05:15:50 05:15:50 #4 [internal] load .dockerignore 05:15:50 #4 transferring context: 2B done 05:15:50 #4 DONE 0.0s 05:15:50 05:15:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:50 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:50 #5 DONE 0.0s 05:15:50 05:15:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:50 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done 05:15:50 #6 CACHED 05:15:50 05:15:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 05:15:50 #5 CACHED 05:15:50 05:15:50 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:50 #7 DONE 0.0s 05:15:50 05:15:50 #8 exporting to image 05:15:50 #8 exporting layers done 05:15:50 #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done 05:15:50 #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done 05:15:50 #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done 05:15:50 #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done 05:15:50 #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done 05:15:50 #8 pushing layers 0.0s done 05:15:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done 05:15:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:50 #8 DONE 0.1s 05:15:50 05:15:50 1 warning found (use --debug to expand): 05:15:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6' 05:15:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:15:50 #1 [internal] load build definition from Dockerfile 05:15:50 #1 transferring dockerfile: 194B done 05:15:50 #1 DONE 0.0s 05:15:50 05:15:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 05:15:50 #2 DONE 0.0s 05:15:50 05:15:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 05:15:50 #3 DONE 0.0s 05:15:50 05:15:50 #4 [internal] load .dockerignore 05:15:50 #4 transferring context: 2B done 05:15:50 #4 DONE 0.0s 05:15:50 05:15:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:51 #5 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:51 #5 DONE 0.0s 05:15:51 05:15:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:51 #6 DONE 0.1s 05:15:51 05:15:51 #7 exporting to image 05:15:51 #7 exporting layers done 05:15:51 #7 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done 05:15:51 #7 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 0.0s done 05:15:51 #7 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done 05:15:51 #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a 05:15:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:51 #7 ... 05:15:51 05:15:51 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:15:51 #8 DONE 0.0s 05:15:51 05:15:51 #7 exporting to image 05:15:51 #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done 05:15:51 #7 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.0s done 05:15:51 #7 pushing layers 0.1s done 05:15:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 05:15:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done 05:15:51 #7 DONE 0.2s 05:15:51 05:15:51 1 warning found (use --debug to expand): 05:15:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 05:15:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 05:15:51 #1 [internal] load build definition from Dockerfile 05:15:51 #1 transferring dockerfile: 160B done 05:15:51 #1 DONE 0.0s 05:15:51 05:15:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 05:15:51 #2 DONE 0.0s 05:15:51 05:15:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 05:15:51 #3 DONE 0.0s 05:15:51 05:15:51 #4 [internal] load .dockerignore 05:15:51 #4 transferring context: 2B done 05:15:51 #4 DONE 0.0s 05:15:51 05:15:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:51 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:51 #5 DONE 0.0s 05:15:51 05:15:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:51 #6 CACHED 05:15:51 05:15:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:51 #5 CACHED 05:15:51 05:15:51 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:15:51 #7 DONE 0.0s 05:15:51 05:15:51 #8 exporting to image 05:15:51 #8 exporting layers done 05:15:51 #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done 05:15:51 #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done 05:15:51 #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done 05:15:51 #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done 05:15:51 #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done 05:15:51 #8 pushing layers 0.0s done 05:15:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done 05:15:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:51 #8 DONE 0.1s 05:15:51 05:15:51 1 warning found (use --debug to expand): 05:15:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26' 05:15:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 --push - 05:15:52 #1 [internal] load build definition from Dockerfile 05:15:52 #1 transferring dockerfile: 166B done 05:15:52 #1 DONE 0.0s 05:15:52 05:15:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 05:15:52 #2 DONE 0.0s 05:15:52 05:15:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 05:15:52 #3 DONE 0.0s 05:15:52 05:15:52 #4 [internal] load .dockerignore 05:15:52 #4 transferring context: 2B done 05:15:52 #4 DONE 0.0s 05:15:52 05:15:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:52 #5 DONE 0.0s 05:15:52 05:15:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:52 #6 CACHED 05:15:52 05:15:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:52 #5 CACHED 05:15:52 05:15:52 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:15:52 #7 DONE 0.0s 05:15:52 05:15:52 #8 exporting to image 05:15:52 #8 exporting layers done 05:15:52 #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done 05:15:52 #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done 05:15:52 #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done 05:15:52 #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done 05:15:52 #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done 05:15:52 #8 pushing layers 0.0s done 05:15:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done 05:15:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:52 #8 DONE 0.1s 05:15:52 05:15:52 1 warning found (use --debug to expand): 05:15:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:15:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:15:52 #1 [internal] load build definition from Dockerfile 05:15:52 #1 transferring dockerfile: 207B done 05:15:52 #1 DONE 0.0s 05:15:52 05:15:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:52 #2 DONE 0.0s 05:15:52 05:15:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:52 #3 DONE 0.0s 05:15:52 05:15:52 #4 [internal] load .dockerignore 05:15:52 #4 transferring context: 2B done 05:15:52 #4 DONE 0.0s 05:15:52 05:15:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:52 #5 CACHED 05:15:52 05:15:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:52 #6 CACHED 05:15:52 05:15:52 #7 exporting to image 05:15:52 #7 exporting layers 05:15:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:52 #7 exporting layers done 05:15:52 #7 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done 05:15:52 #7 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done 05:15:52 #7 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done 05:15:52 #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done 05:15:52 #7 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done 05:15:52 #7 pushing layers 0.0s done 05:15:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done 05:15:52 #7 DONE 0.1s 05:15:52 05:15:52 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:15:52 #8 DONE 0.0s 05:15:52 05:15:52 1 warning found (use --debug to expand): 05:15:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 05:15:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 05:15:53 #1 [internal] load build definition from Dockerfile 05:15:53 #1 transferring dockerfile: 158B done 05:15:53 #1 DONE 0.0s 05:15:53 05:15:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 05:15:53 #2 DONE 0.0s 05:15:53 05:15:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 05:15:53 #3 DONE 0.0s 05:15:53 05:15:53 #4 [internal] load .dockerignore 05:15:53 #4 transferring context: 2B done 05:15:53 #4 DONE 0.0s 05:15:53 05:15:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:53 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:53 #5 DONE 0.0s 05:15:53 05:15:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:53 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done 05:15:53 #6 CACHED 05:15:53 05:15:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 05:15:53 #5 CACHED 05:15:53 05:15:53 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 05:15:53 #7 DONE 0.0s 05:15:53 05:15:53 #8 exporting to image 05:15:53 #8 exporting layers done 05:15:53 #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done 05:15:53 #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done 05:15:53 #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done 05:15:53 #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done 05:15:53 #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done 05:15:53 #8 pushing layers 0.0s done 05:15:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done 05:15:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:53 #8 DONE 0.1s 05:15:53 05:15:53 1 warning found (use --debug to expand): 05:15:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6' 05:15:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:15:55 #1 [internal] load build definition from Dockerfile 05:15:55 #1 transferring dockerfile: 196B done 05:15:55 #1 DONE 0.0s 05:15:55 05:15:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 05:15:55 #2 DONE 0.6s 05:15:55 05:15:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 05:15:55 #3 DONE 0.6s 05:15:55 05:15:55 #4 [internal] load .dockerignore 05:15:55 #4 transferring context: 2B done 05:15:55 #4 DONE 0.0s 05:15:55 05:15:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:55 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:55 #5 DONE 0.0s 05:15:55 05:15:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:55 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:55 #6 DONE 0.1s 05:15:55 05:15:55 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:55 #7 DONE 0.0s 05:15:55 05:15:55 #8 exporting to image 05:15:55 #8 exporting layers done 05:15:55 #8 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done 05:15:55 #8 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done 05:15:55 #8 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done 05:15:55 #8 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done 05:15:55 #8 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.0s done 05:15:55 #8 pushing layers 0.1s done 05:15:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 05:15:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done 05:15:55 #8 DONE 0.2s 05:15:55 05:15:55 1 warning found (use --debug to expand): 05:15:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 05:15:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 05:15:55 #1 [internal] load build definition from Dockerfile 05:15:55 #1 transferring dockerfile: 162B done 05:15:55 #1 DONE 0.0s 05:15:55 05:15:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 05:15:55 #2 DONE 0.0s 05:15:55 05:15:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 05:15:55 #3 DONE 0.0s 05:15:55 05:15:55 #4 [internal] load .dockerignore 05:15:55 #4 transferring context: 2B done 05:15:55 #4 DONE 0.0s 05:15:55 05:15:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:55 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:55 #5 CACHED 05:15:55 05:15:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:55 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 0.0s done 05:15:55 #6 CACHED 05:15:55 05:15:55 #7 exporting to image 05:15:55 #7 exporting layers done 05:15:55 #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done 05:15:55 #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done 05:15:55 #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done 05:15:55 #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done 05:15:55 #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done 05:15:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:55 #7 pushing layers 0.0s done 05:15:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done 05:15:55 #7 DONE 0.1s 05:15:55 05:15:55 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:55 #8 DONE 0.0s 05:15:55 05:15:55 1 warning found (use --debug to expand): 05:15:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 --push - 05:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26' 05:15:56 #1 [internal] load build definition from Dockerfile 05:15:56 #1 transferring dockerfile: 168B done 05:15:56 #1 DONE 0.0s 05:15:56 05:15:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 05:15:56 #2 DONE 0.0s 05:15:56 05:15:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 05:15:56 #3 DONE 0.0s 05:15:56 05:15:56 #4 [internal] load .dockerignore 05:15:56 #4 transferring context: 2B done 05:15:56 #4 DONE 0.0s 05:15:56 05:15:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:56 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:56 #5 CACHED 05:15:56 05:15:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:56 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:56 #6 CACHED 05:15:56 05:15:56 #7 exporting to image 05:15:56 #7 exporting layers done 05:15:56 #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done 05:15:56 #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done 05:15:56 #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done 05:15:56 #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done 05:15:56 #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done 05:15:56 #7 pushing layers 0.0s done 05:15:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 05:15:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done 05:15:56 #7 DONE 0.1s 05:15:56 05:15:56 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:56 #8 DONE 0.0s 05:15:56 05:15:56 1 warning found (use --debug to expand): 05:15:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:15:58 #1 [internal] load build definition from Dockerfile 05:15:58 #1 transferring dockerfile: 209B done 05:15:58 #1 DONE 0.0s 05:15:58 05:15:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:58 #2 DONE 0.0s 05:15:58 05:15:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:15:58 #3 DONE 0.0s 05:15:58 05:15:58 #4 [internal] load .dockerignore 05:15:58 #4 transferring context: 2B done 05:15:58 #4 DONE 0.0s 05:15:58 05:15:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:58 #5 CACHED 05:15:58 05:15:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:58 #6 CACHED 05:15:58 05:15:58 #7 exporting to image 05:15:58 #7 exporting layers done 05:15:58 #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done 05:15:58 #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done 05:15:58 #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done 05:15:58 #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done 05:15:58 #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done 05:15:58 #7 pushing layers 0.0s done 05:15:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 05:15:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done 05:15:58 #7 DONE 0.1s 05:15:58 05:15:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:58 #8 DONE 0.0s 05:15:58 05:15:58 1 warning found (use --debug to expand): 05:15:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 05:15:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 05:15:58 #1 [internal] load build definition from Dockerfile 05:15:58 #1 transferring dockerfile: 160B done 05:15:58 #1 DONE 0.0s 05:15:58 05:15:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 05:15:58 #2 DONE 0.0s 05:15:58 05:15:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 05:15:58 #3 DONE 0.0s 05:15:58 05:15:58 #4 [internal] load .dockerignore 05:15:58 #4 transferring context: 2B done 05:15:58 #4 DONE 0.0s 05:15:58 05:15:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done 05:15:58 #5 CACHED 05:15:58 05:15:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 05:15:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 0.0s done 05:15:58 #6 CACHED 05:15:58 05:15:58 #7 exporting to image 05:15:58 #7 exporting layers done 05:15:58 #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 05:15:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:58 #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done 05:15:58 #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done 05:15:58 #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done 05:15:58 #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done 05:15:58 #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done 05:15:58 #7 pushing layers 0.0s done 05:15:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done 05:15:58 #7 DONE 0.1s 05:15:58 05:15:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 05:15:58 #8 DONE 0.0s 05:15:58 05:15:58 1 warning found (use --debug to expand): 05:15:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:15:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6' 05:15:59 #1 [internal] load build definition from Dockerfile 05:15:59 #1 transferring dockerfile: 198B done 05:15:59 #1 DONE 0.0s 05:15:59 05:15:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 05:15:59 #2 DONE 0.0s 05:15:59 05:15:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 05:15:59 #3 DONE 0.1s 05:15:59 05:15:59 #4 [internal] load .dockerignore 05:15:59 #4 transferring context: 2B done 05:15:59 #4 DONE 0.0s 05:15:59 05:15:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:15:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:15:59 #5 ... 05:15:59 05:15:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:15:59 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 done 05:15:59 #6 DONE 0.1s 05:15:59 05:15:59 #7 exporting to image 05:15:59 #7 exporting layers done 05:15:59 #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done 05:15:59 #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done 05:15:59 #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done 05:15:59 #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done 05:15:59 #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done 05:15:59 #7 pushing layers 05:15:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:15:59 #7 ... 05:15:59 05:15:59 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:15:59 #8 DONE 0.0s 05:15:59 05:15:59 #7 exporting to image 05:15:59 #7 pushing layers 0.1s done 05:15:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 05:15:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done 05:15:59 #7 DONE 0.2s 05:15:59 05:15:59 1 warning found (use --debug to expand): 05:15:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:15:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 05:15:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 05:15:59 #1 [internal] load build definition from Dockerfile 05:15:59 #1 transferring dockerfile: 164B done 05:15:59 #1 DONE 0.0s 05:15:59 05:15:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 05:15:59 #2 DONE 0.0s 05:15:59 05:15:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 05:15:59 #3 DONE 0.0s 05:15:59 05:15:59 #4 [internal] load .dockerignore 05:15:59 #4 transferring context: 2B done 05:15:59 #4 DONE 0.0s 05:15:59 05:15:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:15:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:15:59 #5 DONE 0.0s 05:15:59 05:15:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:00 #6 CACHED 05:16:00 05:16:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:00 #5 CACHED 05:16:00 05:16:00 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:16:00 #7 DONE 0.0s 05:16:00 05:16:00 #8 exporting to image 05:16:00 #8 exporting layers done 05:16:00 #8 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done 05:16:00 #8 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done 05:16:00 #8 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done 05:16:00 #8 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done 05:16:00 #8 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done 05:16:00 #8 pushing layers 0.0s done 05:16:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done 05:16:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:00 #8 DONE 0.1s 05:16:00 05:16:00 1 warning found (use --debug to expand): 05:16:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26' 05:16:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 --push - 05:16:00 #1 [internal] load build definition from Dockerfile 05:16:00 #1 transferring dockerfile: 170B done 05:16:00 #1 DONE 0.0s 05:16:00 05:16:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 05:16:00 #2 DONE 0.0s 05:16:00 05:16:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 05:16:00 #3 DONE 0.0s 05:16:00 05:16:00 #4 [internal] load .dockerignore 05:16:00 #4 transferring context: 2B done 05:16:00 #4 DONE 0.0s 05:16:00 05:16:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:00 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:00 #5 CACHED 05:16:00 05:16:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:00 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:00 #6 CACHED 05:16:00 05:16:00 #7 exporting to image 05:16:00 #7 exporting layers done 05:16:00 #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done 05:16:00 #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done 05:16:00 #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done 05:16:00 #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done 05:16:00 #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done 05:16:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:00 #7 pushing layers 0.0s done 05:16:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done 05:16:00 #7 DONE 0.1s 05:16:00 05:16:00 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:16:00 #8 DONE 0.0s 05:16:00 05:16:00 1 warning found (use --debug to expand): 05:16:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:01 #1 [internal] load build definition from Dockerfile 05:16:01 #1 transferring dockerfile: 211B done 05:16:01 #1 DONE 0.0s 05:16:01 05:16:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:01 #2 DONE 0.0s 05:16:01 05:16:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:01 #3 DONE 0.0s 05:16:01 05:16:01 #4 [internal] load .dockerignore 05:16:01 #4 transferring context: 2B done 05:16:01 #4 DONE 0.0s 05:16:01 05:16:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:01 #5 CACHED 05:16:01 05:16:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:01 #6 CACHED 05:16:01 05:16:01 #7 exporting to image 05:16:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:01 #7 exporting layers done 05:16:01 #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done 05:16:01 #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done 05:16:01 #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done 05:16:01 #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done 05:16:01 #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done 05:16:01 #7 pushing layers 0.0s done 05:16:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done 05:16:01 #7 DONE 0.1s 05:16:01 05:16:01 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:16:01 #8 DONE 0.0s 05:16:01 05:16:01 1 warning found (use --debug to expand): 05:16:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 05:16:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 05:16:01 #1 [internal] load build definition from Dockerfile 05:16:01 #1 transferring dockerfile: 162B done 05:16:01 #1 DONE 0.0s 05:16:01 05:16:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 05:16:01 #2 DONE 0.0s 05:16:01 05:16:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 05:16:01 #3 DONE 0.0s 05:16:01 05:16:01 #4 [internal] load .dockerignore 05:16:01 #4 transferring context: 2B done 05:16:01 #4 DONE 0.0s 05:16:01 05:16:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 done 05:16:01 #5 CACHED 05:16:01 05:16:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 05:16:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done 05:16:01 #6 CACHED 05:16:01 05:16:01 #7 exporting to image 05:16:01 #7 exporting layers done 05:16:01 #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done 05:16:01 #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done 05:16:01 #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done 05:16:01 #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done 05:16:01 #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done 05:16:01 #7 pushing layers 05:16:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:01 #7 pushing layers 0.0s done 05:16:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done 05:16:01 #7 DONE 0.1s 05:16:01 05:16:01 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 05:16:01 #8 DONE 0.0s 05:16:01 05:16:01 1 warning found (use --debug to expand): 05:16:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:02 #1 [internal] load build definition from Dockerfile 05:16:02 #1 transferring dockerfile: 206B done 05:16:02 #1 DONE 0.0s 05:16:02 05:16:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:16:02 #2 DONE 0.0s 05:16:02 05:16:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 05:16:02 #3 DONE 0.1s 05:16:02 05:16:02 #4 [internal] load .dockerignore 05:16:02 #4 transferring context: 2B done 05:16:02 #4 DONE 0.0s 05:16:02 05:16:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d done 05:16:02 #5 DONE 0.0s 05:16:02 05:16:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #6 DONE 0.0s 05:16:02 05:16:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d done 05:16:02 #5 DONE 0.1s 05:16:02 05:16:02 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:16:02 #7 DONE 0.0s 05:16:02 05:16:02 #8 exporting to image 05:16:02 #8 exporting layers done 05:16:02 #8 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done 05:16:02 #8 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done 05:16:02 #8 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done 05:16:02 #8 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done 05:16:02 #8 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done 05:16:02 #8 pushing layers 0.1s done 05:16:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 05:16:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done 05:16:02 #8 DONE 0.2s 05:16:02 05:16:02 1 warning found (use --debug to expand): 05:16:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 05:16:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 05:16:02 #1 [internal] load build definition from Dockerfile 05:16:02 #1 transferring dockerfile: 172B done 05:16:02 #1 DONE 0.0s 05:16:02 05:16:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:16:02 #2 DONE 0.0s 05:16:02 05:16:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:16:02 #3 DONE 0.0s 05:16:02 05:16:02 #4 [internal] load .dockerignore 05:16:02 #4 transferring context: 2B done 05:16:02 #4 DONE 0.0s 05:16:02 05:16:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #5 ... 05:16:02 05:16:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:02 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:02 #6 CACHED 05:16:02 05:16:02 #7 exporting to image 05:16:02 #7 exporting layers done 05:16:02 #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done 05:16:02 #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done 05:16:02 #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done 05:16:02 #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 05:16:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:03 #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done 05:16:03 #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done 05:16:03 #7 pushing layers 05:16:04 #7 pushing layers 0.9s done 05:16:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done 05:16:04 #7 DONE 1.0s 05:16:04 05:16:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:16:04 #8 DONE 0.0s 05:16:04 05:16:04 1 warning found (use --debug to expand): 05:16:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26' 05:16:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 --push - 05:16:04 #1 [internal] load build definition from Dockerfile 05:16:04 #1 transferring dockerfile: 178B done 05:16:04 #1 DONE 0.0s 05:16:04 05:16:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 05:16:04 #2 DONE 0.0s 05:16:04 05:16:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 05:16:04 #3 DONE 0.0s 05:16:04 05:16:04 #4 [internal] load .dockerignore 05:16:04 #4 transferring context: 2B done 05:16:04 #4 DONE 0.0s 05:16:04 05:16:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:04 #5 CACHED 05:16:04 05:16:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:04 #6 CACHED 05:16:04 05:16:04 #7 exporting to image 05:16:04 #7 exporting layers done 05:16:04 #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done 05:16:04 #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done 05:16:04 #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc 05:16:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:04 #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done 05:16:04 #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done 05:16:04 #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done 05:16:04 #7 pushing layers 0.0s done 05:16:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done 05:16:04 #7 DONE 0.1s 05:16:04 05:16:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:16:04 #8 DONE 0.0s 05:16:04 05:16:04 1 warning found (use --debug to expand): 05:16:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:04 #1 [internal] load build definition from Dockerfile 05:16:04 #1 transferring dockerfile: 219B done 05:16:04 #1 DONE 0.0s 05:16:04 05:16:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:04 #2 DONE 0.0s 05:16:04 05:16:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:04 #3 DONE 0.0s 05:16:04 05:16:04 #4 [internal] load .dockerignore 05:16:04 #4 transferring context: 2B done 05:16:04 #4 DONE 0.0s 05:16:04 05:16:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:04 #5 CACHED 05:16:04 05:16:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:04 #6 CACHED 05:16:04 05:16:04 #7 exporting to image 05:16:04 #7 exporting layers done 05:16:04 #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 05:16:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:05 #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done 05:16:05 #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done 05:16:05 #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done 05:16:05 #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done 05:16:05 #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done 05:16:05 #7 pushing layers 0.0s done 05:16:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done 05:16:05 #7 DONE 0.1s 05:16:05 05:16:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:16:05 #8 DONE 0.0s 05:16:05 05:16:05 1 warning found (use --debug to expand): 05:16:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 05:16:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 05:16:05 #1 [internal] load build definition from Dockerfile 05:16:05 #1 transferring dockerfile: 170B done 05:16:05 #1 DONE 0.0s 05:16:05 05:16:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:16:05 #2 DONE 0.0s 05:16:05 05:16:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:16:05 #3 DONE 0.0s 05:16:05 05:16:05 #4 [internal] load .dockerignore 05:16:05 #4 transferring context: 2B done 05:16:05 #4 DONE 0.0s 05:16:05 05:16:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:05 #5 CACHED 05:16:05 05:16:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 05:16:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done 05:16:05 #6 CACHED 05:16:05 05:16:05 #7 exporting to image 05:16:05 #7 exporting layers done 05:16:05 #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done 05:16:05 #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done 05:16:05 #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done 05:16:05 #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done 05:16:05 #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done 05:16:05 #7 pushing layers 0.0s done 05:16:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 05:16:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done 05:16:05 #7 DONE 0.1s 05:16:05 05:16:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 05:16:05 #8 DONE 0.0s 05:16:05 05:16:05 1 warning found (use --debug to expand): 05:16:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:06 #1 [internal] load build definition from Dockerfile 05:16:06 #1 transferring dockerfile: 204B done 05:16:06 #1 DONE 0.0s 05:16:06 05:16:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 05:16:06 #2 DONE 0.0s 05:16:06 05:16:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 05:16:06 #3 DONE 0.0s 05:16:06 05:16:06 #4 [internal] load .dockerignore 05:16:06 #4 transferring context: 2B done 05:16:06 #4 DONE 0.0s 05:16:06 05:16:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:06 #5 DONE 0.0s 05:16:06 05:16:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:06 #6 DONE 0.0s 05:16:06 05:16:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:06 #5 DONE 0.1s 05:16:06 05:16:06 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:16:06 #7 DONE 0.0s 05:16:06 05:16:06 #8 exporting to image 05:16:06 #8 exporting layers done 05:16:06 #8 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done 05:16:06 #8 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done 05:16:06 #8 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done 05:16:06 #8 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done 05:16:06 #8 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done 05:16:06 #8 pushing layers 0.1s done 05:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 05:16:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done 05:16:06 #8 DONE 0.2s 05:16:06 05:16:06 1 warning found (use --debug to expand): 05:16:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 05:16:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 05:16:06 #1 [internal] load build definition from Dockerfile 05:16:06 #1 transferring dockerfile: 170B done 05:16:06 #1 DONE 0.0s 05:16:06 05:16:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:16:06 #2 DONE 0.0s 05:16:06 05:16:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:16:06 #3 DONE 0.0s 05:16:06 05:16:06 #4 [internal] load .dockerignore 05:16:06 #4 transferring context: 2B done 05:16:06 #4 DONE 0.0s 05:16:06 05:16:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 done 05:16:06 #5 CACHED 05:16:06 05:16:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 done 05:16:06 #6 CACHED 05:16:06 05:16:06 #7 exporting to image 05:16:06 #7 exporting layers done 05:16:06 #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done 05:16:06 #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done 05:16:06 #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done 05:16:06 #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done 05:16:06 #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done 05:16:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:07 #7 pushing layers 0.0s done 05:16:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done 05:16:07 #7 DONE 0.1s 05:16:07 05:16:07 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:16:07 #8 DONE 0.0s 05:16:07 05:16:07 1 warning found (use --debug to expand): 05:16:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26' 05:16:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 --push - 05:16:07 #1 [internal] load build definition from Dockerfile 05:16:07 #1 transferring dockerfile: 176B done 05:16:07 #1 DONE 0.0s 05:16:07 05:16:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 05:16:07 #2 DONE 0.0s 05:16:07 05:16:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 05:16:07 #3 DONE 0.0s 05:16:07 05:16:07 #4 [internal] load .dockerignore 05:16:07 #4 transferring context: 2B done 05:16:07 #4 DONE 0.0s 05:16:07 05:16:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:07 #5 CACHED 05:16:07 05:16:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:07 #6 CACHED 05:16:07 05:16:07 #7 exporting to image 05:16:07 #7 exporting layers done 05:16:07 #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done 05:16:07 #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done 05:16:07 #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done 05:16:07 #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done 05:16:07 #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done 05:16:07 #7 pushing layers 0.0s done 05:16:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 05:16:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done 05:16:07 #7 DONE 0.1s 05:16:07 05:16:07 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:16:07 #8 DONE 0.0s 05:16:07 05:16:07 1 warning found (use --debug to expand): 05:16:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:07 #1 [internal] load build definition from Dockerfile 05:16:07 #1 transferring dockerfile: 217B done 05:16:07 #1 DONE 0.0s 05:16:07 05:16:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:07 #2 DONE 0.0s 05:16:07 05:16:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:07 #3 DONE 0.0s 05:16:07 05:16:07 #4 [internal] load .dockerignore 05:16:07 #4 transferring context: 2B done 05:16:07 #4 DONE 0.0s 05:16:07 05:16:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:07 #5 CACHED 05:16:07 05:16:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:07 #6 CACHED 05:16:07 05:16:07 #7 exporting to image 05:16:07 #7 exporting layers 05:16:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:08 #7 exporting layers done 05:16:08 #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done 05:16:08 #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done 05:16:08 #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done 05:16:08 #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done 05:16:08 #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done 05:16:08 #7 pushing layers 0.0s done 05:16:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done 05:16:08 #7 DONE 0.1s 05:16:08 05:16:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:16:08 #8 DONE 0.0s 05:16:08 05:16:08 1 warning found (use --debug to expand): 05:16:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 05:16:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 05:16:08 #1 [internal] load build definition from Dockerfile 05:16:08 #1 transferring dockerfile: 168B done 05:16:08 #1 DONE 0.0s 05:16:08 05:16:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:16:08 #2 DONE 0.0s 05:16:08 05:16:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:16:08 #3 DONE 0.0s 05:16:08 05:16:08 #4 [internal] load .dockerignore 05:16:08 #4 transferring context: 2B done 05:16:08 #4 DONE 0.0s 05:16:08 05:16:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:08 #5 CACHED 05:16:08 05:16:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 05:16:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done 05:16:08 #6 CACHED 05:16:08 05:16:08 #7 exporting to image 05:16:08 #7 exporting layers done 05:16:08 #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done 05:16:08 #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done 05:16:08 #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done 05:16:08 #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done 05:16:08 #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done 05:16:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:08 #7 pushing layers 0.0s done 05:16:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done 05:16:08 #7 DONE 0.1s 05:16:08 05:16:08 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 05:16:08 #8 DONE 0.0s 05:16:08 05:16:08 1 warning found (use --debug to expand): 05:16:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:11 #1 [internal] load build definition from Dockerfile 05:16:11 #1 transferring dockerfile: 205B done 05:16:11 #1 DONE 0.0s 05:16:11 05:16:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:16:11 #2 DONE 0.0s 05:16:11 05:16:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:16:11 #3 DONE 0.1s 05:16:11 05:16:11 #4 [internal] load .dockerignore 05:16:11 #4 transferring context: 2B done 05:16:11 #4 DONE 0.0s 05:16:11 05:16:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:11 #5 DONE 0.0s 05:16:11 05:16:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:11 #6 DONE 0.0s 05:16:11 05:16:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:11 #5 DONE 0.1s 05:16:11 05:16:11 #7 exporting to image 05:16:11 #7 exporting layers done 05:16:11 #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done 05:16:11 #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done 05:16:11 #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done 05:16:11 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done 05:16:11 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 05:16:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:11 #7 ... 05:16:11 05:16:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:11 #8 DONE 0.0s 05:16:11 05:16:11 #7 exporting to image 05:16:11 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done 05:16:11 #7 pushing layers 0.1s done 05:16:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 05:16:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done 05:16:11 #7 DONE 0.2s 05:16:11 05:16:11 1 warning found (use --debug to expand): 05:16:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 05:16:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 05:16:11 #1 [internal] load build definition from Dockerfile 05:16:11 #1 transferring dockerfile: 171B done 05:16:11 #1 DONE 0.0s 05:16:11 05:16:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:16:11 #2 DONE 0.0s 05:16:11 05:16:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:16:11 #3 DONE 0.0s 05:16:11 05:16:11 #4 [internal] load .dockerignore 05:16:11 #4 transferring context: 2B done 05:16:11 #4 DONE 0.0s 05:16:11 05:16:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done 05:16:11 #5 CACHED 05:16:11 05:16:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:11 #6 CACHED 05:16:11 05:16:11 #7 exporting to image 05:16:11 #7 exporting layers done 05:16:11 #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done 05:16:11 #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done 05:16:11 #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done 05:16:11 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done 05:16:11 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done 05:16:11 #7 pushing layers 05:16:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:12 #7 pushing layers 0.0s done 05:16:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done 05:16:12 #7 DONE 0.1s 05:16:12 05:16:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:12 #8 DONE 0.0s 05:16:12 05:16:12 1 warning found (use --debug to expand): 05:16:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26' 05:16:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 --push - 05:16:12 #1 [internal] load build definition from Dockerfile 05:16:12 #1 transferring dockerfile: 177B done 05:16:12 #1 DONE 0.0s 05:16:12 05:16:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 05:16:12 #2 DONE 0.0s 05:16:12 05:16:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 05:16:12 #3 DONE 0.0s 05:16:12 05:16:12 #4 [internal] load .dockerignore 05:16:12 #4 transferring context: 2B done 05:16:12 #4 DONE 0.0s 05:16:12 05:16:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done 05:16:12 #5 CACHED 05:16:12 05:16:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:12 #6 CACHED 05:16:12 05:16:12 #7 exporting to image 05:16:12 #7 exporting layers done 05:16:12 #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done 05:16:12 #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done 05:16:12 #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done 05:16:12 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done 05:16:12 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done 05:16:12 #7 pushing layers 0.0s done 05:16:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 05:16:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done 05:16:13 #7 DONE 0.1s 05:16:13 05:16:13 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:13 #8 DONE 0.0s 05:16:13 05:16:13 1 warning found (use --debug to expand): 05:16:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:14 #1 [internal] load build definition from Dockerfile 05:16:14 #1 transferring dockerfile: 218B done 05:16:14 #1 DONE 0.0s 05:16:14 05:16:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:14 #2 DONE 0.0s 05:16:14 05:16:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:14 #3 DONE 0.0s 05:16:14 05:16:14 #4 [internal] load .dockerignore 05:16:14 #4 transferring context: 2B done 05:16:14 #4 DONE 0.0s 05:16:14 05:16:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done 05:16:14 #5 CACHED 05:16:14 05:16:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:14 #6 CACHED 05:16:14 05:16:14 #7 exporting to image 05:16:14 #7 exporting layers done 05:16:14 #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done 05:16:14 #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done 05:16:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:14 #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done 05:16:14 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done 05:16:14 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done 05:16:14 #7 pushing layers 0.0s done 05:16:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done 05:16:14 #7 DONE 0.1s 05:16:14 05:16:14 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:14 #8 DONE 0.0s 05:16:14 05:16:14 1 warning found (use --debug to expand): 05:16:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 05:16:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 05:16:14 #1 [internal] load build definition from Dockerfile 05:16:14 #1 transferring dockerfile: 169B done 05:16:14 #1 DONE 0.0s 05:16:14 05:16:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:16:14 #2 DONE 0.0s 05:16:14 05:16:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:16:14 #3 DONE 0.0s 05:16:14 05:16:14 #4 [internal] load .dockerignore 05:16:14 #4 transferring context: 2B done 05:16:14 #4 DONE 0.0s 05:16:14 05:16:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:14 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done 05:16:14 #5 CACHED 05:16:14 05:16:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 05:16:14 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done 05:16:14 #6 CACHED 05:16:14 05:16:14 #7 exporting to image 05:16:14 #7 exporting layers done 05:16:14 #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done 05:16:14 #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done 05:16:14 #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done 05:16:14 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 05:16:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:14 #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done 05:16:14 #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done 05:16:14 #7 pushing layers 0.0s done 05:16:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done 05:16:14 #7 DONE 0.1s 05:16:14 05:16:14 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:14 #8 DONE 0.0s 05:16:14 05:16:14 1 warning found (use --debug to expand): 05:16:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:16 #1 [internal] load build definition from Dockerfile 05:16:16 #1 transferring dockerfile: 211B done 05:16:16 #1 DONE 0.0s 05:16:16 05:16:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:16:16 #2 DONE 0.0s 05:16:16 05:16:16 #3 [internal] load .dockerignore 05:16:16 #3 transferring context: 2B done 05:16:16 #3 DONE 0.0s 05:16:16 05:16:16 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 05:16:16 #4 DONE 0.0s 05:16:16 05:16:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:16 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done 05:16:16 #5 DONE 0.0s 05:16:16 05:16:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:16 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:16 #6 DONE 0.0s 05:16:16 05:16:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:16 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done 05:16:16 #5 DONE 0.1s 05:16:16 05:16:16 #7 exporting to image 05:16:16 #7 exporting layers done 05:16:16 #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done 05:16:16 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 05:16:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:16 #7 ... 05:16:16 05:16:16 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:16 #8 DONE 0.0s 05:16:16 05:16:16 #7 exporting to image 05:16:16 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done 05:16:16 #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done 05:16:16 #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done 05:16:16 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done 05:16:16 #7 pushing layers 05:16:16 #7 pushing layers 0.9s done 05:16:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done 05:16:16 #7 DONE 1.0s 05:16:16 05:16:16 1 warning found (use --debug to expand): 05:16:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 05:16:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 05:16:17 #1 [internal] load build definition from Dockerfile 05:16:17 #1 transferring dockerfile: 177B done 05:16:17 #1 DONE 0.0s 05:16:17 05:16:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:16:17 #2 DONE 0.0s 05:16:17 05:16:17 #3 [internal] load .dockerignore 05:16:17 #3 transferring context: 2B done 05:16:17 #3 DONE 0.0s 05:16:17 05:16:17 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:16:17 #4 DONE 0.1s 05:16:17 05:16:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:17 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done 05:16:17 #5 CACHED 05:16:17 05:16:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:17 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:17 #6 CACHED 05:16:17 05:16:17 #7 exporting to image 05:16:17 #7 exporting layers done 05:16:17 #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done 05:16:17 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done 05:16:17 #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done 05:16:17 #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done 05:16:17 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done 05:16:17 #7 pushing layers 05:16:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:18 #7 pushing layers 1.7s done 05:16:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done 05:16:18 #7 DONE 1.8s 05:16:18 05:16:18 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:18 #8 DONE 0.0s 05:16:18 05:16:18 1 warning found (use --debug to expand): 05:16:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26' 05:16:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 --push - 05:16:18 #1 [internal] load build definition from Dockerfile 05:16:18 #1 transferring dockerfile: 183B done 05:16:18 #1 DONE 0.0s 05:16:18 05:16:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 05:16:18 #2 DONE 0.0s 05:16:18 05:16:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 05:16:18 #3 DONE 0.0s 05:16:18 05:16:18 #4 [internal] load .dockerignore 05:16:18 #4 transferring context: 2B done 05:16:18 #4 DONE 0.0s 05:16:18 05:16:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:18 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:18 #5 CACHED 05:16:18 05:16:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:18 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:18 #6 CACHED 05:16:18 05:16:18 #7 exporting to image 05:16:18 #7 exporting layers done 05:16:18 #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done 05:16:18 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done 05:16:18 #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done 05:16:18 #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done 05:16:18 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 05:16:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:19 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done 05:16:19 #7 pushing layers 0.0s done 05:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done 05:16:19 #7 DONE 0.1s 05:16:19 05:16:19 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:19 #8 DONE 0.0s 05:16:19 05:16:19 1 warning found (use --debug to expand): 05:16:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:19 #1 [internal] load build definition from Dockerfile 05:16:19 #1 transferring dockerfile: 224B done 05:16:19 #1 DONE 0.0s 05:16:19 05:16:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:19 #2 DONE 0.0s 05:16:19 05:16:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:19 #3 DONE 0.0s 05:16:19 05:16:19 #4 [internal] load .dockerignore 05:16:19 #4 transferring context: 2B done 05:16:19 #4 DONE 0.0s 05:16:19 05:16:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:19 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:19 #5 CACHED 05:16:19 05:16:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:19 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:19 #6 CACHED 05:16:19 05:16:19 #7 exporting to image 05:16:19 #7 exporting layers done 05:16:19 #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done 05:16:19 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 05:16:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:19 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done 05:16:19 #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done 05:16:19 #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done 05:16:19 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done 05:16:19 #7 pushing layers 0.0s done 05:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done 05:16:19 #7 DONE 0.1s 05:16:19 05:16:19 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:19 #8 DONE 0.0s 05:16:19 05:16:19 1 warning found (use --debug to expand): 05:16:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 05:16:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 05:16:20 #1 [internal] load build definition from Dockerfile 05:16:20 #1 transferring dockerfile: 175B done 05:16:20 #1 DONE 0.0s 05:16:20 05:16:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:16:20 #2 DONE 0.0s 05:16:20 05:16:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:16:20 #3 DONE 0.0s 05:16:20 05:16:20 #4 [internal] load .dockerignore 05:16:20 #4 transferring context: 2B done 05:16:20 #4 DONE 0.0s 05:16:20 05:16:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:20 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done 05:16:20 #5 CACHED 05:16:20 05:16:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 05:16:20 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done 05:16:20 #6 CACHED 05:16:20 05:16:20 #7 exporting to image 05:16:20 #7 exporting layers done 05:16:20 #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done 05:16:20 #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done 05:16:20 #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done 05:16:20 #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done 05:16:20 #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done 05:16:20 #7 pushing layers 0.0s done 05:16:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 05:16:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done 05:16:20 #7 DONE 0.1s 05:16:20 05:16:20 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 05:16:20 #8 DONE 0.0s 05:16:20 05:16:20 1 warning found (use --debug to expand): 05:16:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:21 #1 [internal] load build definition from Dockerfile 05:16:21 #1 transferring dockerfile: 215B done 05:16:21 #1 DONE 0.0s 05:16:21 05:16:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 05:16:21 #2 DONE 0.0s 05:16:21 05:16:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 05:16:21 #3 DONE 0.0s 05:16:21 05:16:21 #4 [internal] load .dockerignore 05:16:21 #4 transferring context: 2B done 05:16:21 #4 DONE 0.0s 05:16:21 05:16:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done 05:16:21 #5 DONE 0.0s 05:16:21 05:16:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done 05:16:21 #6 DONE 0.1s 05:16:21 05:16:21 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:16:21 #7 DONE 0.0s 05:16:21 05:16:21 #8 exporting to image 05:16:21 #8 exporting layers done 05:16:21 #8 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done 05:16:21 #8 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done 05:16:21 #8 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done 05:16:21 #8 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done 05:16:21 #8 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done 05:16:21 #8 pushing layers 0.1s done 05:16:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done 05:16:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:21 #8 DONE 0.2s 05:16:21 05:16:21 1 warning found (use --debug to expand): 05:16:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 05:16:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 05:16:21 #1 [internal] load build definition from Dockerfile 05:16:21 #1 transferring dockerfile: 181B done 05:16:21 #1 DONE 0.0s 05:16:21 05:16:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:16:21 #2 DONE 0.0s 05:16:21 05:16:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:16:21 #3 DONE 0.0s 05:16:21 05:16:21 #4 [internal] load .dockerignore 05:16:21 #4 transferring context: 2B done 05:16:21 #4 DONE 0.0s 05:16:21 05:16:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done 05:16:21 #5 CACHED 05:16:21 05:16:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done 05:16:21 #6 CACHED 05:16:21 05:16:21 #7 exporting to image 05:16:21 #7 exporting layers done 05:16:21 #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done 05:16:21 #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done 05:16:21 #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done 05:16:21 #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done 05:16:21 #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done 05:16:21 #7 pushing layers 0.0s done 05:16:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 05:16:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done 05:16:22 #7 DONE 0.1s 05:16:22 05:16:22 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:16:22 #8 DONE 0.0s 05:16:22 05:16:22 1 warning found (use --debug to expand): 05:16:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 --push - 05:16:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26' 05:16:22 #1 [internal] load build definition from Dockerfile 05:16:22 #1 transferring dockerfile: 187B done 05:16:22 #1 DONE 0.0s 05:16:22 05:16:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 05:16:22 #2 DONE 0.0s 05:16:22 05:16:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 05:16:22 #3 DONE 0.0s 05:16:22 05:16:22 #4 [internal] load .dockerignore 05:16:22 #4 transferring context: 2B done 05:16:22 #4 DONE 0.0s 05:16:22 05:16:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done 05:16:22 #5 CACHED 05:16:22 05:16:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done 05:16:22 #6 CACHED 05:16:22 05:16:22 #7 exporting to image 05:16:22 #7 exporting layers done 05:16:22 #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done 05:16:22 #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done 05:16:22 #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 05:16:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:22 #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done 05:16:22 #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done 05:16:22 #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done 05:16:22 #7 pushing layers 0.0s done 05:16:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done 05:16:22 #7 DONE 0.1s 05:16:22 05:16:22 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:16:22 #8 DONE 0.0s 05:16:22 05:16:22 1 warning found (use --debug to expand): 05:16:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:23 #1 [internal] load build definition from Dockerfile 05:16:23 #1 transferring dockerfile: 228B done 05:16:23 #1 DONE 0.0s 05:16:23 05:16:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:23 #2 DONE 0.0s 05:16:23 05:16:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:23 #3 DONE 0.0s 05:16:23 05:16:23 #4 [internal] load .dockerignore 05:16:23 #4 transferring context: 2B done 05:16:23 #4 DONE 0.0s 05:16:23 05:16:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done 05:16:23 #5 CACHED 05:16:23 05:16:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done 05:16:23 #6 CACHED 05:16:23 05:16:23 #7 exporting to image 05:16:23 #7 exporting layers done 05:16:23 #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done 05:16:23 #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done 05:16:23 #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done 05:16:23 #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done 05:16:23 #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done 05:16:23 #7 pushing layers 0.0s done 05:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 05:16:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done 05:16:23 #7 DONE 0.1s 05:16:23 05:16:23 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:16:23 #8 DONE 0.0s 05:16:23 05:16:23 1 warning found (use --debug to expand): 05:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 05:16:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 05:16:23 #1 [internal] load build definition from Dockerfile 05:16:23 #1 transferring dockerfile: 179B done 05:16:23 #1 DONE 0.0s 05:16:23 05:16:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:16:23 #2 DONE 0.0s 05:16:23 05:16:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:16:23 #3 DONE 0.0s 05:16:23 05:16:23 #4 [internal] load .dockerignore 05:16:23 #4 transferring context: 2B done 05:16:23 #4 DONE 0.0s 05:16:23 05:16:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done 05:16:23 #5 CACHED 05:16:23 05:16:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 05:16:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done 05:16:23 #6 CACHED 05:16:23 05:16:23 #7 exporting to image 05:16:23 #7 exporting layers done 05:16:23 #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done 05:16:23 #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done 05:16:23 #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done 05:16:23 #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done 05:16:23 #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done 05:16:23 #7 pushing layers 0.0s done 05:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 05:16:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done 05:16:23 #7 DONE 0.1s 05:16:23 05:16:23 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 05:16:23 #8 DONE 0.0s 05:16:23 05:16:23 1 warning found (use --debug to expand): 05:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:24 #1 [internal] load build definition from Dockerfile 05:16:24 #1 transferring dockerfile: 205B done 05:16:24 #1 DONE 0.0s 05:16:24 05:16:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 05:16:24 #2 DONE 0.0s 05:16:24 05:16:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 05:16:24 #3 DONE 0.0s 05:16:24 05:16:24 #4 [internal] load .dockerignore 05:16:24 #4 transferring context: 2B done 05:16:24 #4 DONE 0.0s 05:16:24 05:16:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done 05:16:24 #5 DONE 0.0s 05:16:24 05:16:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:24 #6 DONE 0.1s 05:16:24 05:16:24 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:16:24 #7 DONE 0.0s 05:16:24 05:16:24 #8 exporting to image 05:16:24 #8 exporting layers done 05:16:24 #8 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done 05:16:24 #8 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done 05:16:24 #8 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done 05:16:24 #8 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done 05:16:24 #8 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done 05:16:24 #8 pushing layers 0.1s done 05:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 05:16:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done 05:16:24 #8 DONE 0.2s 05:16:24 05:16:24 1 warning found (use --debug to expand): 05:16:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 05:16:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 05:16:24 #1 [internal] load build definition from Dockerfile 05:16:24 #1 transferring dockerfile: 171B done 05:16:24 #1 DONE 0.0s 05:16:24 05:16:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:16:24 #2 DONE 0.0s 05:16:24 05:16:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:16:24 #3 DONE 0.0s 05:16:24 05:16:24 #4 [internal] load .dockerignore 05:16:24 #4 transferring context: 2B done 05:16:24 #4 DONE 0.0s 05:16:24 05:16:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:24 #5 CACHED 05:16:24 05:16:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done 05:16:24 #6 CACHED 05:16:24 05:16:24 #7 exporting to image 05:16:24 #7 exporting layers done 05:16:24 #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done 05:16:24 #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done 05:16:24 #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done 05:16:24 #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done 05:16:24 #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done 05:16:24 #7 pushing layers 0.0s done 05:16:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 05:16:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done 05:16:25 #7 DONE 0.1s 05:16:25 05:16:25 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:16:25 #8 DONE 0.0s 05:16:25 05:16:25 1 warning found (use --debug to expand): 05:16:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26' 05:16:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 --push - 05:16:25 #1 [internal] load build definition from Dockerfile 05:16:25 #1 transferring dockerfile: 177B done 05:16:25 #1 DONE 0.0s 05:16:25 05:16:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 05:16:25 #2 DONE 0.0s 05:16:25 05:16:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 05:16:25 #3 DONE 0.0s 05:16:25 05:16:25 #4 [internal] load .dockerignore 05:16:25 #4 transferring context: 2B done 05:16:25 #4 DONE 0.0s 05:16:25 05:16:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done 05:16:25 #5 CACHED 05:16:25 05:16:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done 05:16:25 #6 CACHED 05:16:25 05:16:25 #7 exporting to image 05:16:25 #7 exporting layers done 05:16:25 #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done 05:16:25 #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done 05:16:25 #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done 05:16:25 #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done 05:16:25 #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done 05:16:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:25 #7 pushing layers 0.0s done 05:16:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done 05:16:25 #7 DONE 0.1s 05:16:25 05:16:25 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:16:25 #8 DONE 0.0s 05:16:25 05:16:25 1 warning found (use --debug to expand): 05:16:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:26 #1 [internal] load build definition from Dockerfile 05:16:26 #1 transferring dockerfile: 218B done 05:16:26 #1 DONE 0.0s 05:16:26 05:16:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:26 #2 DONE 0.0s 05:16:26 05:16:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:26 #3 DONE 0.0s 05:16:26 05:16:26 #4 [internal] load .dockerignore 05:16:26 #4 transferring context: 2B done 05:16:26 #4 DONE 0.0s 05:16:26 05:16:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:26 #5 CACHED 05:16:26 05:16:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:26 #6 CACHED 05:16:26 05:16:26 #7 exporting to image 05:16:26 #7 exporting layers done 05:16:26 #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done 05:16:26 #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done 05:16:26 #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done 05:16:26 #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done 05:16:26 #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done 05:16:26 #7 pushing layers 0.0s done 05:16:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 05:16:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done 05:16:26 #7 DONE 0.1s 05:16:26 05:16:26 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:16:26 #8 DONE 0.0s 05:16:26 05:16:26 1 warning found (use --debug to expand): 05:16:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 05:16:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 05:16:26 #1 [internal] load build definition from Dockerfile 05:16:26 #1 transferring dockerfile: 169B done 05:16:26 #1 DONE 0.0s 05:16:26 05:16:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:16:26 #2 DONE 0.0s 05:16:26 05:16:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:16:26 #3 DONE 0.0s 05:16:26 05:16:26 #4 [internal] load .dockerignore 05:16:26 #4 transferring context: 2B done 05:16:26 #4 DONE 0.0s 05:16:26 05:16:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:26 #5 CACHED 05:16:26 05:16:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 05:16:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done 05:16:26 #6 CACHED 05:16:26 05:16:26 #7 exporting to image 05:16:26 #7 exporting layers done 05:16:26 #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done 05:16:26 #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done 05:16:26 #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done 05:16:26 #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done 05:16:26 #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done 05:16:26 #7 pushing layers 05:16:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:26 #7 pushing layers 0.0s done 05:16:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done 05:16:26 #7 DONE 0.1s 05:16:26 05:16:26 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 05:16:26 #8 DONE 0.0s 05:16:26 05:16:26 1 warning found (use --debug to expand): 05:16:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:27 #1 [internal] load build definition from Dockerfile 05:16:27 #1 transferring dockerfile: 206B done 05:16:27 #1 DONE 0.0s 05:16:27 05:16:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 05:16:27 #2 DONE 0.0s 05:16:27 05:16:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 05:16:27 #3 DONE 0.0s 05:16:27 05:16:27 #4 [internal] load .dockerignore 05:16:27 #4 transferring context: 2B done 05:16:27 #4 DONE 0.0s 05:16:27 05:16:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done 05:16:27 #5 DONE 0.0s 05:16:27 05:16:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done 05:16:27 #6 DONE 0.1s 05:16:27 05:16:27 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:16:27 #7 DONE 0.0s 05:16:27 05:16:27 #8 exporting to image 05:16:27 #8 exporting layers done 05:16:27 #8 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done 05:16:27 #8 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done 05:16:27 #8 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done 05:16:27 #8 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done 05:16:27 #8 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done 05:16:27 #8 pushing layers 0.1s done 05:16:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 05:16:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done 05:16:27 #8 DONE 0.2s 05:16:27 05:16:27 1 warning found (use --debug to expand): 05:16:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 05:16:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 05:16:28 #1 [internal] load build definition from Dockerfile 05:16:28 #1 transferring dockerfile: 172B done 05:16:28 #1 DONE 0.0s 05:16:28 05:16:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:16:28 #2 DONE 0.0s 05:16:28 05:16:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:16:28 #3 DONE 0.0s 05:16:28 05:16:28 #4 [internal] load .dockerignore 05:16:28 #4 transferring context: 2B done 05:16:28 #4 DONE 0.0s 05:16:28 05:16:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:28 #5 CACHED 05:16:28 05:16:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:28 #6 CACHED 05:16:28 05:16:28 #7 exporting to image 05:16:28 #7 exporting layers done 05:16:28 #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done 05:16:28 #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done 05:16:28 #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done 05:16:28 #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done 05:16:28 #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done 05:16:28 #7 pushing layers 0.0s done 05:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 05:16:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done 05:16:28 #7 DONE 0.1s 05:16:28 05:16:28 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:16:28 #8 DONE 0.0s 05:16:28 05:16:28 1 warning found (use --debug to expand): 05:16:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 --push - 05:16:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26' 05:16:28 #1 [internal] load build definition from Dockerfile 05:16:28 #1 transferring dockerfile: 178B done 05:16:28 #1 DONE 0.0s 05:16:28 05:16:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 05:16:28 #2 DONE 0.0s 05:16:28 05:16:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 05:16:28 #3 DONE 0.0s 05:16:28 05:16:28 #4 [internal] load .dockerignore 05:16:28 #4 transferring context: 2B done 05:16:28 #4 DONE 0.0s 05:16:28 05:16:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:28 #5 CACHED 05:16:28 05:16:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:28 #6 CACHED 05:16:28 05:16:28 #7 exporting to image 05:16:28 #7 exporting layers done 05:16:28 #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done 05:16:28 #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done 05:16:28 #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done 05:16:28 #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done 05:16:28 #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done 05:16:28 #7 pushing layers 0.0s done 05:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 05:16:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done 05:16:28 #7 DONE 0.1s 05:16:28 05:16:28 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:16:28 #8 DONE 0.0s 05:16:28 05:16:28 1 warning found (use --debug to expand): 05:16:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:29 #1 [internal] load build definition from Dockerfile 05:16:29 #1 transferring dockerfile: 219B done 05:16:29 #1 DONE 0.0s 05:16:29 05:16:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:29 #2 DONE 0.0s 05:16:29 05:16:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:29 #3 DONE 0.0s 05:16:29 05:16:29 #4 [internal] load .dockerignore 05:16:29 #4 transferring context: 2B done 05:16:29 #4 DONE 0.0s 05:16:29 05:16:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done 05:16:29 #5 CACHED 05:16:29 05:16:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done 05:16:29 #6 CACHED 05:16:29 05:16:29 #7 exporting to image 05:16:29 #7 exporting layers done 05:16:29 #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done 05:16:29 #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done 05:16:29 #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done 05:16:29 #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done 05:16:29 #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done 05:16:29 #7 pushing layers 0.0s done 05:16:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 05:16:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done 05:16:29 #7 DONE 0.1s 05:16:29 05:16:29 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:16:29 #8 DONE 0.0s 05:16:29 05:16:29 1 warning found (use --debug to expand): 05:16:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 05:16:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 05:16:29 #1 [internal] load build definition from Dockerfile 05:16:29 #1 transferring dockerfile: 170B done 05:16:29 #1 DONE 0.0s 05:16:29 05:16:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 05:16:29 #2 DONE 0.0s 05:16:29 05:16:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 05:16:29 #3 DONE 0.0s 05:16:29 05:16:29 #4 [internal] load .dockerignore 05:16:29 #4 transferring context: 2B done 05:16:29 #4 DONE 0.0s 05:16:29 05:16:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:29 #5 CACHED 05:16:29 05:16:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 05:16:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done 05:16:29 #6 CACHED 05:16:29 05:16:29 #7 exporting to image 05:16:29 #7 exporting layers done 05:16:29 #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 05:16:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:29 #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done 05:16:29 #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done 05:16:29 #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done 05:16:29 #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done 05:16:29 #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done 05:16:29 #7 pushing layers 0.0s done 05:16:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done 05:16:29 #7 DONE 0.1s 05:16:29 05:16:29 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 05:16:29 #8 DONE 0.0s 05:16:29 05:16:29 1 warning found (use --debug to expand): 05:16:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:30 #1 [internal] load build definition from Dockerfile 05:16:30 #1 transferring dockerfile: 206B done 05:16:30 #1 DONE 0.0s 05:16:30 05:16:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 05:16:30 #2 DONE 0.0s 05:16:30 05:16:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 05:16:30 #3 DONE 0.0s 05:16:30 05:16:30 #4 [internal] load .dockerignore 05:16:30 #4 transferring context: 2B done 05:16:30 #4 DONE 0.0s 05:16:30 05:16:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:30 #5 DONE 0.0s 05:16:30 05:16:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:30 #6 DONE 0.0s 05:16:30 05:16:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:30 #5 DONE 0.1s 05:16:30 05:16:30 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:16:30 #7 DONE 0.0s 05:16:30 05:16:30 #8 exporting to image 05:16:30 #8 exporting layers done 05:16:30 #8 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done 05:16:30 #8 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done 05:16:30 #8 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done 05:16:30 #8 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done 05:16:30 #8 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done 05:16:30 #8 pushing layers 0.1s done 05:16:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done 05:16:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:30 #8 DONE 0.2s 05:16:30 05:16:30 1 warning found (use --debug to expand): 05:16:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 05:16:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 05:16:31 #1 [internal] load build definition from Dockerfile 05:16:31 #1 transferring dockerfile: 172B done 05:16:31 #1 DONE 0.0s 05:16:31 05:16:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:16:31 #2 DONE 0.0s 05:16:31 05:16:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:16:31 #3 DONE 0.0s 05:16:31 05:16:31 #4 [internal] load .dockerignore 05:16:31 #4 transferring context: 2B done 05:16:31 #4 DONE 0.0s 05:16:31 05:16:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done 05:16:31 #5 CACHED 05:16:31 05:16:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:31 #6 CACHED 05:16:31 05:16:31 #7 exporting to image 05:16:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:31 #7 exporting layers done 05:16:31 #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done 05:16:31 #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done 05:16:31 #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done 05:16:31 #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done 05:16:31 #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done 05:16:31 #7 pushing layers 0.0s done 05:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done 05:16:31 #7 DONE 0.1s 05:16:31 05:16:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:16:31 #8 DONE 0.0s 05:16:31 05:16:31 1 warning found (use --debug to expand): 05:16:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26' 05:16:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 --push - 05:16:31 #1 [internal] load build definition from Dockerfile 05:16:31 #1 transferring dockerfile: 178B done 05:16:31 #1 DONE 0.0s 05:16:31 05:16:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 05:16:31 #2 DONE 0.0s 05:16:31 05:16:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 05:16:31 #3 DONE 0.0s 05:16:31 05:16:31 #4 [internal] load .dockerignore 05:16:31 #4 transferring context: 2B done 05:16:31 #4 DONE 0.0s 05:16:31 05:16:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done 05:16:31 #5 CACHED 05:16:31 05:16:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done 05:16:31 #6 CACHED 05:16:31 05:16:31 #7 exporting to image 05:16:31 #7 exporting layers done 05:16:31 #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done 05:16:31 #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done 05:16:31 #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done 05:16:31 #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done 05:16:31 #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done 05:16:31 #7 pushing layers 0.0s done 05:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 05:16:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done 05:16:31 #7 DONE 0.1s 05:16:31 05:16:31 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:16:31 #8 DONE 0.0s 05:16:31 05:16:31 1 warning found (use --debug to expand): 05:16:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:32 #1 [internal] load build definition from Dockerfile 05:16:32 #1 transferring dockerfile: 219B done 05:16:32 #1 DONE 0.0s 05:16:32 05:16:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:32 #2 DONE 0.0s 05:16:32 05:16:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:32 #3 DONE 0.0s 05:16:32 05:16:32 #4 [internal] load .dockerignore 05:16:32 #4 transferring context: 2B done 05:16:32 #4 DONE 0.0s 05:16:32 05:16:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done 05:16:32 #5 CACHED 05:16:32 05:16:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:32 #6 CACHED 05:16:32 05:16:32 #7 exporting to image 05:16:32 #7 exporting layers done 05:16:32 #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done 05:16:32 #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done 05:16:32 #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done 05:16:32 #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done 05:16:32 #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done 05:16:32 #7 pushing layers 0.0s done 05:16:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 05:16:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done 05:16:32 #7 DONE 0.1s 05:16:32 05:16:32 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:16:32 #8 DONE 0.0s 05:16:32 05:16:32 1 warning found (use --debug to expand): 05:16:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 05:16:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 05:16:32 #1 [internal] load build definition from Dockerfile 05:16:32 #1 transferring dockerfile: 170B done 05:16:32 #1 DONE 0.0s 05:16:32 05:16:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 05:16:32 #2 DONE 0.0s 05:16:32 05:16:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 05:16:32 #3 DONE 0.0s 05:16:32 05:16:32 #4 [internal] load .dockerignore 05:16:32 #4 transferring context: 2B done 05:16:32 #4 DONE 0.0s 05:16:32 05:16:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:32 #5 CACHED 05:16:32 05:16:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 05:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done 05:16:32 #6 CACHED 05:16:32 05:16:32 #7 exporting to image 05:16:32 #7 exporting layers 05:16:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:33 #7 exporting layers done 05:16:33 #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done 05:16:33 #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done 05:16:33 #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done 05:16:33 #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done 05:16:33 #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done 05:16:33 #7 pushing layers 0.0s done 05:16:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done 05:16:33 #7 DONE 0.1s 05:16:33 05:16:33 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 05:16:33 #8 DONE 0.0s 05:16:33 05:16:33 1 warning found (use --debug to expand): 05:16:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:33 #1 [internal] load build definition from Dockerfile 05:16:33 #1 transferring dockerfile: 206B done 05:16:33 #1 DONE 0.0s 05:16:33 05:16:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 05:16:33 #2 DONE 0.0s 05:16:33 05:16:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 05:16:33 #3 DONE 0.0s 05:16:33 05:16:33 #4 [internal] load .dockerignore 05:16:33 #4 transferring context: 2B done 05:16:33 #4 DONE 0.0s 05:16:33 05:16:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:33 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:33 #5 DONE 0.0s 05:16:33 05:16:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:33 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:33 #6 DONE 0.1s 05:16:33 05:16:33 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:16:33 #7 DONE 0.0s 05:16:33 05:16:33 #8 exporting to image 05:16:33 #8 exporting layers done 05:16:33 #8 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done 05:16:33 #8 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done 05:16:33 #8 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done 05:16:33 #8 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done 05:16:33 #8 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done 05:16:33 #8 pushing layers 0.1s done 05:16:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 05:16:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done 05:16:33 #8 DONE 0.2s 05:16:33 05:16:33 1 warning found (use --debug to expand): 05:16:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 05:16:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 05:16:34 #1 [internal] load build definition from Dockerfile 05:16:34 #1 transferring dockerfile: 172B done 05:16:34 #1 DONE 0.0s 05:16:34 05:16:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 05:16:34 #2 DONE 0.0s 05:16:34 05:16:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 05:16:34 #3 DONE 0.0s 05:16:34 05:16:34 #4 [internal] load .dockerignore 05:16:34 #4 transferring context: 2B done 05:16:34 #4 DONE 0.0s 05:16:34 05:16:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:34 #5 CACHED 05:16:34 05:16:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:34 #6 CACHED 05:16:34 05:16:34 #7 exporting to image 05:16:34 #7 exporting layers done 05:16:34 #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done 05:16:34 #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done 05:16:34 #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done 05:16:34 #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done 05:16:34 #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done 05:16:34 #7 pushing layers 05:16:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:34 #7 pushing layers 0.0s done 05:16:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done 05:16:34 #7 DONE 0.1s 05:16:34 05:16:34 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:16:34 #8 DONE 0.0s 05:16:34 05:16:34 1 warning found (use --debug to expand): 05:16:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26' 05:16:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 --push - 05:16:34 #1 [internal] load build definition from Dockerfile 05:16:34 #1 transferring dockerfile: 178B done 05:16:34 #1 DONE 0.0s 05:16:34 05:16:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 05:16:34 #2 DONE 0.0s 05:16:34 05:16:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 05:16:34 #3 DONE 0.0s 05:16:34 05:16:34 #4 [internal] load .dockerignore 05:16:34 #4 transferring context: 2B done 05:16:34 #4 DONE 0.0s 05:16:34 05:16:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:34 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:34 #5 CACHED 05:16:34 05:16:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:34 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:34 #6 CACHED 05:16:34 05:16:34 #7 exporting to image 05:16:34 #7 exporting layers done 05:16:34 #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done 05:16:34 #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done 05:16:34 #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done 05:16:34 #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done 05:16:34 #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done 05:16:34 #7 pushing layers 0.0s done 05:16:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 05:16:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done 05:16:34 #7 DONE 0.1s 05:16:34 05:16:34 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:16:34 #8 DONE 0.0s 05:16:34 05:16:34 1 warning found (use --debug to expand): 05:16:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:35 #1 [internal] load build definition from Dockerfile 05:16:35 #1 transferring dockerfile: 219B done 05:16:35 #1 DONE 0.0s 05:16:35 05:16:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:35 #2 DONE 0.0s 05:16:35 05:16:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:35 #3 DONE 0.0s 05:16:35 05:16:35 #4 [internal] load .dockerignore 05:16:35 #4 transferring context: 2B done 05:16:35 #4 DONE 0.0s 05:16:35 05:16:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:35 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:35 #5 CACHED 05:16:35 05:16:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:35 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done 05:16:35 #6 CACHED 05:16:35 05:16:35 #7 exporting to image 05:16:35 #7 exporting layers done 05:16:35 #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done 05:16:35 #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done 05:16:35 #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done 05:16:35 #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f 05:16:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:35 #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done 05:16:35 #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done 05:16:35 #7 pushing layers 0.0s done 05:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done 05:16:35 #7 DONE 0.1s 05:16:35 05:16:35 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:16:35 #8 DONE 0.0s 05:16:35 05:16:35 1 warning found (use --debug to expand): 05:16:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 05:16:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 05:16:36 #1 [internal] load build definition from Dockerfile 05:16:36 #1 transferring dockerfile: 170B done 05:16:36 #1 DONE 0.0s 05:16:36 05:16:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 05:16:36 #2 DONE 0.0s 05:16:36 05:16:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 05:16:36 #3 DONE 0.0s 05:16:36 05:16:36 #4 [internal] load .dockerignore 05:16:36 #4 transferring context: 2B done 05:16:36 #4 DONE 0.0s 05:16:36 05:16:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:36 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f done 05:16:36 #5 CACHED 05:16:36 05:16:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 05:16:36 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f done 05:16:36 #6 CACHED 05:16:36 05:16:36 #7 exporting to image 05:16:36 #7 exporting layers done 05:16:36 #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done 05:16:36 #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done 05:16:36 #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done 05:16:36 #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done 05:16:36 #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done 05:16:36 #7 pushing layers 0.0s done 05:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 05:16:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done 05:16:36 #7 DONE 0.1s 05:16:36 05:16:36 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 05:16:36 #8 DONE 0.0s 05:16:36 05:16:36 1 warning found (use --debug to expand): 05:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6' 05:16:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 --push - 05:16:36 #1 [internal] load build definition from Dockerfile 05:16:36 #1 transferring dockerfile: 202B done 05:16:36 #1 DONE 0.0s 05:16:36 05:16:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 05:16:36 #2 DONE 0.0s 05:16:36 05:16:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 05:16:36 #3 DONE 0.0s 05:16:36 05:16:36 #4 [internal] load .dockerignore 05:16:36 #4 transferring context: 2B done 05:16:36 #4 DONE 0.0s 05:16:36 05:16:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:36 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:36 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done 05:16:36 #5 DONE 0.0s 05:16:36 05:16:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:36 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done 05:16:36 #6 DONE 0.1s 05:16:36 05:16:36 #7 exporting to image 05:16:36 #7 exporting layers done 05:16:36 #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done 05:16:36 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done 05:16:36 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done 05:16:36 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done 05:16:36 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 05:16:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:36 #7 ... 05:16:36 05:16:36 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:16:36 #8 DONE 0.0s 05:16:36 05:16:36 #7 exporting to image 05:16:36 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done 05:16:36 #7 pushing layers 0.1s done 05:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 05:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done 05:16:36 #7 DONE 0.2s 05:16:36 05:16:36 1 warning found (use --debug to expand): 05:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 05:16:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 05:16:37 #1 [internal] load build definition from Dockerfile 05:16:37 #1 transferring dockerfile: 168B done 05:16:37 #1 DONE 0.0s 05:16:37 05:16:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:16:37 #2 DONE 0.0s 05:16:37 05:16:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:16:37 #3 DONE 0.0s 05:16:37 05:16:37 #4 [internal] load .dockerignore 05:16:37 #4 transferring context: 2B done 05:16:37 #4 DONE 0.0s 05:16:37 05:16:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done 05:16:37 #5 CACHED 05:16:37 05:16:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done 05:16:37 #6 CACHED 05:16:37 05:16:37 #7 exporting to image 05:16:37 #7 exporting layers done 05:16:37 #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done 05:16:37 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 05:16:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:37 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done 05:16:37 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done 05:16:37 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done 05:16:37 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done 05:16:37 #7 pushing layers 0.0s done 05:16:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done 05:16:37 #7 DONE 0.1s 05:16:37 05:16:37 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:16:37 #8 DONE 0.0s 05:16:37 05:16:37 1 warning found (use --debug to expand): 05:16:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26' 05:16:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 --push - 05:16:37 #1 [internal] load build definition from Dockerfile 05:16:37 #1 transferring dockerfile: 174B done 05:16:37 #1 DONE 0.0s 05:16:37 05:16:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 05:16:37 #2 DONE 0.0s 05:16:37 05:16:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 05:16:37 #3 DONE 0.0s 05:16:37 05:16:37 #4 [internal] load .dockerignore 05:16:37 #4 transferring context: 2B done 05:16:37 #4 DONE 0.0s 05:16:37 05:16:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:37 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done 05:16:37 #5 CACHED 05:16:37 05:16:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:37 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done 05:16:37 #6 CACHED 05:16:37 05:16:37 #7 exporting to image 05:16:37 #7 exporting layers done 05:16:37 #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done 05:16:37 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done 05:16:37 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 05:16:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:37 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done 05:16:37 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done 05:16:37 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done 05:16:37 #7 pushing layers 0.0s done 05:16:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done 05:16:37 #7 DONE 0.1s 05:16:37 05:16:37 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:16:37 #8 DONE 0.0s 05:16:37 05:16:37 1 warning found (use --debug to expand): 05:16:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - 05:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' 05:16:38 #1 [internal] load build definition from Dockerfile 05:16:38 #1 transferring dockerfile: 215B done 05:16:38 #1 DONE 0.0s 05:16:38 05:16:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:38 #2 DONE 0.0s 05:16:38 05:16:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:16:38 #3 DONE 0.0s 05:16:38 05:16:38 #4 [internal] load .dockerignore 05:16:38 #4 transferring context: 2B done 05:16:38 #4 DONE 0.0s 05:16:38 05:16:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:38 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done 05:16:38 #5 CACHED 05:16:38 05:16:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:38 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done 05:16:38 #6 CACHED 05:16:38 05:16:38 #7 exporting to image 05:16:38 #7 exporting layers done 05:16:38 #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done 05:16:38 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done 05:16:38 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done 05:16:38 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done 05:16:38 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done 05:16:38 #7 pushing layers 0.0s done 05:16:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 05:16:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done 05:16:38 #7 DONE 0.1s 05:16:38 05:16:38 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:16:38 #8 DONE 0.0s 05:16:38 05:16:38 1 warning found (use --debug to expand): 05:16:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 05:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 05:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 05:16:38 #1 [internal] load build definition from Dockerfile 05:16:38 #1 transferring dockerfile: 166B done 05:16:38 #1 DONE 0.0s 05:16:38 05:16:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 05:16:38 #2 DONE 0.0s 05:16:38 05:16:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 05:16:38 #3 DONE 0.0s 05:16:38 05:16:38 #4 [internal] load .dockerignore 05:16:38 #4 transferring context: 2B done 05:16:38 #4 DONE 0.0s 05:16:38 05:16:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:38 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done 05:16:38 #5 CACHED 05:16:38 05:16:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 05:16:38 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done 05:16:38 #6 CACHED 05:16:38 05:16:38 #7 exporting to image 05:16:38 #7 exporting layers done 05:16:38 #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done 05:16:38 #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done 05:16:38 #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done 05:16:38 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc 05:16:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 05:16:39 #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done 05:16:39 #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done 05:16:39 #7 pushing layers 0.0s done 05:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done 05:16:39 #7 DONE 0.1s 05:16:39 05:16:39 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 05:16:39 #8 DONE 0.0s 05:16:39 05:16:39 1 warning found (use --debug to expand): 05:16:39  - 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 05:16:39 + '[' -d /w/workspace/edgex-go/858/archives ']' [Pipeline] libraryResource [Pipeline] sh 05:16:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:16:40 ---> package-listing.sh 05:16:40 ++ facter osfamily 05:16:40 ++ tr '[:upper:]' '[:lower:]' 05:16:40 + OS_FAMILY=redhat 05:16:40 + workspace=/w/workspace/edgex-go/858 05:16:40 + START_PACKAGES=/tmp/packages_start.txt 05:16:40 + END_PACKAGES=/tmp/packages_end.txt 05:16:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:16:40 + PACKAGES=/tmp/packages_start.txt 05:16:40 + '[' /w/workspace/edgex-go/858 ']' 05:16:40 + PACKAGES=/tmp/packages_end.txt 05:16:40 + case "${OS_FAMILY}" in 05:16:40 + rpm -qa 05:16:40 + sort 05:16:41 + '[' -f /tmp/packages_start.txt ']' 05:16:41 + '[' -f /tmp/packages_end.txt ']' 05:16:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:16:41 + '[' /w/workspace/edgex-go/858 ']' 05:16:41 + mkdir -p /w/workspace/edgex-go/858/archives/ 05:16:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/858/archives/ [Pipeline] echo 05:16:41 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/858/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:16:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:16:41 05:16:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:16:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:16:42 latest: Pulling from edgex-lftools-log-publisher 05:16:42 5eb5b503b376: Pulling fs layer 05:16:42 5c69ac0246d0: Pulling fs layer 05:16:42 ec43610c2a17: Pulling fs layer 05:16:42 3a2ae6a8a46f: Pulling fs layer 05:16:42 33b1e0a273af: Pulling fs layer 05:16:42 5d3b04190fa2: Pulling fs layer 05:16:42 2f39f015ded8: Pulling fs layer 05:16:42 33b1e0a273af: Waiting 05:16:42 5d3b04190fa2: Waiting 05:16:42 2f39f015ded8: Waiting 05:16:42 3a2ae6a8a46f: Waiting 05:16:42 5c69ac0246d0: Verifying Checksum 05:16:42 5c69ac0246d0: Download complete 05:16:42 3a2ae6a8a46f: Verifying Checksum 05:16:42 3a2ae6a8a46f: Download complete 05:16:42 33b1e0a273af: Verifying Checksum 05:16:42 33b1e0a273af: Download complete 05:16:42 5d3b04190fa2: Verifying Checksum 05:16:42 5d3b04190fa2: Download complete 05:16:42 ec43610c2a17: Verifying Checksum 05:16:42 ec43610c2a17: Download complete 05:16:42 5eb5b503b376: Verifying Checksum 05:16:42 5eb5b503b376: Download complete 05:16:43 2f39f015ded8: Download complete 05:16:43 5eb5b503b376: Pull complete 05:16:44 5c69ac0246d0: Pull complete 05:16:44 ec43610c2a17: Pull complete 05:16:44 3a2ae6a8a46f: Pull complete 05:16:44 33b1e0a273af: Pull complete 05:16:44 5d3b04190fa2: Pull complete 05:16:49 2f39f015ded8: Pull complete 05:16:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:16:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:16:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:16:49 prd-centos7-docker-4c-2g-3767 does not seem to be running inside a container 05:16:49 $ 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/858/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 05:16:53 $ docker top 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:16:53 + touch /tmp/pre-build-complete [Pipeline] sh 05:16:53 + mkdir -p /var/log/sysstat [Pipeline] sh 05:16:54 + ls /var/log/sa-host 05:16:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:16:54 provisioning config files... 05:16:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9878839516779607123tmp [Pipeline] { [Pipeline] echo 05:16:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:16:54 ---> create-netrc.sh [Pipeline] } 05:16:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:16:55 ---> python-tools-install.sh [Pipeline] echo 05:16:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:16:55 ---> sudo-logs.sh 05:16:55 Archiving 'sudo' log.. 05:16:55 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:16:55 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 05:16:55 $ docker stop --time=1 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 05:16:56 $ docker rm -f --volumes 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 05:16:56 [WS-CLEANUP] Deleting project workspace... 05:16:56 [WS-CLEANUP] Deferred wipeout is used... 05:16:56 [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:30:12 #140 ... 05:30:12 05:30:12 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:30:12 #150 DONE 1049.3s 05:30:12 05:30:12 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:30:12 #154 ... 05:30:12 05:30:12 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:30:12 #155 DONE 0.3s 05:30:12 05:30:12 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:30:12 #148 ... 05:30:12 05:30:12 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:30:12 #156 DONE 0.1s 05:30:12 05:30:12 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:30:12 #157 DONE 0.2s 05:30:12 05:30:12 #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:30:12 #158 DONE 0.2s 05:30:12 05:30:12 #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:30:12 #159 DONE 0.2s 05:30:12 05:30:12 #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:30:12 #160 DONE 2.2s 05:30:12 05:30:12 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:30:12 #154 ... 05:30:12 05:30:12 #110 [core-common-config-bootstrapper] exporting to image 05:30:12 #110 exporting layers 05:30:12 #110 exporting layers 0.6s done 05:30:12 #110 writing image sha256:d454beb5a182d06a8417ef31c47a7f5494522e210299afdf31c6a0b7447b3b09 done 05:30:12 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:30:12 #110 DONE 6.7s 05:30:12 05:30:12 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:30:34 #146 DONE 1073.1s 05:30:34 05:30:34 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:30:34 #161 DONE 0.3s 05:30:34 05:30:34 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:30:34 #154 ... 05:30:34 05:30:34 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:30:34 #162 DONE 2.3s 05:30:34 05:30:34 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:30:34 #144 ... 05:30:34 05:30:34 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:30:34 #163 DONE 0.3s 05:30:34 05:30:34 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:30:34 #164 DONE 0.2s 05:30:34 05:30:34 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:30:34 #154 ... 05:30:34 05:30:34 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:30:35 #165 DONE 0.3s 05:30:35 05:30:35 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:30:35 #166 DONE 0.1s 05:30:35 05:30:35 #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:30:35 #167 DONE 0.1s 05:30:35 05:30:35 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:30:35 #144 ... 05:30:35 05:30:35 #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:30:35 #168 DONE 0.1s 05:30:35 05:30:35 #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:30:35 #169 DONE 0.2s 05:30:35 05:30:35 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:30:35 #170 DONE 0.2s 05:30:35 05:30:35 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:30:37 #171 DONE 1.8s 05:30:37 05:30:37 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:30:37 #151 ... 05:30:37 05:30:37 #110 [security-bootstrapper] exporting to image 05:30:37 #110 exporting layers 05:30:38 #110 exporting layers 1.0s done 05:30:38 #110 writing image sha256:66309d248295806f5db9e96c423576b8e736daa48f08c34797b9966bda658c89 done 05:30:38 #110 naming to docker.io/library/security-bootstrapper-arm64 done 05:30:38 #110 DONE 7.7s 05:30:38 05:30:38 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:45:01 #154 ... 05:45:01 05:45:01 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:45:01 #147 DONE 1940.3s 05:45:01 05:45:01 #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:45:01 #140 ... 05:45:01 05:45:01 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:45:01 #172 DONE 0.2s 05:45:01 05:45:01 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:45:01 #173 DONE 0.2s 05:45:01 05:45:01 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:45:01 #154 ... 05:45:01 05:45:01 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:45:01 #174 DONE 0.4s 05:45:01 05:45:01 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:45:01 #175 DONE 0.2s 05:45:01 05:45:01 #110 [core-command] exporting to image 05:45:01 #110 exporting layers 05:45:01 #110 exporting layers 0.4s done 05:45:01 #110 writing image sha256:12b6b8e8936a7e4aaca3798b7ce88da36547180ee6091f94caa0027be85da3e9 done 05:45:01 #110 naming to docker.io/library/core-command-arm64 done 05:45:01 #110 DONE 8.1s 05:45:01 05:45:01 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:45:16 #144 ... 05:45:16 05:45:16 #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:45:16 #140 DONE 1955.9s 05:45:16 05:45:16 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:45:16 #151 ... 05:45:16 05:45:16 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:45:16 #176 DONE 0.3s 05:45:16 05:45:16 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:45:16 #177 DONE 0.2s 05:45:16 05:45:16 #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:45:16 #178 DONE 0.2s 05:45:16 05:45:16 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:45:16 #179 DONE 0.2s 05:45:16 05:45:16 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:45:16 #180 DONE 0.4s 05:45:16 05:45:16 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:45:16 #181 DONE 0.2s 05:45:16 05:45:16 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:45:18 #182 DONE 1.9s 05:45:18 05:45:18 #110 [security-proxy-setup] exporting to image 05:45:18 #110 exporting layers 05:45:19 #110 exporting layers 0.9s done 05:45:19 #110 writing image sha256:f9477caefadbce03c95da9b4e493618ee6fe44ff8915e8ecc29c152976c0c8f9 done 05:45:19 #110 naming to docker.io/library/security-proxy-setup-arm64 done 05:45:19 #110 DONE 9.1s 05:45:19 05:45:19 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:45:19 #144 1960.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:45:51 #144 DONE 1989.7s 05:45:51 05:45:51 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:45:51 #149 ... 05:45:51 05:45:51 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:45:51 #183 DONE 0.3s 05:45:51 05:45:51 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:45:51 #154 ... 05:45:51 05:45:51 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:45:51 #184 DONE 0.2s 05:45:51 05:45:51 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:45:51 #185 DONE 0.2s 05:45:51 05:45:51 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:45:51 #149 ... 05:45:51 05:45:51 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 05:45:51 #186 DONE 0.2s 05:45:51 05:45:51 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:45:51 #187 DONE 0.1s 05:45:51 05:45:51 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:45:51 #188 DONE 0.3s 05:45:51 05:45:51 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:45:51 #189 DONE 0.4s 05:45:51 05:45:51 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:45:51 #190 DONE 0.1s 05:45:51 05:45:51 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:45:51 #154 ... 05:45:51 05:45:51 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:45:52 #191 DONE 1.7s 05:45:52 05:45:52 #110 [security-secretstore-setup] exporting to image 05:45:52 #110 exporting layers 05:45:54 #110 exporting layers 1.8s done 05:45:54 #110 writing image sha256:d599f1e806986aa4641f1327a9176f9015a4f197dec6fd2381fbb24ba541f872 done 05:45:54 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 05:45:54 #110 DONE 10.9s 05:45:54 05:45:54 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:47:02 #154 ... 05:47:02 05:47:02 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:47:02 #152 DONE 2053.1s 05:47:02 05:47:02 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:47:02 #148 ... 05:47:02 05:47:02 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:47:02 #192 DONE 0.2s 05:47:02 05:47:02 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:47:02 #193 DONE 0.1s 05:47:02 05:47:02 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:47:02 #148 ... 05:47:02 05:47:02 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:47:02 #194 DONE 0.4s 05:47:02 05:47:02 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:47:02 #153 ... 05:47:02 05:47:02 #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:47:02 #195 DONE 0.1s 05:47:02 05:47:02 #110 [security-spiffe-token-provider] exporting to image 05:47:02 #110 exporting layers 05:47:02 #110 exporting layers 0.9s done 05:47:02 #110 writing image sha256:c19ee07f11580d965e7bd256be48f2ae5b2c8bffa2b0be6d5a8dab53c7d33739 done 05:47:02 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done 05:47:02 #110 DONE 11.8s 05:47:02 05:47:02 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:47:28 #154 ... 05:47:28 05:47:28 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:47:28 #148 DONE 2088.6s 05:47:28 05:47:28 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:47:28 #153 DONE 2088.6s 05:47:28 05:47:28 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:47:28 #154 ... 05:47:28 05:47:28 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:47:28 #196 DONE 0.3s 05:47:28 05:47:28 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:28 #149 ... 05:47:28 05:47:28 #197 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:47:28 #197 DONE 0.3s 05:47:28 05:47:28 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:47:28 #198 DONE 0.4s 05:47:28 05:47:28 #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:47:28 #199 DONE 0.4s 05:47:28 05:47:28 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:47:29 #200 DONE 0.8s 05:47:29 05:47:29 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:47:29 #201 DONE 0.7s 05:47:29 05:47:29 #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:47:29 #202 DONE 0.3s 05:47:29 05:47:29 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 05:47:29 #203 DONE 0.3s 05:47:29 05:47:29 #110 [core-data] exporting to image 05:47:29 #110 exporting layers 05:47:30 #110 ... 05:47:30 05:47:30 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:47:30 #204 DONE 0.3s 05:47:30 05:47:30 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:47:30 #205 ... 05:47:30 05:47:30 #110 [core-data] exporting to image 05:47:30 #110 exporting layers 0.7s done 05:47:30 #110 writing image sha256:3c3347fe642a9165339587d39b09d624a97ac2eda1a9449264fca7d8dfa9446e 0.0s done 05:47:30 #110 naming to docker.io/library/core-data-arm64 done 05:47:30 #110 DONE 12.5s 05:47:30 05:47:30 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:32 #149 ... 05:47:32 05:47:32 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:47:32 #154 DONE 2093.9s 05:47:32 05:47:32 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:47:32 #205 DONE 2.2s 05:47:32 05:47:32 #110 [security-proxy-auth] exporting to image 05:47:33 #110 ... 05:47:33 05:47:33 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:47:33 #206 CACHED 05:47:33 05:47:33 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:47:33 #207 CACHED 05:47:33 05:47:33 #110 [security-proxy-auth] exporting to image 05:47:33 #110 exporting layers 1.2s done 05:47:33 #110 writing image sha256:cd3ebf6a7996d187c88c3b7f7e1bd35fea3dd14fb65cb829eb885587fd4ff8ca done 05:47:33 #110 naming to docker.io/library/security-proxy-auth-arm64 done 05:47:33 #110 DONE 13.7s 05:47:33 05:47:33 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:47:33 #208 DONE 0.5s 05:47:33 05:47:33 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:47:34 #209 DONE 0.2s 05:47:34 05:47:34 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:47:34 #210 DONE 0.2s 05:47:34 05:47:34 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:34 #149 ... 05:47:34 05:47:34 #110 [core-metadata] exporting to image 05:47:34 #110 ... 05:47:34 05:47:34 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:47:34 #145 DONE 2096.1s 05:47:34 05:47:34 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:34 #149 ... 05:47:34 05:47:34 #110 [core-metadata] exporting to image 05:47:34 #110 exporting layers 0.8s done 05:47:34 #110 writing image sha256:cca7914afd0ab5630c345194c3a3dd85f5a0ceee494a1b8bb198aba32e316ad0 05:47:35 #110 writing image sha256:cca7914afd0ab5630c345194c3a3dd85f5a0ceee494a1b8bb198aba32e316ad0 done 05:47:35 #110 naming to docker.io/library/core-metadata-arm64 done 05:47:35 #110 DONE 14.6s 05:47:35 05:47:35 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:35 #149 ... 05:47:35 05:47:35 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:47:35 #211 DONE 0.1s 05:47:35 05:47:35 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:47:35 #212 DONE 0.4s 05:47:35 05:47:35 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:47:35 #149 ... 05:47:35 05:47:35 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:47:35 #213 DONE 0.1s 05:47:35 05:47:35 #110 [core-keeper] exporting to image 05:47:36 #110 exporting layers 0.4s done 05:47:36 #110 writing image sha256:1c4c9d57fca273f23115dbd45ad56027964e1cacfe311ecac9a71a629a6bab72 done 05:47:36 #110 naming to docker.io/library/core-keeper-arm64 done 05:47:36 #110 DONE 15.0s 05:47:36 05:47:36 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:48:08 #151 DONE 2126.2s 05:48:08 05:48:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:48:08 #149 ... 05:48:08 05:48:08 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:48:08 #214 DONE 0.2s 05:48:08 05:48:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:48:08 #149 ... 05:48:08 05:48:08 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:48:08 #215 DONE 0.1s 05:48:08 05:48:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:48:08 #149 ... 05:48:08 05:48:08 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:48:08 #216 DONE 0.4s 05:48:08 05:48:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:48:08 #149 ... 05:48:08 05:48:08 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 05:48:08 #217 DONE 0.1s 05:48:08 05:48:08 #110 [support-scheduler] exporting to image 05:48:08 #110 exporting layers 05:48:08 #110 exporting layers 1.0s done 05:48:08 #110 writing image sha256:757c90ac1fbb5578a0fe08cb95e41ee9d66ecf1b8c3a57be2a97a37b2294624d done 05:48:08 #110 naming to docker.io/library/support-scheduler-arm64 done 05:48:08 #110 DONE 15.9s 05:48:08 05:48:08 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:48:11 #149 DONE 2133.3s 05:48:12 05:48:12 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:48:12 #218 DONE 0.1s 05:48:12 05:48:12 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:48:12 #219 DONE 0.1s 05:48:12 05:48:12 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:48:12 #220 DONE 0.4s 05:48:12 05:48:12 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:48:12 #221 DONE 0.1s 05:48:12 05:48:12 #110 [support-notifications] exporting to image 05:48:12 #110 exporting layers 05:48:13 #110 exporting layers 0.5s done 05:48:13 #110 writing image sha256:b9dd2c8444738dd417135b0042d806cabf3626e16171d57da4cfbf9041943ece done 05:48:13 #110 naming to docker.io/library/support-notifications-arm64 done 05:48:13 #110 DONE 16.5s 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:48:13 time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:48:13 $ docker stop --time=1 f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 05:48:15 $ docker rm -f --volumes f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 [Pipeline] // withDockerContainer [Pipeline] sh 05:48:15 + docker images 05:48:15 REPOSITORY TAG IMAGE ID CREATED SIZE 05:48:15 support-notifications-arm64 latest b9dd2c844473 3 seconds ago 52.8MB 05:48:15 support-scheduler-arm64 latest 757c90ac1fbb 10 seconds ago 48.9MB 05:48:15 core-keeper-arm64 latest 1c4c9d57fca2 40 seconds ago 33MB 05:48:15 core-metadata-arm64 latest cca7914afd0a 42 seconds ago 33.5MB 05:48:15 security-proxy-auth-arm64 latest cd3ebf6a7996 44 seconds ago 32.2MB 05:48:15 core-data-arm64 latest 3c3347fe642a 46 seconds ago 33.3MB 05:48:15 security-spiffe-token-provider-arm64 latest c19ee07f1158 About a minute ago 48.6MB 05:48:15 security-secretstore-setup-arm64 latest d599f1e80698 2 minutes ago 68.2MB 05:48:15 security-proxy-setup-arm64 latest f9477caefadb 2 minutes ago 38.9MB 05:48:15 core-command-arm64 latest 12b6b8e8936a 3 minutes ago 28.9MB 05:48:15 security-bootstrapper-arm64 latest 66309d248295 17 minutes ago 21.1MB 05:48:15 core-common-config-bootstrapper-arm64 latest d454beb5a182 18 minutes ago 18MB 05:48:15 security-spire-config-arm64 latest 91c10b755deb 37 minutes ago 143MB 05:48:15 security-spire-server-arm64 latest acae940f5aa7 37 minutes ago 144MB 05:48:15 security-spire-agent-arm64 latest 4ea7ab2aef1b 37 minutes ago 187MB 05:48:15 ci-base-image-arm64 latest 48106da278df 38 minutes ago 910MB 05:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 5 days ago 560MB 05:48:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:15 provisioning config files... 05:48:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config12751873817151501539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:16 ---> ****-login.sh 05:48:16 nexus3.edgexfoundry.org:10001 05:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:48:16 Configure a credential helper to remove this warning. See 05:48:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:48:16 05:48:16 Login Succeeded 05:48:16 nexus3.edgexfoundry.org:10002 05:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:48:16 Configure a credential helper to remove this warning. See 05:48:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:48:16 05:48:16 Login Succeeded 05:48:16 nexus3.edgexfoundry.org:10003 05:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:48:17 Configure a credential helper to remove this warning. See 05:48:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:48:17 05:48:17 Login Succeeded 05:48:17 nexus3.edgexfoundry.org:10004 05:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:48:17 Configure a credential helper to remove this warning. See 05:48:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:48:17 05:48:17 Login Succeeded 05:48:17 ****.io 05:48:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:48:17 Configure a credential helper to remove this warning. See 05:48:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:48:17 05:48:17 Login Succeeded 05:48:17 ---> ****-login.sh ends [Pipeline] } 05:48:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 05:48:18 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:48:18 92d5141f885416a010e7c9a103f0840019be69f6 05:48:18 latest 05:48:18 4.1.0-dev.26 05:48:18 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:18 main 05:48:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:18 3c5c18a3b805: Preparing 05:48:18 bc87fdffde7c: Preparing 05:48:18 1ca633ea9daa: Preparing 05:48:18 a8a65b5b3074: Preparing 05:48:18 80ffc8a837d8: Preparing 05:48:18 b92f7bbc09bb: Preparing 05:48:18 dd9c8f8612c8: Preparing 05:48:18 dd9c8f8612c8: Waiting 05:48:18 b92f7bbc09bb: Waiting 05:48:19 a8a65b5b3074: Pushed 05:48:19 1ca633ea9daa: Pushed 05:48:19 80ffc8a837d8: Pushed 05:48:19 3c5c18a3b805: Pushed 05:48:19 dd9c8f8612c8: Layer already exists 05:48:19 b92f7bbc09bb: Pushed 05:48:24 bc87fdffde7c: Pushed 05:48:24 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:25 3c5c18a3b805: Preparing 05:48:25 bc87fdffde7c: Preparing 05:48:25 1ca633ea9daa: Preparing 05:48:25 a8a65b5b3074: Preparing 05:48:25 80ffc8a837d8: Preparing 05:48:25 b92f7bbc09bb: Preparing 05:48:25 dd9c8f8612c8: Preparing 05:48:25 b92f7bbc09bb: Waiting 05:48:25 dd9c8f8612c8: Waiting 05:48:25 3c5c18a3b805: Layer already exists 05:48:25 a8a65b5b3074: Layer already exists 05:48:25 1ca633ea9daa: Layer already exists 05:48:25 80ffc8a837d8: Layer already exists 05:48:25 bc87fdffde7c: Layer already exists 05:48:25 b92f7bbc09bb: Layer already exists 05:48:25 dd9c8f8612c8: Layer already exists 05:48:25 latest: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 05:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:26 3c5c18a3b805: Preparing 05:48:26 bc87fdffde7c: Preparing 05:48:26 1ca633ea9daa: Preparing 05:48:26 a8a65b5b3074: Preparing 05:48:26 80ffc8a837d8: Preparing 05:48:26 b92f7bbc09bb: Preparing 05:48:26 dd9c8f8612c8: Preparing 05:48:26 b92f7bbc09bb: Waiting 05:48:26 dd9c8f8612c8: Waiting 05:48:26 a8a65b5b3074: Layer already exists 05:48:26 1ca633ea9daa: Layer already exists 05:48:26 bc87fdffde7c: Layer already exists 05:48:26 80ffc8a837d8: Layer already exists 05:48:26 3c5c18a3b805: Layer already exists 05:48:26 b92f7bbc09bb: Layer already exists 05:48:26 dd9c8f8612c8: Layer already exists 05:48:26 4.1.0-dev.26: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:27 3c5c18a3b805: Preparing 05:48:27 bc87fdffde7c: Preparing 05:48:27 1ca633ea9daa: Preparing 05:48:27 a8a65b5b3074: Preparing 05:48:27 80ffc8a837d8: Preparing 05:48:27 b92f7bbc09bb: Preparing 05:48:27 dd9c8f8612c8: Preparing 05:48:27 b92f7bbc09bb: Waiting 05:48:27 dd9c8f8612c8: Waiting 05:48:27 1ca633ea9daa: Layer already exists 05:48:27 a8a65b5b3074: Layer already exists 05:48:27 80ffc8a837d8: Layer already exists 05:48:27 3c5c18a3b805: Layer already exists 05:48:27 bc87fdffde7c: Layer already exists 05:48:27 dd9c8f8612c8: Layer already exists 05:48:27 b92f7bbc09bb: Layer already exists 05:48:27 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:48:28 3c5c18a3b805: Preparing 05:48:28 bc87fdffde7c: Preparing 05:48:28 1ca633ea9daa: Preparing 05:48:28 a8a65b5b3074: Preparing 05:48:28 80ffc8a837d8: Preparing 05:48:28 b92f7bbc09bb: Preparing 05:48:28 dd9c8f8612c8: Preparing 05:48:28 b92f7bbc09bb: Waiting 05:48:28 dd9c8f8612c8: Waiting 05:48:28 3c5c18a3b805: Layer already exists 05:48:28 80ffc8a837d8: Layer already exists 05:48:28 bc87fdffde7c: Layer already exists 05:48:28 1ca633ea9daa: Layer already exists 05:48:28 a8a65b5b3074: Layer already exists 05:48:28 dd9c8f8612c8: Layer already exists 05:48:28 b92f7bbc09bb: Layer already exists 05:48:28 main: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:28 ===================================================== [Pipeline] echo 05:48:28 taggedImages: 05:48:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:48:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 05:48:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:28 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:48:28 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:48:28 92d5141f885416a010e7c9a103f0840019be69f6 05:48:28 latest 05:48:28 4.1.0-dev.26 05:48:28 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:28 main 05:48:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:29 8a8bd0636e3e: Preparing 05:48:29 8501611ca250: Preparing 05:48:29 8baec08895e3: Preparing 05:48:29 17712b1958ed: Preparing 05:48:29 1ca633ea9daa: Preparing 05:48:29 a8a65b5b3074: Preparing 05:48:29 80ffc8a837d8: Preparing 05:48:29 b92f7bbc09bb: Preparing 05:48:29 dd9c8f8612c8: Preparing 05:48:29 a8a65b5b3074: Waiting 05:48:29 80ffc8a837d8: Waiting 05:48:29 b92f7bbc09bb: Waiting 05:48:29 dd9c8f8612c8: Waiting 05:48:29 1ca633ea9daa: Layer already exists 05:48:29 a8a65b5b3074: Layer already exists 05:48:29 8baec08895e3: Pushed 05:48:29 8501611ca250: Pushed 05:48:29 80ffc8a837d8: Layer already exists 05:48:29 8a8bd0636e3e: Pushed 05:48:29 b92f7bbc09bb: Layer already exists 05:48:29 dd9c8f8612c8: Layer already exists 05:48:31 17712b1958ed: Pushed 05:48:31 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:32 + 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:48:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:32 8a8bd0636e3e: Preparing 05:48:32 8501611ca250: Preparing 05:48:32 8baec08895e3: Preparing 05:48:32 17712b1958ed: Preparing 05:48:32 1ca633ea9daa: Preparing 05:48:32 a8a65b5b3074: Preparing 05:48:32 80ffc8a837d8: Preparing 05:48:32 b92f7bbc09bb: Preparing 05:48:32 dd9c8f8612c8: Preparing 05:48:32 a8a65b5b3074: Waiting 05:48:32 80ffc8a837d8: Waiting 05:48:32 b92f7bbc09bb: Waiting 05:48:32 dd9c8f8612c8: Waiting 05:48:32 8501611ca250: Layer already exists 05:48:32 1ca633ea9daa: Layer already exists 05:48:32 8baec08895e3: Layer already exists 05:48:32 8a8bd0636e3e: Layer already exists 05:48:32 17712b1958ed: Layer already exists 05:48:32 80ffc8a837d8: Layer already exists 05:48:32 a8a65b5b3074: Layer already exists 05:48:32 b92f7bbc09bb: Layer already exists 05:48:32 dd9c8f8612c8: Layer already exists 05:48:32 latest: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 05:48:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:33 8a8bd0636e3e: Preparing 05:48:33 8501611ca250: Preparing 05:48:33 8baec08895e3: Preparing 05:48:33 17712b1958ed: Preparing 05:48:33 1ca633ea9daa: Preparing 05:48:33 a8a65b5b3074: Preparing 05:48:33 80ffc8a837d8: Preparing 05:48:33 b92f7bbc09bb: Preparing 05:48:33 dd9c8f8612c8: Preparing 05:48:33 a8a65b5b3074: Waiting 05:48:33 80ffc8a837d8: Waiting 05:48:33 b92f7bbc09bb: Waiting 05:48:33 dd9c8f8612c8: Waiting 05:48:33 17712b1958ed: Layer already exists 05:48:33 8baec08895e3: Layer already exists 05:48:33 8a8bd0636e3e: Layer already exists 05:48:33 8501611ca250: Layer already exists 05:48:33 1ca633ea9daa: Layer already exists 05:48:33 a8a65b5b3074: Layer already exists 05:48:33 80ffc8a837d8: Layer already exists 05:48:33 dd9c8f8612c8: Layer already exists 05:48:33 b92f7bbc09bb: Layer already exists 05:48:33 4.1.0-dev.26: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:34 8a8bd0636e3e: Preparing 05:48:34 8501611ca250: Preparing 05:48:34 8baec08895e3: Preparing 05:48:34 17712b1958ed: Preparing 05:48:34 1ca633ea9daa: Preparing 05:48:34 a8a65b5b3074: Preparing 05:48:34 80ffc8a837d8: Preparing 05:48:34 b92f7bbc09bb: Preparing 05:48:34 dd9c8f8612c8: Preparing 05:48:34 80ffc8a837d8: Waiting 05:48:34 a8a65b5b3074: Waiting 05:48:34 b92f7bbc09bb: Waiting 05:48:34 dd9c8f8612c8: Waiting 05:48:34 8501611ca250: Layer already exists 05:48:34 1ca633ea9daa: Layer already exists 05:48:34 8a8bd0636e3e: Layer already exists 05:48:34 17712b1958ed: Layer already exists 05:48:34 8baec08895e3: Layer already exists 05:48:34 a8a65b5b3074: Layer already exists 05:48:34 80ffc8a837d8: Layer already exists 05:48:34 dd9c8f8612c8: Layer already exists 05:48:34 b92f7bbc09bb: Layer already exists 05:48:34 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:35 + 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:48:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:48:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:48:35 8a8bd0636e3e: Preparing 05:48:35 8501611ca250: Preparing 05:48:35 8baec08895e3: Preparing 05:48:35 17712b1958ed: Preparing 05:48:35 1ca633ea9daa: Preparing 05:48:35 a8a65b5b3074: Preparing 05:48:35 80ffc8a837d8: Preparing 05:48:35 b92f7bbc09bb: Preparing 05:48:35 dd9c8f8612c8: Preparing 05:48:35 a8a65b5b3074: Waiting 05:48:35 80ffc8a837d8: Waiting 05:48:35 b92f7bbc09bb: Waiting 05:48:35 dd9c8f8612c8: Waiting 05:48:35 8a8bd0636e3e: Layer already exists 05:48:35 1ca633ea9daa: Layer already exists 05:48:35 8501611ca250: Layer already exists 05:48:35 17712b1958ed: Layer already exists 05:48:35 8baec08895e3: Layer already exists 05:48:35 80ffc8a837d8: Layer already exists 05:48:35 b92f7bbc09bb: Layer already exists 05:48:35 a8a65b5b3074: Layer already exists 05:48:35 dd9c8f8612c8: Layer already exists 05:48:35 main: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:35 ===================================================== [Pipeline] echo 05:48:35 taggedImages: 05:48:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:48:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 05:48:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:48:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:48:35 92d5141f885416a010e7c9a103f0840019be69f6 05:48:35 latest 05:48:35 4.1.0-dev.26 05:48:35 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:35 main 05:48:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:36 57a544566a9a: Preparing 05:48:36 d51987b2d937: Preparing 05:48:36 1ca633ea9daa: Preparing 05:48:36 a8a65b5b3074: Preparing 05:48:36 8e6d521489b7: Preparing 05:48:36 578615c52644: Preparing 05:48:36 dd9c8f8612c8: Preparing 05:48:36 578615c52644: Waiting 05:48:36 dd9c8f8612c8: Waiting 05:48:36 a8a65b5b3074: Layer already exists 05:48:36 1ca633ea9daa: Layer already exists 05:48:36 dd9c8f8612c8: Layer already exists 05:48:36 8e6d521489b7: Pushed 05:48:36 57a544566a9a: Pushed 05:48:36 578615c52644: Pushed 05:48:42 d51987b2d937: Pushed 05:48:42 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:42 57a544566a9a: Preparing 05:48:42 d51987b2d937: Preparing 05:48:42 1ca633ea9daa: Preparing 05:48:42 a8a65b5b3074: Preparing 05:48:42 8e6d521489b7: Preparing 05:48:42 578615c52644: Preparing 05:48:42 dd9c8f8612c8: Preparing 05:48:42 578615c52644: Waiting 05:48:42 dd9c8f8612c8: Waiting 05:48:42 a8a65b5b3074: Layer already exists 05:48:42 8e6d521489b7: Layer already exists 05:48:42 d51987b2d937: Layer already exists 05:48:42 57a544566a9a: Layer already exists 05:48:42 1ca633ea9daa: Layer already exists 05:48:42 578615c52644: Layer already exists 05:48:42 dd9c8f8612c8: Layer already exists 05:48:43 latest: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 05:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:43 57a544566a9a: Preparing 05:48:43 d51987b2d937: Preparing 05:48:43 1ca633ea9daa: Preparing 05:48:43 a8a65b5b3074: Preparing 05:48:43 8e6d521489b7: Preparing 05:48:43 578615c52644: Preparing 05:48:43 dd9c8f8612c8: Preparing 05:48:43 578615c52644: Waiting 05:48:43 dd9c8f8612c8: Waiting 05:48:43 8e6d521489b7: Layer already exists 05:48:43 57a544566a9a: Layer already exists 05:48:43 a8a65b5b3074: Layer already exists 05:48:43 d51987b2d937: Layer already exists 05:48:43 1ca633ea9daa: Layer already exists 05:48:43 dd9c8f8612c8: Layer already exists 05:48:43 578615c52644: Layer already exists 05:48:44 4.1.0-dev.26: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:44 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:44 57a544566a9a: Preparing 05:48:44 d51987b2d937: Preparing 05:48:44 1ca633ea9daa: Preparing 05:48:44 a8a65b5b3074: Preparing 05:48:44 8e6d521489b7: Preparing 05:48:44 578615c52644: Preparing 05:48:44 dd9c8f8612c8: Preparing 05:48:44 578615c52644: Waiting 05:48:44 dd9c8f8612c8: Waiting 05:48:44 8e6d521489b7: Layer already exists 05:48:44 57a544566a9a: Layer already exists 05:48:44 a8a65b5b3074: Layer already exists 05:48:44 1ca633ea9daa: Layer already exists 05:48:44 d51987b2d937: Layer already exists 05:48:44 578615c52644: Layer already exists 05:48:44 dd9c8f8612c8: Layer already exists 05:48:45 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:48:45 57a544566a9a: Preparing 05:48:45 d51987b2d937: Preparing 05:48:45 1ca633ea9daa: Preparing 05:48:45 a8a65b5b3074: Preparing 05:48:45 8e6d521489b7: Preparing 05:48:45 578615c52644: Preparing 05:48:45 dd9c8f8612c8: Preparing 05:48:45 578615c52644: Waiting 05:48:45 dd9c8f8612c8: Waiting 05:48:45 1ca633ea9daa: Layer already exists 05:48:45 a8a65b5b3074: Layer already exists 05:48:45 57a544566a9a: Layer already exists 05:48:45 d51987b2d937: Layer already exists 05:48:45 8e6d521489b7: Layer already exists 05:48:45 dd9c8f8612c8: Layer already exists 05:48:45 578615c52644: Layer already exists 05:48:46 main: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:46 ===================================================== [Pipeline] echo 05:48:46 taggedImages: 05:48:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:48:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 05:48:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:46 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:48:46 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:48:46 92d5141f885416a010e7c9a103f0840019be69f6 05:48:46 latest 05:48:46 4.1.0-dev.26 05:48:46 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:46 main 05:48:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:48:47 98dead87957c: Preparing 05:48:47 66e988243260: Preparing 05:48:47 a8a65b5b3074: Preparing 05:48:47 beb8299d7b92: Preparing 05:48:47 67eed16a1f3b: Preparing 05:48:47 dd9c8f8612c8: Preparing 05:48:47 dd9c8f8612c8: Waiting 05:48:47 a8a65b5b3074: Layer already exists 05:48:47 dd9c8f8612c8: Layer already exists 05:48:47 67eed16a1f3b: Pushed 05:48:47 beb8299d7b92: Pushed 05:48:47 98dead87957c: Pushed 05:48:52 66e988243260: Pushed 05:48:52 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:48:53 98dead87957c: Preparing 05:48:53 66e988243260: Preparing 05:48:53 a8a65b5b3074: Preparing 05:48:53 beb8299d7b92: Preparing 05:48:53 67eed16a1f3b: Preparing 05:48:53 dd9c8f8612c8: Preparing 05:48:53 dd9c8f8612c8: Waiting 05:48:53 98dead87957c: Layer already exists 05:48:53 beb8299d7b92: Layer already exists 05:48:53 67eed16a1f3b: Layer already exists 05:48:53 66e988243260: Layer already exists 05:48:53 a8a65b5b3074: Layer already exists 05:48:53 dd9c8f8612c8: Layer already exists 05:48:53 latest: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 05:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:48:53 98dead87957c: Preparing 05:48:53 66e988243260: Preparing 05:48:53 a8a65b5b3074: Preparing 05:48:53 beb8299d7b92: Preparing 05:48:53 67eed16a1f3b: Preparing 05:48:53 dd9c8f8612c8: Preparing 05:48:53 dd9c8f8612c8: Waiting 05:48:53 98dead87957c: Layer already exists 05:48:53 beb8299d7b92: Layer already exists 05:48:53 66e988243260: Layer already exists 05:48:53 a8a65b5b3074: Layer already exists 05:48:53 67eed16a1f3b: Layer already exists 05:48:53 dd9c8f8612c8: Layer already exists 05:48:53 4.1.0-dev.26: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:54 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:48:54 98dead87957c: Preparing 05:48:54 66e988243260: Preparing 05:48:54 a8a65b5b3074: Preparing 05:48:54 beb8299d7b92: Preparing 05:48:54 67eed16a1f3b: Preparing 05:48:54 dd9c8f8612c8: Preparing 05:48:54 dd9c8f8612c8: Waiting 05:48:54 67eed16a1f3b: Layer already exists 05:48:54 beb8299d7b92: Layer already exists 05:48:54 66e988243260: Layer already exists 05:48:54 a8a65b5b3074: Layer already exists 05:48:54 98dead87957c: Layer already exists 05:48:54 dd9c8f8612c8: Layer already exists 05:48:54 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:55 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:48:55 98dead87957c: Preparing 05:48:55 66e988243260: Preparing 05:48:55 a8a65b5b3074: Preparing 05:48:55 beb8299d7b92: Preparing 05:48:55 67eed16a1f3b: Preparing 05:48:55 dd9c8f8612c8: Preparing 05:48:55 dd9c8f8612c8: Waiting 05:48:55 98dead87957c: Layer already exists 05:48:55 67eed16a1f3b: Layer already exists 05:48:55 a8a65b5b3074: Layer already exists 05:48:55 beb8299d7b92: Layer already exists 05:48:55 66e988243260: Layer already exists 05:48:55 dd9c8f8612c8: Layer already exists 05:48:55 main: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:55 ===================================================== [Pipeline] echo 05:48:55 taggedImages: 05:48:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:48:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 05:48:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:55 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:48:55 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:48:55 92d5141f885416a010e7c9a103f0840019be69f6 05:48:55 latest 05:48:55 4.1.0-dev.26 05:48:55 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:48:55 main 05:48:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:48:56 d5a3b37cb189: Preparing 05:48:56 8ee8490d2162: Preparing 05:48:56 3d8ea6df372d: Preparing 05:48:56 1ca633ea9daa: Preparing 05:48:56 a8a65b5b3074: Preparing 05:48:56 80ffc8a837d8: Preparing 05:48:56 b92f7bbc09bb: Preparing 05:48:56 dd9c8f8612c8: Preparing 05:48:56 b92f7bbc09bb: Waiting 05:48:56 dd9c8f8612c8: Waiting 05:48:56 80ffc8a837d8: Waiting 05:48:56 a8a65b5b3074: Layer already exists 05:48:56 1ca633ea9daa: Layer already exists 05:48:56 80ffc8a837d8: Layer already exists 05:48:56 b92f7bbc09bb: Layer already exists 05:48:56 8ee8490d2162: Pushed 05:48:56 d5a3b37cb189: Pushed 05:48:56 dd9c8f8612c8: Layer already exists 05:49:02 3d8ea6df372d: Pushed 05:49:02 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:49:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:49:02 d5a3b37cb189: Preparing 05:49:02 8ee8490d2162: Preparing 05:49:02 3d8ea6df372d: Preparing 05:49:02 1ca633ea9daa: Preparing 05:49:02 a8a65b5b3074: Preparing 05:49:02 80ffc8a837d8: Preparing 05:49:02 b92f7bbc09bb: Preparing 05:49:02 dd9c8f8612c8: Preparing 05:49:02 80ffc8a837d8: Waiting 05:49:02 b92f7bbc09bb: Waiting 05:49:02 dd9c8f8612c8: Waiting 05:49:02 3d8ea6df372d: Layer already exists 05:49:02 8ee8490d2162: Layer already exists 05:49:02 1ca633ea9daa: Layer already exists 05:49:02 d5a3b37cb189: Layer already exists 05:49:02 a8a65b5b3074: Layer already exists 05:49:02 b92f7bbc09bb: Layer already exists 05:49:02 80ffc8a837d8: Layer already exists 05:49:02 dd9c8f8612c8: Layer already exists 05:49:02 latest: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 05:49:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:49:03 d5a3b37cb189: Preparing 05:49:03 8ee8490d2162: Preparing 05:49:03 3d8ea6df372d: Preparing 05:49:03 1ca633ea9daa: Preparing 05:49:03 a8a65b5b3074: Preparing 05:49:03 80ffc8a837d8: Preparing 05:49:03 b92f7bbc09bb: Preparing 05:49:03 dd9c8f8612c8: Preparing 05:49:03 80ffc8a837d8: Waiting 05:49:03 b92f7bbc09bb: Waiting 05:49:03 dd9c8f8612c8: Waiting 05:49:03 8ee8490d2162: Layer already exists 05:49:03 3d8ea6df372d: Layer already exists 05:49:03 1ca633ea9daa: Layer already exists 05:49:03 d5a3b37cb189: Layer already exists 05:49:03 a8a65b5b3074: Layer already exists 05:49:03 80ffc8a837d8: Layer already exists 05:49:03 b92f7bbc09bb: Layer already exists 05:49:03 dd9c8f8612c8: Layer already exists 05:49:03 4.1.0-dev.26: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:49:04 d5a3b37cb189: Preparing 05:49:04 8ee8490d2162: Preparing 05:49:04 3d8ea6df372d: Preparing 05:49:04 1ca633ea9daa: Preparing 05:49:04 a8a65b5b3074: Preparing 05:49:04 80ffc8a837d8: Preparing 05:49:04 b92f7bbc09bb: Preparing 05:49:04 dd9c8f8612c8: Preparing 05:49:04 80ffc8a837d8: Waiting 05:49:04 b92f7bbc09bb: Waiting 05:49:04 dd9c8f8612c8: Waiting 05:49:04 d5a3b37cb189: Layer already exists 05:49:04 8ee8490d2162: Layer already exists 05:49:04 1ca633ea9daa: Layer already exists 05:49:04 3d8ea6df372d: Layer already exists 05:49:04 a8a65b5b3074: Layer already exists 05:49:04 80ffc8a837d8: Layer already exists 05:49:04 dd9c8f8612c8: Layer already exists 05:49:04 b92f7bbc09bb: Layer already exists 05:49:04 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:49:05 d5a3b37cb189: Preparing 05:49:05 8ee8490d2162: Preparing 05:49:05 3d8ea6df372d: Preparing 05:49:05 1ca633ea9daa: Preparing 05:49:05 a8a65b5b3074: Preparing 05:49:05 80ffc8a837d8: Preparing 05:49:05 b92f7bbc09bb: Preparing 05:49:05 dd9c8f8612c8: Preparing 05:49:05 b92f7bbc09bb: Waiting 05:49:05 dd9c8f8612c8: Waiting 05:49:05 80ffc8a837d8: Waiting 05:49:05 1ca633ea9daa: Layer already exists 05:49:05 d5a3b37cb189: Layer already exists 05:49:05 8ee8490d2162: Layer already exists 05:49:05 a8a65b5b3074: Layer already exists 05:49:05 3d8ea6df372d: Layer already exists 05:49:05 b92f7bbc09bb: Layer already exists 05:49:05 80ffc8a837d8: Layer already exists 05:49:05 dd9c8f8612c8: Layer already exists 05:49:05 main: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:05 ===================================================== [Pipeline] echo 05:49:05 taggedImages: 05:49:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:49:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 05:49:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:49:05 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:49:05 92d5141f885416a010e7c9a103f0840019be69f6 05:49:05 latest 05:49:05 4.1.0-dev.26 05:49:05 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:05 main 05:49:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:06 fd537c46b442: Preparing 05:49:06 ba902be72edd: Preparing 05:49:06 92201aabf980: Preparing 05:49:06 a0bd04bc053c: Preparing 05:49:06 871ab42a4092: Preparing 05:49:06 e057f5c41d6f: Preparing 05:49:06 88092e95aaad: Preparing 05:49:06 1ca633ea9daa: Preparing 05:49:06 a8a65b5b3074: Preparing 05:49:06 6ba2f330b065: Preparing 05:49:06 fef98347c79c: Preparing 05:49:06 5f70bf18a086: Preparing 05:49:06 4c0cd97a5c27: Preparing 05:49:06 897ba76efa4f: Preparing 05:49:06 691f4fc4139a: Preparing 05:49:06 dd9c8f8612c8: Preparing 05:49:06 e057f5c41d6f: Waiting 05:49:06 fef98347c79c: Waiting 05:49:06 88092e95aaad: Waiting 05:49:06 1ca633ea9daa: Waiting 05:49:06 5f70bf18a086: Waiting 05:49:06 a8a65b5b3074: Waiting 05:49:06 4c0cd97a5c27: Waiting 05:49:06 897ba76efa4f: Waiting 05:49:06 6ba2f330b065: Waiting 05:49:06 691f4fc4139a: Waiting 05:49:06 ba902be72edd: Pushed 05:49:06 92201aabf980: Pushed 05:49:06 a0bd04bc053c: Pushed 05:49:06 871ab42a4092: Pushed 05:49:06 fd537c46b442: Pushed 05:49:06 1ca633ea9daa: Layer already exists 05:49:06 a8a65b5b3074: Layer already exists 05:49:06 5f70bf18a086: Layer already exists 05:49:06 e057f5c41d6f: Pushed 05:49:06 6ba2f330b065: Pushed 05:49:06 fef98347c79c: Pushed 05:49:06 4c0cd97a5c27: Pushed 05:49:06 dd9c8f8612c8: Layer already exists 05:49:06 897ba76efa4f: Pushed 05:49:06 691f4fc4139a: Pushed 05:49:09 88092e95aaad: Pushed 05:49:09 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:10 fd537c46b442: Preparing 05:49:10 ba902be72edd: Preparing 05:49:10 92201aabf980: Preparing 05:49:10 a0bd04bc053c: Preparing 05:49:10 871ab42a4092: Preparing 05:49:10 e057f5c41d6f: Preparing 05:49:10 88092e95aaad: Preparing 05:49:10 1ca633ea9daa: Preparing 05:49:10 a8a65b5b3074: Preparing 05:49:10 6ba2f330b065: Preparing 05:49:10 fef98347c79c: Preparing 05:49:10 5f70bf18a086: Preparing 05:49:10 4c0cd97a5c27: Preparing 05:49:10 897ba76efa4f: Preparing 05:49:10 691f4fc4139a: Preparing 05:49:10 1ca633ea9daa: Waiting 05:49:10 dd9c8f8612c8: Preparing 05:49:10 a8a65b5b3074: Waiting 05:49:10 6ba2f330b065: Waiting 05:49:10 fef98347c79c: Waiting 05:49:10 897ba76efa4f: Waiting 05:49:10 5f70bf18a086: Waiting 05:49:10 691f4fc4139a: Waiting 05:49:10 4c0cd97a5c27: Waiting 05:49:10 dd9c8f8612c8: Waiting 05:49:10 e057f5c41d6f: Waiting 05:49:10 88092e95aaad: Waiting 05:49:10 fd537c46b442: Layer already exists 05:49:10 a0bd04bc053c: Layer already exists 05:49:10 ba902be72edd: Layer already exists 05:49:10 92201aabf980: Layer already exists 05:49:10 871ab42a4092: Layer already exists 05:49:10 1ca633ea9daa: Layer already exists 05:49:10 e057f5c41d6f: Layer already exists 05:49:10 88092e95aaad: Layer already exists 05:49:10 a8a65b5b3074: Layer already exists 05:49:10 6ba2f330b065: Layer already exists 05:49:10 5f70bf18a086: Layer already exists 05:49:10 fef98347c79c: Layer already exists 05:49:10 897ba76efa4f: Layer already exists 05:49:10 4c0cd97a5c27: Layer already exists 05:49:10 691f4fc4139a: Layer already exists 05:49:10 dd9c8f8612c8: Layer already exists 05:49:10 latest: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 05:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:11 fd537c46b442: Preparing 05:49:11 ba902be72edd: Preparing 05:49:11 92201aabf980: Preparing 05:49:11 a0bd04bc053c: Preparing 05:49:11 871ab42a4092: Preparing 05:49:11 e057f5c41d6f: Preparing 05:49:11 88092e95aaad: Preparing 05:49:11 1ca633ea9daa: Preparing 05:49:11 a8a65b5b3074: Preparing 05:49:11 6ba2f330b065: Preparing 05:49:11 fef98347c79c: Preparing 05:49:11 5f70bf18a086: Preparing 05:49:11 4c0cd97a5c27: Preparing 05:49:11 897ba76efa4f: Preparing 05:49:11 691f4fc4139a: Preparing 05:49:11 dd9c8f8612c8: Preparing 05:49:11 1ca633ea9daa: Waiting 05:49:11 a8a65b5b3074: Waiting 05:49:11 6ba2f330b065: Waiting 05:49:11 fef98347c79c: Waiting 05:49:11 5f70bf18a086: Waiting 05:49:11 4c0cd97a5c27: Waiting 05:49:11 897ba76efa4f: Waiting 05:49:11 691f4fc4139a: Waiting 05:49:11 dd9c8f8612c8: Waiting 05:49:11 e057f5c41d6f: Waiting 05:49:11 88092e95aaad: Waiting 05:49:11 92201aabf980: Layer already exists 05:49:11 ba902be72edd: Layer already exists 05:49:11 a0bd04bc053c: Layer already exists 05:49:11 871ab42a4092: Layer already exists 05:49:11 fd537c46b442: Layer already exists 05:49:11 88092e95aaad: Layer already exists 05:49:11 e057f5c41d6f: Layer already exists 05:49:11 6ba2f330b065: Layer already exists 05:49:11 a8a65b5b3074: Layer already exists 05:49:11 1ca633ea9daa: Layer already exists 05:49:11 4c0cd97a5c27: Layer already exists 05:49:11 fef98347c79c: Layer already exists 05:49:11 897ba76efa4f: Layer already exists 05:49:11 5f70bf18a086: Layer already exists 05:49:11 691f4fc4139a: Layer already exists 05:49:11 dd9c8f8612c8: Layer already exists 05:49:11 4.1.0-dev.26: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:12 fd537c46b442: Preparing 05:49:12 ba902be72edd: Preparing 05:49:12 92201aabf980: Preparing 05:49:12 a0bd04bc053c: Preparing 05:49:12 871ab42a4092: Preparing 05:49:12 e057f5c41d6f: Preparing 05:49:12 88092e95aaad: Preparing 05:49:12 1ca633ea9daa: Preparing 05:49:12 a8a65b5b3074: Preparing 05:49:12 6ba2f330b065: Preparing 05:49:12 fef98347c79c: Preparing 05:49:12 5f70bf18a086: Preparing 05:49:12 e057f5c41d6f: Waiting 05:49:12 88092e95aaad: Waiting 05:49:12 6ba2f330b065: Waiting 05:49:12 4c0cd97a5c27: Preparing 05:49:12 897ba76efa4f: Preparing 05:49:12 691f4fc4139a: Preparing 05:49:12 dd9c8f8612c8: Preparing 05:49:12 1ca633ea9daa: Waiting 05:49:12 4c0cd97a5c27: Waiting 05:49:12 5f70bf18a086: Waiting 05:49:12 691f4fc4139a: Waiting 05:49:12 897ba76efa4f: Waiting 05:49:12 dd9c8f8612c8: Waiting 05:49:12 fef98347c79c: Waiting 05:49:12 ba902be72edd: Layer already exists 05:49:12 fd537c46b442: Layer already exists 05:49:12 92201aabf980: Layer already exists 05:49:12 871ab42a4092: Layer already exists 05:49:12 a0bd04bc053c: Layer already exists 05:49:12 1ca633ea9daa: Layer already exists 05:49:12 a8a65b5b3074: Layer already exists 05:49:12 88092e95aaad: Layer already exists 05:49:12 e057f5c41d6f: Layer already exists 05:49:12 6ba2f330b065: Layer already exists 05:49:12 fef98347c79c: Layer already exists 05:49:12 897ba76efa4f: Layer already exists 05:49:12 5f70bf18a086: Layer already exists 05:49:12 691f4fc4139a: Layer already exists 05:49:12 4c0cd97a5c27: Layer already exists 05:49:12 dd9c8f8612c8: Layer already exists 05:49:12 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:49:13 fd537c46b442: Preparing 05:49:13 ba902be72edd: Preparing 05:49:13 92201aabf980: Preparing 05:49:13 a0bd04bc053c: Preparing 05:49:13 871ab42a4092: Preparing 05:49:13 e057f5c41d6f: Preparing 05:49:13 88092e95aaad: Preparing 05:49:13 1ca633ea9daa: Preparing 05:49:13 a8a65b5b3074: Preparing 05:49:13 6ba2f330b065: Preparing 05:49:13 fef98347c79c: Preparing 05:49:13 5f70bf18a086: Preparing 05:49:13 4c0cd97a5c27: Preparing 05:49:13 897ba76efa4f: Preparing 05:49:13 691f4fc4139a: Preparing 05:49:13 dd9c8f8612c8: Preparing 05:49:13 6ba2f330b065: Waiting 05:49:13 fef98347c79c: Waiting 05:49:13 5f70bf18a086: Waiting 05:49:13 e057f5c41d6f: Waiting 05:49:13 88092e95aaad: Waiting 05:49:13 4c0cd97a5c27: Waiting 05:49:13 1ca633ea9daa: Waiting 05:49:13 a8a65b5b3074: Waiting 05:49:13 897ba76efa4f: Waiting 05:49:13 dd9c8f8612c8: Waiting 05:49:13 fd537c46b442: Layer already exists 05:49:13 92201aabf980: Layer already exists 05:49:13 ba902be72edd: Layer already exists 05:49:13 a0bd04bc053c: Layer already exists 05:49:13 871ab42a4092: Layer already exists 05:49:13 1ca633ea9daa: Layer already exists 05:49:13 88092e95aaad: Layer already exists 05:49:13 e057f5c41d6f: Layer already exists 05:49:13 a8a65b5b3074: Layer already exists 05:49:13 6ba2f330b065: Layer already exists 05:49:13 5f70bf18a086: Layer already exists 05:49:13 897ba76efa4f: Layer already exists 05:49:13 fef98347c79c: Layer already exists 05:49:13 4c0cd97a5c27: Layer already exists 05:49:13 691f4fc4139a: Layer already exists 05:49:13 dd9c8f8612c8: Layer already exists 05:49:13 main: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:13 ===================================================== [Pipeline] echo 05:49:13 taggedImages: 05:49:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:49:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 05:49:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:49:13 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:49:13 92d5141f885416a010e7c9a103f0840019be69f6 05:49:13 latest 05:49:13 4.1.0-dev.26 05:49:13 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:13 main 05:49:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:49:14 981c7d027628: Preparing 05:49:14 e1fb009c356e: Preparing 05:49:14 6404deb5ddac: Preparing 05:49:14 b55d2e5cc746: Preparing 05:49:14 1ca633ea9daa: Preparing 05:49:14 a8a65b5b3074: Preparing 05:49:14 80ffc8a837d8: Preparing 05:49:14 a8a65b5b3074: Waiting 05:49:14 80ffc8a837d8: Waiting 05:49:14 b92f7bbc09bb: Preparing 05:49:14 dd9c8f8612c8: Preparing 05:49:14 b92f7bbc09bb: Waiting 05:49:14 dd9c8f8612c8: Waiting 05:49:14 1ca633ea9daa: Layer already exists 05:49:14 a8a65b5b3074: Layer already exists 05:49:14 e1fb009c356e: Pushed 05:49:14 6404deb5ddac: Pushed 05:49:14 80ffc8a837d8: Layer already exists 05:49:14 b92f7bbc09bb: Layer already exists 05:49:14 981c7d027628: Pushed 05:49:14 dd9c8f8612c8: Layer already exists 05:49:19 b55d2e5cc746: Pushed 05:49:19 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:20 + 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:49:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:49:20 981c7d027628: Preparing 05:49:20 e1fb009c356e: Preparing 05:49:20 6404deb5ddac: Preparing 05:49:20 b55d2e5cc746: Preparing 05:49:20 1ca633ea9daa: Preparing 05:49:20 a8a65b5b3074: Preparing 05:49:20 80ffc8a837d8: Preparing 05:49:20 b92f7bbc09bb: Preparing 05:49:20 dd9c8f8612c8: Preparing 05:49:20 80ffc8a837d8: Waiting 05:49:20 b92f7bbc09bb: Waiting 05:49:20 dd9c8f8612c8: Waiting 05:49:20 a8a65b5b3074: Waiting 05:49:20 1ca633ea9daa: Layer already exists 05:49:20 e1fb009c356e: Layer already exists 05:49:20 b55d2e5cc746: Layer already exists 05:49:20 981c7d027628: Layer already exists 05:49:20 6404deb5ddac: Layer already exists 05:49:20 80ffc8a837d8: Layer already exists 05:49:20 a8a65b5b3074: Layer already exists 05:49:20 b92f7bbc09bb: Layer already exists 05:49:20 dd9c8f8612c8: Layer already exists 05:49:20 latest: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 05:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:49:21 981c7d027628: Preparing 05:49:21 e1fb009c356e: Preparing 05:49:21 6404deb5ddac: Preparing 05:49:21 b55d2e5cc746: Preparing 05:49:21 1ca633ea9daa: Preparing 05:49:21 a8a65b5b3074: Preparing 05:49:21 80ffc8a837d8: Preparing 05:49:21 b92f7bbc09bb: Preparing 05:49:21 dd9c8f8612c8: Preparing 05:49:21 80ffc8a837d8: Waiting 05:49:21 b92f7bbc09bb: Waiting 05:49:21 dd9c8f8612c8: Waiting 05:49:21 a8a65b5b3074: Waiting 05:49:21 1ca633ea9daa: Layer already exists 05:49:21 981c7d027628: Layer already exists 05:49:21 b55d2e5cc746: Layer already exists 05:49:21 e1fb009c356e: Layer already exists 05:49:21 6404deb5ddac: Layer already exists 05:49:21 80ffc8a837d8: Layer already exists 05:49:21 a8a65b5b3074: Layer already exists 05:49:21 dd9c8f8612c8: Layer already exists 05:49:21 b92f7bbc09bb: Layer already exists 05:49:21 4.1.0-dev.26: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:49:22 981c7d027628: Preparing 05:49:22 e1fb009c356e: Preparing 05:49:22 6404deb5ddac: Preparing 05:49:22 b55d2e5cc746: Preparing 05:49:22 1ca633ea9daa: Preparing 05:49:22 a8a65b5b3074: Preparing 05:49:22 80ffc8a837d8: Preparing 05:49:22 b92f7bbc09bb: Preparing 05:49:22 dd9c8f8612c8: Preparing 05:49:22 a8a65b5b3074: Waiting 05:49:22 80ffc8a837d8: Waiting 05:49:22 b92f7bbc09bb: Waiting 05:49:22 dd9c8f8612c8: Waiting 05:49:22 e1fb009c356e: Layer already exists 05:49:22 b55d2e5cc746: Layer already exists 05:49:22 6404deb5ddac: Layer already exists 05:49:22 981c7d027628: Layer already exists 05:49:22 1ca633ea9daa: Layer already exists 05:49:22 a8a65b5b3074: Layer already exists 05:49:22 dd9c8f8612c8: Layer already exists 05:49:22 80ffc8a837d8: Layer already exists 05:49:22 b92f7bbc09bb: Layer already exists 05:49:22 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:22 + 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:49:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:49:23 981c7d027628: Preparing 05:49:23 e1fb009c356e: Preparing 05:49:23 6404deb5ddac: Preparing 05:49:23 b55d2e5cc746: Preparing 05:49:23 1ca633ea9daa: Preparing 05:49:23 a8a65b5b3074: Preparing 05:49:23 80ffc8a837d8: Preparing 05:49:23 b92f7bbc09bb: Preparing 05:49:23 dd9c8f8612c8: Preparing 05:49:23 80ffc8a837d8: Waiting 05:49:23 b92f7bbc09bb: Waiting 05:49:23 a8a65b5b3074: Waiting 05:49:23 dd9c8f8612c8: Waiting 05:49:23 981c7d027628: Layer already exists 05:49:23 1ca633ea9daa: Layer already exists 05:49:23 6404deb5ddac: Layer already exists 05:49:23 e1fb009c356e: Layer already exists 05:49:23 b55d2e5cc746: Layer already exists 05:49:23 80ffc8a837d8: Layer already exists 05:49:23 a8a65b5b3074: Layer already exists 05:49:23 dd9c8f8612c8: Layer already exists 05:49:23 b92f7bbc09bb: Layer already exists 05:49:23 main: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:23 ===================================================== [Pipeline] echo 05:49:23 taggedImages: 05:49:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:49:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 05:49:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:49:23 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:49:23 92d5141f885416a010e7c9a103f0840019be69f6 05:49:23 latest 05:49:23 4.1.0-dev.26 05:49:23 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:23 main 05:49:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:24 edd13a642d35: Preparing 05:49:24 122e65b0ef5c: Preparing 05:49:24 d88e450d6a6e: Preparing 05:49:24 de25eb049a6d: Preparing 05:49:24 1308b8fb3b01: Preparing 05:49:24 1ca633ea9daa: Preparing 05:49:24 a8a65b5b3074: Preparing 05:49:24 25ea03887a1c: Preparing 05:49:24 616b00f3eb2b: Preparing 05:49:24 d8ca40ae50ef: Preparing 05:49:24 dd9c8f8612c8: Preparing 05:49:24 1ca633ea9daa: Waiting 05:49:24 a8a65b5b3074: Waiting 05:49:24 25ea03887a1c: Waiting 05:49:24 616b00f3eb2b: Waiting 05:49:24 d8ca40ae50ef: Waiting 05:49:24 dd9c8f8612c8: Waiting 05:49:25 122e65b0ef5c: Pushed 05:49:25 edd13a642d35: Pushed 05:49:25 de25eb049a6d: Pushed 05:49:25 1308b8fb3b01: Pushed 05:49:25 1ca633ea9daa: Layer already exists 05:49:25 a8a65b5b3074: Layer already exists 05:49:25 dd9c8f8612c8: Layer already exists 05:49:25 25ea03887a1c: Pushed 05:49:25 616b00f3eb2b: Pushed 05:49:28 d8ca40ae50ef: Pushed 05:49:29 d88e450d6a6e: Pushed 05:49:29 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:29 + 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:49:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:30 edd13a642d35: Preparing 05:49:30 122e65b0ef5c: Preparing 05:49:30 d88e450d6a6e: Preparing 05:49:30 de25eb049a6d: Preparing 05:49:30 1308b8fb3b01: Preparing 05:49:30 1ca633ea9daa: Preparing 05:49:30 a8a65b5b3074: Preparing 05:49:30 25ea03887a1c: Preparing 05:49:30 616b00f3eb2b: Preparing 05:49:30 d8ca40ae50ef: Preparing 05:49:30 dd9c8f8612c8: Preparing 05:49:30 25ea03887a1c: Waiting 05:49:30 1ca633ea9daa: Waiting 05:49:30 616b00f3eb2b: Waiting 05:49:30 d8ca40ae50ef: Waiting 05:49:30 a8a65b5b3074: Waiting 05:49:30 dd9c8f8612c8: Waiting 05:49:30 122e65b0ef5c: Layer already exists 05:49:30 edd13a642d35: Layer already exists 05:49:30 de25eb049a6d: Layer already exists 05:49:30 1308b8fb3b01: Layer already exists 05:49:30 d88e450d6a6e: Layer already exists 05:49:30 25ea03887a1c: Layer already exists 05:49:30 616b00f3eb2b: Layer already exists 05:49:30 a8a65b5b3074: Layer already exists 05:49:30 1ca633ea9daa: Layer already exists 05:49:30 d8ca40ae50ef: Layer already exists 05:49:30 dd9c8f8612c8: Layer already exists 05:49:30 latest: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:30 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 05:49:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:31 edd13a642d35: Preparing 05:49:31 122e65b0ef5c: Preparing 05:49:31 d88e450d6a6e: Preparing 05:49:31 de25eb049a6d: Preparing 05:49:31 1308b8fb3b01: Preparing 05:49:31 1ca633ea9daa: Preparing 05:49:31 a8a65b5b3074: Preparing 05:49:31 25ea03887a1c: Preparing 05:49:31 616b00f3eb2b: Preparing 05:49:31 d8ca40ae50ef: Preparing 05:49:31 dd9c8f8612c8: Preparing 05:49:31 25ea03887a1c: Waiting 05:49:31 616b00f3eb2b: Waiting 05:49:31 1ca633ea9daa: Waiting 05:49:31 a8a65b5b3074: Waiting 05:49:31 d8ca40ae50ef: Waiting 05:49:31 dd9c8f8612c8: Waiting 05:49:31 edd13a642d35: Layer already exists 05:49:31 1308b8fb3b01: Layer already exists 05:49:31 122e65b0ef5c: Layer already exists 05:49:31 d88e450d6a6e: Layer already exists 05:49:31 de25eb049a6d: Layer already exists 05:49:31 616b00f3eb2b: Layer already exists 05:49:31 1ca633ea9daa: Layer already exists 05:49:31 25ea03887a1c: Layer already exists 05:49:31 a8a65b5b3074: Layer already exists 05:49:31 d8ca40ae50ef: Layer already exists 05:49:31 dd9c8f8612c8: Layer already exists 05:49:31 4.1.0-dev.26: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:31 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:32 edd13a642d35: Preparing 05:49:32 122e65b0ef5c: Preparing 05:49:32 d88e450d6a6e: Preparing 05:49:32 de25eb049a6d: Preparing 05:49:32 1308b8fb3b01: Preparing 05:49:32 1ca633ea9daa: Preparing 05:49:32 a8a65b5b3074: Preparing 05:49:32 25ea03887a1c: Preparing 05:49:32 616b00f3eb2b: Preparing 05:49:32 d8ca40ae50ef: Preparing 05:49:32 dd9c8f8612c8: Preparing 05:49:32 25ea03887a1c: Waiting 05:49:32 616b00f3eb2b: Waiting 05:49:32 d8ca40ae50ef: Waiting 05:49:32 dd9c8f8612c8: Waiting 05:49:32 1ca633ea9daa: Waiting 05:49:32 a8a65b5b3074: Waiting 05:49:32 d88e450d6a6e: Layer already exists 05:49:32 edd13a642d35: Layer already exists 05:49:32 1308b8fb3b01: Layer already exists 05:49:32 de25eb049a6d: Layer already exists 05:49:32 122e65b0ef5c: Layer already exists 05:49:32 a8a65b5b3074: Layer already exists 05:49:32 1ca633ea9daa: Layer already exists 05:49:32 d8ca40ae50ef: Layer already exists 05:49:32 616b00f3eb2b: Layer already exists 05:49:32 25ea03887a1c: Layer already exists 05:49:32 dd9c8f8612c8: Layer already exists 05:49:32 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:32 + 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:49:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:49:33 edd13a642d35: Preparing 05:49:33 122e65b0ef5c: Preparing 05:49:33 d88e450d6a6e: Preparing 05:49:33 de25eb049a6d: Preparing 05:49:33 1308b8fb3b01: Preparing 05:49:33 1ca633ea9daa: Preparing 05:49:33 a8a65b5b3074: Preparing 05:49:33 25ea03887a1c: Preparing 05:49:33 616b00f3eb2b: Preparing 05:49:33 d8ca40ae50ef: Preparing 05:49:33 dd9c8f8612c8: Preparing 05:49:33 a8a65b5b3074: Waiting 05:49:33 25ea03887a1c: Waiting 05:49:33 616b00f3eb2b: Waiting 05:49:33 d8ca40ae50ef: Waiting 05:49:33 dd9c8f8612c8: Waiting 05:49:33 1ca633ea9daa: Waiting 05:49:33 de25eb049a6d: Layer already exists 05:49:33 d88e450d6a6e: Layer already exists 05:49:33 122e65b0ef5c: Layer already exists 05:49:33 1308b8fb3b01: Layer already exists 05:49:33 edd13a642d35: Layer already exists 05:49:33 1ca633ea9daa: Layer already exists 05:49:33 d8ca40ae50ef: Layer already exists 05:49:33 25ea03887a1c: Layer already exists 05:49:33 a8a65b5b3074: Layer already exists 05:49:33 616b00f3eb2b: Layer already exists 05:49:33 dd9c8f8612c8: Layer already exists 05:49:33 main: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:33 ===================================================== [Pipeline] echo 05:49:33 taggedImages: 05:49:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:49:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 05:49:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:33 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:49:33 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:49:33 92d5141f885416a010e7c9a103f0840019be69f6 05:49:33 latest 05:49:33 4.1.0-dev.26 05:49:33 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:33 main 05:49:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:34 42174bd38f21: Preparing 05:49:34 f507b1255f23: Preparing 05:49:34 69f87bcefddc: Preparing 05:49:34 05735d987432: Preparing 05:49:34 0bd484fb8e06: Preparing 05:49:34 bfc9ce8a5d07: Preparing 05:49:34 6957dc43ab40: Preparing 05:49:34 1ca633ea9daa: Preparing 05:49:34 a8a65b5b3074: Preparing 05:49:34 2978b12ec867: Preparing 05:49:34 1a7fca98dc2b: Preparing 05:49:34 dd9c8f8612c8: Preparing 05:49:34 bfc9ce8a5d07: Waiting 05:49:34 6957dc43ab40: Waiting 05:49:34 1ca633ea9daa: Waiting 05:49:34 a8a65b5b3074: Waiting 05:49:34 2978b12ec867: Waiting 05:49:34 1a7fca98dc2b: Waiting 05:49:34 dd9c8f8612c8: Waiting 05:49:34 f507b1255f23: Pushed 05:49:34 0bd484fb8e06: Pushed 05:49:34 42174bd38f21: Pushed 05:49:34 1ca633ea9daa: Layer already exists 05:49:34 a8a65b5b3074: Layer already exists 05:49:34 bfc9ce8a5d07: Pushed 05:49:34 6957dc43ab40: Pushed 05:49:34 dd9c8f8612c8: Layer already exists 05:49:34 2978b12ec867: Pushed 05:49:37 1a7fca98dc2b: Pushed 05:49:38 05735d987432: Pushed 05:49:41 69f87bcefddc: Pushed 05:49:41 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:41 + 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:49:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:41 42174bd38f21: Preparing 05:49:41 f507b1255f23: Preparing 05:49:41 69f87bcefddc: Preparing 05:49:41 05735d987432: Preparing 05:49:41 0bd484fb8e06: Preparing 05:49:41 bfc9ce8a5d07: Preparing 05:49:41 6957dc43ab40: Preparing 05:49:41 1ca633ea9daa: Preparing 05:49:41 a8a65b5b3074: Preparing 05:49:41 2978b12ec867: Preparing 05:49:41 1a7fca98dc2b: Preparing 05:49:41 dd9c8f8612c8: Preparing 05:49:41 1ca633ea9daa: Waiting 05:49:41 a8a65b5b3074: Waiting 05:49:41 2978b12ec867: Waiting 05:49:41 1a7fca98dc2b: Waiting 05:49:41 dd9c8f8612c8: Waiting 05:49:41 bfc9ce8a5d07: Waiting 05:49:41 6957dc43ab40: Waiting 05:49:41 05735d987432: Layer already exists 05:49:41 0bd484fb8e06: Layer already exists 05:49:41 69f87bcefddc: Layer already exists 05:49:41 42174bd38f21: Layer already exists 05:49:41 f507b1255f23: Layer already exists 05:49:41 bfc9ce8a5d07: Layer already exists 05:49:41 2978b12ec867: Layer already exists 05:49:41 a8a65b5b3074: Layer already exists 05:49:41 6957dc43ab40: Layer already exists 05:49:41 1ca633ea9daa: Layer already exists 05:49:41 1a7fca98dc2b: Layer already exists 05:49:41 dd9c8f8612c8: Layer already exists 05:49:42 latest: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 05:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:42 42174bd38f21: Preparing 05:49:42 f507b1255f23: Preparing 05:49:42 69f87bcefddc: Preparing 05:49:42 05735d987432: Preparing 05:49:42 0bd484fb8e06: Preparing 05:49:42 bfc9ce8a5d07: Preparing 05:49:42 6957dc43ab40: Preparing 05:49:42 1ca633ea9daa: Preparing 05:49:42 a8a65b5b3074: Preparing 05:49:42 2978b12ec867: Preparing 05:49:42 1a7fca98dc2b: Preparing 05:49:42 dd9c8f8612c8: Preparing 05:49:42 a8a65b5b3074: Waiting 05:49:42 2978b12ec867: Waiting 05:49:42 1a7fca98dc2b: Waiting 05:49:42 dd9c8f8612c8: Waiting 05:49:42 bfc9ce8a5d07: Waiting 05:49:42 1ca633ea9daa: Waiting 05:49:42 6957dc43ab40: Waiting 05:49:42 69f87bcefddc: Layer already exists 05:49:42 f507b1255f23: Layer already exists 05:49:42 42174bd38f21: Layer already exists 05:49:42 05735d987432: Layer already exists 05:49:42 0bd484fb8e06: Layer already exists 05:49:42 bfc9ce8a5d07: Layer already exists 05:49:42 1ca633ea9daa: Layer already exists 05:49:42 6957dc43ab40: Layer already exists 05:49:42 2978b12ec867: Layer already exists 05:49:42 a8a65b5b3074: Layer already exists 05:49:42 dd9c8f8612c8: Layer already exists 05:49:42 1a7fca98dc2b: Layer already exists 05:49:43 4.1.0-dev.26: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:43 42174bd38f21: Preparing 05:49:43 f507b1255f23: Preparing 05:49:43 69f87bcefddc: Preparing 05:49:43 05735d987432: Preparing 05:49:43 0bd484fb8e06: Preparing 05:49:43 bfc9ce8a5d07: Preparing 05:49:43 6957dc43ab40: Preparing 05:49:43 1ca633ea9daa: Preparing 05:49:43 a8a65b5b3074: Preparing 05:49:43 2978b12ec867: Preparing 05:49:43 1a7fca98dc2b: Preparing 05:49:43 dd9c8f8612c8: Preparing 05:49:43 bfc9ce8a5d07: Waiting 05:49:43 a8a65b5b3074: Waiting 05:49:43 6957dc43ab40: Waiting 05:49:43 2978b12ec867: Waiting 05:49:43 1ca633ea9daa: Waiting 05:49:43 dd9c8f8612c8: Waiting 05:49:43 1a7fca98dc2b: Waiting 05:49:43 05735d987432: Layer already exists 05:49:43 0bd484fb8e06: Layer already exists 05:49:43 f507b1255f23: Layer already exists 05:49:43 69f87bcefddc: Layer already exists 05:49:43 42174bd38f21: Layer already exists 05:49:43 bfc9ce8a5d07: Layer already exists 05:49:43 1ca633ea9daa: Layer already exists 05:49:43 6957dc43ab40: Layer already exists 05:49:43 a8a65b5b3074: Layer already exists 05:49:43 2978b12ec867: Layer already exists 05:49:43 1a7fca98dc2b: Layer already exists 05:49:43 dd9c8f8612c8: Layer already exists 05:49:44 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:44 + 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:49:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:49:44 42174bd38f21: Preparing 05:49:44 f507b1255f23: Preparing 05:49:44 69f87bcefddc: Preparing 05:49:44 05735d987432: Preparing 05:49:44 0bd484fb8e06: Preparing 05:49:44 bfc9ce8a5d07: Preparing 05:49:44 6957dc43ab40: Preparing 05:49:44 1ca633ea9daa: Preparing 05:49:44 a8a65b5b3074: Preparing 05:49:44 2978b12ec867: Preparing 05:49:44 1a7fca98dc2b: Preparing 05:49:44 dd9c8f8612c8: Preparing 05:49:44 bfc9ce8a5d07: Waiting 05:49:44 6957dc43ab40: Waiting 05:49:44 1ca633ea9daa: Waiting 05:49:44 a8a65b5b3074: Waiting 05:49:44 2978b12ec867: Waiting 05:49:44 dd9c8f8612c8: Waiting 05:49:44 42174bd38f21: Layer already exists 05:49:44 f507b1255f23: Layer already exists 05:49:44 69f87bcefddc: Layer already exists 05:49:44 0bd484fb8e06: Layer already exists 05:49:44 05735d987432: Layer already exists 05:49:44 6957dc43ab40: Layer already exists 05:49:44 bfc9ce8a5d07: Layer already exists 05:49:44 1ca633ea9daa: Layer already exists 05:49:44 a8a65b5b3074: Layer already exists 05:49:44 2978b12ec867: Layer already exists 05:49:44 dd9c8f8612c8: Layer already exists 05:49:44 1a7fca98dc2b: Layer already exists 05:49:45 main: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:45 ===================================================== [Pipeline] echo 05:49:45 taggedImages: 05:49:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:49:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 05:49:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:49:45 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:49:45 92d5141f885416a010e7c9a103f0840019be69f6 05:49:45 latest 05:49:45 4.1.0-dev.26 05:49:45 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:45 main 05:49:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:45 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:45 afd31d23e1ba: Preparing 05:49:45 dbf2cb93967b: Preparing 05:49:45 1ca633ea9daa: Preparing 05:49:45 a8a65b5b3074: Preparing 05:49:45 c81d425cbf44: Preparing 05:49:45 246499d38fed: Preparing 05:49:45 dd9c8f8612c8: Preparing 05:49:45 246499d38fed: Waiting 05:49:45 dd9c8f8612c8: Waiting 05:49:46 1ca633ea9daa: Layer already exists 05:49:46 a8a65b5b3074: Layer already exists 05:49:46 dd9c8f8612c8: Layer already exists 05:49:46 c81d425cbf44: Pushed 05:49:46 afd31d23e1ba: Pushed 05:49:48 246499d38fed: Pushed 05:49:53 dbf2cb93967b: Pushed 05:49:53 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:53 + 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:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:54 afd31d23e1ba: Preparing 05:49:54 dbf2cb93967b: Preparing 05:49:54 1ca633ea9daa: Preparing 05:49:54 a8a65b5b3074: Preparing 05:49:54 c81d425cbf44: Preparing 05:49:54 246499d38fed: Preparing 05:49:54 dd9c8f8612c8: Preparing 05:49:54 246499d38fed: Waiting 05:49:54 dd9c8f8612c8: Waiting 05:49:54 dbf2cb93967b: Layer already exists 05:49:54 c81d425cbf44: Layer already exists 05:49:54 a8a65b5b3074: Layer already exists 05:49:54 afd31d23e1ba: Layer already exists 05:49:54 1ca633ea9daa: Layer already exists 05:49:54 246499d38fed: Layer already exists 05:49:54 dd9c8f8612c8: Layer already exists 05:49:54 latest: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 05:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:55 afd31d23e1ba: Preparing 05:49:55 dbf2cb93967b: Preparing 05:49:55 1ca633ea9daa: Preparing 05:49:55 a8a65b5b3074: Preparing 05:49:55 c81d425cbf44: Preparing 05:49:55 246499d38fed: Preparing 05:49:55 dd9c8f8612c8: Preparing 05:49:55 246499d38fed: Waiting 05:49:55 dd9c8f8612c8: Waiting 05:49:55 afd31d23e1ba: Layer already exists 05:49:55 a8a65b5b3074: Layer already exists 05:49:55 c81d425cbf44: Layer already exists 05:49:55 1ca633ea9daa: Layer already exists 05:49:55 dbf2cb93967b: Layer already exists 05:49:55 246499d38fed: Layer already exists 05:49:55 dd9c8f8612c8: Layer already exists 05:49:55 4.1.0-dev.26: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:55 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:56 afd31d23e1ba: Preparing 05:49:56 dbf2cb93967b: Preparing 05:49:56 1ca633ea9daa: Preparing 05:49:56 a8a65b5b3074: Preparing 05:49:56 c81d425cbf44: Preparing 05:49:56 246499d38fed: Preparing 05:49:56 dd9c8f8612c8: Preparing 05:49:56 dd9c8f8612c8: Waiting 05:49:56 246499d38fed: Waiting 05:49:56 c81d425cbf44: Layer already exists 05:49:56 a8a65b5b3074: Layer already exists 05:49:56 1ca633ea9daa: Layer already exists 05:49:56 dbf2cb93967b: Layer already exists 05:49:56 afd31d23e1ba: Layer already exists 05:49:56 dd9c8f8612c8: Layer already exists 05:49:56 246499d38fed: Layer already exists 05:49:56 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:56 + 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:49:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:49:57 afd31d23e1ba: Preparing 05:49:57 dbf2cb93967b: Preparing 05:49:57 1ca633ea9daa: Preparing 05:49:57 a8a65b5b3074: Preparing 05:49:57 c81d425cbf44: Preparing 05:49:57 246499d38fed: Preparing 05:49:57 dd9c8f8612c8: Preparing 05:49:57 246499d38fed: Waiting 05:49:57 dd9c8f8612c8: Waiting 05:49:57 c81d425cbf44: Layer already exists 05:49:57 dbf2cb93967b: Layer already exists 05:49:57 1ca633ea9daa: Layer already exists 05:49:57 afd31d23e1ba: Layer already exists 05:49:57 a8a65b5b3074: Layer already exists 05:49:57 dd9c8f8612c8: Layer already exists 05:49:57 246499d38fed: Layer already exists 05:49:57 main: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:49:57 ===================================================== [Pipeline] echo 05:49:57 taggedImages: 05:49:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:49:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 05:49:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:49:57 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:49:57 92d5141f885416a010e7c9a103f0840019be69f6 05:49:57 latest 05:49:57 4.1.0-dev.26 05:49:57 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:49:57 main 05:49:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:49:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:49:58 13be290ccdc0: Preparing 05:49:58 b684488d8f8d: Preparing 05:49:58 8c41bd3d9a83: Preparing 05:49:58 1ca633ea9daa: Preparing 05:49:58 a8a65b5b3074: Preparing 05:49:58 7387fba73fbe: Preparing 05:49:58 cc3eace09d24: Preparing 05:49:58 215099b07263: Preparing 05:49:58 5dfc2ca3d68f: Preparing 05:49:58 dd9c8f8612c8: Preparing 05:49:58 cc3eace09d24: Waiting 05:49:58 215099b07263: Waiting 05:49:58 5dfc2ca3d68f: Waiting 05:49:58 dd9c8f8612c8: Waiting 05:49:58 7387fba73fbe: Waiting 05:49:58 8c41bd3d9a83: Pushed 05:49:58 b684488d8f8d: Pushed 05:49:59 a8a65b5b3074: Layer already exists 05:49:59 1ca633ea9daa: Layer already exists 05:49:59 13be290ccdc0: Pushed 05:49:59 dd9c8f8612c8: Layer already exists 05:49:59 215099b07263: Pushed 05:50:00 5dfc2ca3d68f: Pushed 05:50:10 cc3eace09d24: Pushed 05:50:25 7387fba73fbe: Pushed 05:50:25 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:25 + 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:50:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:50:25 13be290ccdc0: Preparing 05:50:25 b684488d8f8d: Preparing 05:50:25 8c41bd3d9a83: Preparing 05:50:25 1ca633ea9daa: Preparing 05:50:25 a8a65b5b3074: Preparing 05:50:25 7387fba73fbe: Preparing 05:50:25 cc3eace09d24: Preparing 05:50:25 215099b07263: Preparing 05:50:25 5dfc2ca3d68f: Preparing 05:50:25 dd9c8f8612c8: Preparing 05:50:25 cc3eace09d24: Waiting 05:50:25 215099b07263: Waiting 05:50:25 5dfc2ca3d68f: Waiting 05:50:25 dd9c8f8612c8: Waiting 05:50:25 7387fba73fbe: Waiting 05:50:25 b684488d8f8d: Layer already exists 05:50:25 8c41bd3d9a83: Layer already exists 05:50:25 13be290ccdc0: Layer already exists 05:50:25 a8a65b5b3074: Layer already exists 05:50:25 1ca633ea9daa: Layer already exists 05:50:25 cc3eace09d24: Layer already exists 05:50:25 7387fba73fbe: Layer already exists 05:50:25 5dfc2ca3d68f: Layer already exists 05:50:25 215099b07263: Layer already exists 05:50:25 dd9c8f8612c8: Layer already exists 05:50:26 latest: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 05:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:50:26 13be290ccdc0: Preparing 05:50:26 b684488d8f8d: Preparing 05:50:26 8c41bd3d9a83: Preparing 05:50:26 1ca633ea9daa: Preparing 05:50:26 a8a65b5b3074: Preparing 05:50:26 7387fba73fbe: Preparing 05:50:26 cc3eace09d24: Preparing 05:50:26 215099b07263: Preparing 05:50:26 5dfc2ca3d68f: Preparing 05:50:26 dd9c8f8612c8: Preparing 05:50:26 7387fba73fbe: Waiting 05:50:26 dd9c8f8612c8: Waiting 05:50:26 cc3eace09d24: Waiting 05:50:26 5dfc2ca3d68f: Waiting 05:50:26 215099b07263: Waiting 05:50:26 1ca633ea9daa: Layer already exists 05:50:26 13be290ccdc0: Layer already exists 05:50:26 b684488d8f8d: Layer already exists 05:50:26 8c41bd3d9a83: Layer already exists 05:50:26 a8a65b5b3074: Layer already exists 05:50:26 215099b07263: Layer already exists 05:50:26 7387fba73fbe: Layer already exists 05:50:26 5dfc2ca3d68f: Layer already exists 05:50:26 cc3eace09d24: Layer already exists 05:50:26 dd9c8f8612c8: Layer already exists 05:50:26 4.1.0-dev.26: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:27 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:50:27 13be290ccdc0: Preparing 05:50:27 b684488d8f8d: Preparing 05:50:27 8c41bd3d9a83: Preparing 05:50:27 1ca633ea9daa: Preparing 05:50:27 a8a65b5b3074: Preparing 05:50:27 7387fba73fbe: Preparing 05:50:27 cc3eace09d24: Preparing 05:50:27 215099b07263: Preparing 05:50:27 5dfc2ca3d68f: Preparing 05:50:27 dd9c8f8612c8: Preparing 05:50:27 cc3eace09d24: Waiting 05:50:27 215099b07263: Waiting 05:50:27 5dfc2ca3d68f: Waiting 05:50:27 dd9c8f8612c8: Waiting 05:50:27 7387fba73fbe: Waiting 05:50:27 13be290ccdc0: Layer already exists 05:50:27 b684488d8f8d: Layer already exists 05:50:27 8c41bd3d9a83: Layer already exists 05:50:27 1ca633ea9daa: Layer already exists 05:50:27 a8a65b5b3074: Layer already exists 05:50:27 cc3eace09d24: Layer already exists 05:50:27 215099b07263: Layer already exists 05:50:27 7387fba73fbe: Layer already exists 05:50:27 dd9c8f8612c8: Layer already exists 05:50:27 5dfc2ca3d68f: Layer already exists 05:50:27 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:28 + 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:50:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:50:28 13be290ccdc0: Preparing 05:50:28 b684488d8f8d: Preparing 05:50:28 8c41bd3d9a83: Preparing 05:50:28 1ca633ea9daa: Preparing 05:50:28 a8a65b5b3074: Preparing 05:50:28 7387fba73fbe: Preparing 05:50:28 7387fba73fbe: Waiting 05:50:28 cc3eace09d24: Preparing 05:50:28 215099b07263: Preparing 05:50:28 5dfc2ca3d68f: Preparing 05:50:28 dd9c8f8612c8: Preparing 05:50:28 215099b07263: Waiting 05:50:28 cc3eace09d24: Waiting 05:50:28 dd9c8f8612c8: Waiting 05:50:28 5dfc2ca3d68f: Waiting 05:50:28 b684488d8f8d: Layer already exists 05:50:28 8c41bd3d9a83: Layer already exists 05:50:28 a8a65b5b3074: Layer already exists 05:50:28 1ca633ea9daa: Layer already exists 05:50:28 13be290ccdc0: Layer already exists 05:50:28 cc3eace09d24: Layer already exists 05:50:28 7387fba73fbe: Layer already exists 05:50:28 dd9c8f8612c8: Layer already exists 05:50:28 215099b07263: Layer already exists 05:50:28 5dfc2ca3d68f: Layer already exists 05:50:28 main: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:50:28 ===================================================== [Pipeline] echo 05:50:28 taggedImages: 05:50:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:50:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:50:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 05:50:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:50:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:50:28 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:50:28 92d5141f885416a010e7c9a103f0840019be69f6 05:50:28 latest 05:50:28 4.1.0-dev.26 05:50:28 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:50:28 main 05:50:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:29 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:29 3416c4a78148: Preparing 05:50:29 565bb2bae6e6: Preparing 05:50:29 b6fd56a55da7: Preparing 05:50:29 1ca633ea9daa: Preparing 05:50:29 a8a65b5b3074: Preparing 05:50:29 3c1232f3015a: Preparing 05:50:29 fb52fd2e5cda: Preparing 05:50:29 3c8dd924ca4f: Preparing 05:50:29 dd9c8f8612c8: Preparing 05:50:29 3c1232f3015a: Waiting 05:50:29 fb52fd2e5cda: Waiting 05:50:29 dd9c8f8612c8: Waiting 05:50:29 3c8dd924ca4f: Waiting 05:50:29 a8a65b5b3074: Layer already exists 05:50:29 1ca633ea9daa: Layer already exists 05:50:29 b6fd56a55da7: Pushed 05:50:29 565bb2bae6e6: Pushed 05:50:29 3416c4a78148: Pushed 05:50:29 dd9c8f8612c8: Layer already exists 05:50:29 fb52fd2e5cda: Pushed 05:50:30 3c8dd924ca4f: Pushed 05:50:57 3c1232f3015a: Pushed 05:50:57 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:57 + 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:50:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:57 3416c4a78148: Preparing 05:50:57 565bb2bae6e6: Preparing 05:50:57 b6fd56a55da7: Preparing 05:50:57 1ca633ea9daa: Preparing 05:50:57 a8a65b5b3074: Preparing 05:50:57 3c1232f3015a: Preparing 05:50:57 fb52fd2e5cda: Preparing 05:50:57 3c8dd924ca4f: Preparing 05:50:57 dd9c8f8612c8: Preparing 05:50:57 3c1232f3015a: Waiting 05:50:57 fb52fd2e5cda: Waiting 05:50:57 3c8dd924ca4f: Waiting 05:50:57 dd9c8f8612c8: Waiting 05:50:57 3416c4a78148: Layer already exists 05:50:57 1ca633ea9daa: Layer already exists 05:50:57 a8a65b5b3074: Layer already exists 05:50:57 b6fd56a55da7: Layer already exists 05:50:57 565bb2bae6e6: Layer already exists 05:50:57 fb52fd2e5cda: Layer already exists 05:50:57 3c1232f3015a: Layer already exists 05:50:57 dd9c8f8612c8: Layer already exists 05:50:57 3c8dd924ca4f: Layer already exists 05:50:57 latest: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 05:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:58 3416c4a78148: Preparing 05:50:58 565bb2bae6e6: Preparing 05:50:58 b6fd56a55da7: Preparing 05:50:58 1ca633ea9daa: Preparing 05:50:58 a8a65b5b3074: Preparing 05:50:58 3c1232f3015a: Preparing 05:50:58 fb52fd2e5cda: Preparing 05:50:58 3c8dd924ca4f: Preparing 05:50:58 dd9c8f8612c8: Preparing 05:50:58 3c1232f3015a: Waiting 05:50:58 fb52fd2e5cda: Waiting 05:50:58 3c8dd924ca4f: Waiting 05:50:58 dd9c8f8612c8: Waiting 05:50:58 565bb2bae6e6: Layer already exists 05:50:58 a8a65b5b3074: Layer already exists 05:50:58 b6fd56a55da7: Layer already exists 05:50:58 1ca633ea9daa: Layer already exists 05:50:58 3416c4a78148: Layer already exists 05:50:58 3c8dd924ca4f: Layer already exists 05:50:58 fb52fd2e5cda: Layer already exists 05:50:58 3c1232f3015a: Layer already exists 05:50:58 dd9c8f8612c8: Layer already exists 05:50:58 4.1.0-dev.26: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:50:59 3416c4a78148: Preparing 05:50:59 565bb2bae6e6: Preparing 05:50:59 b6fd56a55da7: Preparing 05:50:59 1ca633ea9daa: Preparing 05:50:59 a8a65b5b3074: Preparing 05:50:59 3c1232f3015a: Preparing 05:50:59 fb52fd2e5cda: Preparing 05:50:59 3c8dd924ca4f: Preparing 05:50:59 dd9c8f8612c8: Preparing 05:50:59 3c1232f3015a: Waiting 05:50:59 fb52fd2e5cda: Waiting 05:50:59 3c8dd924ca4f: Waiting 05:50:59 dd9c8f8612c8: Waiting 05:50:59 a8a65b5b3074: Layer already exists 05:50:59 565bb2bae6e6: Layer already exists 05:50:59 b6fd56a55da7: Layer already exists 05:50:59 3416c4a78148: Layer already exists 05:50:59 1ca633ea9daa: Layer already exists 05:50:59 3c1232f3015a: Layer already exists 05:50:59 fb52fd2e5cda: Layer already exists 05:50:59 3c8dd924ca4f: Layer already exists 05:50:59 dd9c8f8612c8: Layer already exists 05:50:59 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:51:00 3416c4a78148: Preparing 05:51:00 565bb2bae6e6: Preparing 05:51:00 b6fd56a55da7: Preparing 05:51:00 1ca633ea9daa: Preparing 05:51:00 a8a65b5b3074: Preparing 05:51:00 3c1232f3015a: Preparing 05:51:00 fb52fd2e5cda: Preparing 05:51:00 3c8dd924ca4f: Preparing 05:51:00 dd9c8f8612c8: Preparing 05:51:00 3c8dd924ca4f: Waiting 05:51:00 fb52fd2e5cda: Waiting 05:51:00 dd9c8f8612c8: Waiting 05:51:00 3c1232f3015a: Waiting 05:51:00 b6fd56a55da7: Layer already exists 05:51:00 1ca633ea9daa: Layer already exists 05:51:00 565bb2bae6e6: Layer already exists 05:51:00 3416c4a78148: Layer already exists 05:51:00 a8a65b5b3074: Layer already exists 05:51:00 3c1232f3015a: Layer already exists 05:51:00 fb52fd2e5cda: Layer already exists 05:51:00 dd9c8f8612c8: Layer already exists 05:51:00 3c8dd924ca4f: Layer already exists 05:51:00 main: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:00 ===================================================== [Pipeline] echo 05:51:00 taggedImages: 05:51:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:51:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 05:51:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:51:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:51:00 92d5141f885416a010e7c9a103f0840019be69f6 05:51:00 latest 05:51:00 4.1.0-dev.26 05:51:00 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:00 main 05:51:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:51:01 13be290ccdc0: Preparing 05:51:01 be5c7ce2ce15: Preparing 05:51:01 692259322ce7: Preparing 05:51:01 1ca633ea9daa: Preparing 05:51:01 a8a65b5b3074: Preparing 05:51:01 7387fba73fbe: Preparing 05:51:01 215099b07263: Preparing 05:51:01 5dfc2ca3d68f: Preparing 05:51:01 dd9c8f8612c8: Preparing 05:51:01 215099b07263: Waiting 05:51:01 5dfc2ca3d68f: Waiting 05:51:01 dd9c8f8612c8: Waiting 05:51:01 7387fba73fbe: Waiting 05:51:01 a8a65b5b3074: Layer already exists 05:51:01 13be290ccdc0: Layer already exists 05:51:01 1ca633ea9daa: Layer already exists 05:51:01 7387fba73fbe: Layer already exists 05:51:01 215099b07263: Layer already exists 05:51:01 5dfc2ca3d68f: Layer already exists 05:51:01 dd9c8f8612c8: Layer already exists 05:51:01 692259322ce7: Pushed 05:51:01 be5c7ce2ce15: Pushed 05:51:01 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:02 + 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:51:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:51:02 13be290ccdc0: Preparing 05:51:02 be5c7ce2ce15: Preparing 05:51:02 692259322ce7: Preparing 05:51:02 1ca633ea9daa: Preparing 05:51:02 a8a65b5b3074: Preparing 05:51:02 7387fba73fbe: Preparing 05:51:02 215099b07263: Preparing 05:51:02 5dfc2ca3d68f: Preparing 05:51:02 dd9c8f8612c8: Preparing 05:51:02 7387fba73fbe: Waiting 05:51:02 215099b07263: Waiting 05:51:02 5dfc2ca3d68f: Waiting 05:51:02 dd9c8f8612c8: Waiting 05:51:02 13be290ccdc0: Layer already exists 05:51:02 be5c7ce2ce15: Layer already exists 05:51:02 692259322ce7: Layer already exists 05:51:02 1ca633ea9daa: Layer already exists 05:51:02 a8a65b5b3074: Layer already exists 05:51:02 215099b07263: Layer already exists 05:51:02 5dfc2ca3d68f: Layer already exists 05:51:02 7387fba73fbe: Layer already exists 05:51:02 dd9c8f8612c8: Layer already exists 05:51:02 latest: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 05:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:51:03 13be290ccdc0: Preparing 05:51:03 be5c7ce2ce15: Preparing 05:51:03 692259322ce7: Preparing 05:51:03 1ca633ea9daa: Preparing 05:51:03 a8a65b5b3074: Preparing 05:51:03 7387fba73fbe: Preparing 05:51:03 215099b07263: Preparing 05:51:03 5dfc2ca3d68f: Preparing 05:51:03 dd9c8f8612c8: Preparing 05:51:03 5dfc2ca3d68f: Waiting 05:51:03 dd9c8f8612c8: Waiting 05:51:03 7387fba73fbe: Waiting 05:51:03 215099b07263: Waiting 05:51:03 1ca633ea9daa: Layer already exists 05:51:03 be5c7ce2ce15: Layer already exists 05:51:03 a8a65b5b3074: Layer already exists 05:51:03 692259322ce7: Layer already exists 05:51:03 13be290ccdc0: Layer already exists 05:51:03 215099b07263: Layer already exists 05:51:03 5dfc2ca3d68f: Layer already exists 05:51:03 7387fba73fbe: Layer already exists 05:51:03 dd9c8f8612c8: Layer already exists 05:51:03 4.1.0-dev.26: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:51:04 13be290ccdc0: Preparing 05:51:04 be5c7ce2ce15: Preparing 05:51:04 692259322ce7: Preparing 05:51:04 1ca633ea9daa: Preparing 05:51:04 a8a65b5b3074: Preparing 05:51:04 7387fba73fbe: Preparing 05:51:04 215099b07263: Preparing 05:51:04 5dfc2ca3d68f: Preparing 05:51:04 dd9c8f8612c8: Preparing 05:51:04 7387fba73fbe: Waiting 05:51:04 215099b07263: Waiting 05:51:04 5dfc2ca3d68f: Waiting 05:51:04 dd9c8f8612c8: Waiting 05:51:04 13be290ccdc0: Layer already exists 05:51:04 1ca633ea9daa: Layer already exists 05:51:04 be5c7ce2ce15: Layer already exists 05:51:04 a8a65b5b3074: Layer already exists 05:51:04 692259322ce7: Layer already exists 05:51:04 5dfc2ca3d68f: Layer already exists 05:51:04 7387fba73fbe: Layer already exists 05:51:04 215099b07263: Layer already exists 05:51:04 dd9c8f8612c8: Layer already exists 05:51:04 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:04 + 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:51:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:51:05 13be290ccdc0: Preparing 05:51:05 be5c7ce2ce15: Preparing 05:51:05 692259322ce7: Preparing 05:51:05 1ca633ea9daa: Preparing 05:51:05 a8a65b5b3074: Preparing 05:51:05 7387fba73fbe: Preparing 05:51:05 215099b07263: Preparing 05:51:05 5dfc2ca3d68f: Preparing 05:51:05 dd9c8f8612c8: Preparing 05:51:05 215099b07263: Waiting 05:51:05 5dfc2ca3d68f: Waiting 05:51:05 dd9c8f8612c8: Waiting 05:51:05 7387fba73fbe: Waiting 05:51:05 a8a65b5b3074: Layer already exists 05:51:05 be5c7ce2ce15: Layer already exists 05:51:05 1ca633ea9daa: Layer already exists 05:51:05 13be290ccdc0: Layer already exists 05:51:05 692259322ce7: Layer already exists 05:51:05 5dfc2ca3d68f: Layer already exists 05:51:05 215099b07263: Layer already exists 05:51:05 dd9c8f8612c8: Layer already exists 05:51:05 7387fba73fbe: Layer already exists 05:51:05 main: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:05 ===================================================== [Pipeline] echo 05:51:05 taggedImages: 05:51:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:51:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 05:51:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:51:05 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:51:05 92d5141f885416a010e7c9a103f0840019be69f6 05:51:05 latest 05:51:05 4.1.0-dev.26 05:51:05 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:05 main 05:51:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:06 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:51:06 7481cf8e5748: Preparing 05:51:06 62c8d24c2095: Preparing 05:51:06 1ca633ea9daa: Preparing 05:51:06 a8a65b5b3074: Preparing 05:51:06 2d49a29c1369: Preparing 05:51:06 5f0cae671621: Preparing 05:51:06 dd9c8f8612c8: Preparing 05:51:06 5f0cae671621: Waiting 05:51:06 dd9c8f8612c8: Waiting 05:51:06 a8a65b5b3074: Layer already exists 05:51:06 1ca633ea9daa: Layer already exists 05:51:06 dd9c8f8612c8: Layer already exists 05:51:06 7481cf8e5748: Pushed 05:51:06 2d49a29c1369: Pushed 05:51:08 5f0cae671621: Pushed 05:51:14 62c8d24c2095: Pushed 05:51:14 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:15 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:51:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:51:15 7481cf8e5748: Preparing 05:51:15 62c8d24c2095: Preparing 05:51:15 1ca633ea9daa: Preparing 05:51:15 a8a65b5b3074: Preparing 05:51:15 2d49a29c1369: Preparing 05:51:15 5f0cae671621: Preparing 05:51:15 dd9c8f8612c8: Preparing 05:51:15 5f0cae671621: Waiting 05:51:15 dd9c8f8612c8: Waiting 05:51:15 7481cf8e5748: Layer already exists 05:51:15 1ca633ea9daa: Layer already exists 05:51:15 a8a65b5b3074: Layer already exists 05:51:15 62c8d24c2095: Layer already exists 05:51:15 2d49a29c1369: Layer already exists 05:51:15 dd9c8f8612c8: Layer already exists 05:51:15 5f0cae671621: Layer already exists 05:51:15 latest: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:16 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 05:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:51:16 7481cf8e5748: Preparing 05:51:16 62c8d24c2095: Preparing 05:51:16 1ca633ea9daa: Preparing 05:51:16 a8a65b5b3074: Preparing 05:51:16 2d49a29c1369: Preparing 05:51:16 5f0cae671621: Preparing 05:51:16 dd9c8f8612c8: Preparing 05:51:16 5f0cae671621: Waiting 05:51:16 dd9c8f8612c8: Waiting 05:51:16 2d49a29c1369: Layer already exists 05:51:16 a8a65b5b3074: Layer already exists 05:51:16 62c8d24c2095: Layer already exists 05:51:16 7481cf8e5748: Layer already exists 05:51:16 1ca633ea9daa: Layer already exists 05:51:16 dd9c8f8612c8: Layer already exists 05:51:16 5f0cae671621: Layer already exists 05:51:16 4.1.0-dev.26: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:51:17 7481cf8e5748: Preparing 05:51:17 62c8d24c2095: Preparing 05:51:17 1ca633ea9daa: Preparing 05:51:17 a8a65b5b3074: Preparing 05:51:17 2d49a29c1369: Preparing 05:51:17 5f0cae671621: Preparing 05:51:17 dd9c8f8612c8: Preparing 05:51:17 5f0cae671621: Waiting 05:51:17 dd9c8f8612c8: Waiting 05:51:17 1ca633ea9daa: Layer already exists 05:51:17 a8a65b5b3074: Layer already exists 05:51:17 2d49a29c1369: Layer already exists 05:51:17 7481cf8e5748: Layer already exists 05:51:17 62c8d24c2095: Layer already exists 05:51:17 dd9c8f8612c8: Layer already exists 05:51:17 5f0cae671621: Layer already exists 05:51:17 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:51:18 7481cf8e5748: Preparing 05:51:18 62c8d24c2095: Preparing 05:51:18 1ca633ea9daa: Preparing 05:51:18 a8a65b5b3074: Preparing 05:51:18 2d49a29c1369: Preparing 05:51:18 5f0cae671621: Preparing 05:51:18 dd9c8f8612c8: Preparing 05:51:18 5f0cae671621: Waiting 05:51:18 dd9c8f8612c8: Waiting 05:51:18 a8a65b5b3074: Layer already exists 05:51:18 62c8d24c2095: Layer already exists 05:51:18 1ca633ea9daa: Layer already exists 05:51:18 2d49a29c1369: Layer already exists 05:51:18 7481cf8e5748: Layer already exists 05:51:18 dd9c8f8612c8: Layer already exists 05:51:18 5f0cae671621: Layer already exists 05:51:18 main: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:18 ===================================================== [Pipeline] echo 05:51:18 taggedImages: 05:51:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:51:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 05:51:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:18 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:51:18 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:51:18 92d5141f885416a010e7c9a103f0840019be69f6 05:51:18 latest 05:51:18 4.1.0-dev.26 05:51:18 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:18 main 05:51:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:51:19 6221adf0eee7: Preparing 05:51:19 c37f05a7d3d0: Preparing 05:51:19 1ca633ea9daa: Preparing 05:51:19 a8a65b5b3074: Preparing 05:51:19 23bf1d681646: Preparing 05:51:19 e3c414c56d8f: Preparing 05:51:19 dd9c8f8612c8: Preparing 05:51:19 e3c414c56d8f: Waiting 05:51:19 dd9c8f8612c8: Waiting 05:51:19 1ca633ea9daa: Layer already exists 05:51:19 a8a65b5b3074: Layer already exists 05:51:19 dd9c8f8612c8: Layer already exists 05:51:19 23bf1d681646: Pushed 05:51:19 6221adf0eee7: Pushed 05:51:20 e3c414c56d8f: Pushed 05:51:28 c37f05a7d3d0: Pushed 05:51:28 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:51:29 6221adf0eee7: Preparing 05:51:29 c37f05a7d3d0: Preparing 05:51:29 1ca633ea9daa: Preparing 05:51:29 a8a65b5b3074: Preparing 05:51:29 23bf1d681646: Preparing 05:51:29 e3c414c56d8f: Preparing 05:51:29 dd9c8f8612c8: Preparing 05:51:29 e3c414c56d8f: Waiting 05:51:29 dd9c8f8612c8: Waiting 05:51:29 1ca633ea9daa: Layer already exists 05:51:29 c37f05a7d3d0: Layer already exists 05:51:29 23bf1d681646: Layer already exists 05:51:29 a8a65b5b3074: Layer already exists 05:51:29 6221adf0eee7: Layer already exists 05:51:29 e3c414c56d8f: Layer already exists 05:51:29 dd9c8f8612c8: Layer already exists 05:51:29 latest: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 05:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:51:30 6221adf0eee7: Preparing 05:51:30 c37f05a7d3d0: Preparing 05:51:30 1ca633ea9daa: Preparing 05:51:30 a8a65b5b3074: Preparing 05:51:30 23bf1d681646: Preparing 05:51:30 e3c414c56d8f: Preparing 05:51:30 dd9c8f8612c8: Preparing 05:51:30 e3c414c56d8f: Waiting 05:51:30 dd9c8f8612c8: Waiting 05:51:30 1ca633ea9daa: Layer already exists 05:51:30 6221adf0eee7: Layer already exists 05:51:30 c37f05a7d3d0: Layer already exists 05:51:30 23bf1d681646: Layer already exists 05:51:30 a8a65b5b3074: Layer already exists 05:51:30 e3c414c56d8f: Layer already exists 05:51:30 dd9c8f8612c8: Layer already exists 05:51:30 4.1.0-dev.26: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:51:31 6221adf0eee7: Preparing 05:51:31 c37f05a7d3d0: Preparing 05:51:31 1ca633ea9daa: Preparing 05:51:31 a8a65b5b3074: Preparing 05:51:31 23bf1d681646: Preparing 05:51:31 e3c414c56d8f: Preparing 05:51:31 dd9c8f8612c8: Preparing 05:51:31 e3c414c56d8f: Waiting 05:51:31 dd9c8f8612c8: Waiting 05:51:31 6221adf0eee7: Layer already exists 05:51:31 c37f05a7d3d0: Layer already exists 05:51:31 23bf1d681646: Layer already exists 05:51:31 1ca633ea9daa: Layer already exists 05:51:31 a8a65b5b3074: Layer already exists 05:51:31 dd9c8f8612c8: Layer already exists 05:51:31 e3c414c56d8f: Layer already exists 05:51:31 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:51:31 6221adf0eee7: Preparing 05:51:31 c37f05a7d3d0: Preparing 05:51:31 1ca633ea9daa: Preparing 05:51:31 a8a65b5b3074: Preparing 05:51:31 23bf1d681646: Preparing 05:51:31 e3c414c56d8f: Preparing 05:51:31 dd9c8f8612c8: Preparing 05:51:31 e3c414c56d8f: Waiting 05:51:31 dd9c8f8612c8: Waiting 05:51:31 6221adf0eee7: Layer already exists 05:51:31 c37f05a7d3d0: Layer already exists 05:51:31 1ca633ea9daa: Layer already exists 05:51:31 23bf1d681646: Layer already exists 05:51:31 a8a65b5b3074: Layer already exists 05:51:31 dd9c8f8612c8: Layer already exists 05:51:31 e3c414c56d8f: Layer already exists 05:51:31 main: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:51:32 ===================================================== [Pipeline] echo 05:51:32 taggedImages: 05:51:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 05:51:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:51:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 05:51:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 05:51:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:32 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:51:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo 05:51:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 05:51:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] echo 05:51:33 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo 05:51:33 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:51:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:51:33 05:51:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:51:33 arm64: Pulling from edgex-lftools-log-publisher 05:51:33 8998bd30e6a1: Pulling fs layer 05:51:33 04944245beec: Pulling fs layer 05:51:33 699f458cf7ca: Pulling fs layer 05:51:33 765212b225bb: Pulling fs layer 05:51:33 f23df028b6ca: Pulling fs layer 05:51:33 d65c8cfc05b1: Pulling fs layer 05:51:33 2437ff75d9bd: Pulling fs layer 05:51:33 f23df028b6ca: Waiting 05:51:33 d65c8cfc05b1: Waiting 05:51:33 2437ff75d9bd: Waiting 05:51:33 765212b225bb: Waiting 05:51:34 04944245beec: Verifying Checksum 05:51:34 04944245beec: Download complete 05:51:34 765212b225bb: Verifying Checksum 05:51:34 765212b225bb: Download complete 05:51:34 f23df028b6ca: Verifying Checksum 05:51:34 f23df028b6ca: Download complete 05:51:34 d65c8cfc05b1: Verifying Checksum 05:51:34 699f458cf7ca: Verifying Checksum 05:51:34 699f458cf7ca: Download complete 05:51:34 8998bd30e6a1: Download complete 05:51:37 2437ff75d9bd: Verifying Checksum 05:51:37 2437ff75d9bd: Download complete 05:51:39 8998bd30e6a1: Pull complete 05:51:39 04944245beec: Pull complete 05:51:41 699f458cf7ca: Pull complete 05:51:41 765212b225bb: Pull complete 05:51:42 f23df028b6ca: Pull complete 05:51:42 d65c8cfc05b1: Pull complete 05:52:00 2437ff75d9bd: Pull complete 05:52:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:52:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:00 prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container 05:52:00 $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@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:arm64 cat 05:52:03 $ docker top c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:52:04 ---> job-cost.sh 05:52:04 lf-activate-venv: SKIPPING 05:52:04 INFO: No Stack... 05:52:04 INFO: Retrieving Pricing Info for: v3-standard-4 05:52:05 INFO: Archiving Costs [Pipeline] sh 05:52:06 + cat /w/workspace/edgex-go/858/archives/cost.csv 05:52:06 + cut -d, -f6 [Pipeline] lock 05:52:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] 05:52:06 Resource [jenkins-edgexfoundry-edgex-go-main-858-stack-cost] did not exist. Created. 05:52:06 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:52:06 + echo total: 0.10999999940395355 [Pipeline] stash 05:52:07 Stashed 1 file(s) [Pipeline] } 05:52:07 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] [Pipeline] // lock [Pipeline] } 05:52:07 $ docker stop --time=1 c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 05:52:08 $ docker rm -f --volumes c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 [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:52:09 provisioning config files... 05:52:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/858@tmp/config14277763492150960727tmp [Pipeline] { [Pipeline] sh 05:52:09 + set +x 05:52:09 + + bash -s -- 05:52:09 curl -s https://codecov.io/bash 05:52:09 05:52:09 _____ _ 05:52:09 / ____| | | 05:52:09 | | ___ __| | ___ ___ _____ __ 05:52:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:52:09 | |___| (_) | (_| | __/ (_| (_) \ V / 05:52:09 \_____\___/ \__,_|\___|\___\___/ \_/ 05:52:09 Bash-1.0.6 05:52:09 05:52:09 05:52:09 ==> git version 2.25.1 found 05:52:09 ==> 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:52:09 Release-Date: 2020-01-08 05:52:09 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:52:09 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:52:09 ==> Jenkins CI detected. 05:52:09 current dir:  /w/workspace/edgex-go/858 05:52:09 project root: . 05:52:09 --> token set from env 05:52:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:52:09 ==> Running gcov in . (disable via -X gcov) 05:52:09 ==> Python coveragepy not found 05:52:09 ==> Searching for coverage reports in: 05:52:09 + . 05:52:09 -> Found 1 reports 05:52:09 ==> Detecting git/mercurial file structure 05:52:09 ==> Reading reports 05:52:09 + ./coverage.out bytes=1665452 05:52:09 ==> Appending adjustments 05:52:09 https://docs.codecov.io/docs/fixing-reports 05:52:11 + Found adjustments 05:52:11 ==> Gzipping contents 05:52:11 140K /tmp/codecov.hAiRns.gz 05:52:11 ==> Uploading reports 05:52:11 url: https://codecov.io 05:52:11 query: branch=main&commit=92d5141f885416a010e7c9a103f0840019be69f6&build=858&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F858%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:52:11 -> Pinging Codecov 05:52:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=92d5141f885416a010e7c9a103f0840019be69f6&build=858&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F858%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:52:11 -> Uploading to 05:52:11 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/92d5141f885416a010e7c9a103f0840019be69f6/f6a1424c-9698-4299-8be8-d1e77fbcea51.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T055211Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=a2619037ded4b97a23a653debf46fa3be928aad439e95523b2defd2775ec8131 05:52:11 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:11 Dload Upload Total Spent Left Speed 05:52:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 350k --:--:-- --:--:-- --:--:-- 350k 05:52:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } 05:52:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:52:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:52:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:52:12 05:52:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:52:13 latest: Pulling from edgex-devops/edgex-snyk-go 05:52:13 0a9a5dfd008f: Already exists 05:52:13 36466aa92d05: Already exists 05:52:13 e10405b45d13: Already exists 05:52:13 096b7ceb2af7: Already exists 05:52:13 4f4fb700ef54: Already exists 05:52:13 e50aa161e22a: Pulling fs layer 05:52:13 d3c8db5fb9df: Pulling fs layer 05:52:13 e50aa161e22a: Verifying Checksum 05:52:13 e50aa161e22a: Download complete 05:52:13 e50aa161e22a: Pull complete 05:52:14 d3c8db5fb9df: Download complete 05:52:17 d3c8db5fb9df: Pull complete 05:52:17 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 05:52:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:52:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:17 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:52:17 $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:52:19 $ docker top 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 -eo pid,comm [Pipeline] { [Pipeline] sh 05:52:19 + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo 05:52:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:52:19 + set -o pipefail 05:52:19 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:52:29 05:52:29 Monitoring /w/workspace/edgex-go/858 (github.com/edgexfoundry/edgex-go)... 05:52:29 05:52:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/020e0a7c-a42b-4904-9422-2175465d8c59 05:52:29 05:52:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:52:29 [Pipeline] } 05:52:29 $ docker stop --time=1 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 05:52:32 $ docker rm -f --volumes 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:52:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:52:32 provisioning config files... 05:52:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/858@tmp/config3712178675733920231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:52:32 --> edgex-publish-swagger.sh 05:52:32 === Publish openapi API === 05:52:32 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 05:52:32 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/858/openapi/core-command.yaml] 05:52:32 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:32 Dload Upload Total Spent Left Speed 05:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 246 121k --:--:-- --:--:-- --:--:-- 122k 05:52:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:33 05:52:33 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/858/openapi/core-data.yaml] 05:52:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:33 Dload Upload Total Spent Left Speed 05:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 210 220k --:--:-- --:--:-- --:--:-- 220k 05:52:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:33 05:52:33 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/858/openapi/core-keeper.yaml] 05:52:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:33 Dload Upload Total Spent Left Speed 05:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 545 244k --:--:-- --:--:-- --:--:-- 244k 05:52:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:33 05:52:33 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/858/openapi/core-metadata.yaml] 05:52:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:33 Dload Upload Total Spent Left Speed 05:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 1723k --:--:-- --:--:-- --:--:-- 1704k 100 156k 100 66 100 156k 226 537k --:--:-- --:--:-- --:--:-- 535k 05:52:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:33 05:52:33 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/858/openapi/security-proxy-auth.yaml] 05:52:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:33 Dload Upload Total Spent Left Speed 05:52:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 211 78426 --:--:-- --:--:-- --:--:-- 78637 05:52:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:34 05:52:34 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/858/openapi/security-secretstore-setup.yaml] 05:52:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:34 Dload Upload Total Spent Left Speed 05:52:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 611 36231 --:--:-- --:--:-- --:--:-- 36842 05:52:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:34 05:52:34 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/858/openapi/support-notifications.yaml] 05:52:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:34 Dload Upload Total Spent Left Speed 05:52:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 409 606k --:--:-- --:--:-- --:--:-- 606k 05:52:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:34 05:52:34 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/858/openapi/support-scheduler.yaml] 05:52:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:52:34 Dload Upload Total Spent Left Speed 05:52:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 440 330k --:--:-- --:--:-- --:--:-- 328k 100 50767 100 66 100 50701 440 330k --:--:-- --:--:-- --:--:-- 328k 05:52:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:52:34 [Pipeline] } 05:52:34 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:52:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:52:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:52:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:35 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:52:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:52:35 $ docker top 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 -eo pid,comm 05:52:35 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:52:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:36 [ssh-agent] Looking for ssh-agent implementation... 05:52:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:36 $ docker exec 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 ssh-agent 05:52:36 SSH_AUTH_SOCK=/tmp/ssh-lzjX7DXUrKFu/agent.32 05:52:36 SSH_AGENT_PID=38 05:52:36 Running ssh-add (command line suppressed) 05:52:36 Identity added: /w/workspace/edgex-go/858@tmp/private_key_1900671450351688302.key (/w/workspace/edgex-go/858@tmp/private_key_1900671450351688302.key) 05:52:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:36 + git semver tag 05:52:36 2025-06-23 05:52:36,868 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:52:36 2025-06-23 05:52:36,873 [run_tag] DEBUG tag force:False 05:52:36 2025-06-23 05:52:36,873 [check_head_tag] DEBUG check head tag 05:52:36 2025-06-23 05:52:36,874 [execute] INFO git cat-file --batch-check 05:52:36 2025-06-23 05:52:36,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858, stdin=, shell=False, universal_newlines=False) 05:52:36 2025-06-23 05:52:36,876 [execute] INFO git cat-file --batch 05:52:36 2025-06-23 05:52:36,876 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/858, stdin=, shell=False, universal_newlines=False) 05:52:36 2025-06-23 05:52:36,890 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:52:36 2025-06-23 05:52:36,890 [execute] INFO git tag -a v4.1.0-dev.26 -m v4.1.0-dev.26 05:52:36 2025-06-23 05:52:36,890 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.26', '-m', 'v4.1.0-dev.26'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) 05:52:36 2025-06-23 05:52:36,892 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:52:36 4.1.0-dev.26 [Pipeline] } 05:52:36 $ docker exec --env ******** --env ******** 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 ssh-agent -k 05:52:37 unset SSH_AUTH_SOCK; 05:52:37 unset SSH_AGENT_PID; 05:52:37 echo Agent pid 38 killed; 05:52:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:37 + git semver [Pipeline] } 05:52:37 $ docker stop --time=1 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 05:52:38 $ docker rm -f --volumes 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:39 05:52:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:39 0.23.1-centos7: Pulling from edgex-lftools 05:52:39 ab5ef0e58194: Pulling fs layer 05:52:39 9712f1f96733: Pulling fs layer 05:52:39 63f879dbbcfc: Pulling fs layer 05:52:39 0d9ebad4ef96: Pulling fs layer 05:52:39 0d9ebad4ef96: Waiting 05:52:39 e9a5061849ea: Pulling fs layer 05:52:39 d747dcd14b5f: Pulling fs layer 05:52:39 2de7ff778b66: Pulling fs layer 05:52:39 e9a5061849ea: Waiting 05:52:39 2de7ff778b66: Waiting 05:52:39 9712f1f96733: Verifying Checksum 05:52:39 9712f1f96733: Download complete 05:52:39 63f879dbbcfc: Verifying Checksum 05:52:39 63f879dbbcfc: Download complete 05:52:40 e9a5061849ea: Verifying Checksum 05:52:40 e9a5061849ea: Download complete 05:52:40 d747dcd14b5f: Download complete 05:52:40 ab5ef0e58194: Download complete 05:52:40 0d9ebad4ef96: Verifying Checksum 05:52:40 0d9ebad4ef96: Download complete 05:52:40 2de7ff778b66: Verifying Checksum 05:52:40 2de7ff778b66: Download complete 05:52:42 ab5ef0e58194: Pull complete 05:52:42 9712f1f96733: Pull complete 05:52:43 63f879dbbcfc: Pull complete 05:52:47 0d9ebad4ef96: Pull complete 05:52:47 e9a5061849ea: Pull complete 05:52:47 d747dcd14b5f: Pull complete 05:52:48 2de7ff778b66: Pull complete 05:52:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:52:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:52:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:48 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:52:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:52:50 $ docker top 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:52:50 provisioning config files... 05:52:50 copy managed file [sigul-config] to file:/w/workspace/edgex-go/858@tmp/config5522579017526213267tmp 05:52:50 copy managed file [sigul-password] to file:/w/workspace/edgex-go/858@tmp/config16484903425787307442tmp 05:52:50 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/858@tmp/config8302990069606930047tmp [Pipeline] { [Pipeline] echo 05:52:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:52:50 ---> sigul-configuration.sh 05:52:50 gpg: directory `/root/.gnupg' created 05:52:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:52:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:52:50 gpg: keyring `/root/.gnupg/secring.gpg' created 05:52:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:52:50 gpg: CAST5 encrypted data 05:52:50 gpg: encrypted with 1 passphrase 05:52:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:52:51 + mkdir /home/jenkins 05:52:51 + mkdir /home/jenkins/sigul [Pipeline] sh 05:52:51 + 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:52:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:52:51 ---> sigul-install.sh 05:52:51 Sigul already installed; skipping installation. [Pipeline] sh 05:52:52 + git tag --list 05:52:52 0.6.0 05:52:52 0.6.1 05:52:52 0.7.0 05:52:52 0.7.1 05:52:52 v1.0.0 05:52:52 v1.0.1 05:52:52 v1.1.0 05:52:52 v1.2.0 05:52:52 v1.2.1 05:52:52 v1.3.0 05:52:52 v1.3.1 05:52:52 v2.0.0 05:52:52 v2.1.0 05:52:52 v2.1.1 05:52:52 v2.2.0 05:52:52 v2.3.0 05:52:52 v3.0 05:52:52 v3.0.0 05:52:52 v3.1 05:52:52 v3.1.0 05:52:52 v3.1.1 05:52:52 v4.0 05:52:52 v4.0.0 05:52:52 v4.0.1 05:52:52 v4.0.1-dev.1 05:52:52 v4.1.0-dev.1 05:52:52 v4.1.0-dev.10 05:52:52 v4.1.0-dev.11 05:52:52 v4.1.0-dev.12 05:52:52 v4.1.0-dev.13 05:52:52 v4.1.0-dev.14 05:52:52 v4.1.0-dev.15 05:52:52 v4.1.0-dev.16 05:52:52 v4.1.0-dev.17 05:52:52 v4.1.0-dev.18 05:52:52 v4.1.0-dev.19 05:52:52 v4.1.0-dev.2 05:52:52 v4.1.0-dev.20 05:52:52 v4.1.0-dev.21 05:52:52 v4.1.0-dev.22 05:52:52 v4.1.0-dev.23 05:52:52 v4.1.0-dev.24 05:52:52 v4.1.0-dev.25 05:52:52 v4.1.0-dev.26 05:52:52 v4.1.0-dev.3 05:52:52 v4.1.0-dev.4 05:52:52 v4.1.0-dev.5 05:52:52 v4.1.0-dev.6 05:52:52 v4.1.0-dev.7 05:52:52 v4.1.0-dev.8 05:52:52 v4.1.0-dev.9 [Pipeline] sh 05:52:52 + lftools sign git-tag v4.1.0-dev.26 05:52:52 Signing Git tag with Sigul... 05:52:52 Signing v4.1.0-dev.26 [Pipeline] echo 05:52:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:52:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:52:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:52:53 $ docker stop --time=1 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 05:52:54 $ docker rm -f --volumes 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:52:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:52:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:52:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:52:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:52:55 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:52:56 $ docker top 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:56 [ssh-agent] Looking for ssh-agent implementation... 05:52:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:56 $ docker exec 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc ssh-agent 05:52:56 SSH_AUTH_SOCK=/tmp/ssh-7D3WHLG01BRG/agent.32 05:52:56 SSH_AGENT_PID=38 05:52:56 Running ssh-add (command line suppressed) 05:52:56 Identity added: /w/workspace/edgex-go/858@tmp/private_key_7622622406244339228.key (/w/workspace/edgex-go/858@tmp/private_key_7622622406244339228.key) 05:52:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:56 + git semver bump pre 05:52:57 2025-06-23 05:52:57,201 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:52:57 2025-06-23 05:52:57,206 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:52:57 2025-06-23 05:52:57,206 [bump_version] DEBUG bumping version:4.1.0-dev.26 on axis:pre with prefix:dev 05:52:57 2025-06-23 05:52:57,206 [bump_version] DEBUG bumped version:4.1.0-dev.27 05:52:57 2025-06-23 05:52:57,206 [write_version] DEBUG write version:4.1.0-dev.27 to path:/w/workspace/edgex-go/858/.semver/main with force:True 05:52:57 2025-06-23 05:52:57,206 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:52:57 2025-06-23 05:52:57,206 [write_file] DEBUG write to file:/w/workspace/edgex-go/858/.semver/main 05:52:57 2025-06-23 05:52:57,208 [execute] INFO git cat-file --batch-check 05:52:57 2025-06-23 05:52:57,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) 05:52:57 2025-06-23 05:52:57,212 [execute] INFO git cat-file --batch 05:52:57 2025-06-23 05:52:57,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) 05:52:57 2025-06-23 05:52:57,215 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:52:57 4.1.0-dev.27 [Pipeline] } 05:52:57 $ docker exec --env ******** --env ******** 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc ssh-agent -k 05:52:57 unset SSH_AUTH_SOCK; 05:52:57 unset SSH_AGENT_PID; 05:52:57 echo Agent pid 38 killed; 05:52:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:57 + git semver [Pipeline] } 05:52:58 $ docker stop --time=1 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc 05:52:59 $ docker rm -f --volumes 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc [Pipeline] // withDockerContainer [Pipeline] sh 05:52:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:52:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:53:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:00 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:53:00 $ docker top 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 -eo pid,comm 05:53:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:53:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:53:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:53:00 [ssh-agent] Looking for ssh-agent implementation... 05:53:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:53:00 $ docker exec 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 ssh-agent 05:53:00 SSH_AUTH_SOCK=/tmp/ssh-b7CzdvDlduxz/agent.33 05:53:00 SSH_AGENT_PID=39 05:53:00 Running ssh-add (command line suppressed) 05:53:01 Identity added: /w/workspace/edgex-go/858@tmp/private_key_4163953292533131880.key (/w/workspace/edgex-go/858@tmp/private_key_4163953292533131880.key) 05:53:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:53:01 + git semver push 05:53:01 2025-06-23 05:53:01,554 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 05:53:01 2025-06-23 05:53:01,558 [run_push] DEBUG push 05:53:01 2025-06-23 05:53:01,559 [execute] INFO git cat-file --batch-check 05:53:01 2025-06-23 05:53:01,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) 05:53:01 2025-06-23 05:53:01,561 [execute] INFO git rev-list 75c1a53006330eb06031240afbcfc602bcc98d15 -- 05:53:01 2025-06-23 05:53:01,561 [execute] DEBUG Popen(['git', 'rev-list', '75c1a53006330eb06031240afbcfc602bcc98d15', '--'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=False) 05:53:01 2025-06-23 05:53:01,582 [execute] INFO git fetch -v -- origin 05:53:01 2025-06-23 05:53:01,582 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=True) 05:53:02 2025-06-23 05:53:02,120 [run_push] DEBUG no remote changes detected 05:53:02 2025-06-23 05:53:02,120 [execute] INFO git push origin semver 05:53:02 2025-06-23 05:53:02,120 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=False) 05:53:03 2025-06-23 05:53:02,877 [run_push] DEBUG push all version tags 05:53:03 2025-06-23 05:53:02,877 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:53:03 2025-06-23 05:53:02,878 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) 05:53:03 2025-06-23 05:53:03,608 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main 05:53:03 4.1.0-dev.27 [Pipeline] } 05:53:03 $ docker exec --env ******** --env ******** 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 ssh-agent -k 05:53:03 unset SSH_AUTH_SOCK; 05:53:03 unset SSH_AGENT_PID; 05:53:03 echo Agent pid 39 killed; 05:53:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:53:04 + git semver [Pipeline] } 05:53:04 $ docker stop --time=1 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 05:53:05 $ docker rm -f --volumes 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 [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:53:06 + [ -d /w/workspace/edgex-go/858/archives ] [Pipeline] libraryResource [Pipeline] sh 05:53:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:53:07 ---> package-listing.sh 05:53:07 ++ facter osfamily 05:53:07 ++ tr '[:upper:]' '[:lower:]' 05:53:07 + OS_FAMILY=debian 05:53:07 + workspace=/w/workspace/edgex-go/858 05:53:07 + START_PACKAGES=/tmp/packages_start.txt 05:53:07 + END_PACKAGES=/tmp/packages_end.txt 05:53:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:53:07 + PACKAGES=/tmp/packages_start.txt 05:53:07 + '[' /w/workspace/edgex-go/858 ']' 05:53:07 + PACKAGES=/tmp/packages_end.txt 05:53:07 + case "${OS_FAMILY}" in 05:53:07 + dpkg -l 05:53:07 + grep '^ii' 05:53:07 + '[' -f /tmp/packages_start.txt ']' 05:53:07 + '[' -f /tmp/packages_end.txt ']' 05:53:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:53:07 + '[' /w/workspace/edgex-go/858 ']' 05:53:07 + mkdir -p /w/workspace/edgex-go/858/archives/ 05:53:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/858/archives/ [Pipeline] echo 05:53:07 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/858/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:53:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:53:08 05:53:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:53:08 latest: Pulling from edgex-lftools-log-publisher 05:53:08 5eb5b503b376: Pulling fs layer 05:53:08 5c69ac0246d0: Pulling fs layer 05:53:08 ec43610c2a17: Pulling fs layer 05:53:08 3a2ae6a8a46f: Pulling fs layer 05:53:08 33b1e0a273af: Pulling fs layer 05:53:08 5d3b04190fa2: Pulling fs layer 05:53:08 2f39f015ded8: Pulling fs layer 05:53:08 3a2ae6a8a46f: Waiting 05:53:08 5d3b04190fa2: Waiting 05:53:08 33b1e0a273af: Waiting 05:53:08 2f39f015ded8: Waiting 05:53:08 5c69ac0246d0: Verifying Checksum 05:53:08 5c69ac0246d0: Download complete 05:53:08 3a2ae6a8a46f: Verifying Checksum 05:53:08 3a2ae6a8a46f: Download complete 05:53:08 33b1e0a273af: Verifying Checksum 05:53:08 33b1e0a273af: Download complete 05:53:08 5d3b04190fa2: Verifying Checksum 05:53:08 5d3b04190fa2: Download complete 05:53:08 ec43610c2a17: Verifying Checksum 05:53:08 ec43610c2a17: Download complete 05:53:09 5eb5b503b376: Verifying Checksum 05:53:09 5eb5b503b376: Download complete 05:53:09 2f39f015ded8: Download complete 05:53:10 5eb5b503b376: Pull complete 05:53:10 5c69ac0246d0: Pull complete 05:53:10 ec43610c2a17: Pull complete 05:53:10 3a2ae6a8a46f: Pull complete 05:53:10 33b1e0a273af: Pull complete 05:53:10 5d3b04190fa2: Pull complete 05:53:15 2f39f015ded8: Pull complete 05:53:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:53:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:53:15 prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container 05:53:15 $ 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/858/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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:53:17 $ docker top 99eb7f6fe58e9c2d943513b38ea91b30db2ce452821c160fdfc03606fc245abc -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:17 + touch /tmp/pre-build-complete [Pipeline] sh 05:53:17 + mkdir -p /var/log/sysstat [Pipeline] sh 05:53:18 + ls /var/log/sa-host 05:53:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:53:18 provisioning config files... 05:53:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/858@tmp/config5717631170898235091tmp [Pipeline] { [Pipeline] echo 05:53:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:53:18 ---> create-netrc.sh [Pipeline] } 05:53:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:53:18 ---> python-tools-install.sh [Pipeline] echo 05:53:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:53:19 ---> sudo-logs.sh 05:53:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:53:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:53:19 ---> job-cost.sh 05:53:19 lf-activate-venv: SKIPPING 05:53:19 DEBUG: total: 0.10999999940395355 05:53:19 INFO: Retrieving Stack Cost... 05:53:19 INFO: Retrieving Pricing Info for: v3-standard-8 05:53:19 INFO: Archiving Costs [Pipeline] echo 05:53:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:53:20 ---> logs-deploy.sh 05:53:20 lf-activate-venv: SKIPPING 05:53:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/858 05:53:20 INFO: archiving workspace using pattern(s): 05:53:21 Archives upload complete. 05:53:21 INFO: archiving logs to Nexus 05:53:22 ---> uname -a: 05:53:22 Linux prd-ubuntu20-04-docker-8c-8g-3765 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:53:22 05:53:22 05:53:22 ---> lscpu: 05:53:22 Architecture: x86_64 05:53:22 CPU op-mode(s): 32-bit, 64-bit 05:53:22 Byte Order: Little Endian 05:53:22 Address sizes: 40 bits physical, 48 bits virtual 05:53:22 CPU(s): 8 05:53:22 On-line CPU(s) list: 0-7 05:53:22 Thread(s) per core: 1 05:53:22 Core(s) per socket: 1 05:53:22 Socket(s): 8 05:53:22 NUMA node(s): 1 05:53:22 Vendor ID: AuthenticAMD 05:53:22 CPU family: 23 05:53:22 Model: 49 05:53:22 Model name: AMD EPYC-Rome Processor 05:53:22 Stepping: 0 05:53:22 CPU MHz: 2799.998 05:53:22 BogoMIPS: 5599.99 05:53:22 Virtualization: AMD-V 05:53:22 Hypervisor vendor: KVM 05:53:22 Virtualization type: full 05:53:22 L1d cache: 256 KiB 05:53:22 L1i cache: 256 KiB 05:53:22 L2 cache: 4 MiB 05:53:22 L3 cache: 128 MiB 05:53:22 NUMA node0 CPU(s): 0-7 05:53:22 Vulnerability Itlb multihit: Not affected 05:53:22 Vulnerability L1tf: Not affected 05:53:22 Vulnerability Mds: Not affected 05:53:22 Vulnerability Meltdown: Not affected 05:53:22 Vulnerability Mmio stale data: Not affected 05:53:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:53:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:53:22 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:53:22 Vulnerability Srbds: Not affected 05:53:22 Vulnerability Tsx async abort: Not affected 05:53:22 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:53:22 05:53:22 05:53:22 ---> nproc: 05:53:22 8 05:53:22 05:53:22 05:53:22 ---> df -h: 05:53:22 Filesystem Size Used Avail Use% Mounted on 05:53:22 overlay 155G 30G 125G 20% / 05:53:22 tmpfs 64M 0 64M 0% /dev 05:53:22 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:53:22 shm 64M 0 64M 0% /dev/shm 05:53:22 /dev/vda1 155G 30G 125G 20% /facter-os 05:53:22 05:53:22 05:53:22 ---> sar -b -r -n DEV: 05:53:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3765) 06/23/25 _x86_64_ (8 CPU) 05:53:22 05:53:22 05:03:30 LINUX RESTART (8 CPU) 05:53:22 05:53:22 05:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:53:22 05:05:01 360.32 14.68 345.64 0.00 1941.41 63875.49 0.00 05:53:22 05:06:01 111.23 0.60 110.63 0.00 13.20 32384.27 0.00 05:53:22 05:07:01 49.54 0.03 49.51 0.00 0.27 36603.25 0.00 05:53:22 05:08:01 35.18 0.27 34.91 0.00 3.33 19593.27 0.00 05:53:22 05:09:01 669.12 5.35 663.77 0.00 2656.76 279234.13 0.00 05:53:22 05:10:01 728.66 16.06 712.60 0.00 137.29 230075.17 0.00 05:53:22 05:11:01 260.22 0.05 260.17 0.00 0.40 98903.92 0.00 05:53:22 05:12:01 368.52 0.03 368.48 0.00 0.27 78663.87 0.00 05:53:22 05:13:01 704.18 0.12 704.07 0.00 18.26 128637.49 0.00 05:53:22 05:14:01 32.13 0.00 32.13 0.00 0.00 794.13 0.00 05:53:22 05:15:01 6.70 0.00 6.70 0.00 0.00 163.57 0.00 05:53:22 05:16:01 1.70 0.00 1.70 0.00 0.00 23.46 0.00 05:53:22 05:17:01 1.10 0.02 1.08 0.00 0.13 12.00 0.00 05:53:22 05:18:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 05:53:22 05:19:01 2.17 0.02 2.15 0.00 0.13 27.46 0.00 05:53:22 05:20:01 2.75 1.35 1.40 0.00 32.92 17.59 0.00 05:53:22 05:21:01 1.38 0.15 1.23 0.00 2.53 16.00 0.00 05:53:22 05:22:01 0.87 0.00 0.87 0.00 0.00 11.46 0.00 05:53:22 05:23:01 3.40 1.02 2.38 0.00 21.86 32.52 0.00 05:53:22 05:24:01 1.50 0.00 1.50 0.00 0.00 18.93 0.00 05:53:22 05:25:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 05:53:22 05:26:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 05:53:22 05:27:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 05:53:22 05:28:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 05:53:22 05:29:01 1.18 0.00 1.18 0.00 0.00 14.13 0.00 05:53:22 05:30:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 05:53:22 05:31:01 1.18 0.00 1.18 0.00 0.00 14.26 0.00 05:53:22 05:32:01 1.83 0.00 1.83 0.00 0.00 20.93 0.00 05:53:22 05:33:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 05:53:22 05:34:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 05:53:22 05:35:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 05:53:22 05:36:01 1.48 0.00 1.48 0.00 0.00 18.40 0.00 05:53:22 05:37:01 1.03 0.00 1.03 0.00 0.00 12.13 0.00 05:53:22 05:38:01 1.07 0.00 1.07 0.00 0.00 13.20 0.00 05:53:22 05:39:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 05:53:22 05:40:01 0.90 0.00 0.90 0.00 0.00 11.86 0.00 05:53:22 05:41:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 05:53:22 05:42:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 05:53:22 05:43:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 05:53:22 05:44:01 1.15 0.00 1.15 0.00 0.00 14.53 0.00 05:53:22 05:45:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 05:53:22 05:46:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 05:53:22 05:47:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 05:53:22 05:48:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 05:53:22 05:49:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 05:53:22 05:50:01 1.43 0.00 1.43 0.00 0.00 17.19 0.00 05:53:22 05:51:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 05:53:22 05:52:01 1.40 0.00 1.40 0.00 0.00 16.80 0.00 05:53:22 05:53:01 171.90 0.33 171.57 0.00 10.00 51187.60 0.00 05:53:22 Average: 72.43 0.82 71.61 0.00 98.75 20831.48 0.00 05:53:22 05:53:22 05:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:53:22 05:05:01 28343104 31536672 768836 2.34 81584 3363272 1993568 5.88 1098732 3025352 7908 05:53:22 05:06:01 26674396 31351436 944468 2.87 128564 4667292 2259332 6.66 2018072 3625984 1088412 05:53:22 05:07:01 26850436 31503816 790260 2.40 131612 4626552 1874712 5.52 1342316 4114616 506712 05:53:22 05:08:01 26149924 31508512 784380 2.39 135708 5284584 1908408 5.62 1763220 4349616 625168 05:53:22 05:09:01 19700588 31175368 1063616 3.23 185356 11176500 3579520 10.55 2479780 9835880 4544 05:53:22 05:10:01 9413184 29000772 3176880 9.66 406276 18320704 9473740 27.92 5724512 16044408 1025244 05:53:22 05:11:01 5623372 27825700 4350120 13.23 420888 20805576 10557880 31.12 8059708 17380208 778100 05:53:22 05:12:01 3794676 29277300 2902168 8.83 435452 23949784 7900824 23.28 8117232 19043600 1921804 05:53:22 05:13:01 8142620 31427668 815684 2.48 443876 22012260 2278052 6.71 3491580 19671084 140 05:53:22 05:14:01 8138576 31425372 817440 2.49 445152 22012620 2292760 6.76 3926104 19240944 460 05:53:22 05:15:01 8152632 31439568 803908 2.44 445336 22012796 2151564 6.34 3990464 19163392 8 05:53:22 05:16:01 8153748 31440724 803104 2.44 445372 22012800 2151564 6.34 3989200 19163396 52 05:53:22 05:17:01 8163172 31450172 793652 2.41 445392 22012796 2151564 6.34 3978568 19163396 12 05:53:22 05:18:01 8165100 31452120 792096 2.41 445412 22012808 2151564 6.34 3978576 19163400 44 05:53:22 05:19:01 8168752 31455872 788276 2.40 445460 22012784 2183708 6.44 3973156 19163384 24 05:53:22 05:20:01 8161216 31450352 793960 2.41 445488 22013772 2183708 6.44 3983388 19163708 240 05:53:22 05:21:01 8161064 31450368 793832 2.41 445524 22013852 2183708 6.44 3983680 19163656 24 05:53:22 05:22:01 8160804 31450108 794064 2.41 445536 22013852 2183708 6.44 3983420 19163628 184 05:53:22 05:23:01 8156808 31447188 797228 2.42 445596 22014496 2212184 6.52 3982800 19164156 12 05:53:22 05:24:01 8157272 31447772 796548 2.42 445632 22014616 2212184 6.52 3982860 19164276 212 05:53:22 05:25:01 8157224 31447804 796500 2.42 445648 22014632 2212184 6.52 3982840 19164296 12 05:53:22 05:26:01 8157392 31447984 796472 2.42 445656 22014636 2212184 6.52 3982864 19164296 48 05:53:22 05:27:01 8157368 31448004 796416 2.42 445704 22014628 2212184 6.52 3982888 19164296 8 05:53:22 05:28:01 8157540 31448192 796164 2.42 445712 22014640 2212184 6.52 3982916 19164300 44 05:53:22 05:29:01 8157200 31447884 796352 2.42 445740 22014644 2212184 6.52 3983148 19164304 44 05:53:22 05:30:01 8157476 31448188 796044 2.42 445780 22014636 2212184 6.52 3982780 19164304 12 05:53:22 05:31:01 8157428 31448184 795980 2.42 445816 22014652 2212184 6.52 3982804 19164308 8 05:53:22 05:32:01 8157624 31448416 795668 2.42 445868 22014652 2212184 6.52 3982872 19164308 8 05:53:22 05:33:01 8158024 31448824 795596 2.42 445888 22014656 2212184 6.52 3982916 19164312 12 05:53:22 05:34:01 8157700 31448560 795864 2.42 445908 22014656 2212184 6.52 3983076 19164316 56 05:53:22 05:35:01 8157708 31448600 795824 2.42 445916 22014664 2212184 6.52 3983016 19164324 20 05:53:22 05:36:01 8157660 31448588 795872 2.42 445952 22014668 2212184 6.52 3983188 19164328 52 05:53:22 05:37:01 8157872 31448824 795584 2.42 445972 22014668 2212184 6.52 3983008 19164328 12 05:53:22 05:38:01 8157572 31448552 795812 2.42 445988 22014672 2212184 6.52 3983052 19164332 148 05:53:22 05:39:01 8157692 31448696 795808 2.42 446016 22014676 2212184 6.52 3983140 19164336 40 05:53:22 05:40:01 8157708 31448736 795756 2.42 446028 22014676 2212184 6.52 3983108 19164336 188 05:53:22 05:41:01 8157660 31448716 795724 2.42 446052 22014680 2228316 6.57 3983112 19164340 24 05:53:22 05:42:01 8157548 31448624 795748 2.42 446076 22014680 2228316 6.57 3983148 19164340 184 05:53:22 05:43:01 8157532 31448644 795724 2.42 446096 22014684 2228316 6.57 3983164 19164344 8 05:53:22 05:44:01 8157680 31448816 795500 2.42 446120 22014688 2228316 6.57 3983292 19164344 192 05:53:22 05:45:01 8157632 31448820 795444 2.42 446160 22014692 2228316 6.57 3983352 19164348 8 05:53:22 05:46:01 8157888 31449096 795348 2.42 446180 22014696 2228316 6.57 3983292 19164352 44 05:53:22 05:47:01 8157628 31448868 795560 2.42 446204 22014700 2228316 6.57 3983304 19164352 8 05:53:22 05:48:01 8157548 31448808 795608 2.42 446216 22014704 2228316 6.57 3983336 19164356 44 05:53:22 05:49:01 8157500 31448772 795576 2.42 446244 22014692 2228316 6.57 3983416 19164356 16 05:53:22 05:50:01 8155160 31446488 797848 2.43 446264 22014708 2228316 6.57 3988856 19164368 64 05:53:22 05:51:01 8154664 31446000 798284 2.43 446276 22014712 2228316 6.57 3988920 19164372 8 05:53:22 05:52:01 8154648 31445996 798232 2.43 446280 22014716 2228316 6.57 3989024 19164376 52 05:53:22 05:53:01 6963096 31372348 867696 2.64 462564 23017024 2276948 6.71 4093152 20142704 728 05:53:22 Average: 9791813 31274304 969970 2.95 412644 20322072 2659101 7.84 3948660 17647185 121661 05:53:22 05:53:22 05:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:53:22 05:05:01 lo 4.93 4.93 0.48 0.48 0.00 0.00 0.00 0.00 05:53:22 05:05:01 ens3 1417.53 1260.94 13265.90 153.75 0.00 0.00 0.00 0.00 05:53:22 05:05:01 docker0 735.73 697.40 52.06 3093.70 0.00 0.00 0.00 0.00 05:53:22 05:05:01 veth290dba2 113.11 123.43 10.90 109.05 0.00 0.00 0.00 0.01 05:53:22 05:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:06:01 veth1a39251 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 05:53:22 05:06:01 ens3 187.10 163.66 1573.83 23.49 0.00 0.00 0.00 0.00 05:53:22 05:06:01 docker0 149.12 158.28 11.14 1547.64 0.00 0.00 0.00 0.00 05:53:22 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:07:01 veth1a39251 1.37 1.38 0.12 0.12 0.00 0.00 0.00 0.00 05:53:22 05:07:01 ens3 41.28 25.15 33.25 15.65 0.00 0.00 0.00 0.00 05:53:22 05:07:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 05:53:22 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:08:01 veth1a39251 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:08:01 ens3 22.68 14.98 19.14 11.81 0.00 0.00 0.00 0.00 05:53:22 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:09:01 veth57c3736 7.53 9.40 0.73 5.14 0.00 0.00 0.00 0.00 05:53:22 05:09:01 lo 1.87 1.87 0.19 0.19 0.00 0.00 0.00 0.00 05:53:22 05:09:01 vethd612fc4 15.23 20.46 1.47 10.04 0.00 0.00 0.00 0.00 05:53:22 05:09:01 vethbfcb6a7 16.00 21.00 1.54 10.41 0.00 0.00 0.00 0.00 05:53:22 05:09:01 ens3 553.59 333.59 6848.28 194.81 0.00 0.00 0.00 0.00 05:53:22 05:09:01 veth3d731a9 15.21 20.08 1.46 10.01 0.00 0.00 0.00 0.00 05:53:22 05:09:01 docker0 165.46 268.24 11.75 1474.43 0.00 0.00 0.00 0.00 05:53:22 05:09:01 veth8006ec8 16.26 21.08 1.56 10.41 0.00 0.00 0.00 0.00 05:53:22 05:09:01 veth38eb757 15.30 20.26 1.47 10.03 0.00 0.00 0.00 0.00 05:53:22 05:09:01 vethb9073fd 0.38 1.50 0.03 0.19 0.00 0.00 0.00 0.00 05:53:22 05:10:01 vetha69ffaa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth7e3c190 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth38fad8a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth38cc58d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 ens3 758.21 549.28 7343.92 56.24 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth3e0e783 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth65087c3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth09c2a9a 0.05 0.18 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 docker0 541.05 739.34 42.71 7330.94 0.00 0.00 0.00 0.00 05:53:22 05:10:01 vethb9073fd 0.12 0.28 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth7dfef7e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 vethf73cc92 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth5c463f3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 vethe84e2de 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:10:01 veth45b6df6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:53:22 05:11:01 vetha69ffaa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth7e3c190 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth38fad8a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth38cc58d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 ens3 2.20 1.12 1.81 0.95 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth3e0e783 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth65087c3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth09c2a9a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 vethb9073fd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth7dfef7e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 vethf73cc92 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth5c463f3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 vethe84e2de 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:11:01 veth45b6df6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 vetha69ffaa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth7e3c190 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth38fad8a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth38cc58d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 ens3 8.45 4.31 6.85 3.68 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth09c2a9a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 vethb9073fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth7dfef7e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 vethf73cc92 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth5c463f3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 vethe84e2de 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:12:01 veth45b6df6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:13:01 lo 33.99 33.99 3.35 3.35 0.00 0.00 0.00 0.00 05:53:22 05:13:01 ens3 235.46 220.58 149.83 770.32 0.00 0.00 0.00 0.00 05:53:22 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:14:01 lo 37.99 37.99 3.74 3.74 0.00 0.00 0.00 0.00 05:53:22 05:14:01 ens3 444.21 468.31 183.62 2603.29 0.00 0.00 0.00 0.00 05:53:22 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:15:01 lo 8.13 8.13 0.80 0.80 0.00 0.00 0.00 0.00 05:53:22 05:15:01 ens3 89.54 80.59 46.42 443.06 0.00 0.00 0.00 0.00 05:53:22 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:16:01 ens3 1.08 0.47 0.40 0.28 0.00 0.00 0.00 0.00 05:53:22 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:17:01 ens3 0.72 0.27 1.02 0.02 0.00 0.00 0.00 0.00 05:53:22 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:19:01 ens3 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:20:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:53:22 05:20:01 ens3 4.32 3.05 3.53 3.97 0.00 0.00 0.00 0.00 05:53:22 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:21:01 ens3 3.27 2.28 2.00 2.14 0.00 0.00 0.00 0.00 05:53:22 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:24:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:25:01 ens3 0.17 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:53:22 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:27:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:29:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:33:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:53:22 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:34:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:36:01 ens3 0.58 0.38 0.27 0.22 0.00 0.00 0.00 0.00 05:53:22 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:37:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:38:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:39:01 ens3 0.30 0.13 0.19 0.07 0.00 0.00 0.00 0.00 05:53:22 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:42:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:43:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:44:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:46:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 05:53:22 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:47:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:49:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 05:53:22 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:50:01 ens3 2.02 7.73 0.18 12.67 0.00 0.00 0.00 0.00 05:53:22 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:51:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:53:22 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:53:01 lo 2.33 2.33 0.24 0.24 0.00 0.00 0.00 0.00 05:53:22 05:53:01 ens3 408.88 305.43 6789.85 150.64 0.00 0.00 0.00 0.00 05:53:22 05:53:01 docker0 86.34 94.47 7.11 870.91 0.00 0.00 0.00 0.00 05:53:22 05:53:01 vethd54a209 0.38 0.42 0.08 0.08 0.00 0.00 0.00 0.00 05:53:22 Average: lo 1.92 1.92 0.19 0.19 0.00 0.00 0.00 0.00 05:53:22 Average: ens3 85.40 70.30 740.23 90.76 0.00 0.00 0.00 0.00 05:53:22 Average: docker0 34.27 39.98 2.55 292.22 0.00 0.00 0.00 0.00 05:53:22 Average: vethd54a209 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 05:53:22 05:53:22 05:53:22 ---> sar -P ALL: 05:53:22 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3765) 06/23/25 _x86_64_ (8 CPU) 05:53:22 05:53:22 05:03:30 LINUX RESTART (8 CPU) 05:53:22 05:53:22 05:04:01 CPU %user %nice %system %iowait %steal %idle 05:53:22 05:05:01 all 10.73 0.00 3.79 1.68 0.07 83.73 05:53:22 05:05:01 0 11.43 0.00 4.82 2.60 0.07 81.08 05:53:22 05:05:01 1 16.26 0.00 3.85 3.38 0.08 76.42 05:53:22 05:05:01 2 9.36 0.00 2.39 0.71 0.07 87.47 05:53:22 05:05:01 3 7.81 0.00 4.19 0.08 0.08 87.83 05:53:22 05:05:01 4 9.87 0.00 3.50 2.18 0.07 84.38 05:53:22 05:05:01 5 10.47 0.00 3.95 0.24 0.08 85.26 05:53:22 05:05:01 6 12.74 0.00 4.72 3.44 0.07 79.03 05:53:22 05:05:01 7 7.93 0.00 2.88 0.79 0.05 88.35 05:53:22 05:06:01 all 38.31 0.00 6.73 0.59 0.08 54.30 05:53:22 05:06:01 0 37.66 0.00 7.18 0.08 0.08 54.99 05:53:22 05:06:01 1 38.31 0.00 5.80 0.02 0.07 55.80 05:53:22 05:06:01 2 37.83 0.00 7.96 3.33 0.07 50.81 05:53:22 05:06:01 3 39.27 0.00 6.14 0.08 0.07 54.45 05:53:22 05:06:01 4 39.85 0.00 6.61 0.84 0.08 52.62 05:53:22 05:06:01 5 38.11 0.00 7.10 0.29 0.07 54.43 05:53:22 05:06:01 6 37.35 0.00 6.84 0.03 0.07 55.71 05:53:22 05:06:01 7 38.11 0.00 6.21 0.03 0.10 55.54 05:53:22 05:07:01 all 41.42 0.00 7.13 0.49 0.08 50.88 05:53:22 05:07:01 0 41.22 0.00 7.06 0.02 0.08 51.62 05:53:22 05:07:01 1 39.57 0.00 7.32 1.94 0.10 51.07 05:53:22 05:07:01 2 42.10 0.00 7.28 0.02 0.08 50.52 05:53:22 05:07:01 3 42.87 0.00 7.47 1.74 0.08 47.84 05:53:22 05:07:01 4 44.65 0.00 7.11 0.12 0.07 48.05 05:53:22 05:07:01 5 40.32 0.00 6.53 0.02 0.08 53.05 05:53:22 05:07:01 6 40.18 0.00 7.67 0.08 0.08 51.98 05:53:22 05:07:01 7 40.43 0.00 6.59 0.00 0.08 52.90 05:53:22 05:08:01 all 55.45 0.00 7.31 0.12 0.09 37.03 05:53:22 05:08:01 0 54.81 0.00 7.36 0.03 0.10 37.70 05:53:22 05:08:01 1 53.40 0.00 6.89 0.13 0.08 39.49 05:53:22 05:08:01 2 56.05 0.00 7.13 0.02 0.10 36.71 05:53:22 05:08:01 3 54.67 0.00 7.33 0.00 0.10 37.90 05:53:22 05:08:01 4 54.66 0.00 7.20 0.71 0.08 37.35 05:53:22 05:08:01 5 56.87 0.00 7.21 0.00 0.10 35.82 05:53:22 05:08:01 6 56.77 0.00 8.05 0.03 0.10 35.05 05:53:22 05:08:01 7 56.36 0.00 7.28 0.02 0.08 36.26 05:53:22 05:09:01 all 27.24 0.00 10.41 9.25 0.12 52.98 05:53:22 05:09:01 0 28.54 0.00 9.65 7.45 0.12 54.24 05:53:22 05:09:01 1 27.24 0.00 11.54 10.95 0.14 50.13 05:53:22 05:09:01 2 26.60 0.00 9.84 15.84 0.12 47.61 05:53:22 05:09:01 3 27.53 0.00 11.45 6.30 0.10 54.61 05:53:22 05:09:01 4 28.20 0.00 10.36 5.07 0.12 56.25 05:53:22 05:09:01 5 26.90 0.00 9.81 11.95 0.12 51.23 05:53:22 05:09:01 6 25.67 0.00 10.80 10.31 0.09 53.13 05:53:22 05:09:01 7 27.27 0.00 9.82 6.16 0.14 56.62 05:53:22 05:10:01 all 45.72 0.00 10.71 7.84 0.09 35.64 05:53:22 05:10:01 0 45.66 0.00 11.07 7.33 0.08 35.85 05:53:22 05:10:01 1 45.88 0.00 9.52 10.39 0.10 34.11 05:53:22 05:10:01 2 45.25 0.00 11.90 14.57 0.08 28.18 05:53:22 05:10:01 3 47.00 0.00 10.30 6.09 0.08 36.53 05:53:22 05:10:01 4 45.88 0.00 9.98 4.85 0.08 39.20 05:53:22 05:10:01 5 44.96 0.00 11.98 4.11 0.08 38.87 05:53:22 05:10:01 6 45.08 0.00 10.59 9.70 0.10 34.53 05:53:22 05:10:01 7 46.04 0.00 10.34 5.70 0.10 37.82 05:53:22 05:11:01 all 89.06 0.00 10.82 0.00 0.12 0.00 05:53:22 05:11:01 0 89.72 0.00 10.16 0.00 0.12 0.00 05:53:22 05:11:01 1 90.13 0.00 9.75 0.00 0.12 0.00 05:53:22 05:11:01 2 89.32 0.00 10.58 0.00 0.10 0.00 05:53:22 05:11:01 3 87.62 0.00 12.27 0.00 0.12 0.00 05:53:22 05:11:01 4 90.09 0.00 9.81 0.00 0.10 0.00 05:53:22 05:11:01 5 88.27 0.00 11.58 0.00 0.15 0.00 05:53:22 05:11:01 6 87.55 0.00 12.33 0.00 0.12 0.00 05:53:22 05:11:01 7 89.80 0.00 10.08 0.00 0.12 0.00 05:53:22 05:12:01 all 90.40 0.00 9.50 0.00 0.10 0.00 05:53:22 05:12:01 0 90.93 0.00 8.98 0.00 0.08 0.00 05:53:22 05:12:01 1 89.94 0.00 9.95 0.00 0.12 0.00 05:53:22 05:12:01 2 90.33 0.00 9.57 0.00 0.10 0.00 05:53:22 05:12:01 3 90.62 0.00 9.26 0.00 0.12 0.00 05:53:22 05:12:01 4 89.87 0.00 10.01 0.00 0.12 0.00 05:53:22 05:12:01 5 89.97 0.00 9.93 0.00 0.10 0.00 05:53:22 05:12:01 6 90.64 0.00 9.24 0.00 0.10 0.02 05:53:22 05:12:01 7 90.87 0.00 9.05 0.00 0.08 0.00 05:53:22 05:13:01 all 29.84 0.00 5.32 0.76 0.08 64.00 05:53:22 05:13:01 0 29.31 0.00 4.24 1.50 0.08 64.86 05:53:22 05:13:01 1 28.95 0.00 5.43 0.80 0.08 64.73 05:53:22 05:13:01 2 31.21 0.00 5.18 0.80 0.07 62.75 05:53:22 05:13:01 3 30.48 0.00 6.72 0.72 0.08 61.99 05:53:22 05:13:01 4 28.36 0.00 5.62 0.85 0.08 65.08 05:53:22 05:13:01 5 30.09 0.00 5.23 0.35 0.08 64.24 05:53:22 05:13:01 6 28.97 0.00 4.67 0.77 0.08 65.51 05:53:22 05:13:01 7 31.34 0.00 5.45 0.30 0.08 62.82 05:53:22 05:14:01 all 9.92 0.00 0.99 0.10 0.06 88.92 05:53:22 05:14:01 0 3.03 0.00 0.90 0.03 0.05 95.99 05:53:22 05:14:01 1 10.85 0.00 0.87 0.10 0.05 88.13 05:53:22 05:14:01 2 6.82 0.00 0.74 0.49 0.07 91.90 05:53:22 05:14:01 3 12.43 0.00 1.02 0.03 0.08 86.43 05:53:22 05:14:01 4 14.37 0.00 1.12 0.07 0.05 84.39 05:53:22 05:14:01 5 13.73 0.00 1.11 0.03 0.07 85.06 05:53:22 05:14:01 6 7.74 0.00 1.09 0.02 0.07 91.09 05:53:22 05:14:01 7 10.46 0.00 1.11 0.02 0.05 88.36 05:53:22 05:15:01 all 1.85 0.00 0.23 0.03 0.03 97.86 05:53:22 05:15:01 0 2.52 0.00 0.23 0.15 0.02 97.08 05:53:22 05:15:01 1 0.38 0.00 0.20 0.00 0.03 99.38 05:53:22 05:15:01 2 0.10 0.00 0.17 0.00 0.02 99.72 05:53:22 05:15:01 3 2.29 0.00 0.30 0.00 0.05 97.36 05:53:22 05:15:01 4 3.39 0.00 0.23 0.02 0.02 96.34 05:53:22 05:15:01 5 1.15 0.00 0.15 0.02 0.02 98.67 05:53:22 05:15:01 6 1.67 0.00 0.22 0.00 0.02 98.09 05:53:22 05:15:01 7 3.31 0.00 0.37 0.02 0.05 96.26 05:53:22 05:53:22 05:15:01 CPU %user %nice %system %iowait %steal %idle 05:53:22 05:16:01 all 0.03 0.00 0.01 0.01 0.01 99.93 05:53:22 05:16:01 0 0.03 0.00 0.02 0.03 0.02 99.90 05:53:22 05:16:01 1 0.07 0.00 0.03 0.00 0.02 99.88 05:53:22 05:16:01 2 0.05 0.00 0.02 0.02 0.00 99.92 05:53:22 05:16:01 3 0.05 0.00 0.03 0.00 0.03 99.88 05:53:22 05:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 05:53:22 05:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:16:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:53:22 05:17:01 all 0.10 0.00 0.01 0.00 0.01 99.87 05:53:22 05:17:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:53:22 05:17:01 1 0.13 0.00 0.00 0.00 0.02 99.85 05:53:22 05:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:17:01 3 0.10 0.00 0.03 0.00 0.03 99.83 05:53:22 05:17:01 4 0.05 0.00 0.00 0.02 0.00 99.93 05:53:22 05:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:17:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:53:22 05:17:01 7 0.42 0.00 0.03 0.00 0.02 99.53 05:53:22 05:18:01 all 0.06 0.00 0.02 0.01 0.01 99.90 05:53:22 05:18:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:53:22 05:18:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:53:22 05:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:18:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:18:01 4 0.00 0.00 0.02 0.02 0.00 99.97 05:53:22 05:18:01 5 0.00 0.00 0.00 0.02 0.02 99.97 05:53:22 05:18:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:18:01 7 0.40 0.00 0.05 0.00 0.03 99.52 05:53:22 05:19:01 all 0.28 0.00 0.04 0.00 0.01 99.66 05:53:22 05:19:01 0 0.05 0.00 0.03 0.02 0.02 99.88 05:53:22 05:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 05:53:22 05:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:19:01 3 0.07 0.00 0.05 0.00 0.03 99.85 05:53:22 05:19:01 4 0.00 0.00 0.05 0.00 0.00 99.95 05:53:22 05:19:01 5 0.02 0.00 0.05 0.02 0.00 99.92 05:53:22 05:19:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:53:22 05:19:01 7 2.00 0.00 0.03 0.00 0.03 97.93 05:53:22 05:20:01 all 0.28 0.00 0.05 0.01 0.01 99.65 05:53:22 05:20:01 0 0.10 0.00 0.08 0.02 0.00 99.80 05:53:22 05:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:20:01 2 0.30 0.00 0.05 0.03 0.00 99.62 05:53:22 05:20:01 3 0.07 0.00 0.05 0.00 0.03 99.85 05:53:22 05:20:01 4 0.20 0.00 0.07 0.02 0.02 99.70 05:53:22 05:20:01 5 0.15 0.00 0.03 0.02 0.02 99.78 05:53:22 05:20:01 6 0.10 0.00 0.05 0.00 0.00 99.85 05:53:22 05:20:01 7 1.32 0.00 0.05 0.00 0.02 98.62 05:53:22 05:21:01 all 0.06 0.00 0.01 0.01 0.01 99.91 05:53:22 05:21:01 0 0.03 0.00 0.02 0.03 0.02 99.90 05:53:22 05:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:21:01 2 0.08 0.00 0.03 0.00 0.00 99.88 05:53:22 05:21:01 3 0.05 0.00 0.00 0.00 0.03 99.92 05:53:22 05:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:21:01 5 0.07 0.00 0.00 0.02 0.00 99.92 05:53:22 05:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:21:01 7 0.15 0.00 0.05 0.00 0.02 99.78 05:53:22 05:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:53:22 05:22:01 0 0.03 0.00 0.02 0.02 0.02 99.92 05:53:22 05:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:22:01 3 0.05 0.00 0.05 0.00 0.03 99.87 05:53:22 05:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:22:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:53:22 05:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:23:01 all 0.07 0.00 0.06 0.01 0.01 99.85 05:53:22 05:23:01 0 0.02 0.00 0.05 0.02 0.00 99.92 05:53:22 05:23:01 1 0.10 0.00 0.07 0.00 0.00 99.83 05:53:22 05:23:01 2 0.08 0.00 0.03 0.00 0.02 99.87 05:53:22 05:23:01 3 0.22 0.00 0.20 0.03 0.00 99.55 05:53:22 05:23:01 4 0.05 0.00 0.03 0.00 0.00 99.92 05:53:22 05:23:01 5 0.03 0.00 0.03 0.02 0.02 99.90 05:53:22 05:23:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:23:01 7 0.07 0.00 0.03 0.00 0.02 99.88 05:53:22 05:24:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:53:22 05:24:01 0 0.02 0.00 0.02 0.03 0.02 99.92 05:53:22 05:24:01 1 0.05 0.00 0.02 0.02 0.02 99.90 05:53:22 05:24:01 2 0.03 0.00 0.03 0.02 0.02 99.90 05:53:22 05:24:01 3 0.07 0.00 0.00 0.00 0.02 99.92 05:53:22 05:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:24:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:53:22 05:24:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:25:01 all 0.05 0.00 0.01 0.00 0.01 99.93 05:53:22 05:25:01 0 0.05 0.00 0.00 0.00 0.00 99.95 05:53:22 05:25:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:53:22 05:25:01 2 0.02 0.00 0.03 0.00 0.03 99.92 05:53:22 05:25:01 3 0.08 0.00 0.03 0.00 0.02 99.87 05:53:22 05:25:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:25:01 7 0.07 0.00 0.02 0.00 0.02 99.90 05:53:22 05:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 05:53:22 05:26:01 0 0.00 0.00 0.00 0.03 0.02 99.95 05:53:22 05:26:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:26:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:26:01 7 0.07 0.00 0.02 0.02 0.02 99.88 05:53:22 05:53:22 05:26:01 CPU %user %nice %system %iowait %steal %idle 05:53:22 05:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 05:53:22 05:27:01 0 0.02 0.00 0.02 0.05 0.02 99.90 05:53:22 05:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:27:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:53:22 05:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:27:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:28:01 all 0.02 0.00 0.02 0.01 0.02 99.94 05:53:22 05:28:01 0 0.00 0.00 0.02 0.03 0.00 99.95 05:53:22 05:28:01 1 0.05 0.00 0.05 0.00 0.03 99.87 05:53:22 05:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:28:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:53:22 05:28:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:28:01 5 0.00 0.00 0.02 0.02 0.02 99.95 05:53:22 05:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:28:01 7 0.08 0.00 0.00 0.00 0.02 99.90 05:53:22 05:29:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:53:22 05:29:01 0 0.02 0.00 0.00 0.02 0.02 99.95 05:53:22 05:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:53:22 05:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:29:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:53:22 05:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:30:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:53:22 05:30:01 0 0.00 0.00 0.02 0.03 0.02 99.93 05:53:22 05:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 05:53:22 05:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:30:01 3 0.02 0.00 0.03 0.00 0.02 99.93 05:53:22 05:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:30:01 5 0.02 0.00 0.02 0.02 0.02 99.93 05:53:22 05:30:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:30:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:31:01 all 0.02 0.00 0.00 0.00 0.01 99.97 05:53:22 05:31:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:53:22 05:31:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:53:22 05:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:31:01 3 0.05 0.00 0.03 0.00 0.03 99.88 05:53:22 05:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:32:01 all 0.04 0.00 0.01 0.01 0.01 99.93 05:53:22 05:32:01 0 0.02 0.00 0.03 0.03 0.02 99.90 05:53:22 05:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 05:53:22 05:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:32:01 3 0.10 0.00 0.03 0.00 0.03 99.83 05:53:22 05:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:32:01 5 0.03 0.00 0.02 0.02 0.02 99.92 05:53:22 05:32:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:32:01 7 0.10 0.00 0.02 0.00 0.02 99.87 05:53:22 05:33:01 all 0.23 0.00 0.01 0.00 0.01 99.75 05:53:22 05:33:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:53:22 05:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:33:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:53:22 05:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:33:01 5 0.02 0.00 0.00 0.02 0.00 99.97 05:53:22 05:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:33:01 7 1.74 0.00 0.00 0.00 0.02 98.24 05:53:22 05:34:01 all 0.18 0.00 0.02 0.00 0.01 99.78 05:53:22 05:34:01 0 0.02 0.00 0.02 0.03 0.02 99.92 05:53:22 05:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:53:22 05:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:34:01 3 0.12 0.00 0.03 0.00 0.02 99.83 05:53:22 05:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:34:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:34:01 7 1.16 0.00 0.08 0.00 0.03 98.73 05:53:22 05:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:53:22 05:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:53:22 05:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:35:01 3 0.03 0.00 0.05 0.00 0.02 99.90 05:53:22 05:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:35:01 7 0.00 0.00 0.03 0.00 0.02 99.95 05:53:22 05:36:01 all 0.04 0.00 0.01 0.00 0.01 99.93 05:53:22 05:36:01 0 0.03 0.00 0.00 0.03 0.02 99.92 05:53:22 05:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:36:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:36:01 3 0.07 0.00 0.03 0.00 0.02 99.88 05:53:22 05:36:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:53:22 05:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:36:01 7 0.13 0.00 0.00 0.00 0.03 99.83 05:53:22 05:37:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:53:22 05:37:01 0 0.00 0.00 0.02 0.03 0.02 99.93 05:53:22 05:37:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:37:01 5 0.02 0.00 0.02 0.00 0.03 99.93 05:53:22 05:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:37:01 7 0.08 0.00 0.03 0.00 0.03 99.85 05:53:22 05:53:22 05:37:01 CPU %user %nice %system %iowait %steal %idle 05:53:22 05:38:01 all 0.03 0.00 0.01 0.00 0.00 99.96 05:53:22 05:38:01 0 0.03 0.00 0.00 0.02 0.00 99.95 05:53:22 05:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:38:01 5 0.05 0.00 0.02 0.00 0.00 99.93 05:53:22 05:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:38:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:39:01 all 0.01 0.00 0.01 0.00 0.02 99.96 05:53:22 05:39:01 0 0.00 0.00 0.02 0.03 0.02 99.93 05:53:22 05:39:01 1 0.05 0.00 0.02 0.00 0.02 99.92 05:53:22 05:39:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:39:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:39:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:39:01 6 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:39:01 7 0.02 0.00 0.02 0.00 0.03 99.93 05:53:22 05:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:53:22 05:40:01 0 0.03 0.00 0.00 0.02 0.00 99.95 05:53:22 05:40:01 1 0.05 0.00 0.00 0.00 0.02 99.93 05:53:22 05:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:40:01 5 0.03 0.00 0.03 0.00 0.02 99.92 05:53:22 05:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:41:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:53:22 05:41:01 0 0.00 0.00 0.00 0.03 0.02 99.95 05:53:22 05:41:01 1 0.00 0.00 0.03 0.00 0.02 99.95 05:53:22 05:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:53:22 05:41:01 4 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:41:01 7 0.03 0.00 0.02 0.00 0.03 99.92 05:53:22 05:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:53:22 05:42:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:53:22 05:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:53:22 05:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:42:01 3 0.08 0.00 0.02 0.00 0.02 99.88 05:53:22 05:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:42:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:42:01 7 0.05 0.00 0.03 0.00 0.02 99.90 05:53:22 05:43:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:53:22 05:43:01 0 0.02 0.00 0.02 0.03 0.02 99.92 05:53:22 05:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:43:01 4 0.03 0.00 0.00 0.00 0.02 99.95 05:53:22 05:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:43:01 7 0.03 0.00 0.03 0.00 0.03 99.90 05:53:22 05:44:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:53:22 05:44:01 0 0.02 0.00 0.02 0.03 0.00 99.93 05:53:22 05:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:44:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:44:01 7 0.02 0.00 0.03 0.00 0.03 99.92 05:53:22 05:45:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:53:22 05:45:01 0 0.00 0.00 0.00 0.02 0.02 99.97 05:53:22 05:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:53:22 05:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:45:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:45:01 7 0.10 0.00 0.03 0.00 0.03 99.83 05:53:22 05:46:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:53:22 05:46:01 0 0.02 0.00 0.03 0.03 0.00 99.92 05:53:22 05:46:01 1 0.07 0.00 0.02 0.00 0.02 99.90 05:53:22 05:46:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:46:01 3 0.00 0.00 0.05 0.00 0.02 99.93 05:53:22 05:46:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:46:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:46:01 7 0.05 0.00 0.03 0.00 0.03 99.88 05:53:22 05:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 05:53:22 05:47:01 0 0.03 0.00 0.00 0.02 0.02 99.93 05:53:22 05:47:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:53:22 05:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 05:53:22 05:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:47:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:53:22 05:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 05:53:22 05:47:01 7 0.05 0.00 0.00 0.00 0.03 99.92 05:53:22 05:48:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:53:22 05:48:01 0 0.02 0.00 0.02 0.03 0.02 99.92 05:53:22 05:48:01 1 0.03 0.00 0.03 0.00 0.02 99.92 05:53:22 05:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:48:01 4 0.07 0.00 0.02 0.00 0.00 99.92 05:53:22 05:48:01 5 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:48:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:53:22 05:53:22 05:48:01 CPU %user %nice %system %iowait %steal %idle 05:53:22 05:49:01 all 0.05 0.00 0.02 0.00 0.02 99.91 05:53:22 05:49:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:53:22 05:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 05:53:22 05:49:01 2 0.00 0.00 0.00 0.00 0.02 99.98 05:53:22 05:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:49:01 4 0.27 0.00 0.05 0.00 0.02 99.67 05:53:22 05:49:01 5 0.05 0.00 0.03 0.00 0.02 99.90 05:53:22 05:49:01 6 0.02 0.00 0.00 0.00 0.02 99.97 05:53:22 05:49:01 7 0.02 0.00 0.03 0.00 0.03 99.92 05:53:22 05:50:01 all 0.19 0.00 0.02 0.00 0.01 99.78 05:53:22 05:50:01 0 0.03 0.00 0.00 0.03 0.02 99.92 05:53:22 05:50:01 1 0.07 0.00 0.02 0.00 0.00 99.92 05:53:22 05:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:53:22 05:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:50:01 4 1.21 0.00 0.02 0.00 0.00 98.78 05:53:22 05:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:50:01 7 0.12 0.00 0.05 0.00 0.03 99.80 05:53:22 05:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:53:22 05:51:01 0 0.03 0.00 0.02 0.02 0.00 99.93 05:53:22 05:51:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:53:22 05:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:53:22 05:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:53:22 05:51:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:53:22 05:51:01 6 0.05 0.00 0.00 0.00 0.00 99.95 05:53:22 05:51:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:53:22 05:52:01 all 0.01 0.00 0.02 0.01 0.01 99.96 05:53:22 05:52:01 0 0.00 0.00 0.02 0.03 0.02 99.93 05:53:22 05:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 05:53:22 05:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:53:22 05:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:52:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:53:22 05:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 05:53:22 05:52:01 7 0.02 0.00 0.02 0.02 0.03 99.92 05:53:22 05:53:01 all 8.73 0.00 3.97 0.79 0.06 86.45 05:53:22 05:53:01 0 8.42 0.00 4.52 4.40 0.07 82.59 05:53:22 05:53:01 1 8.22 0.00 4.41 0.22 0.05 87.10 05:53:22 05:53:01 2 10.39 0.00 3.85 0.10 0.07 85.60 05:53:22 05:53:01 3 9.37 0.00 3.47 0.12 0.07 86.97 05:53:22 05:53:01 4 8.24 0.00 4.45 0.24 0.07 87.01 05:53:22 05:53:01 5 7.63 0.00 3.35 0.03 0.05 88.94 05:53:22 05:53:01 6 8.98 0.00 3.58 0.03 0.07 87.34 05:53:22 05:53:01 7 8.61 0.00 4.12 1.16 0.07 86.04 05:53:22 Average: all 9.17 0.00 1.57 0.44 0.03 88.79 05:53:22 Average: 0 9.04 0.00 1.56 0.49 0.03 88.89 05:53:22 Average: 1 9.17 0.00 1.55 0.56 0.03 88.69 05:53:22 Average: 2 9.06 0.00 1.56 0.72 0.02 88.63 05:53:22 Average: 3 9.23 0.00 1.64 0.31 0.03 88.78 05:53:22 Average: 4 9.36 0.00 1.55 0.30 0.02 88.77 05:53:22 Average: 5 9.14 0.00 1.59 0.35 0.03 88.90 05:53:22 Average: 6 9.02 0.00 1.63 0.49 0.02 88.84 05:53:22 Average: 7 9.35 0.00 1.51 0.29 0.04 88.81 05:53:22 05:53:22 05:53:22