Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 21cd7c14f5e382ba721c8756160f6132a91a8ed6 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-ssh15336311395411165206.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-ssh12884076627277416815.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-ssh11912622079231710723.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-ssh13370157738411245677.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-ssh3206255481600875403.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1368 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/837 [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/837 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 21cd7c14f5e382ba721c8756160f6132a91a8ed6 (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 Commit message: "Merge pull request #5146 from judehung/refactor-5145" > git rev-list --no-walk 8ec17c0583c108eeedf5a0d381a3a47edca9dddf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:04:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:04:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:04:45 ========================================================= 06:04:45 EdgeX Global Pipelines Version Info 06:04:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:04:46 ------------------- 06:04:46 stable info: 06:04:46 ------------------- 06:04:46 Commited By: Ginny Guan ginny@iotechsys.com 06:04:46 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:04:46 Message: update stable to v1.0.274 06:04:46 ------------------- 06:04:46 experimental info: 06:04:46 ------------------- 06:04:46 Commited By: Ginny Guan ginny@iotechsys.com 06:04:46 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 06:04:46 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:04:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:04:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:04:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21cd7c1 [Pipeline] echo 06:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:47 provisioning config files... 06:04:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config10286788041587859170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:04:47 ---> ****-login.sh 06:04:47 nexus3.edgexfoundry.org:10001 06:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:04:48 Configure a credential helper to remove this warning. See 06:04:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:04:48 06:04:48 Login Succeeded 06:04:48 nexus3.edgexfoundry.org:10002 06:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:04:48 Configure a credential helper to remove this warning. See 06:04:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:04:48 06:04:48 Login Succeeded 06:04:48 nexus3.edgexfoundry.org:10003 06:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:04:48 Configure a credential helper to remove this warning. See 06:04:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:04:48 06:04:48 Login Succeeded 06:04:48 nexus3.edgexfoundry.org:10004 06:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:04:48 Configure a credential helper to remove this warning. See 06:04:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:04:48 06:04:48 Login Succeeded 06:04:48 ****.io 06:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:04:48 Configure a credential helper to remove this warning. See 06:04:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:04:48 06:04:48 Login Succeeded 06:04:48 ---> ****-login.sh ends [Pipeline] } 06:04:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:04:49 + 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 06:04:49 + dirname cmd/core-command/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo core-command,cmd/core-command/Dockerfile 06:04:49 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:04:49 + dirname cmd/core-data/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo core-data,cmd/core-data/Dockerfile 06:04:49 + + cut -d/dirname -f2 cmd/core-keeper/Dockerfile 06:04:49 06:04:49 + echo core-keeper,cmd/core-keeper/Dockerfile 06:04:49 + dirname cmd/core-metadata/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo core-metadata,cmd/core-metadata/Dockerfile 06:04:49 + dirname cmd/security-bootstrapper/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:04:49 + dirname cmd/security-proxy-auth/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:04:49 + dirname cmd/security-proxy-setup/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:04:49 + dirname cmd/security-secretstore-setup/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:04:49 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:04:49 + dirname cmd/security-spire-agent/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:04:49 + dirname cmd/security-spire-config/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:04:49 + dirname cmd/security-spire-server/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:04:49 + dirname cmd/support-notifications/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo support-notifications,cmd/support-notifications/Dockerfile 06:04:49 + dirname cmd/support-scheduler/Dockerfile 06:04:49 + cut -d/ -f2 06:04:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:04:49 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 06:04:49 + git rev-list -1 --merges 21cd7c14f5e382ba721c8756160f6132a91a8ed6~1..21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:04:49 -----------> git rev-list -1 --merges 21cd7c14f5e382ba721c8756160f6132a91a8ed6~1..21cd7c14f5e382ba721c8756160f6132a91a8ed6 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:04:49 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [false] [Pipeline] sh 06:04:50 + git log --format=format:%s -1 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:04:50 ========================================================= 06:04:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:04:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:04:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:04:50 + grep -v github /etc/ssh/ssh_known_hosts 06:04:50 + [ -e /tmp/ssh_known_hosts ] 06:04:50 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:04:50 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:04:50 + sudo tee -a /etc/ssh/ssh_known_hosts 06:04:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:04:50 06:04:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:04:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:04:51 0.1.4: Pulling from edgex-devops/py-git-semver 06:04:51 b85a868b505f: Pulling fs layer 06:04:51 e2be974225ed: Pulling fs layer 06:04:51 339a4e72a1f5: Pulling fs layer 06:04:51 988bab9f4d93: Pulling fs layer 06:04:51 1469e6f7b9e6: Pulling fs layer 06:04:51 eaf3925da568: Pulling fs layer 06:04:51 bab4dde63d76: Pulling fs layer 06:04:51 bde34c3a00c8: Pulling fs layer 06:04:51 b352a97aabf1: Pulling fs layer 06:04:51 4872d77fe225: Pulling fs layer 06:04:51 5851b861e8e6: Pulling fs layer 06:04:51 988bab9f4d93: Waiting 06:04:51 1469e6f7b9e6: Waiting 06:04:51 bde34c3a00c8: Waiting 06:04:51 eaf3925da568: Waiting 06:04:51 4872d77fe225: Waiting 06:04:51 bab4dde63d76: Waiting 06:04:51 5851b861e8e6: Waiting 06:04:51 e2be974225ed: Verifying Checksum 06:04:51 e2be974225ed: Download complete 06:04:51 988bab9f4d93: Verifying Checksum 06:04:51 988bab9f4d93: Download complete 06:04:51 1469e6f7b9e6: Verifying Checksum 06:04:51 1469e6f7b9e6: Download complete 06:04:51 eaf3925da568: Download complete 06:04:51 339a4e72a1f5: Verifying Checksum 06:04:51 339a4e72a1f5: Download complete 06:04:51 bde34c3a00c8: Download complete 06:04:51 b352a97aabf1: Download complete 06:04:51 4872d77fe225: Verifying Checksum 06:04:51 4872d77fe225: Download complete 06:04:51 5851b861e8e6: Download complete 06:04:51 b85a868b505f: Verifying Checksum 06:04:51 b85a868b505f: Download complete 06:04:51 bab4dde63d76: Verifying Checksum 06:04:51 bab4dde63d76: Download complete 06:04:52 b85a868b505f: Pull complete 06:04:52 e2be974225ed: Pull complete 06:04:53 339a4e72a1f5: Pull complete 06:04:53 988bab9f4d93: Pull complete 06:04:53 1469e6f7b9e6: Pull complete 06:04:53 eaf3925da568: Pull complete 06:04:55 bab4dde63d76: Pull complete 06:04:55 bde34c3a00c8: Pull complete 06:04:55 b352a97aabf1: Pull complete 06:04:55 4872d77fe225: Pull complete 06:04:55 5851b861e8e6: Pull complete 06:04:55 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:04:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:04:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:04:56 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:04:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:04:58 $ docker top 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d -eo pid,comm 06:04:58 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:04:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:04:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:58 [ssh-agent] Looking for ssh-agent implementation... 06:04:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:58 $ docker exec 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent 06:04:58 SSH_AUTH_SOCK=/tmp/ssh-sPglFbfDmx1L/agent.33 06:04:58 SSH_AGENT_PID=39 06:04:58 Running ssh-add (command line suppressed) 06:04:58 Identity added: /w/workspace/edgex-go/837@tmp/private_key_3029580588319336525.key (/w/workspace/edgex-go/837@tmp/private_key_3029580588319336525.key) 06:04:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:58 + git tag --points-at HEAD [Pipeline] } 06:04:58 $ docker exec --env ******** --env ******** 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent -k 06:04:59 unset SSH_AUTH_SOCK; 06:04:59 unset SSH_AGENT_PID; 06:04:59 echo Agent pid 39 killed; 06:04:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:04:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:59 [ssh-agent] Looking for ssh-agent implementation... 06:04:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:59 $ docker exec 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent 06:04:59 SSH_AUTH_SOCK=/tmp/ssh-NqvQyI4sDLHU/agent.73 06:04:59 SSH_AGENT_PID=79 06:04:59 Running ssh-add (command line suppressed) 06:04:59 Identity added: /w/workspace/edgex-go/837@tmp/private_key_16762474971933090660.key (/w/workspace/edgex-go/837@tmp/private_key_16762474971933090660.key) 06:04:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:59 + git semver init 06:05:00 2025-05-12 06:04:59,945 [run_init] DEBUG init version:0.0.0 force:False 06:05:00 2025-05-12 06:04:59,946 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/837/.semver 06:05:00 2025-05-12 06:04:59,946 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/837/.semver 06:05:00 2025-05-12 06:04:59,947 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/837/.semver'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) 06:05:05 2025-05-12 06:05:04,847 [append_file] DEBUG append to file:/w/workspace/edgex-go/837/.git/info/exclude 06:05:05 2025-05-12 06:05:04,848 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/837/.semver/main with force:False 06:05:05 2025-05-12 06:05:04,848 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:05:05 2025-05-12 06:05:04,848 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:05:05 4.1.0-dev.10 [Pipeline] } 06:05:05 $ docker exec --env ******** --env ******** 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent -k 06:05:05 unset SSH_AUTH_SOCK; 06:05:05 unset SSH_AGENT_PID; 06:05:05 echo Agent pid 79 killed; 06:05:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:05:05 + git semver [Pipeline] } 06:05:06 $ docker stop --time=1 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d 06:05:07 $ docker rm -f --volumes 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d [Pipeline] // withDockerContainer [Pipeline] sh 06:05:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:05:07 Stashed 1 file(s) [Pipeline] echo 06:05:07 [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [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 06:05:08 + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo 06:05:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:05:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:05:08 ========================================================= 06:05:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:05:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:05:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:05:08 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:05:08 0a9a5dfd008f: Pulling fs layer 06:05:08 dbfa0bcfca99: Pulling fs layer 06:05:08 70eabb1d9476: Pulling fs layer 06:05:08 957bedc73fa3: Pulling fs layer 06:05:08 4f4fb700ef54: Pulling fs layer 06:05:08 f40432e63723: Pulling fs layer 06:05:08 90b4343acab7: Pulling fs layer 06:05:08 9f67ea4ac784: Pulling fs layer 06:05:08 9228b9a606be: Pulling fs layer 06:05:08 957bedc73fa3: Waiting 06:05:08 4f4fb700ef54: Waiting 06:05:08 f40432e63723: Waiting 06:05:08 90b4343acab7: Waiting 06:05:08 9f67ea4ac784: Waiting 06:05:08 9228b9a606be: Waiting 06:05:08 dbfa0bcfca99: Verifying Checksum 06:05:08 dbfa0bcfca99: Download complete 06:05:08 957bedc73fa3: Verifying Checksum 06:05:08 957bedc73fa3: Download complete 06:05:08 4f4fb700ef54: Download complete 06:05:08 f40432e63723: Verifying Checksum 06:05:08 f40432e63723: Download complete 06:05:08 0a9a5dfd008f: Download complete 06:05:08 90b4343acab7: Verifying Checksum 06:05:08 90b4343acab7: Download complete 06:05:08 0a9a5dfd008f: Pull complete 06:05:08 9228b9a606be: Verifying Checksum 06:05:08 9228b9a606be: Download complete 06:05:08 dbfa0bcfca99: Pull complete 06:05:09 70eabb1d9476: Download complete 06:05:09 9f67ea4ac784: Verifying Checksum 06:05:09 9f67ea4ac784: Download complete 06:05:13 70eabb1d9476: Pull complete 06:05:13 957bedc73fa3: Pull complete 06:05:13 4f4fb700ef54: Pull complete 06:05:13 f40432e63723: Pull complete 06:05:13 90b4343acab7: Pull complete 06:05:15 9f67ea4ac784: Pull complete 06:05:16 9228b9a606be: Pull complete 06:05:16 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 06:05:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:05:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:05:16 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:05:16 WORKDIR /edgex 06:05:16 COPY go.mod . 06:05:16 RUN go mod download 06:05:16 + docker build -t ci-base-image-x86_64 -f - . 06:05:17 Sending build context to Docker daemon 185.8MB 06:05:17 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:05:17 ---> 69404ca5bff2 06:05:17 Step 2/4 : WORKDIR /edgex 06:05:20 ---> Running in bc2fde129809 06:05:20 Removing intermediate container bc2fde129809 06:05:20 ---> 9814fee32f6e 06:05:20 Step 3/4 : COPY go.mod . 06:05:20 ---> 5907fcdb6472 06:05:20 Step 4/4 : RUN go mod download 06:05:20 ---> Running in 37d6dfc8a27a 06:05:23 Still waiting to schedule task 06:05:23 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1366’ 06:05:42 Removing intermediate container 37d6dfc8a27a 06:05:42 ---> 924194f75a1d 06:05:42 Successfully built 924194f75a1d 06:05:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:42 + docker inspect -f . ci-base-image-x86_64 06:05:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:42 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:05:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:05:43 $ docker top 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b -eo pid,comm [Pipeline] { [Pipeline] sh 06:05:43 + go version 06:05:43 go version go1.23.8 linux/amd64 [Pipeline] } 06:05:43 $ docker stop --time=1 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b 06:05:44 $ docker rm -f --volumes 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:05:45 + docker inspect -f . ci-base-image-x86_64 06:05:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:05:45 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:05:45 $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:05:45 $ docker top 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d -eo pid,comm [Pipeline] { [Pipeline] echo 06:05:45 ========================================================= 06:05:45 [edgeXBuildGoParallel] Running Tests and Build... 06:05:45 ========================================================= [Pipeline] sh 06:05:46 + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] fileExists [Pipeline] sh 06:05:46 + make test 06:05:46 go test -race -coverprofile=coverage.out ./... 06:05:54 ? github.com/edgexfoundry/edgex-go [no test files] 06:06:21 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 06:06:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:06:21 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 06:06:21 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 06:06:22 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 06:06:22 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 06:06:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements 06:06:24 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 06:06:24 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 06:06:24 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 06:06:24 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 06:06:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 06:06:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 06:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 06:06:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 06:06:27 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 06:06:27 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 06:06:27 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:06:27 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 06:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements 06:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 3.5% of statements 06:06:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.047s coverage: 45.2% of statements 06:06:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.886s coverage: 93.4% of statements 06:06:29 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 92.3% of statements 06:06:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 06:06:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 06:06:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.052s coverage: 8.4% of statements 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:06:31 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 06:06:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 06:06:31 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 06:06:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.358s coverage: 95.8% of statements 06:06:33 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 06:06:33 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 06:06:33 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:06:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 06:06:33 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 06:06:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 06:06:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.042s coverage: 0.0% of statements [no tests to run] 06:06:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements 06:06:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 06:06:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.020s coverage: 81.1% of statements 06:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 40.0% of statements 06:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements 06:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 06:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements 06:06:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 06:06:35 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 06:06:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 06:06:37 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 06:06:38 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 06:06:38 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 06:06:39 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 06:06:40 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 06:06:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:06:42 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 06:06:43 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 06:06:43 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 06:06:43 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 06:06:47 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 06:06:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 06:06:47 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 06:06:47 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 06:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 06:06:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 06:06:47 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:06:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 06:06:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 06:06:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 06:06:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 06:06:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:06:49 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 06:06:50 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 06:06:51 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 06:06:51 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 06:06:51 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 06:06:51 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 06:06:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 06:06:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:06:52 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:06:52 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 06:06:52 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 06:06:52 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 06:06:53 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 06:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 06:06:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:06:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.048s coverage: 92.9% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.108s coverage: 81.8% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.156s coverage: 29.2% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements 06:07:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 06:07:01 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 06:07:01 running golangci-lint 06:07:01 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 06:07:01 go version go1.23.8 linux/amd64 06:07:02 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 06:07:02 level=info msg="[config_reader] Used config file .golangci.yml" 06:07:02 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 06:07:28 level=info msg="[loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 23.956424573s" 06:07:28 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.463467ms" 06:07:40 level=info msg="[linters_context/goanalysis] analyzers took 1m58.280842531s with top 10 stages: buildir: 1m8.166101127s, gosec: 4.406990595s, inspect: 2.988575249s, fact_deprecated: 2.406926303s, ctrlflow: 2.156992073s, printf: 1.921660974s, fact_purity: 1.436787565s, unused: 1.364438835s, S1038: 1.296923733s, nilness: 1.194663263s" 06:07:40 level=info msg="[runner] Issues before processing: 202, after processing: 0" 06:07:40 level=info msg="[runner] Processors filtering stat (in/out): autogenerated_exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, skip_files: 202/202, skip_dirs: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, exclude: 202/202, cgo: 202/202, filename_unadjuster: 202/202" 06:07:40 level=info msg="[runner] processing took 19.923839ms with stages: nolint: 8.790631ms, identifier_marker: 5.509254ms, path_prettifier: 1.660735ms, exclude-rules: 1.59794ms, autogenerated_exclude: 1.219472ms, skip_dirs: 1.002745ms, cgo: 67.665µs, invalid_issue: 38.753µs, filename_unadjuster: 31.103µs, max_same_issues: 1.36µs, uniq_by_line: 780ns, skip_files: 740ns, max_from_linter: 730ns, fixer: 430ns, exclude: 371ns, path_prefixer: 260ns, sort_results: 220ns, source_code: 160ns, diff: 160ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" 06:07:40 level=info msg="[runner] linters took 14.112210692s with stages: goanalysis_metalinter: 14.092188096s" 06:07:40 level=info msg="File cache stats: 0 entries of total size 0B" 06:07:40 level=info msg="Memory: 378 samples, avg is 306.9MB, max is 1343.7MB" 06:07:40 level=info msg="Execution took 38.139068423s" 06:07:40 go vet ./... 06:07:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:07:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:07:47 ./bin/test-attribution-txt.sh [Pipeline] echo 06:07:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 06:07:48 + ls -al . 06:07:48 total 1992 06:07:48 drwxrwxr-x 11 1001 1001 4096 May 12 06:05 . 06:07:48 drwxr-xr-x 4 root root 4096 May 12 06:05 .. 06:07:48 drwxrwxr-x 2 1001 1001 4096 May 12 06:04 .blubracket 06:07:48 -rw-rw-r-- 1 1001 1001 10 May 12 06:04 .dockerignore 06:07:48 drwxrwxr-x 8 1001 1001 4096 May 12 06:07 .git 06:07:48 drwxrwxr-x 3 1001 1001 4096 May 12 06:04 .github 06:07:48 -rw-rw-r-- 1 1001 1001 909 May 12 06:04 .gitignore 06:07:48 -rw-rw-r-- 1 1001 1001 218 May 12 06:04 .golangci.yml 06:07:48 -rw-rw-r-- 1 1001 1001 100 May 12 06:04 .hadolint.yml 06:07:48 drwxr-xr-x 3 1001 1001 4096 May 12 06:05 .semver 06:07:48 -rw-rw-r-- 1 1001 1001 155 May 12 06:04 .sonarcloud.properties 06:07:48 -rw-rw-r-- 1 1001 1001 1171 May 12 06:04 ADOPTERS.md 06:07:48 -rw-rw-r-- 1 1001 1001 17374 May 12 06:04 Attribution.txt 06:07:48 -rw-rw-r-- 1 1001 1001 108018 May 12 06:04 CHANGELOG.md 06:07:48 -rw-rw-r-- 1 1001 1001 3804 May 12 06:04 CONTRIBUTING.md 06:07:48 -rw-rw-r-- 1 1001 1001 677 May 12 06:04 GOVERNANCE.md 06:07:48 -rw-rw-r-- 1 1001 1001 858 May 12 06:04 Jenkinsfile 06:07:48 -rw-rw-r-- 1 1001 1001 10775 May 12 06:04 LICENSE 06:07:48 -rw-rw-r-- 1 1001 1001 16740 May 12 06:04 Makefile 06:07:48 -rw-rw-r-- 1 1001 1001 582 May 12 06:04 OWNERS.md 06:07:48 -rw-rw-r-- 1 1001 1001 9932 May 12 06:04 README.md 06:07:48 -rw-rw-r-- 1 1001 1001 789 May 12 06:04 SECURITY.md 06:07:48 -rw-rw-r-- 1 1001 1001 12 May 12 06:05 VERSION 06:07:48 drwxrwxr-x 2 1001 1001 4096 May 12 06:04 bin 06:07:48 drwxrwxr-x 19 1001 1001 4096 May 12 06:04 cmd 06:07:48 -rw-r--r-- 1 root root 1661048 May 12 06:07 coverage.out 06:07:48 drwxrwxr-x 2 1001 1001 4096 May 12 06:04 fuzz_test 06:07:48 -rw-rw-r-- 1 1001 1001 6491 May 12 06:04 go.mod 06:07:48 -rw-rw-r-- 1 1001 1001 88213 May 12 06:04 go.sum 06:07:48 drwxrwxr-x 7 1001 1001 4096 May 12 06:04 internal 06:07:48 drwxrwxr-x 2 1001 1001 4096 May 12 06:04 openapi 06:07:48 -rw-rw-r-- 1 1001 1001 584 May 12 06:04 security.txt 06:07:48 -rw-rw-r-- 1 1001 1001 204 May 12 06:04 version.go [Pipeline] sh 06:07:48 + '[' -e coverage.out ] 06:07:48 + chown 1001:1001 coverage.out [Pipeline] stash 06:07:48 Stashed 1 file(s) [Pipeline] sh 06:07:49 + make build 06:07:49 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:08:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:08:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:08:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:08:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:08:16 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:08:22 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:08:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:08:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:08:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:08:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:08:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:08:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:08:33 $ docker stop --time=1 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d 06:08:37 $ docker rm -f --volumes 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d [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 06:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:38 06:08:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:38 latest: Pulling from edgex-devops/edgex-compose 06:08:38 91d30c5bc195: Pulling fs layer 06:08:38 2e9b0aa3be6d: Pulling fs layer 06:08:38 9c61dcf015f6: Pulling fs layer 06:08:38 4698f68db338: Pulling fs layer 06:08:38 2a2f49069b9e: Pulling fs layer 06:08:38 e0025b399a48: Pulling fs layer 06:08:38 4698f68db338: Waiting 06:08:38 2a2f49069b9e: Waiting 06:08:38 e0025b399a48: Waiting 06:08:38 91d30c5bc195: Verifying Checksum 06:08:38 91d30c5bc195: Download complete 06:08:38 4698f68db338: Verifying Checksum 06:08:38 4698f68db338: Download complete 06:08:39 2e9b0aa3be6d: Verifying Checksum 06:08:39 2e9b0aa3be6d: Download complete 06:08:39 e0025b399a48: Verifying Checksum 06:08:39 e0025b399a48: Download complete 06:08:39 91d30c5bc195: Pull complete 06:08:39 2a2f49069b9e: Verifying Checksum 06:08:39 2a2f49069b9e: Download complete 06:08:39 2e9b0aa3be6d: Pull complete 06:08:39 9c61dcf015f6: Verifying Checksum 06:08:39 9c61dcf015f6: Download complete 06:08:42 9c61dcf015f6: Pull complete 06:08:42 4698f68db338: Pull complete 06:08:42 2a2f49069b9e: Pull complete 06:08:42 e0025b399a48: Pull complete 06:08:42 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 06:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:08:42 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:08:42 $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:08:44 $ docker top 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:44 + docker compose -f ./docker-compose-build.yml build --parallel 06:08:47 #1 [security-spire-server internal] load build definition from Dockerfile 06:08:47 #1 transferring dockerfile: 1.70kB done 06:08:47 #1 DONE 0.0s 06:08:47 06:08:47 #2 [security-bootstrapper internal] load build definition from Dockerfile 06:08:47 #2 transferring dockerfile: 3.02kB done 06:08:47 #2 DONE 0.0s 06:08:47 06:08:47 #3 [security-secretstore-setup internal] load build definition from Dockerfile 06:08:47 #3 transferring dockerfile: 2.49kB done 06:08:47 #3 DONE 0.0s 06:08:47 06:08:47 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:08:47 #4 transferring dockerfile: 1.89kB done 06:08:47 #4 DONE 0.0s 06:08:47 06:08:47 #5 [support-notifications internal] load build definition from Dockerfile 06:08:47 #5 transferring dockerfile: 2.00kB done 06:08:47 #5 DONE 0.0s 06:08:47 06:08:47 #6 [support-scheduler internal] load build definition from Dockerfile 06:08:47 #6 transferring dockerfile: 1.83kB done 06:08:47 #6 DONE 0.0s 06:08:47 06:08:47 #7 [core-data internal] load build definition from Dockerfile 06:08:47 #7 transferring dockerfile: 2.04kB done 06:08:47 #7 DONE 0.0s 06:08:47 06:08:47 #8 [core-command internal] load build definition from Dockerfile 06:08:47 #8 transferring dockerfile: 1.94kB done 06:08:47 #8 DONE 0.0s 06:08:47 06:08:47 #9 [core-metadata internal] load build definition from Dockerfile 06:08:47 #9 transferring dockerfile: 2.10kB done 06:08:47 #9 DONE 0.0s 06:08:47 06:08:47 #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:08:47 #10 transferring dockerfile: 2.23kB done 06:08:47 #10 DONE 0.0s 06:08:47 06:08:47 #11 [security-spire-config internal] load build definition from Dockerfile 06:08:47 #11 transferring dockerfile: 1.69kB done 06:08:47 #11 DONE 0.0s 06:08:47 06:08:47 #12 [core-keeper internal] load build definition from Dockerfile 06:08:47 #12 transferring dockerfile: 2.01kB done 06:08:47 #12 DONE 0.0s 06:08:47 06:08:47 #13 [security-proxy-auth internal] load build definition from Dockerfile 06:08:47 #13 transferring dockerfile: 2.14kB done 06:08:47 #13 DONE 0.0s 06:08:47 06:08:47 #14 [security-proxy-setup internal] load build definition from Dockerfile 06:08:47 #14 transferring dockerfile: 2.50kB done 06:08:47 #14 DONE 0.0s 06:08:47 06:08:47 #15 [security-spire-agent internal] load build definition from Dockerfile 06:08:47 #15 transferring dockerfile: 1.81kB done 06:08:47 #15 DONE 0.0s 06:08:47 06:08:47 #16 [security-spire-server internal] load .dockerignore 06:08:47 #16 transferring context: 50B done 06:08:47 #16 DONE 0.0s 06:08:47 06:08:47 #17 [security-bootstrapper internal] load .dockerignore 06:08:47 #17 transferring context: 50B done 06:08:47 #17 DONE 0.0s 06:08:47 06:08:47 #18 [security-secretstore-setup internal] load .dockerignore 06:08:47 #18 transferring context: 50B done 06:08:47 #18 DONE 0.0s 06:08:47 06:08:47 #19 [security-spiffe-token-provider internal] load .dockerignore 06:08:47 #19 transferring context: 50B done 06:08:47 #19 DONE 0.0s 06:08:47 06:08:47 #20 [support-notifications internal] load .dockerignore 06:08:47 #20 transferring context: 50B done 06:08:47 #20 DONE 0.0s 06:08:47 06:08:47 #21 [support-scheduler internal] load .dockerignore 06:08:47 #21 transferring context: 50B done 06:08:47 #21 DONE 0.0s 06:08:47 06:08:47 #22 [core-data internal] load .dockerignore 06:08:47 #22 transferring context: 50B done 06:08:47 #22 DONE 0.0s 06:08:47 06:08:47 #23 [core-keeper internal] load .dockerignore 06:08:48 #23 transferring context: 50B done 06:08:48 #23 DONE 0.1s 06:08:48 06:08:48 #24 [core-command internal] load .dockerignore 06:08:48 #24 transferring context: 50B done 06:08:48 #24 DONE 0.1s 06:08:48 06:08:48 #25 [core-metadata internal] load .dockerignore 06:08:48 #25 transferring context: 50B done 06:08:48 #25 DONE 0.1s 06:08:48 06:08:48 #26 [security-spire-config internal] load .dockerignore 06:08:48 #26 transferring context: 50B done 06:08:48 #26 DONE 0.1s 06:08:48 06:08:48 #27 [core-common-config-bootstrapper internal] load .dockerignore 06:08:48 #27 transferring context: 50B done 06:08:48 #27 DONE 0.1s 06:08:48 06:08:48 #28 [security-proxy-auth internal] load .dockerignore 06:08:48 #28 transferring context: 50B done 06:08:48 #28 DONE 0.1s 06:08:48 06:08:48 #29 [security-proxy-setup internal] load .dockerignore 06:08:48 #29 transferring context: 50B done 06:08:48 #29 DONE 0.1s 06:08:48 06:08:48 #30 [security-spire-agent internal] load .dockerignore 06:08:48 #30 transferring context: 50B done 06:08:48 #30 DONE 0.0s 06:08:48 06:08:48 #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 06:08:48 #31 DONE 0.1s 06:08:48 06:08:48 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:08:48 #32 ... 06:08:48 06:08:48 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:08:48 #33 DONE 0.0s 06:08:48 06:08:48 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 06:08:48 #31 DONE 0.1s 06:08:48 06:08:48 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:08:48 #33 DONE 0.0s 06:08:48 06:08:48 #34 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:08:48 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:08:48 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:08:48 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:08:48 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:08:48 #34 DONE 0.1s 06:08:48 06:08:48 #31 [core-command internal] load metadata for docker.io/library/alpine:3.20 06:08:48 #31 ... 06:08:48 06:08:48 #34 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:08:48 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:08:48 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:08:48 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:08:48 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:08:48 #34 DONE 0.1s 06:08:48 06:08:48 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:08:48 #33 DONE 0.0s 06:08:48 06:08:48 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 06:08:48 #31 ... 06:08:48 06:08:48 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:08:48 #33 DONE 0.0s 06:08:48 06:08:48 #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 06:08:48 #31 DONE 0.4s 06:08:48 06:08:48 #34 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:08:48 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:08:48 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:08:48 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:08:48 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:08:48 #34 DONE 0.1s 06:08:48 06:08:48 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 06:08:49 #35 DONE 1.1s 06:08:49 06:08:49 #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 06:08:54 #36 ... 06:08:54 06:08:54 #37 [security-bootstrapper internal] load build context 06:08:54 #37 transferring context: 293.44MB 6.2s 06:08:56 #37 ... 06:08:56 06:08:56 #38 [core-data internal] load build context 06:08:56 #38 ... 06:08:56 06:08:56 #39 [support-notifications internal] load build context 06:08:56 #39 transferring context: 503.55MB 8.7s done 06:08:57 #39 ... 06:08:57 06:08:57 #38 [core-data internal] load build context 06:08:58 #38 ... 06:08:58 06:08:58 #40 [security-secretstore-setup internal] load build context 06:08:58 #40 ... 06:08:58 06:08:58 #41 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:08:58 #0 0.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:58 #0 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:58 #0 1.313 (1/4) Installing ca-certificates (20241121-r1) 06:08:58 #0 1.462 (2/4) Installing dumb-init (1.2.5-r3) 06:08:58 #0 1.471 (3/4) Installing su-exec (0.2-r3) 06:08:58 #0 1.474 (4/4) Installing yq-go (4.44.1-r2) 06:08:58 #0 1.551 Executing busybox-1.36.1-r29.trigger 06:08:58 #0 1.566 Executing ca-certificates-20241121-r1.trigger 06:08:58 #0 1.607 OK: 19 MiB in 18 packages 06:08:58 #41 ... 06:08:58 06:08:58 #42 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:08:58 #0 4.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:58 #0 4.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:58 #0 4.323 (1/1) Installing dumb-init (1.2.5-r3) 06:08:58 #0 4.329 Executing busybox-1.36.1-r29.trigger 06:08:58 #0 4.334 OK: 8 MiB in 15 packages 06:08:58 #42 ... 06:08:58 06:08:58 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:08:58 #0 4.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:58 #0 4.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:58 #0 5.249 (1/1) Installing dumb-init (1.2.5-r3) 06:08:58 #0 5.252 Executing busybox-1.36.1-r29.trigger 06:08:58 #0 5.259 OK: 8 MiB in 15 packages 06:08:58 #43 ... 06:08:58 06:08:58 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:08:58 #44 ... 06:08:58 06:08:58 #45 [core-command internal] load build context 06:08:58 #45 transferring context: 503.55MB 9.6s done 06:08:58 #45 ... 06:08:58 06:08:58 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:08:58 #32 ... 06:08:58 06:08:58 #46 [core-keeper internal] load build context 06:08:59 #46 ... 06:08:59 06:08:59 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:08:59 #47 ... 06:08:59 06:08:59 #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:08:59 #48 ... 06:08:59 06:08:59 #49 [security-proxy-setup internal] load build context 06:08:59 #49 ... 06:08:59 06:08:59 #50 [core-metadata internal] load build context 06:08:59 #50 transferring context: 503.55MB 10.7s done 06:08:59 #50 ... 06:08:59 06:08:59 #51 [security-proxy-auth internal] load build context 06:08:59 #51 transferring context: 503.55MB 10.5s done 06:08:59 #51 ... 06:08:59 06:08:59 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:08:59 #0 1.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:59 #0 1.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:59 #0 1.851 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:08:59 #0 1.851 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:08:59 #0 1.851 OK: 24171 distinct packages available 06:08:59 #0 1.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:59 #0 1.979 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:59 #0 2.277 (1/14) Installing ca-certificates (20241121-r1) 06:08:59 #0 2.294 (2/14) Installing brotli-libs (1.1.0-r2) 06:08:59 #0 2.304 (3/14) Installing c-ares (1.33.1-r0) 06:08:59 #0 2.310 (4/14) Installing libunistring (1.2-r0) 06:08:59 #0 2.325 (5/14) Installing libidn2 (2.3.7-r0) 06:08:59 #0 2.332 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:08:59 #0 2.337 (7/14) Installing libpsl (0.21.5-r1) 06:08:59 #0 2.342 (8/14) Installing zstd-libs (1.5.6-r0) 06:08:59 #0 2.351 (9/14) Installing libcurl (8.12.1-r0) 06:08:59 #0 2.358 (10/14) Installing curl (8.12.1-r0) 06:08:59 #0 2.363 (11/14) Installing dumb-init (1.2.5-r3) 06:08:59 #0 2.366 (12/14) Installing musl-obstack (1.2.3-r2) 06:08:59 #0 2.369 (13/14) Installing libucontext (1.2-r3) 06:08:59 #0 2.375 (14/14) Installing gcompat (1.1.0-r4) 06:08:59 #0 2.380 Executing busybox-1.36.1-r29.trigger 06:08:59 #0 2.386 Executing ca-certificates-20241121-r1.trigger 06:08:59 #0 2.438 OK: 13 MiB in 28 packages 06:08:59 #52 ... 06:08:59 06:08:59 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:08:59 #0 5.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:08:59 #0 5.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:08:59 #0 5.614 (1/3) Installing ca-certificates (20241121-r1) 06:08:59 #0 5.629 (2/3) Installing dumb-init (1.2.5-r3) 06:08:59 #0 5.632 (3/3) Installing tzdata (2025b-r0) 06:08:59 #0 5.665 Executing busybox-1.36.1-r29.trigger 06:08:59 #0 5.677 Executing ca-certificates-20241121-r1.trigger 06:08:59 #0 5.724 OK: 10 MiB in 17 packages 06:08:59 #53 ... 06:08:59 06:08:59 #54 [security-spiffe-token-provider internal] load build context 06:08:59 #54 transferring context: 503.55MB 11.3s done 06:08:59 #54 ... 06:08:59 06:08:59 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:09:00 #55 ... 06:09:00 06:09:00 #56 [core-common-config-bootstrapper internal] load build context 06:09:00 #56 ... 06:09:00 06:09:00 #57 [support-scheduler internal] load build context 06:09:00 #57 transferring context: 503.55MB 10.8s done 06:09:00 #57 ... 06:09:00 06:09:00 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:09:01 #58 ... 06:09:01 06:09:01 #40 [security-secretstore-setup internal] load build context 06:09:01 #40 transferring context: 503.55MB 13.7s done 06:09:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1369 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 06:09:01 Running in /w/workspace/edgex-go/837 [Pipeline] { [Pipeline] checkout 06:09:04 The recommended git tool is: git 06:09:07 #40 ... 06:09:07 06:09:07 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:09:07 #32 DONE 18.6s 06:09:07 06:09:07 #34 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:09:07 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:09:07 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:09:07 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 06:09:07 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 06:09:07 #34 DONE 0.2s 06:09:07 06:09:07 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:09:07 #47 DONE 18.2s 06:09:07 06:09:07 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:07 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:07 #59 ... 06:09:07 06:09:07 #37 [security-bootstrapper internal] load build context 06:09:07 #37 transferring context: 503.55MB 10.8s done 06:09:07 #37 ... 06:09:07 06:09:07 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:09:08 #60 ... 06:09:08 06:09:08 #38 [core-data internal] load build context 06:09:08 #38 transferring context: 503.55MB 10.8s done 06:09:08 #38 ... 06:09:08 06:09:08 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:09:08 #61 ... 06:09:08 06:09:08 #46 [core-keeper internal] load build context 06:09:08 #46 transferring context: 503.55MB 10.4s done 06:09:09 #46 ... 06:09:09 06:09:09 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:09:09 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:09:09 #62 ... 06:09:09 06:09:09 #49 [security-proxy-setup internal] load build context 06:09:09 #49 transferring context: 503.55MB 11.4s done 06:09:10 using credential edgex-jenkins-ssh 06:09:10 Cloning the remote Git repository 06:09:10 #49 ... 06:09:10 06:09:10 #56 [core-common-config-bootstrapper internal] load build context 06:09:10 #56 transferring context: 503.55MB 11.6s done 06:09:10 #56 ... 06:09:10 06:09:10 #63 [security-spire-agent internal] load build context 06:09:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:09:10 > git init /w/workspace/edgex-go/837 # timeout=10 06:09:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:09:10 > git --version # timeout=10 06:09:10 > git --version # 'git version 2.25.1' 06:09:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:12 #63 ... 06:09:12 06:09:12 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:12 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 5.5s done 06:09:12 #59 ... 06:09:12 06:09:12 #39 [support-notifications internal] load build context 06:09:12 #39 DONE 24.5s 06:09:12 06:09:12 #36 [core-metadata builder 2/7] WORKDIR /edgex-go 06:09:12 #36 DONE 23.6s 06:09:12 06:09:12 #45 [core-command internal] load build context 06:09:12 #45 DONE 24.4s 06:09:12 06:09:12 #37 [security-bootstrapper internal] load build context 06:09:12 #37 DONE 24.6s 06:09:12 06:09:12 #46 [core-keeper internal] load build context 06:09:12 #46 DONE 24.3s 06:09:12 06:09:12 #38 [core-data internal] load build context 06:09:12 #38 DONE 24.5s 06:09:12 06:09:12 #50 [core-metadata internal] load build context 06:09:12 #50 DONE 24.5s 06:09:12 06:09:12 #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:09:12 #43 DONE 24.5s 06:09:12 06:09:12 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:09:12 #52 DONE 24.5s 06:09:12 06:09:12 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:12 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 06:09:12 #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:09:12 #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 06:09:12 #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 06:09:12 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 06:09:12 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 06:09:12 #59 ... 06:09:12 06:09:12 #51 [security-proxy-auth internal] load build context 06:09:12 #51 DONE 24.4s 06:09:12 06:09:12 #42 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 06:09:12 #42 DONE 24.5s 06:09:12 06:09:12 #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:09:12 #53 DONE 24.5s 06:09:12 06:09:12 #41 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:09:12 #41 DONE 24.6s 06:09:12 06:09:12 #57 [support-scheduler internal] load build context 06:09:12 #57 DONE 24.6s 06:09:12 06:09:12 #49 [security-proxy-setup internal] load build context 06:09:12 #49 DONE 24.4s 06:09:12 06:09:12 #54 [security-spiffe-token-provider internal] load build context 06:09:12 #54 DONE 24.8s 06:09:12 06:09:12 #56 [core-common-config-bootstrapper internal] load build context 06:09:12 #56 DONE 24.4s 06:09:12 06:09:12 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:12 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 06:09:12 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:09:12 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 06:09:12 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 06:09:12 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 06:09:12 #59 ... 06:09:12 06:09:12 #40 [security-secretstore-setup internal] load build context 06:09:12 #40 DONE 24.8s 06:09:12 06:09:12 #64 [security-spire-config internal] load build context 06:09:12 #64 transferring context: 22.05kB 0.0s done 06:09:12 #64 DONE 6.4s 06:09:12 06:09:12 #63 [security-spire-agent internal] load build context 06:09:12 #63 transferring context: 23.33kB done 06:09:12 #63 DONE 6.4s 06:09:12 06:09:12 #65 [security-spire-server internal] load build context 06:09:12 #65 transferring context: 23.80kB 0.0s done 06:09:12 #65 DONE 6.4s 06:09:12 06:09:12 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:12 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 5.24MB / 36.47MB 0.3s 06:09:12 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 06:09:13 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.26MB / 36.47MB 0.5s 06:09:13 #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 06:09:13 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s 06:09:13 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done 06:09:13 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 06:09:13 #59 ... 06:09:13 06:09:13 #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:09:13 #55 DONE 24.9s 06:09:13 06:09:13 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:14 #59 ... 06:09:14 06:09:14 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:09:14 #44 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:14 #44 25.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:14 #44 25.71 (1/2) Installing dumb-init (1.2.5-r3) 06:09:14 #44 25.72 (2/2) Installing su-exec (0.2-r3) 06:09:14 #44 25.72 Executing busybox-1.36.1-r29.trigger 06:09:14 #44 25.72 OK: 8 MiB in 16 packages 06:09:14 #44 DONE 26.8s 06:09:14 06:09:14 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:15 #59 ... 06:09:15 06:09:15 #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:09:15 #48 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #48 25.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #48 25.72 (1/7) Installing ca-certificates (20241121-r1) 06:09:15 #48 25.74 (2/7) Installing dumb-init (1.2.5-r3) 06:09:15 #48 25.74 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:09:15 #48 25.75 (4/7) Installing libsodium (1.0.19-r0) 06:09:15 #48 25.75 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:09:15 #48 25.77 (6/7) Installing libzmq (4.3.5-r2) 06:09:15 #48 25.78 (7/7) Installing zeromq (4.3.5-r2) 06:09:15 #48 25.79 Executing busybox-1.36.1-r29.trigger 06:09:15 #48 25.79 Executing ca-certificates-20241121-r1.trigger 06:09:15 #48 25.83 OK: 12 MiB in 21 packages 06:09:15 #48 DONE 26.8s 06:09:15 06:09:15 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:15 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s done 06:09:15 #59 ... 06:09:15 06:09:15 #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:09:15 #58 24.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #58 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #58 25.42 (1/4) Installing dumb-init (1.2.5-r3) 06:09:15 #58 25.43 (2/4) Installing openssl (3.3.3-r0) 06:09:15 #58 25.44 (3/4) Installing su-exec (0.2-r3) 06:09:15 #58 25.44 (4/4) Installing yq-go (4.44.1-r2) 06:09:15 #58 25.52 Executing busybox-1.36.1-r29.trigger 06:09:15 #58 25.53 OK: 19 MiB in 18 packages 06:09:15 #58 DONE 26.5s 06:09:15 06:09:15 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:09:15 #61 5.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #61 5.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #61 6.266 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:09:15 #61 6.266 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:09:15 #61 6.266 OK: 24171 distinct packages available 06:09:15 #61 6.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #61 6.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #61 6.685 (1/5) Installing dumb-init (1.2.5-r3) 06:09:15 #61 6.688 (2/5) Installing musl-obstack (1.2.3-r2) 06:09:15 #61 6.691 (3/5) Installing libucontext (1.2-r3) 06:09:15 #61 6.694 (4/5) Installing gcompat (1.1.0-r4) 06:09:15 #61 6.698 (5/5) Installing openssl (3.3.3-r0) 06:09:15 #61 6.715 Executing busybox-1.36.1-r29.trigger 06:09:15 #61 6.722 OK: 9 MiB in 19 packages 06:09:15 #61 DONE 7.1s 06:09:15 06:09:15 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:09:15 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s done 06:09:15 #59 DONE 8.9s 06:09:15 06:09:15 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:09:15 #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 5.6s done 06:09:15 #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 06:09:15 #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:09:15 #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 06:09:15 #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 06:09:15 #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 06:09:15 #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 06:09:15 #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.8s done 06:09:15 #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 06:09:15 #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 06:09:15 #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done 06:09:15 #62 DONE 8.7s 06:09:15 06:09:15 #66 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 06:09:15 #66 ... 06:09:15 06:09:15 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:09:15 #0 2.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.391 OK: 248 MiB in 58 packages 06:09:15 #67 DONE 2.7s 06:09:15 06:09:15 #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:09:15 #0 2.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.460 OK: 248 MiB in 58 packages 06:09:15 #68 DONE 2.7s 06:09:15 06:09:15 #69 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:09:15 #69 DONE 0.1s 06:09:15 06:09:15 #70 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:09:15 #70 DONE 0.1s 06:09:15 06:09:15 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:09:15 #0 1.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #0 1.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.230 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:09:15 #0 2.230 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:09:15 #0 2.230 OK: 24171 distinct packages available 06:09:15 #0 2.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #0 2.747 OK: 248 MiB in 58 packages 06:09:15 #71 DONE 2.8s 06:09:15 06:09:15 #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:09:15 #72 DONE 0.1s 06:09:15 06:09:15 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:09:15 #60 7.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #60 7.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #60 7.872 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:09:15 #60 7.872 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:09:15 #60 7.872 OK: 24171 distinct packages available 06:09:15 #60 7.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:15 #60 8.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:15 #60 8.380 (1/4) Installing dumb-init (1.2.5-r3) 06:09:15 #60 8.384 (2/4) Installing musl-obstack (1.2.3-r2) 06:09:15 #60 8.395 (3/4) Installing libucontext (1.2-r3) 06:09:15 #60 8.395 (4/4) Installing gcompat (1.1.0-r4) 06:09:15 #60 8.395 Executing busybox-1.36.1-r29.trigger 06:09:15 #60 8.404 OK: 8 MiB in 18 packages 06:09:16 #60 DONE 8.9s 06:09:16 06:09:16 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:09:16 #73 ... 06:09:16 06:09:16 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:09:16 #74 DONE 3.7s 06:09:16 06:09:16 #75 [core-data builder 3/7] RUN apk add --update --no-cache make git 06:09:16 #0 3.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.639 OK: 248 MiB in 58 packages 06:09:16 #75 DONE 3.8s 06:09:16 06:09:16 #76 [core-data builder 4/7] COPY go.mod vendor* ./ 06:09:16 #76 DONE 0.1s 06:09:16 06:09:16 #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:16 #77 ... 06:09:16 06:09:16 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:09:16 #0 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.736 OK: 8 MiB in 15 packages 06:09:16 #78 DONE 3.9s 06:09:16 06:09:16 #79 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:09:16 #0 3.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:16 #0 3.898 OK: 248 MiB in 58 packages 06:09:16 #79 DONE 4.1s 06:09:16 06:09:16 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:09:16 #80 DONE 0.0s 06:09:16 06:09:16 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:09:16 #0 1.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:16 #0 1.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:16 #0 1.628 OK: 19 MiB in 18 packages 06:09:16 #81 DONE 1.7s 06:09:16 06:09:16 #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:16 #82 ... 06:09:16 06:09:16 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:09:16 #83 DONE 0.0s 06:09:17 06:09:17 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:09:17 #84 ... 06:09:17 06:09:17 #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:09:17 #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.443 OK: 10 MiB in 17 packages 06:09:17 #85 DONE 4.5s 06:09:17 06:09:17 #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade 06:09:17 #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.705 OK: 8 MiB in 15 packages 06:09:17 #86 ... 06:09:17 06:09:17 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:09:17 #0 3.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.720 OK: 13 MiB in 28 packages 06:09:17 #87 DONE 4.8s 06:09:17 06:09:17 #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade 06:09:17 #86 DONE 4.8s 06:09:17 06:09:17 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:09:17 #0 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:17 #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:17 #88 2.766 OK: 12 MiB in 21 packages 06:09:17 #88 DONE 2.9s 06:09:17 06:09:17 #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:09:17 #0 4.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:17 #0 4.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:17 #0 5.176 OK: 19 MiB in 18 packages 06:09:18 #89 DONE 5.3s 06:09:18 06:09:18 #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:09:18 #0 4.155 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:18 #0 4.614 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:18 #90 ... 06:09:18 06:09:18 #66 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 06:09:18 #66 3.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:18 #66 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:18 #66 3.447 OK: 9 MiB in 19 packages 06:09:18 #66 DONE 3.8s 06:09:18 06:09:18 #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:09:19 #91 DONE 0.8s 06:09:19 06:09:19 #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:09:19 #90 5.347 (1/1) Installing dumb-init (1.2.5-r3) 06:09:19 #90 5.640 Executing busybox-1.36.1-r29.trigger 06:09:19 #90 5.648 OK: 8 MiB in 15 packages 06:09:19 #90 DONE 5.9s 06:09:19 06:09:19 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:09:19 #0 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:19 #0 3.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:19 #0 3.688 OK: 8 MiB in 16 packages 06:09:19 #92 DONE 4.4s 06:09:19 06:09:19 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:09:19 #93 DONE 0.8s 06:09:19 06:09:19 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:09:19 #94 DONE 0.1s 06:09:19 06:09:19 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:09:20 #95 ... 06:09:20 06:09:20 #96 [security-spire-server stage-2 6/9] COPY security.txt / 06:09:20 #96 DONE 0.6s 06:09:20 06:09:20 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:09:20 #95 DONE 0.7s 06:09:20 06:09:20 #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:09:20 #97 DONE 0.1s 06:09:20 06:09:20 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:09:20 #98 DONE 0.1s 06:09:20 06:09:20 #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:09:20 #99 DONE 0.1s 06:09:20 06:09:20 #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:09:20 #100 DONE 0.1s 06:09:20 06:09:20 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 06:09:20 #101 DONE 0.1s 06:09:20 06:09:20 #102 [security-spire-server] exporting to image 06:09:20 #102 exporting layers 06:09:20 #102 ... 06:09:20 06:09:20 #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:09:20 #103 DONE 0.1s 06:09:20 06:09:20 #104 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:09:20 #104 DONE 0.1s 06:09:20 06:09:20 #105 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:09:20 #105 DONE 1.2s 06:09:20 06:09:20 #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:09:20 #106 DONE 0.0s 06:09:20 06:09:20 #107 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:09:20 #107 DONE 0.1s 06:09:20 06:09:20 #102 [security-spire-agent] exporting to image 06:09:21 #102 ... 06:09:21 06:09:21 #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:09:21 #73 4.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:21 #73 4.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:21 #73 4.577 OK: 8 MiB in 18 packages 06:09:21 #73 DONE 4.7s 06:09:21 06:09:21 #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:09:21 #108 DONE 0.8s 06:09:21 06:09:21 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:09:21 #84 3.735 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:09:21 #84 4.181 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:09:21 #84 4.975 OK: 248 MiB in 58 packages 06:09:21 #84 DONE 5.1s 06:09:21 06:09:21 #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:09:21 #109 DONE 0.1s 06:09:21 06:09:21 #110 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:09:21 #110 DONE 0.1s 06:09:21 06:09:21 #111 [security-spire-config stage-2 6/10] COPY security.txt / 06:09:21 #111 DONE 0.1s 06:09:21 06:09:21 #102 [security-spire-agent] exporting to image 06:09:21 #102 exporting layers 1.3s done 06:09:21 #102 writing image sha256:c1dee4f5ef58808bf97c5b126bef7cc412cf72e4b23e2f50858ffbfcb37293e4 06:09:22 #102 exporting layers 1.1s done 06:09:22 #102 writing image sha256:c1dee4f5ef58808bf97c5b126bef7cc412cf72e4b23e2f50858ffbfcb37293e4 0.0s done 06:09:22 #102 naming to docker.io/library/security-spire-server done 06:09:22 #102 writing image sha256:1d6f908981898cc9212f34a80af95218e0beaa67f6bf06e3d63c5d22a7de9242 done 06:09:22 #102 naming to docker.io/library/security-spire-agent done 06:09:22 #102 DONE 1.3s 06:09:22 06:09:22 #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:09:22 #112 DONE 0.2s 06:09:22 06:09:22 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:09:22 #113 DONE 0.0s 06:09:22 06:09:22 #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:09:22 #114 DONE 0.0s 06:09:22 06:09:22 #102 [security-spire-config] exporting to image 06:09:23 #102 exporting layers 0.7s done 06:09:23 #102 writing image sha256:a8467ac0fdb05ef69d78f549c97a609eead8d44dd1446bbac4b344fdbb2f8d3c done 06:09:23 #102 naming to docker.io/library/security-spire-config done 06:09:23 #102 DONE 2.0s 06:09:23 06:09:23 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:25 #115 ... 06:09:25 06:09:25 #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:25 #116 ... 06:09:25 06:09:25 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:25 #117 ... 06:09:25 06:09:25 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:28 Avoid second fetch 06:09:28 Checking out Revision 21cd7c14f5e382ba721c8756160f6132a91a8ed6 (main) 06:09:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:28 > git config core.sparsecheckout # timeout=10 06:09:28 > git checkout -f 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 06:09:29 Commit message: "Merge pull request #5146 from judehung/refactor-5145" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:34 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:09:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:09:34 Dload Upload Total Spent Left Speed 06:09:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 66466 0 --:--:-- --:--:-- --:--:-- 66466 [Pipeline] sh 06:09:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:09:35 + sudo tee /etc/docker/daemon.new 06:09:35 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:09:35 { 06:09:35 "registry-mirrors": [ 06:09:35 "https://nexus3.edgexfoundry.org:10001" 06:09:35 ], 06:09:35 "bip": "10.250.0.254/24", 06:09:35 "hosts": [ 06:09:35 "tcp://0.0.0.0:5555", 06:09:35 "unix:///var/run/docker.sock" 06:09:35 ], 06:09:35 "mtu": 1458, 06:09:35 "selinux-enabled": true, 06:09:35 "seccomp-profile": "/etc/docker/seccomp.json" 06:09:35 } [Pipeline] sh 06:09:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:09:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:53 provisioning config files... 06:09:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config2038281280944311322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:54 ---> ****-login.sh 06:09:54 nexus3.edgexfoundry.org:10001 06:09:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:54 Configure a credential helper to remove this warning. See 06:09:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:54 06:09:54 Login Succeeded 06:09:55 nexus3.edgexfoundry.org:10002 06:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:55 Configure a credential helper to remove this warning. See 06:09:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:55 06:09:55 Login Succeeded 06:09:55 nexus3.edgexfoundry.org:10003 06:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:55 Configure a credential helper to remove this warning. See 06:09:55 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:55 06:09:55 Login Succeeded 06:09:55 nexus3.edgexfoundry.org:10004 06:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:56 Configure a credential helper to remove this warning. See 06:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:56 06:09:56 Login Succeeded 06:09:56 ****.io 06:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:09:56 Configure a credential helper to remove this warning. See 06:09:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:09:56 06:09:56 Login Succeeded 06:09:56 ---> ****-login.sh ends [Pipeline] } 06:09:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:09:57 + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo 06:09:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:09:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:09:57 ========================================================= 06:09:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:09:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:09:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:09:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:09:57 94e9d8af2201: Pulling fs layer 06:09:57 634366ca850b: Pulling fs layer 06:09:57 f66ade281fe9: Pulling fs layer 06:09:57 13fd4ce6e94e: Pulling fs layer 06:09:57 4f4fb700ef54: Pulling fs layer 06:09:57 4cccf3f17d63: Pulling fs layer 06:09:57 2d8010953d95: Pulling fs layer 06:09:57 ec743f232bc5: Pulling fs layer 06:09:57 4cccf3f17d63: Waiting 06:09:57 2d8010953d95: Waiting 06:09:57 13fd4ce6e94e: Waiting 06:09:57 4f4fb700ef54: Waiting 06:09:57 ec743f232bc5: Waiting 06:09:57 #118 DONE 38.2s 06:09:57 06:09:57 #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:57 #116 DONE 38.3s 06:09:57 06:09:57 #119 [security-bootstrapper builder 6/7] COPY . . 06:09:57 #119 ... 06:09:57 06:09:57 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:57 #115 DONE 32.2s 06:09:57 06:09:57 #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:57 #77 DONE 37.3s 06:09:57 06:09:57 #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:57 #82 DONE 37.0s 06:09:57 06:09:57 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:09:57 #117 DONE 38.4s 06:09:57 06:09:57 #120 [support-scheduler builder 6/7] COPY . . 06:09:57 634366ca850b: Verifying Checksum 06:09:57 634366ca850b: Download complete 06:09:57 13fd4ce6e94e: Verifying Checksum 06:09:57 13fd4ce6e94e: Download complete 06:09:57 4f4fb700ef54: Verifying Checksum 06:09:57 4f4fb700ef54: Download complete 06:09:57 94e9d8af2201: Verifying Checksum 06:09:57 94e9d8af2201: Download complete 06:09:57 4cccf3f17d63: Verifying Checksum 06:09:57 4cccf3f17d63: Download complete 06:09:58 ec743f232bc5: Verifying Checksum 06:09:58 ec743f232bc5: Download complete 06:09:58 94e9d8af2201: Pull complete 06:09:59 634366ca850b: Pull complete 06:09:59 f66ade281fe9: Download complete 06:10:01 2d8010953d95: Verifying Checksum 06:10:01 2d8010953d95: Download complete 06:10:03 #120 ... 06:10:03 06:10:03 #121 [support-notifications builder 6/7] COPY . . 06:10:03 #121 DONE 9.4s 06:10:03 06:10:03 #122 [core-data builder 6/7] COPY . . 06:10:03 #122 DONE 9.4s 06:10:03 06:10:03 #123 [security-proxy-setup builder 6/7] COPY . . 06:10:03 #123 CACHED 06:10:03 06:10:03 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #124 CACHED 06:10:03 06:10:03 #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:10:03 #125 CACHED 06:10:03 06:10:03 #119 [security-bootstrapper builder 6/7] COPY . . 06:10:03 #119 DONE 9.4s 06:10:03 06:10:03 #126 [security-secretstore-setup builder 6/7] COPY . . 06:10:03 #126 CACHED 06:10:03 06:10:03 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:10:03 #127 CACHED 06:10:03 06:10:03 #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #128 CACHED 06:10:03 06:10:03 #120 [support-scheduler builder 6/7] COPY . . 06:10:03 #120 DONE 9.4s 06:10:03 06:10:03 #129 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #129 CACHED 06:10:03 06:10:03 #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:10:03 #130 CACHED 06:10:03 06:10:03 #131 [security-proxy-auth builder 6/7] COPY . . 06:10:03 #131 CACHED 06:10:03 06:10:03 #132 [core-keeper builder 7/8] COPY . . 06:10:03 #132 DONE 9.5s 06:10:03 06:10:03 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #133 CACHED 06:10:03 06:10:03 #134 [core-common-config-bootstrapper builder 6/7] COPY . . 06:10:03 #134 CACHED 06:10:03 06:10:03 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:10:03 #135 CACHED 06:10:03 06:10:03 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #136 CACHED 06:10:03 06:10:03 #137 [core-metadata builder 6/7] COPY . . 06:10:03 #137 CACHED 06:10:03 06:10:03 #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:10:03 #138 CACHED 06:10:03 06:10:03 #139 [core-command builder 6/7] COPY . . 06:10:03 #139 CACHED 06:10:03 06:10:03 #140 [core-command builder 4/7] COPY go.mod vendor* ./ 06:10:03 #140 CACHED 06:10:03 06:10:03 #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:03 #141 CACHED 06:10:03 06:10:03 #142 [security-spiffe-token-provider builder 6/7] COPY . . 06:10:03 #142 DONE 9.5s 06:10:03 06:10:03 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:10:05 #143 1.505 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:10:13 #143 ... 06:10:13 06:10:13 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:10:13 #0 1.461 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:10:13 #144 ... 06:10:13 06:10:13 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:10:13 #0 1.400 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:10:13 #145 ... 06:10:13 06:10:13 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:10:13 #0 0.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:10:13 #146 ... 06:10:13 06:10:13 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:10:13 #0 0.834 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:10:13 #147 ... 06:10:13 06:10:13 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:10:13 #0 0.412 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:10:14 #148 ... 06:10:14 06:10:14 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:10:14 #0 1.078 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:10:14 #149 ... 06:10:14 06:10:14 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:10:14 #0 0.451 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:10:14 #150 ... 06:10:14 06:10:14 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:10:14 #0 1.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:10:14 #151 ... 06:10:14 06:10:14 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:10:14 #0 0.557 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:10:14 #152 ... 06:10:14 06:10:14 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:10:14 #0 1.197 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:10:15 #153 ... 06:10:15 06:10:15 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:10:15 #0 0.708 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:10:16 f66ade281fe9: Pull complete 06:10:16 13fd4ce6e94e: Pull complete 06:10:16 4f4fb700ef54: Pull complete 06:10:16 4cccf3f17d63: Pull complete 06:10:24 2d8010953d95: Pull complete 06:10:25 ec743f232bc5: Pull complete 06:10:25 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 06:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:10:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 06:10:26 + docker build -t ci-base-image-arm64+ -f - . 06:10:26 echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:10:26 WORKDIR /edgex 06:10:26 COPY go.mod . 06:10:26 RUN go mod download 06:10:27 Sending build context to Docker daemon 3.695MB 06:10:27 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:10:27 ---> 12c1d4c06be1 06:10:27 Step 2/4 : WORKDIR /edgex 06:10:29 ---> Running in 5066711fe3ad 06:10:29 Removing intermediate container 5066711fe3ad 06:10:29 ---> 8d613472337b 06:10:29 Step 3/4 : COPY go.mod . 06:10:29 ---> 69b23242f629 06:10:29 Step 4/4 : RUN go mod download 06:10:29 ---> Running in caeab38761ca 06:11:26 Removing intermediate container caeab38761ca 06:11:26 ---> 09dd0e538140 06:11:26 Successfully built 09dd0e538140 06:11:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:26 + docker inspect -f . ci-base-image-arm64 06:11:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:26 prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container 06:11:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:11:28 $ docker top 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:29 + go version 06:11:29 go version go1.23.8 linux/arm64 [Pipeline] } 06:11:29 $ docker stop --time=1 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e 06:11:30 $ docker rm -f --volumes 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e [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 06:11:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:11:31 06:11:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:11:31 latest: Pulling from edgex-devops/edgex-compose-arm64 06:11:31 547446be3368: Pulling fs layer 06:11:31 d125d8839a47: Pulling fs layer 06:11:31 3e85d5ac6304: Pulling fs layer 06:11:31 c3105a71a48b: Pulling fs layer 06:11:31 0f093f025ec4: Pulling fs layer 06:11:31 c3106fc0e877: Pulling fs layer 06:11:31 c3105a71a48b: Waiting 06:11:31 0f093f025ec4: Waiting 06:11:31 c3106fc0e877: Waiting 06:11:32 547446be3368: Verifying Checksum 06:11:32 547446be3368: Download complete 06:11:32 c3105a71a48b: Verifying Checksum 06:11:32 c3105a71a48b: Download complete 06:11:32 d125d8839a47: Verifying Checksum 06:11:32 d125d8839a47: Download complete 06:11:32 547446be3368: Pull complete 06:11:33 d125d8839a47: Pull complete 06:11:33 c3106fc0e877: Verifying Checksum 06:11:33 c3106fc0e877: Download complete 06:11:34 0f093f025ec4: Verifying Checksum 06:11:34 0f093f025ec4: Download complete 06:11:35 3e85d5ac6304: Verifying Checksum 06:11:35 3e85d5ac6304: Download complete 06:11:37 #154 DONE 92.7s 06:11:37 06:11:37 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:11:37 #146 DONE 92.7s 06:11:37 06:11:37 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:11:37 #149 ... 06:11:37 06:11:37 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:11:37 #155 DONE 0.2s 06:11:37 06:11:37 #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:11:37 #156 DONE 0.1s 06:11:37 06:11:37 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:11:37 #157 ... 06:11:37 06:11:37 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:11:37 #158 DONE 0.2s 06:11:37 06:11:37 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:11:37 #159 DONE 0.4s 06:11:37 06:11:37 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:11:37 #160 DONE 0.3s 06:11:37 06:11:37 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:11:37 #161 DONE 0.2s 06:11:37 06:11:37 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:11:37 #144 ... 06:11:37 06:11:37 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:37 #162 ... 06:11:37 06:11:37 #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:11:37 #157 DONE 1.4s 06:11:37 06:11:37 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 06:11:37 #163 DONE 0.3s 06:11:37 06:11:37 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:11:38 #149 ... 06:11:38 06:11:38 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 06:11:38 #164 DONE 0.2s 06:11:38 06:11:38 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:11:38 #165 DONE 0.5s 06:11:38 06:11:38 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:11:38 #162 DONE 1.2s 06:11:38 06:11:38 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:11:38 #166 DONE 0.1s 06:11:38 06:11:38 #102 [core-common-config-bootstrapper] exporting to image 06:11:38 #102 exporting layers 06:11:38 #102 ... 06:11:38 06:11:38 #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/ 06:11:38 #167 DONE 0.2s 06:11:39 06:11:39 #102 [core-common-config-bootstrapper] exporting to image 06:11:39 #102 exporting layers 0.3s done 06:11:39 #102 writing image sha256:3fa2fb6e78f8768c6336f45986d03a7666f0fbbf53f2709a423e3d9a96de7fa8 done 06:11:39 #102 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 06:11:39 #102 DONE 2.4s 06:11:39 06:11:39 #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/ 06:11:39 #168 DONE 0.2s 06:11:39 06:11:39 #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/ 06:11:39 #169 DONE 0.1s 06:11:39 06:11:39 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:11:39 #170 DONE 0.1s 06:11:39 06:11:39 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:11:41 #171 DONE 1.5s 06:11:41 06:11:41 #102 [security-bootstrapper] exporting to image 06:11:41 #102 exporting layers 0.5s done 06:11:41 #102 writing image sha256:2fa68c7012e63783b84a230e36a82aa341c6c60a87871b031a11ea42f1e43d8e done 06:11:41 #102 naming to docker.io/library/security-bootstrapper done 06:11:41 #102 DONE 2.9s 06:11:41 06:11:41 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:11:45 3e85d5ac6304: Pull complete 06:11:45 c3105a71a48b: Pull complete 06:11:45 0f093f025ec4: Pull complete 06:11:46 c3106fc0e877: Pull complete 06:11:46 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 06:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:11:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:46 prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container 06:11:46 $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:11:48 $ docker top 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:49 + docker compose -f ./docker-compose-build.yml build --parallel 06:11:59 #1 [core-data internal] load build definition from Dockerfile 06:11:59 #1 transferring dockerfile: 2.04kB done 06:11:59 #1 DONE 0.1s 06:11:59 06:11:59 #2 [security-bootstrapper internal] load build definition from Dockerfile 06:11:59 #2 transferring dockerfile: 3.02kB done 06:11:59 #2 DONE 0.0s 06:11:59 06:11:59 #3 [security-secretstore-setup internal] load build definition from Dockerfile 06:11:59 #3 transferring dockerfile: 2.49kB done 06:11:59 #3 DONE 0.1s 06:11:59 06:11:59 #4 [security-spire-config internal] load build definition from Dockerfile 06:11:59 #4 transferring dockerfile: 1.69kB 0.0s done 06:11:59 #4 DONE 0.1s 06:11:59 06:11:59 #5 [core-command internal] load build definition from Dockerfile 06:11:59 #5 transferring dockerfile: 1.94kB 0.0s done 06:11:59 #5 DONE 0.1s 06:11:59 06:11:59 #6 [security-spire-agent internal] load build definition from Dockerfile 06:11:59 #6 transferring dockerfile: 1.81kB done 06:11:59 #6 DONE 0.1s 06:11:59 06:11:59 #7 [support-notifications internal] load build definition from Dockerfile 06:11:59 #7 transferring dockerfile: 2.00kB done 06:11:59 #7 DONE 0.1s 06:11:59 06:11:59 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 06:11:59 #8 transferring dockerfile: 2.23kB done 06:11:59 #8 DONE 0.1s 06:11:59 06:11:59 #9 [security-spire-server internal] load build definition from Dockerfile 06:11:59 #9 transferring dockerfile: 1.70kB done 06:11:59 #9 DONE 0.1s 06:11:59 06:11:59 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 06:11:59 #10 transferring dockerfile: 1.89kB done 06:11:59 #10 DONE 0.1s 06:11:59 06:11:59 #11 [core-keeper internal] load build definition from Dockerfile 06:11:59 #11 transferring dockerfile: 2.01kB 0.0s done 06:11:59 #11 DONE 0.1s 06:11:59 06:11:59 #12 [security-proxy-setup internal] load build definition from Dockerfile 06:11:59 #12 transferring dockerfile: 2.50kB done 06:11:59 #12 DONE 0.1s 06:11:59 06:11:59 #13 [support-scheduler internal] load build definition from Dockerfile 06:11:59 #13 transferring dockerfile: 1.83kB done 06:11:59 #13 DONE 0.1s 06:11:59 06:11:59 #14 [security-proxy-auth internal] load build definition from Dockerfile 06:11:59 #14 transferring dockerfile: 2.14kB done 06:11:59 #14 DONE 0.1s 06:11:59 06:11:59 #15 [core-metadata internal] load build definition from Dockerfile 06:11:59 #15 transferring dockerfile: 2.10kB done 06:11:59 #15 DONE 0.1s 06:11:59 06:11:59 #16 [core-data internal] load .dockerignore 06:11:59 #16 transferring context: 50B done 06:11:59 #16 DONE 0.1s 06:12:00 06:12:00 #17 [security-bootstrapper internal] load .dockerignore 06:12:00 #17 transferring context: 50B done 06:12:00 #17 DONE 0.1s 06:12:00 06:12:00 #18 [security-secretstore-setup internal] load .dockerignore 06:12:00 #18 transferring context: 50B done 06:12:00 #18 DONE 0.1s 06:12:00 06:12:00 #19 [security-spire-config internal] load .dockerignore 06:12:00 #19 transferring context: 50B 0.0s done 06:12:00 #19 DONE 0.1s 06:12:00 06:12:00 #20 [core-command internal] load .dockerignore 06:12:00 #20 transferring context: 50B 0.0s done 06:12:00 #20 DONE 0.1s 06:12:00 06:12:00 #21 [security-spire-agent internal] load .dockerignore 06:12:00 #21 transferring context: 50B 0.0s done 06:12:00 #21 DONE 0.1s 06:12:00 06:12:00 #22 [support-notifications internal] load .dockerignore 06:12:00 #22 transferring context: 50B done 06:12:00 #22 DONE 0.1s 06:12:00 06:12:00 #23 [core-common-config-bootstrapper internal] load .dockerignore 06:12:00 #23 transferring context: 50B 0.0s done 06:12:00 #23 DONE 0.1s 06:12:00 06:12:00 #24 [security-spire-server internal] load .dockerignore 06:12:00 #24 transferring context: 50B 0.0s done 06:12:00 #24 DONE 0.1s 06:12:00 06:12:00 #25 [security-spiffe-token-provider internal] load .dockerignore 06:12:01 #25 transferring context: 50B done 06:12:01 #25 DONE 0.0s 06:12:01 06:12:01 #26 [core-keeper internal] load .dockerignore 06:12:01 #26 transferring context: 50B done 06:12:01 #26 DONE 0.1s 06:12:01 06:12:01 #27 [security-proxy-setup internal] load .dockerignore 06:12:01 #27 transferring context: 50B 0.0s done 06:12:01 #27 DONE 0.1s 06:12:01 06:12:01 #28 [support-scheduler internal] load .dockerignore 06:12:01 #28 transferring context: 50B done 06:12:01 #28 DONE 0.0s 06:12:01 06:12:01 #29 [security-proxy-auth internal] load .dockerignore 06:12:01 #29 transferring context: 50B done 06:12:01 #29 DONE 0.1s 06:12:01 06:12:01 #30 [core-metadata internal] load .dockerignore 06:12:01 #30 transferring context: 50B done 06:12:01 #30 DONE 0.1s 06:12:01 06:12:01 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:01 #31 DONE 0.0s 06:12:01 06:12:01 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 06:12:01 #32 DONE 0.4s 06:12:01 06:12:01 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:12:01 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:12:01 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:12:01 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:12:01 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:12:02 #33 ... 06:12:02 06:12:02 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:02 #31 DONE 0.0s 06:12:02 06:12:02 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 06:12:02 #32 DONE 0.4s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:02 #34 ... 06:12:02 06:12:02 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:02 #31 DONE 0.0s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:02 #34 ... 06:12:02 06:12:02 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:02 #31 DONE 0.0s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:02 #34 ... 06:12:02 06:12:02 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 06:12:02 #32 DONE 0.7s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:02 #34 ... 06:12:02 06:12:02 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:02 #31 DONE 0.0s 06:12:02 06:12:02 #35 [core-data internal] load build context 06:12:02 #35 transferring context: 3.22MB 0.8s done 06:12:02 #35 DONE 1.1s 06:12:02 06:12:02 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:02 #31 DONE 0.0s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:02 #34 ... 06:12:02 06:12:02 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 06:12:02 #32 DONE 0.9s 06:12:02 06:12:02 #34 [security-bootstrapper internal] load build context 06:12:03 #34 ... 06:12:03 06:12:03 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:03 #31 DONE 0.0s 06:12:03 06:12:03 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:12:03 #36 DONE 2.3s 06:12:03 06:12:03 #34 [security-bootstrapper internal] load build context 06:12:03 #34 transferring context: 3.22MB 1.0s done 06:12:03 #34 DONE 1.3s 06:12:03 06:12:03 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:03 #31 DONE 0.0s 06:12:03 06:12:03 #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 06:12:03 #37 ... 06:12:03 06:12:03 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 06:12:03 #32 DONE 1.4s 06:12:03 06:12:03 #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:12:03 #36 DONE 2.4s 06:12:03 06:12:03 #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 06:12:03 #37 ... 06:12:03 06:12:03 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:03 #31 DONE 0.0s 06:12:04 06:12:04 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:12:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:12:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:12:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:12:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:12:04 #33 ... 06:12:04 06:12:04 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:04 #31 DONE 0.0s 06:12:04 06:12:04 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 06:12:04 #31 DONE 0.1s 06:12:04 06:12:04 #38 [security-secretstore-setup internal] load build context 06:12:04 #38 transferring context: 3.22MB 1.6s done 06:12:04 #38 ... 06:12:04 06:12:04 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 06:12:04 #39 DONE 2.2s 06:12:04 06:12:04 #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 06:12:04 #40 DONE 2.5s 06:12:04 06:12:04 #41 [security-spire-agent internal] load build context 06:12:04 #41 DONE 0.0s 06:12:04 06:12:04 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:04 #42 DONE 0.0s 06:12:04 06:12:04 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:04 #43 DONE 0.0s 06:12:04 06:12:04 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:12:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:12:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:12:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:12:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:12:05 #33 ... 06:12:05 06:12:05 #38 [security-secretstore-setup internal] load build context 06:12:05 #38 DONE 2.6s 06:12:05 06:12:05 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:05 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:05 #43 ... 06:12:05 06:12:05 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 06:12:05 #32 DONE 3.1s 06:12:05 06:12:05 #44 [core-command internal] load build context 06:12:05 #44 transferring context: 3.22MB 1.6s done 06:12:05 #44 DONE 2.6s 06:12:05 06:12:05 #45 [core-common-config-bootstrapper internal] load build context 06:12:05 #45 ... 06:12:05 06:12:05 #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 06:12:05 #36 DONE 2.5s 06:12:05 06:12:05 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:12:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 06:12:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 06:12:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 06:12:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 06:12:06 #33 ... 06:12:06 06:12:06 #37 [core-keeper builder 2/7] WORKDIR /edgex-go 06:12:06 #37 DONE 3.6s 06:12:06 06:12:06 #46 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 06:12:06 #46 ... 06:12:06 06:12:06 #45 [core-common-config-bootstrapper internal] load build context 06:12:06 #45 transferring context: 3.22MB 2.6s done 06:12:06 #45 DONE 3.4s 06:12:06 06:12:06 #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:12:07 #47 ... 06:12:07 06:12:07 #48 [support-notifications internal] load build context 06:12:07 #48 transferring context: 3.22MB 3.0s done 06:12:07 #48 DONE 4.5s 06:12:07 06:12:07 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:07 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.5s done 06:12:08 #43 ... 06:12:08 06:12:08 #49 [security-spire-config internal] load build context 06:12:08 #49 transferring context: 22.05kB 0.6s done 06:12:08 #49 DONE 3.0s 06:12:08 06:12:08 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:08 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 06:12:08 #43 ... 06:12:08 06:12:08 #41 [security-spire-agent internal] load build context 06:12:08 #41 transferring context: 23.33kB 0.4s done 06:12:08 #41 DONE 3.2s 06:12:08 06:12:08 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:08 #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 06:12:08 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:12:08 #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 06:12:09 #43 ... 06:12:09 06:12:09 #50 [security-spire-server internal] load build context 06:12:09 #50 transferring context: 23.80kB 0.3s done 06:12:09 #50 DONE 4.6s 06:12:09 06:12:09 #51 [security-spiffe-token-provider internal] load build context 06:12:10 #51 ... 06:12:10 06:12:10 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:10 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.8s 06:12:10 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s 06:12:11 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.1s 06:12:11 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done 06:12:11 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.2s 06:12:11 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 06:12:11 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done 06:12:11 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.3s 06:12:11 #43 ... 06:12:11 06:12:11 #52 [security-proxy-setup internal] load build context 06:12:11 #52 transferring context: 3.22MB 3.1s done 06:12:11 #52 DONE 7.5s 06:12:11 06:12:11 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:11 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done 06:12:11 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done 06:12:11 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.6s done 06:12:11 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.7s 06:12:11 #43 ... 06:12:11 06:12:11 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:12:11 #53 ... 06:12:11 06:12:11 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:11 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done 06:12:11 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.1s 06:12:12 #43 ... 06:12:12 06:12:12 #51 [security-spiffe-token-provider internal] load build context 06:12:12 #51 transferring context: 3.22MB 5.8s done 06:12:12 #51 DONE 8.2s 06:12:12 06:12:12 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:12 #43 ... 06:12:12 06:12:12 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:12:12 #0 6.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:12 #0 6.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:12 #0 9.826 (1/2) Installing dumb-init (1.2.5-r3) 06:12:12 #0 9.826 (2/2) Installing su-exec (0.2-r3) 06:12:12 #0 9.908 Executing busybox-1.36.1-r29.trigger 06:12:12 #0 10.04 OK: 9 MiB in 16 packages 06:12:12 #54 ... 06:12:12 06:12:12 #55 [core-keeper internal] load build context 06:12:12 #55 transferring context: 3.22MB 6.6s done 06:12:12 #55 ... 06:12:12 06:12:12 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:12:12 #56 ... 06:12:12 06:12:12 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:12 #43 ... 06:12:12 06:12:12 #57 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:12:12 #0 9.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:12 #0 9.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:12 #57 ... 06:12:12 06:12:12 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:13 #43 ... 06:12:13 06:12:13 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:12:13 #0 5.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:13 #0 5.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:13 #0 8.768 (1/7) Installing ca-certificates (20241121-r1) 06:12:13 #0 8.966 (2/7) Installing dumb-init (1.2.5-r3) 06:12:13 #0 8.966 (3/7) Installing libgcc (13.2.1_git20240309-r1) 06:12:13 #0 8.966 (4/7) Installing libsodium (1.0.19-r0) 06:12:13 #0 9.106 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 06:12:13 #0 9.447 (6/7) Installing libzmq (4.3.5-r2) 06:12:13 #0 9.447 (7/7) Installing zeromq (4.3.5-r2) 06:12:13 #0 9.447 Executing busybox-1.36.1-r29.trigger 06:12:13 #0 9.627 Executing ca-certificates-20241121-r1.trigger 06:12:13 #58 10.04 OK: 14 MiB in 21 packages 06:12:13 #58 ... 06:12:13 06:12:13 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:13 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 3.6s 06:12:13 #43 ... 06:12:13 06:12:13 #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 06:12:13 #54 DONE 11.6s 06:12:13 06:12:13 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:14 #43 ... 06:12:14 06:12:14 #55 [core-keeper internal] load build context 06:12:14 #55 DONE 10.4s 06:12:14 06:12:14 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:14 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 4.3s 06:12:14 #43 ... 06:12:14 06:12:14 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:12:14 #59 ... 06:12:14 06:12:14 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:14 #60 ... 06:12:14 06:12:14 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:12:14 #0 8.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:14 #0 9.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:14 #61 ... 06:12:14 06:12:14 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:14 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 06:12:14 #43 ... 06:12:14 06:12:14 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:14 #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.9s done 06:12:14 #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 06:12:14 #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 06:12:14 #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 06:12:14 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done 06:12:14 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.3s done 06:12:14 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done 06:12:14 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.29MB / 14.28MB 5.3s 06:12:14 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.6s done 06:12:14 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 06:12:15 #42 ... 06:12:15 06:12:15 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:15 #60 DONE 10.5s 06:12:15 06:12:15 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:15 #42 ... 06:12:15 06:12:15 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:15 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.2s 06:12:15 #43 ... 06:12:15 06:12:15 #62 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:12:15 #62 ... 06:12:15 06:12:15 #63 [security-proxy-auth internal] load build context 06:12:16 #63 ... 06:12:16 06:12:16 #64 [support-scheduler internal] load build context 06:12:16 #64 ... 06:12:16 06:12:16 #65 [core-metadata internal] load build context 06:12:16 #65 ... 06:12:16 06:12:16 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 06:12:16 #58 DONE 12.6s 06:12:16 06:12:16 #65 [core-metadata internal] load build context 06:12:16 #65 ... 06:12:16 06:12:16 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:12:16 #66 ... 06:12:16 06:12:16 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:12:16 #67 ... 06:12:16 06:12:16 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:16 #68 ... 06:12:16 06:12:16 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:12:16 #69 ... 06:12:16 06:12:16 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:12:16 #70 ... 06:12:16 06:12:16 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:16 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.30MB / 33.17MB 7.0s 06:12:17 #43 ... 06:12:17 06:12:17 #64 [support-scheduler internal] load build context 06:12:17 #64 transferring context: 3.22MB 8.7s done 06:12:17 #64 DONE 11.3s 06:12:17 06:12:17 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:17 #43 ... 06:12:17 06:12:17 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:12:18 #71 ... 06:12:18 06:12:18 #65 [core-metadata internal] load build context 06:12:18 #65 transferring context: 3.22MB 8.0s done 06:12:18 #65 DONE 11.5s 06:12:18 06:12:18 #63 [security-proxy-auth internal] load build context 06:12:18 #63 transferring context: 3.22MB 8.4s done 06:12:18 #63 DONE 11.5s 06:12:18 06:12:18 #57 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 06:12:18 #57 13.05 (1/1) Installing dumb-init (1.2.5-r3) 06:12:18 #57 13.09 Executing busybox-1.36.1-r29.trigger 06:12:18 #57 13.14 OK: 9 MiB in 15 packages 06:12:18 #57 DONE 14.8s 06:12:18 06:12:18 #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:12:19 #72 ... 06:12:19 06:12:19 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 06:12:19 #61 13.01 (1/4) Installing dumb-init (1.2.5-r3) 06:12:19 #61 13.05 (2/4) Installing openssl (3.3.3-r0) 06:12:19 #61 13.09 (3/4) Installing su-exec (0.2-r3) 06:12:19 #61 13.09 (4/4) Installing yq-go (4.44.1-r2) 06:12:19 #61 13.63 Executing busybox-1.36.1-r29.trigger 06:12:19 #61 13.78 OK: 20 MiB in 18 packages 06:12:19 #61 DONE 14.9s 06:12:19 06:12:19 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:19 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.96MB / 33.17MB 9.8s 06:12:19 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 06:12:20 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 10.7s 06:12:20 #43 ... 06:12:20 06:12:20 #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:12:20 #53 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:20 #53 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:20 #53 17.43 (1/1) Installing dumb-init (1.2.5-r3) 06:12:20 #53 17.43 Executing busybox-1.36.1-r29.trigger 06:12:20 #53 17.54 OK: 9 MiB in 15 packages 06:12:20 #53 DONE 18.9s 06:12:20 06:12:20 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:21 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.86MB / 33.17MB 11.7s 06:12:22 #43 ... 06:12:22 06:12:22 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 06:12:22 #56 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:22 #56 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:22 #56 16.29 (1/4) Installing ca-certificates (20241121-r1) 06:12:22 #56 16.56 (2/4) Installing dumb-init (1.2.5-r3) 06:12:22 #56 16.59 (3/4) Installing su-exec (0.2-r3) 06:12:22 #56 16.63 (4/4) Installing yq-go (4.44.1-r2) 06:12:22 #56 17.23 Executing busybox-1.36.1-r29.trigger 06:12:22 #56 17.39 Executing ca-certificates-20241121-r1.trigger 06:12:22 #56 18.03 OK: 20 MiB in 18 packages 06:12:22 #56 DONE 19.6s 06:12:22 06:12:22 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:23 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.65MB / 33.17MB 12.6s 06:12:24 #43 ... 06:12:24 06:12:24 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:12:24 #73 ... 06:12:24 06:12:24 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:24 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.73MB / 33.17MB 14.2s 06:12:25 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.52MB / 33.17MB 15.2s 06:12:25 #43 ... 06:12:25 06:12:25 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:25 #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.0s done 06:12:25 #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 06:12:25 #42 ... 06:12:25 06:12:25 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:25 #43 ... 06:12:25 06:12:25 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:12:25 #74 ... 06:12:25 06:12:25 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:25 #68 DONE 19.3s 06:12:25 06:12:25 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:25 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 15.7s 06:12:26 #43 ... 06:12:26 06:12:26 #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:12:26 #75 ... 06:12:26 06:12:26 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:26 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 16.8s 06:12:27 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 17.3s 06:12:27 #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 17.4s done 06:12:27 #43 ... 06:12:27 06:12:27 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:12:27 #59 13.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:27 #59 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:27 #59 18.09 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:12:27 #59 18.09 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:12:27 #59 18.09 OK: 24049 distinct packages available 06:12:27 #59 18.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:27 #59 19.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:27 #59 ... 06:12:27 06:12:27 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:12:27 #67 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:27 #144 ... 06:12:27 06:12:27 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:12:27 #150 144.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:12:29 #67 22.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:29 #67 ... 06:12:29 06:12:29 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:12:29 #76 ... 06:12:29 06:12:29 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:12:29 #59 23.48 (1/14) Installing ca-certificates (20241121-r1) 06:12:29 #59 23.84 (2/14) Installing brotli-libs (1.1.0-r2) 06:12:29 #59 23.92 (3/14) Installing c-ares (1.33.1-r0) 06:12:29 #59 23.96 (4/14) Installing libunistring (1.2-r0) 06:12:29 #59 24.09 (5/14) Installing libidn2 (2.3.7-r0) 06:12:29 #59 24.12 (6/14) Installing nghttp2-libs (1.62.1-r0) 06:12:29 #59 24.15 (7/14) Installing libpsl (0.21.5-r1) 06:12:29 #59 24.25 (8/14) Installing zstd-libs (1.5.6-r0) 06:12:29 #59 24.32 (9/14) Installing libcurl (8.12.1-r0) 06:12:29 #59 24.38 (10/14) Installing curl (8.12.1-r0) 06:12:29 #59 24.42 (11/14) Installing dumb-init (1.2.5-r3) 06:12:29 #59 24.43 (12/14) Installing musl-obstack (1.2.3-r2) 06:12:29 #59 24.51 (13/14) Installing libucontext (1.2-r3) 06:12:29 #59 24.61 (14/14) Installing gcompat (1.1.0-r4) 06:12:29 #59 24.70 Executing busybox-1.36.1-r29.trigger 06:12:29 #59 24.88 Executing ca-certificates-20241121-r1.trigger 06:12:30 #59 ... 06:12:30 06:12:30 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:12:30 #66 14.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #66 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:30 #66 18.36 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:12:30 #66 18.36 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:12:30 #66 18.36 OK: 24049 distinct packages available 06:12:30 #66 19.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #66 19.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:30 #66 ... 06:12:30 06:12:30 #62 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:12:30 #62 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #62 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:30 #62 18.90 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:12:30 #62 18.90 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:12:30 #62 18.90 OK: 24049 distinct packages available 06:12:30 #62 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #62 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:30 #62 ... 06:12:30 06:12:30 #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:12:30 #72 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #72 ... 06:12:30 06:12:30 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 06:12:30 #69 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:30 #69 18.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:30 #69 22.70 OK: 239 MiB in 58 packages 06:12:30 #69 DONE 24.4s 06:12:30 06:12:30 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:30 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.1s 06:12:31 #43 ... 06:12:31 06:12:31 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:12:31 #77 ... 06:12:31 06:12:31 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:12:31 #59 26.63 OK: 15 MiB in 28 packages 06:12:31 #59 ... 06:12:31 06:12:31 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 06:12:31 #78 DONE 0.8s 06:12:31 06:12:31 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:32 #43 ... 06:12:32 06:12:32 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:12:32 #79 ... 06:12:32 06:12:32 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:33 #43 ... 06:12:33 06:12:33 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:12:33 #59 DONE 28.8s 06:12:33 06:12:33 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:35 #43 ... 06:12:35 06:12:35 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:12:35 #0 7.525 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:35 #0 9.543 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:35 #80 ... 06:12:35 06:12:35 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 06:12:35 #66 26.12 (1/4) Installing dumb-init (1.2.5-r3) 06:12:35 #66 26.15 (2/4) Installing musl-obstack (1.2.3-r2) 06:12:35 #66 26.18 (3/4) Installing libucontext (1.2-r3) 06:12:35 #66 26.21 (4/4) Installing gcompat (1.1.0-r4) 06:12:35 #66 26.29 Executing busybox-1.36.1-r29.trigger 06:12:35 #66 26.48 OK: 9 MiB in 18 packages 06:12:35 #66 DONE 29.7s 06:12:35 06:12:35 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:35 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.2s 06:12:35 #43 ... 06:12:35 06:12:35 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:35 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.0s 06:12:36 #42 ... 06:12:36 06:12:36 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:36 #43 ... 06:12:36 06:12:36 #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:12:36 #47 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:36 #47 21.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:36 #47 ... 06:12:36 06:12:36 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:37 #43 ... 06:12:37 06:12:37 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:12:37 #70 21.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:37 #70 22.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:37 #70 ... 06:12:37 06:12:37 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:38 #43 ... 06:12:38 06:12:38 #62 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:12:38 #62 28.35 (1/5) Installing dumb-init (1.2.5-r3) 06:12:38 #62 28.38 (2/5) Installing musl-obstack (1.2.3-r2) 06:12:38 #62 28.40 (3/5) Installing libucontext (1.2-r3) 06:12:38 #62 28.46 (4/5) Installing gcompat (1.1.0-r4) 06:12:38 #62 28.49 (5/5) Installing openssl (3.3.3-r0) 06:12:38 #62 28.89 Executing busybox-1.36.1-r29.trigger 06:12:38 #62 29.20 OK: 10 MiB in 19 packages 06:12:38 #62 DONE 32.9s 06:12:38 06:12:38 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:39 #43 ... 06:12:39 06:12:39 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:12:39 #71 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:39 #71 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:39 #71 ... 06:12:39 06:12:39 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:40 #43 ... 06:12:40 06:12:40 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:12:40 #74 14.80 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:40 #74 16.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:40 #74 ... 06:12:40 06:12:40 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:12:40 #73 16.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:40 #73 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:40 #73 ... 06:12:40 06:12:40 #46 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 06:12:40 #46 24.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:40 #46 26.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:40 #46 ... 06:12:40 06:12:40 #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:12:40 #75 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:40 #75 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:40 #75 ... 06:12:40 06:12:40 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:12:40 #71 33.56 (1/3) Installing ca-certificates (20241121-r1) 06:12:41 #71 ... 06:12:41 06:12:41 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:12:41 #77 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:41 #77 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:41 #77 ... 06:12:41 06:12:41 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:12:41 #76 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:41 #76 14.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:41 #76 ... 06:12:41 06:12:41 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:12:41 #71 34.23 (2/3) Installing dumb-init (1.2.5-r3) 06:12:41 #71 34.28 (3/3) Installing tzdata (2025b-r0) 06:12:41 #71 ... 06:12:41 06:12:41 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:41 #81 ... 06:12:41 06:12:41 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:41 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.9s 06:12:41 #43 ... 06:12:41 06:12:41 #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 06:12:41 #47 34.01 OK: 239 MiB in 58 packages 06:12:41 #47 DONE 35.8s 06:12:41 06:12:41 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:42 #43 ... 06:12:42 06:12:42 #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:12:42 #82 DONE 0.7s 06:12:42 06:12:42 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:42 #43 ... 06:12:42 06:12:42 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:12:42 #79 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:42 #79 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:42 #79 ... 06:12:42 06:12:42 #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade 06:12:42 #72 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:42 #150 DONE 158.5s 06:12:42 06:12:42 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:12:42 #152 DONE 158.5s 06:12:42 06:12:42 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:12:42 #143 DONE 158.5s 06:12:42 06:12:42 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:12:42 #144 DONE 158.5s 06:12:42 06:12:42 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:12:42 #147 DONE 158.5s 06:12:42 06:12:42 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:12:42 #145 DONE 158.5s 06:12:42 06:12:42 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:12:42 #153 DONE 158.6s 06:12:42 06:12:42 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #172 ... 06:12:42 06:12:42 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:12:42 #149 DONE 158.6s 06:12:42 06:12:42 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:12:42 #151 DONE 158.7s 06:12:42 06:12:42 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:12:42 #148 DONE 158.7s 06:12:42 06:12:42 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #172 DONE 0.2s 06:12:42 06:12:42 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:12:42 #173 ... 06:12:42 06:12:42 #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #174 DONE 0.3s 06:12:42 06:12:42 #175 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #175 DONE 0.3s 06:12:42 06:12:42 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #176 DONE 0.2s 06:12:42 06:12:42 #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #177 DONE 0.2s 06:12:42 06:12:42 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #178 DONE 0.2s 06:12:42 06:12:42 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #179 DONE 0.2s 06:12:42 06:12:42 #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #180 ... 06:12:42 06:12:42 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:12:42 #173 DONE 0.3s 06:12:42 06:12:42 #181 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #181 CACHED 06:12:42 06:12:42 #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:12:42 #182 CACHED 06:12:42 06:12:42 #183 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:12:42 #183 DONE 0.3s 06:12:42 06:12:42 #184 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:12:42 #184 CACHED 06:12:42 06:12:42 #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:12:42 #185 CACHED 06:12:42 06:12:42 #186 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:12:42 #186 DONE 0.3s 06:12:42 06:12:42 #187 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:12:42 #187 DONE 0.3s 06:12:42 06:12:42 #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:12:42 #188 DONE 0.3s 06:12:42 06:12:42 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:12:42 #189 DONE 0.4s 06:12:42 06:12:42 #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:12:42 #190 DONE 0.3s 06:12:42 06:12:42 #191 [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 06:12:43 #72 ... 06:12:43 06:12:43 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:43 #43 ... 06:12:43 06:12:43 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 06:12:43 #67 34.55 OK: 239 MiB in 58 packages 06:12:43 #67 DONE 37.0s 06:12:43 06:12:43 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:43 #43 ... 06:12:43 06:12:43 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:12:43 #0 5.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:43 #0 7.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:43 #191 ... 06:12:43 06:12:43 #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:12:43 #180 DONE 1.0s 06:12:43 06:12:43 #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:12:43 #192 DONE 0.8s 06:12:43 06:12:43 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:12:43 #193 DONE 0.8s 06:12:43 06:12:43 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:12:43 #194 DONE 0.8s 06:12:43 06:12:43 #195 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 06:12:43 #195 DONE 0.9s 06:12:43 06:12:43 #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:12:43 #196 DONE 0.8s 06:12:43 06:12:43 #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:12:43 #197 DONE 0.8s 06:12:43 06:12:43 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:12:43 #198 DONE 0.9s 06:12:43 06:12:43 #199 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:12:43 #199 DONE 0.8s 06:12:43 06:12:43 #191 [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 06:12:43 #191 DONE 0.8s 06:12:43 06:12:43 #200 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:12:43 #200 DONE 0.2s 06:12:43 06:12:43 #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:12:43 #201 DONE 0.2s 06:12:43 06:12:43 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:12:43 #202 DONE 0.2s 06:12:43 06:12:43 #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:12:43 #203 ... 06:12:43 06:12:43 #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:12:43 #204 DONE 0.2s 06:12:43 06:12:43 #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 06:12:43 #205 DONE 0.2s 06:12:43 06:12:43 #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:12:43 #206 DONE 0.2s 06:12:43 06:12:43 #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:12:43 #207 DONE 0.2s 06:12:43 06:12:43 #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 06:12:43 #208 DONE 0.2s 06:12:43 06:12:43 #209 [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 06:12:43 #209 DONE 0.2s 06:12:43 #83 ... 06:12:43 06:12:43 #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 06:12:43 06:12:43 #102 [security-spiffe-token-provider] exporting to image 06:12:43 #102 exporting layers 0.2s done 06:12:43 #102 ... 06:12:43 06:12:43 #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:12:43 #203 DONE 0.4s 06:12:43 06:12:43 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:12:43 #210 DONE 0.4s 06:12:43 06:12:43 #211 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:12:43 #211 DONE 0.4s 06:12:43 06:12:43 #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:12:43 #212 DONE 0.3s 06:12:43 06:12:43 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:12:43 #213 DONE 0.4s 06:12:43 06:12:43 #214 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:12:43 #214 ... 06:12:43 06:12:43 #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:12:43 #215 DONE 0.1s 06:12:44 #84 DONE 0.5s 06:12:44 06:12:44 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:44 06:12:44 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:12:44 #216 DONE 0.2s 06:12:44 06:12:44 #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:12:44 #217 DONE 0.2s 06:12:44 06:12:44 #102 [core-data] exporting to image 06:12:44 #102 exporting layers 0.7s done 06:12:44 #102 writing image sha256:5bc09daba8d9fec4631b4940037992a36547aa303c72a8e69d6248bc6790094a 0.0s done 06:12:44 #102 naming to docker.io/library/core-keeper done 06:12:44 #102 writing image sha256:04743db49620a69775766df45f4abf6e63042cb758bf7cc4135c6f45640f8ecf 0.0s done 06:12:44 #102 naming to docker.io/library/core-command done 06:12:44 #102 writing image sha256:6f92f69ccd799a23871ec4d6f2386fce8cf998a5c008899113518556489bf3f0 0.1s done 06:12:44 #102 naming to docker.io/library/core-data done 06:12:44 #102 writing image sha256:42d102c349e9c63271e1f15cc360f47875d4e871e2d270862de72e42988666fc 06:12:44 #102 writing image sha256:7203a64d10083d81805855692266ffd05b5f7893874909ae06dec97f1bff8032 06:12:44 #102 writing image sha256:42d102c349e9c63271e1f15cc360f47875d4e871e2d270862de72e42988666fc done 06:12:44 #102 writing image sha256:7203a64d10083d81805855692266ffd05b5f7893874909ae06dec97f1bff8032 done 06:12:44 #102 naming to docker.io/library/security-spiffe-token-provider done 06:12:44 #102 naming to docker.io/library/support-scheduler done 06:12:44 #102 ... 06:12:44 06:12:44 #214 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:12:44 #214 DONE 0.6s 06:12:44 06:12:44 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:12:44 #218 DONE 0.4s 06:12:44 06:12:44 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:12:44 #219 DONE 0.1s 06:12:44 06:12:44 #102 [support-notifications] exporting to image 06:12:44 #102 exporting layers 0.4s done 06:12:44 #102 writing image sha256:1a4ab13630b16e630c4d12a7d8572971896066c46fac2b6239c446a6bf9adab9 done 06:12:44 #102 naming to docker.io/library/core-metadata done 06:12:44 #102 writing image sha256:f178fa47c9bcb44dd770d2298d2ea9579b6063cae2d962bc5b47b3b125deaa40 done 06:12:44 #102 naming to docker.io/library/support-notifications done 06:12:44 #102 ... 06:12:44 06:12:44 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:12:44 #220 DONE 0.6s 06:12:44 06:12:44 #102 [security-proxy-setup] exporting to image 06:12:45 #102 exporting layers 0.2s done 06:12:45 #102 writing image sha256:84160ed124a9863f6e8281dac604d49aeeeb9de58256257a412a4522dd2654ab done 06:12:45 #102 naming to docker.io/library/security-proxy-setup done 06:12:45 #102 ... 06:12:45 06:12:45 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:12:45 #221 DONE 0.5s 06:12:45 06:12:45 #102 [security-secretstore-setup] exporting to image 06:12:45 #102 exporting layers 0.3s done 06:12:45 #102 writing image sha256:3d91d691b9c71aedc0ea952cae2c25f2cd7140f52029c889dad223d53ff06d68 done 06:12:45 #102 naming to docker.io/library/security-proxy-auth done 06:12:45 #102 writing image sha256:2b13562899e3a2f0966f0e17eadc461b21731b7e0b2f9943b3b5d22968886a39 done 06:12:45 #102 naming to docker.io/library/security-secretstore-setup done 06:12:45 #102 DONE 4.8s 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:12:45 time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:12:45 $ docker stop --time=1 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d 06:12:46 #43 ... 06:12:46 06:12:46 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:12:46 #0 4.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:46 #0 6.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:46 #85 ... 06:12:46 06:12:46 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:46 #43 ... 06:12:46 06:12:46 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 06:12:46 #73 29.78 OK: 9 MiB in 16 packages 06:12:46 #73 DONE 32.1s 06:12:46 06:12:46 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 06:12:46 #76 24.91 OK: 20 MiB in 18 packages 06:12:46 #76 DONE 26.6s 06:12:46 06:12:46 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:12:46 #86 ... 06:12:46 06:12:46 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:12:46 #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.6s done 06:12:46 $ docker rm -f --volumes 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d 06:12:46 #42 ... 06:12:46 06:12:46 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 06:12:46 #86 DONE 0.4s 06:12:46 06:12:46 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [Pipeline] // withDockerContainer [Pipeline] sh 06:12:46 #87 ... 06:12:46 06:12:46 #72 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 06:12:46 #72 27.66 OK: 9 MiB in 15 packages 06:12:46 #72 DONE 29.7s 06:12:46 06:12:46 #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 06:12:46 #75 28.20 OK: 14 MiB in 21 packages 06:12:46 #75 DONE 30.6s 06:12:46 06:12:46 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:12:46 #79 24.90 OK: 20 MiB in 18 packages 06:12:46 + docker images 06:12:46 REPOSITORY TAG IMAGE ID CREATED SIZE 06:12:46 security-proxy-auth latest 3d91d691b9c7 2 seconds ago 31.4MB 06:12:46 security-proxy-setup latest 84160ed124a9 2 seconds ago 38.3MB 06:12:46 security-secretstore-setup latest 2b13562899e3 2 seconds ago 68MB 06:12:46 support-scheduler latest 7203a64d1008 3 seconds ago 48.4MB 06:12:46 core-keeper latest 5bc09daba8d9 3 seconds ago 32.2MB 06:12:46 support-notifications latest f178fa47c9bc 3 seconds ago 52MB 06:12:46 core-data latest 6f92f69ccd79 3 seconds ago 32.5MB 06:12:46 security-spiffe-token-provider latest 42d102c349e9 3 seconds ago 47.2MB 06:12:46 core-command latest 04743db49620 3 seconds ago 28MB 06:12:46 core-metadata latest 1a4ab13630b1 3 seconds ago 32.7MB 06:12:46 security-bootstrapper latest 2fa68c7012e6 About a minute ago 20.3MB 06:12:46 core-common-config-bootstrapper latest 3fa2fb6e78f8 About a minute ago 17.1MB 06:12:46 security-spire-config latest a8467ac0fdb0 3 minutes ago 149MB 06:12:46 security-spire-server latest c1dee4f5ef58 3 minutes ago 149MB 06:12:46 security-spire-agent latest 1d6f90898189 3 minutes ago 195MB 06:12:46 ci-base-image-x86_64 latest 924194f75a1d 7 minutes ago 925MB 06:12:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 4 weeks ago 574MB 06:12:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 23 months ago 334MB 06:12:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:12:47 provisioning config files... 06:12:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config4410847816993483994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:47 ---> ****-login.sh 06:12:47 nexus3.edgexfoundry.org:10001 06:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:47 Configure a credential helper to remove this warning. See 06:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:47 06:12:47 Login Succeeded 06:12:47 nexus3.edgexfoundry.org:10002 06:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:47 Configure a credential helper to remove this warning. See 06:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:47 06:12:47 Login Succeeded 06:12:47 nexus3.edgexfoundry.org:10003 06:12:47 #79 ... 06:12:47 06:12:47 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 06:12:47 #77 23.76 OK: 9 MiB in 15 packages 06:12:47 #77 DONE 26.4s 06:12:47 06:12:47 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:47 #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.6s done 06:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:47 Configure a credential helper to remove this warning. See 06:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:47 06:12:47 Login Succeeded 06:12:47 nexus3.edgexfoundry.org:10004 06:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:47 Configure a credential helper to remove this warning. See 06:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:47 06:12:47 Login Succeeded 06:12:47 ****.io 06:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:12:47 Configure a credential helper to remove this warning. See 06:12:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:12:47 06:12:47 Login Succeeded 06:12:47 ---> ****-login.sh ends [Pipeline] } 06:12:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:12:48 [edgeXDocker.push] Tagging docker image core-command with the following tags: 06:12:48 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:48 latest 06:12:48 4.1.0-dev.10 06:12:48 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:48 main 06:12:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:48 #43 ... 06:12:48 06:12:48 #46 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 06:12:48 #46 39.19 OK: 239 MiB in 58 packages 06:12:48 #46 DONE 43.0s 06:12:48 06:12:48 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 06:12:48 #71 36.43 Executing busybox-1.36.1-r29.trigger 06:12:48 #71 36.65 Executing ca-certificates-20241121-r1.trigger 06:12:48 #71 38.50 OK: 11 MiB in 17 packages 06:12:48 #71 DONE 41.3s 06:12:48 06:12:48 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:12:48 + docker push nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:12:48 f3c5d81a203a: Preparing 06:12:48 52c7ae0664ee: Preparing 06:12:48 099b32bf1031: Preparing 06:12:48 739a764237d5: Preparing 06:12:48 2652acbebf60: Preparing 06:12:48 b98f8b1ff336: Preparing 06:12:48 994456c4fd7b: Preparing 06:12:48 994456c4fd7b: Waiting 06:12:48 b98f8b1ff336: Waiting 06:12:48 099b32bf1031: Pushed 06:12:48 2652acbebf60: Pushed 06:12:48 739a764237d5: Pushed 06:12:48 f3c5d81a203a: Pushed 06:12:48 994456c4fd7b: Layer already exists 06:12:48 b98f8b1ff336: Pushed 06:12:48 #43 ... 06:12:48 06:12:48 #88 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 06:12:48 #0 4.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:48 #0 7.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:48 #88 ... 06:12:48 06:12:48 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:12:48 #89 ... 06:12:48 06:12:48 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 06:12:48 #79 DONE 26.9s 06:12:49 06:12:49 #90 [core-data builder 4/7] COPY go.mod vendor* ./ 06:12:49 #90 ... 06:12:49 06:12:49 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 06:12:49 #80 21.82 OK: 239 MiB in 58 packages 06:12:49 #80 DONE 23.7s 06:12:49 06:12:49 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 06:12:49 #74 29.44 (1/1) Installing dumb-init (1.2.5-r3) 06:12:49 #74 30.20 Executing busybox-1.36.1-r29.trigger 06:12:49 #74 30.64 OK: 9 MiB in 15 packages 06:12:49 #74 DONE 34.1s 06:12:49 06:12:49 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:12:50 #91 ... 06:12:50 06:12:50 #90 [core-data builder 4/7] COPY go.mod vendor* ./ 06:12:50 #90 DONE 1.7s 06:12:50 06:12:50 #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:50 #92 ... 06:12:50 06:12:50 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:12:50 #70 34.12 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 06:12:50 #70 34.12 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 06:12:50 #70 34.12 OK: 24049 distinct packages available 06:12:50 #70 36.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:50 #70 38.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:12:50 52c7ae0664ee: Pushed 06:12:50 #70 ... 06:12:50 06:12:50 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 06:12:50 #91 DONE 1.4s 06:12:50 06:12:50 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:50 #93 ... 06:12:50 06:12:50 #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 06:12:50 #83 17.31 OK: 15 MiB in 28 packages 06:12:50 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 06:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:12:51 f3c5d81a203a: Preparing 06:12:51 52c7ae0664ee: Preparing 06:12:51 099b32bf1031: Preparing 06:12:51 739a764237d5: Preparing 06:12:51 2652acbebf60: Preparing 06:12:51 b98f8b1ff336: Preparing 06:12:51 994456c4fd7b: Preparing 06:12:51 994456c4fd7b: Waiting 06:12:51 b98f8b1ff336: Waiting 06:12:51 2652acbebf60: Layer already exists 06:12:51 099b32bf1031: Layer already exists 06:12:51 f3c5d81a203a: Layer already exists 06:12:51 739a764237d5: Layer already exists 06:12:51 52c7ae0664ee: Layer already exists 06:12:51 b98f8b1ff336: Layer already exists 06:12:51 994456c4fd7b: Layer already exists 06:12:51 latest: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:52 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 06:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:12:52 f3c5d81a203a: Preparing 06:12:52 52c7ae0664ee: Preparing 06:12:52 099b32bf1031: Preparing 06:12:52 739a764237d5: Preparing 06:12:52 2652acbebf60: Preparing 06:12:52 b98f8b1ff336: Preparing 06:12:52 994456c4fd7b: Preparing 06:12:52 b98f8b1ff336: Waiting 06:12:52 994456c4fd7b: Waiting 06:12:52 739a764237d5: Layer already exists 06:12:52 52c7ae0664ee: Layer already exists 06:12:52 099b32bf1031: Layer already exists 06:12:52 f3c5d81a203a: Layer already exists 06:12:52 2652acbebf60: Layer already exists 06:12:52 994456c4fd7b: Layer already exists 06:12:52 b98f8b1ff336: Layer already exists 06:12:52 4.1.0-dev.10: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:52 #83 DONE 18.9s 06:12:52 06:12:52 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 06:12:52 #85 15.55 OK: 9 MiB in 18 packages 06:12:52 #85 DONE 16.6s 06:12:52 06:12:52 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:52 #94 ... 06:12:52 06:12:52 #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:52 + docker push nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:12:52 f3c5d81a203a: Preparing 06:12:52 52c7ae0664ee: Preparing 06:12:52 099b32bf1031: Preparing 06:12:52 739a764237d5: Preparing 06:12:52 2652acbebf60: Preparing 06:12:52 b98f8b1ff336: Preparing 06:12:52 994456c4fd7b: Preparing 06:12:52 b98f8b1ff336: Waiting 06:12:52 994456c4fd7b: Waiting 06:12:52 2652acbebf60: Layer already exists 06:12:52 f3c5d81a203a: Layer already exists 06:12:52 739a764237d5: Layer already exists 06:12:52 52c7ae0664ee: Layer already exists 06:12:52 099b32bf1031: Layer already exists 06:12:52 b98f8b1ff336: Layer already exists 06:12:52 994456c4fd7b: Layer already exists 06:12:52 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv 06:12:53 #95 ... 06:12:53 06:12:53 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:12:53 #70 46.85 OK: 239 MiB in 58 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:53 #70 ... 06:12:53 06:12:53 #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 06:12:53 #87 DONE 7.3s 06:12:53 + docker push nexus3.edgexfoundry.org:10004/core-command:main 06:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 06:12:53 f3c5d81a203a: Preparing 06:12:53 52c7ae0664ee: Preparing 06:12:53 099b32bf1031: Preparing 06:12:53 739a764237d5: Preparing 06:12:53 2652acbebf60: Preparing 06:12:53 b98f8b1ff336: Preparing 06:12:53 994456c4fd7b: Preparing 06:12:53 b98f8b1ff336: Waiting 06:12:53 099b32bf1031: Layer already exists 06:12:53 739a764237d5: Layer already exists 06:12:53 52c7ae0664ee: Layer already exists 06:12:53 f3c5d81a203a: Layer already exists 06:12:53 2652acbebf60: Layer already exists 06:12:53 994456c4fd7b: Layer already exists 06:12:53 b98f8b1ff336: Layer already exists 06:12:53 main: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:53 ===================================================== [Pipeline] echo 06:12:53 taggedImages: 06:12:53 - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:53 - nexus3.edgexfoundry.org:10004/core-command:latest 06:12:53 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 06:12:53 - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:53 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 06:12:53 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 06:12:53 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:53 latest 06:12:53 4.1.0-dev.10 06:12:53 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:53 main 06:12:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:53 06:12:53 #88 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 06:12:53 #88 14.92 OK: 10 MiB in 19 packages 06:12:53 #88 ... 06:12:53 06:12:53 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 06:12:53 #96 DONE 0.4s 06:12:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv 06:12:53 06:12:53 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:53 #94 ... 06:12:53 06:12:53 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 06:12:53 #70 DONE 47.8s [Pipeline] { [Pipeline] sh 06:12:54 06:12:54 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:12:54 #89 5.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:12:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:12:54 b75570e9c44b: Preparing 06:12:54 792fca180e85: Preparing 06:12:54 9f5d4c869274: Preparing 06:12:54 bba97decd366: Preparing 06:12:54 099b32bf1031: Preparing 06:12:54 739a764237d5: Preparing 06:12:54 2652acbebf60: Preparing 06:12:54 b98f8b1ff336: Preparing 06:12:54 994456c4fd7b: Preparing 06:12:54 739a764237d5: Waiting 06:12:54 2652acbebf60: Waiting 06:12:54 b98f8b1ff336: Waiting 06:12:54 994456c4fd7b: Waiting 06:12:54 099b32bf1031: Layer already exists 06:12:54 739a764237d5: Layer already exists 06:12:54 2652acbebf60: Layer already exists 06:12:54 792fca180e85: Pushed 06:12:54 b98f8b1ff336: Layer already exists 06:12:54 994456c4fd7b: Layer already exists 06:12:54 b75570e9c44b: Pushed 06:12:54 9f5d4c869274: Pushed 06:12:54 #89 ... 06:12:54 06:12:54 #88 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 06:12:54 #88 DONE 16.0s 06:12:54 06:12:54 #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 06:12:54 #97 DONE 0.8s 06:12:54 06:12:54 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:12:55 bba97decd366: Pushed 06:12:55 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:55 + 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 06:12:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:12:56 b75570e9c44b: Preparing 06:12:56 792fca180e85: Preparing 06:12:56 9f5d4c869274: Preparing 06:12:56 bba97decd366: Preparing 06:12:56 099b32bf1031: Preparing 06:12:56 739a764237d5: Preparing 06:12:56 2652acbebf60: Preparing 06:12:56 b98f8b1ff336: Preparing 06:12:56 994456c4fd7b: Preparing 06:12:56 739a764237d5: Waiting 06:12:56 2652acbebf60: Waiting 06:12:56 b98f8b1ff336: Waiting 06:12:56 994456c4fd7b: Waiting 06:12:56 9f5d4c869274: Layer already exists 06:12:56 099b32bf1031: Layer already exists 06:12:56 bba97decd366: Layer already exists 06:12:56 792fca180e85: Layer already exists 06:12:56 b75570e9c44b: Layer already exists 06:12:56 739a764237d5: Layer already exists 06:12:56 2652acbebf60: Layer already exists 06:12:56 b98f8b1ff336: Layer already exists 06:12:56 994456c4fd7b: Layer already exists 06:12:56 latest: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:56 #98 ... 06:12:56 06:12:56 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 06:12:56 #99 DONE 2.3s 06:12:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 06:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:12:56 b75570e9c44b: Preparing 06:12:56 792fca180e85: Preparing 06:12:56 9f5d4c869274: Preparing 06:12:56 bba97decd366: Preparing 06:12:56 099b32bf1031: Preparing 06:12:56 739a764237d5: Preparing 06:12:56 2652acbebf60: Preparing 06:12:56 b98f8b1ff336: Preparing 06:12:56 994456c4fd7b: Preparing 06:12:56 739a764237d5: Waiting 06:12:56 2652acbebf60: Waiting 06:12:56 b98f8b1ff336: Waiting 06:12:56 994456c4fd7b: Waiting 06:12:56 bba97decd366: Layer already exists 06:12:56 099b32bf1031: Layer already exists 06:12:56 b75570e9c44b: Layer already exists 06:12:56 792fca180e85: Layer already exists 06:12:56 9f5d4c869274: Layer already exists 06:12:56 739a764237d5: Layer already exists 06:12:56 994456c4fd7b: Layer already exists 06:12:56 b98f8b1ff336: Layer already exists 06:12:56 2652acbebf60: Layer already exists 06:12:56 4.1.0-dev.10: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 06:12:57 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:12:57 #100 ... 06:12:57 06:12:57 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:12:57 #101 DONE 2.2s 06:12:57 06:12:57 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:12:57 #102 DONE 2.4s 06:12:57 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 06:12:57 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:12:57 #103 ... 06:12:57 06:12:57 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 06:12:57 #104 DONE 0.3s 06:12:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:12:57 b75570e9c44b: Preparing 06:12:57 792fca180e85: Preparing 06:12:57 9f5d4c869274: Preparing 06:12:57 bba97decd366: Preparing 06:12:57 099b32bf1031: Preparing 06:12:57 739a764237d5: Preparing 06:12:57 2652acbebf60: Preparing 06:12:57 b98f8b1ff336: Preparing 06:12:57 994456c4fd7b: Preparing 06:12:57 2652acbebf60: Waiting 06:12:57 b98f8b1ff336: Waiting 06:12:57 994456c4fd7b: Waiting 06:12:57 739a764237d5: Waiting 06:12:57 b75570e9c44b: Layer already exists 06:12:57 bba97decd366: Layer already exists 06:12:57 792fca180e85: Layer already exists 06:12:57 9f5d4c869274: Layer already exists 06:12:57 099b32bf1031: Layer already exists 06:12:57 739a764237d5: Layer already exists 06:12:57 994456c4fd7b: Layer already exists 06:12:57 2652acbebf60: Layer already exists 06:12:57 b98f8b1ff336: Layer already exists 06:12:57 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:57 06:12:57 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 06:12:57 #103 DONE 0.4s 06:12:57 06:12:57 #105 [security-spire-server stage-2 6/9] COPY security.txt / 06:12:57 #105 ... 06:12:57 06:12:57 #106 [security-spire-config stage-2 6/10] COPY security.txt / 06:12:57 #106 DONE 0.3s 06:12:57 + 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 06:12:57 06:12:57 #105 [security-spire-server stage-2 6/9] COPY security.txt / 06:12:57 #105 DONE 0.2s 06:12:57 06:12:57 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:12:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 06:12:58 b75570e9c44b: Preparing 06:12:58 792fca180e85: Preparing 06:12:58 9f5d4c869274: Preparing 06:12:58 bba97decd366: Preparing 06:12:58 099b32bf1031: Preparing 06:12:58 739a764237d5: Preparing 06:12:58 2652acbebf60: Preparing 06:12:58 b98f8b1ff336: Preparing 06:12:58 994456c4fd7b: Preparing 06:12:58 2652acbebf60: Waiting 06:12:58 b98f8b1ff336: Waiting 06:12:58 739a764237d5: Waiting 06:12:58 994456c4fd7b: Waiting 06:12:58 099b32bf1031: Layer already exists 06:12:58 bba97decd366: Layer already exists 06:12:58 b75570e9c44b: Layer already exists 06:12:58 792fca180e85: Layer already exists 06:12:58 9f5d4c869274: Layer already exists 06:12:58 2652acbebf60: Layer already exists 06:12:58 739a764237d5: Layer already exists 06:12:58 b98f8b1ff336: Layer already exists 06:12:58 994456c4fd7b: Layer already exists 06:12:58 main: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:12:58 #107 ... 06:12:58 06:12:58 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:12:58 #108 DONE 0.4s 06:12:58 06:12:58 #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:12:58 #107 DONE 0.4s 06:12:58 06:12:58 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:12:58 ===================================================== [Pipeline] echo 06:12:58 taggedImages: 06:12:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:12:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 06:12:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 06:12:58 [edgeXDocker.push] Tagging docker image core-data with the following tags: 06:12:58 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:58 latest 06:12:58 4.1.0-dev.10 06:12:58 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:12:58 main 06:12:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:58 #109 DONE 0.3s 06:12:58 06:12:58 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 06:12:58 #110 DONE 0.3s 06:12:58 06:12:58 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:12:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:12:58 #111 ... 06:12:58 06:12:58 #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:12:58 #112 DONE 0.3s 06:12:58 + docker push nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:12:58 247c06d11d16: Preparing 06:12:58 38db254f9eef: Preparing 06:12:58 099b32bf1031: Preparing 06:12:58 739a764237d5: Preparing 06:12:58 4958ae109314: Preparing 06:12:58 0eec3ba5854e: Preparing 06:12:58 994456c4fd7b: Preparing 06:12:58 0eec3ba5854e: Waiting 06:12:58 994456c4fd7b: Waiting 06:12:58 099b32bf1031: Layer already exists 06:12:58 739a764237d5: Layer already exists 06:12:58 994456c4fd7b: Layer already exists 06:12:58 4958ae109314: Pushed 06:12:58 247c06d11d16: Pushed 06:12:58 0eec3ba5854e: Pushed 06:12:58 06:12:58 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:12:58 #111 DONE 0.4s 06:12:58 06:12:58 #113 [security-spire-server] exporting to image 06:12:58 #113 exporting layers 06:13:00 #113 ... 06:13:00 06:13:00 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 06:13:00 #89 6.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:13:00 #89 11.05 OK: 11 MiB in 17 packages 06:13:00 #89 DONE 11.9s 06:13:00 06:13:00 #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:00 #95 ... 06:13:00 06:13:00 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 06:13:00 #100 DONE 3.9s 06:13:00 06:13:00 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 06:13:00 #114 DONE 0.2s 06:13:00 06:13:00 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:01 #94 ... 06:13:01 06:13:01 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 06:13:01 #115 DONE 0.2s 06:13:01 06:13:01 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:13:01 #116 DONE 0.2s 06:13:01 06:13:01 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:13:01 38db254f9eef: Pushed 06:13:01 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:01 #42 ... 06:13:01 06:13:01 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:13:01 #117 DONE 0.2s 06:13:01 06:13:01 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:13:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:01 #118 DONE 0.3s 06:13:01 06:13:01 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:13:01 #33 ... 06:13:01 06:13:01 #113 [security-spire-agent] exporting to image 06:13:02 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 06:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:13:02 247c06d11d16: Preparing 06:13:02 38db254f9eef: Preparing 06:13:02 099b32bf1031: Preparing 06:13:02 739a764237d5: Preparing 06:13:02 4958ae109314: Preparing 06:13:02 0eec3ba5854e: Preparing 06:13:02 994456c4fd7b: Preparing 06:13:02 0eec3ba5854e: Waiting 06:13:02 994456c4fd7b: Waiting 06:13:02 247c06d11d16: Layer already exists 06:13:02 099b32bf1031: Layer already exists 06:13:02 38db254f9eef: Layer already exists 06:13:02 739a764237d5: Layer already exists 06:13:02 4958ae109314: Layer already exists 06:13:02 0eec3ba5854e: Layer already exists 06:13:02 994456c4fd7b: Layer already exists 06:13:02 latest: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:02 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 06:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:13:02 247c06d11d16: Preparing 06:13:02 38db254f9eef: Preparing 06:13:02 099b32bf1031: Preparing 06:13:02 739a764237d5: Preparing 06:13:02 4958ae109314: Preparing 06:13:02 0eec3ba5854e: Preparing 06:13:02 994456c4fd7b: Preparing 06:13:02 0eec3ba5854e: Waiting 06:13:02 994456c4fd7b: Waiting 06:13:02 247c06d11d16: Layer already exists 06:13:02 739a764237d5: Layer already exists 06:13:02 099b32bf1031: Layer already exists 06:13:02 4958ae109314: Layer already exists 06:13:02 38db254f9eef: Layer already exists 06:13:02 994456c4fd7b: Layer already exists 06:13:02 0eec3ba5854e: Layer already exists 06:13:02 4.1.0-dev.10: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:03 #113 exporting layers 4.3s done 06:13:03 #113 writing image sha256:d89e0afa4a6228707553adf73ac64e0dc571c501ce3ef06cf44697809f91340c 0.0s done 06:13:03 #113 naming to docker.io/library/security-spire-config-arm64 done 06:13:03 #113 exporting layers 4.5s done 06:13:03 #113 writing image sha256:30a84741f799272bbaa983f8f06be4a789d3ef53200238a720736952ed919e01 0.0s done 06:13:03 #113 naming to docker.io/library/security-spire-server-arm64 done 06:13:03 + docker push nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:13:03 247c06d11d16: Preparing 06:13:03 38db254f9eef: Preparing 06:13:03 099b32bf1031: Preparing 06:13:03 739a764237d5: Preparing 06:13:03 4958ae109314: Preparing 06:13:03 0eec3ba5854e: Preparing 06:13:03 994456c4fd7b: Preparing 06:13:03 0eec3ba5854e: Waiting 06:13:03 994456c4fd7b: Waiting 06:13:03 739a764237d5: Layer already exists 06:13:03 247c06d11d16: Layer already exists 06:13:03 4958ae109314: Layer already exists 06:13:03 38db254f9eef: Layer already exists 06:13:03 099b32bf1031: Layer already exists 06:13:03 0eec3ba5854e: Layer already exists 06:13:03 994456c4fd7b: Layer already exists 06:13:03 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:04 + docker push nexus3.edgexfoundry.org:10004/core-data:main 06:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 06:13:04 247c06d11d16: Preparing 06:13:04 38db254f9eef: Preparing 06:13:04 099b32bf1031: Preparing 06:13:04 739a764237d5: Preparing 06:13:04 4958ae109314: Preparing 06:13:04 0eec3ba5854e: Preparing 06:13:04 994456c4fd7b: Preparing 06:13:04 994456c4fd7b: Waiting 06:13:04 0eec3ba5854e: Waiting 06:13:04 38db254f9eef: Layer already exists 06:13:04 739a764237d5: Layer already exists 06:13:04 4958ae109314: Layer already exists 06:13:04 099b32bf1031: Layer already exists 06:13:04 247c06d11d16: Layer already exists 06:13:04 0eec3ba5854e: Layer already exists 06:13:04 994456c4fd7b: Layer already exists 06:13:04 main: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:04 ===================================================== [Pipeline] echo 06:13:04 taggedImages: 06:13:04 - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:04 - nexus3.edgexfoundry.org:10004/core-data:latest 06:13:04 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 06:13:04 - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:04 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 06:13:04 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 06:13:04 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:04 latest 06:13:04 4.1.0-dev.10 06:13:04 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:04 main 06:13:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:04 #113 exporting layers 2.4s done 06:13:04 #113 writing image sha256:b234b5cf5594a95df7826053ba85dcce525a1ab707c82e9c61b37949fe0bdf1f done 06:13:04 #113 naming to docker.io/library/security-spire-agent-arm64 done 06:13:04 #113 DONE 5.6s 06:13:04 06:13:04 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:13:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:13:04 08a3178700c3: Preparing 06:13:04 821e9df5ec24: Preparing 06:13:04 739a764237d5: Preparing 06:13:04 ca4f76ac3f9a: Preparing 06:13:04 01164d963e71: Preparing 06:13:04 994456c4fd7b: Preparing 06:13:04 994456c4fd7b: Waiting 06:13:04 739a764237d5: Layer already exists 06:13:04 994456c4fd7b: Layer already exists 06:13:04 08a3178700c3: Pushed 06:13:04 01164d963e71: Pushed 06:13:04 ca4f76ac3f9a: Pushed 06:13:07 821e9df5ec24: Pushed 06:13:07 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 06:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:13:08 08a3178700c3: Preparing 06:13:08 821e9df5ec24: Preparing 06:13:08 739a764237d5: Preparing 06:13:08 ca4f76ac3f9a: Preparing 06:13:08 01164d963e71: Preparing 06:13:08 994456c4fd7b: Preparing 06:13:08 994456c4fd7b: Waiting 06:13:08 821e9df5ec24: Layer already exists 06:13:08 01164d963e71: Layer already exists 06:13:08 ca4f76ac3f9a: Layer already exists 06:13:08 739a764237d5: Layer already exists 06:13:08 08a3178700c3: Layer already exists 06:13:08 994456c4fd7b: Layer already exists 06:13:08 latest: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:08 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 06:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:13:08 08a3178700c3: Preparing 06:13:08 821e9df5ec24: Preparing 06:13:08 739a764237d5: Preparing 06:13:08 ca4f76ac3f9a: Preparing 06:13:08 01164d963e71: Preparing 06:13:08 994456c4fd7b: Preparing 06:13:08 994456c4fd7b: Waiting 06:13:08 821e9df5ec24: Layer already exists 06:13:08 ca4f76ac3f9a: Layer already exists 06:13:08 739a764237d5: Layer already exists 06:13:08 08a3178700c3: Layer already exists 06:13:08 01164d963e71: Layer already exists 06:13:08 994456c4fd7b: Layer already exists 06:13:08 4.1.0-dev.10: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:13:09 08a3178700c3: Preparing 06:13:09 821e9df5ec24: Preparing 06:13:09 739a764237d5: Preparing 06:13:09 ca4f76ac3f9a: Preparing 06:13:09 01164d963e71: Preparing 06:13:09 994456c4fd7b: Preparing 06:13:09 994456c4fd7b: Waiting 06:13:09 08a3178700c3: Layer already exists 06:13:09 821e9df5ec24: Layer already exists 06:13:09 ca4f76ac3f9a: Layer already exists 06:13:09 01164d963e71: Layer already exists 06:13:09 739a764237d5: Layer already exists 06:13:09 994456c4fd7b: Layer already exists 06:13:09 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 06:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 06:13:10 08a3178700c3: Preparing 06:13:10 821e9df5ec24: Preparing 06:13:10 739a764237d5: Preparing 06:13:10 ca4f76ac3f9a: Preparing 06:13:10 01164d963e71: Preparing 06:13:10 994456c4fd7b: Preparing 06:13:10 994456c4fd7b: Waiting 06:13:10 739a764237d5: Layer already exists 06:13:10 821e9df5ec24: Layer already exists 06:13:10 01164d963e71: Layer already exists 06:13:10 08a3178700c3: Layer already exists 06:13:10 ca4f76ac3f9a: Layer already exists 06:13:10 994456c4fd7b: Layer already exists 06:13:10 main: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:10 ===================================================== [Pipeline] echo 06:13:10 taggedImages: 06:13:10 - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:10 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:13:10 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 06:13:10 - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:10 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 06:13:10 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 06:13:10 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:10 latest 06:13:10 4.1.0-dev.10 06:13:10 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:10 main 06:13:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:13:10 b7a7679976d1: Preparing 06:13:10 f1c0267b48ff: Preparing 06:13:10 324e92b86bd1: Preparing 06:13:10 099b32bf1031: Preparing 06:13:10 739a764237d5: Preparing 06:13:10 2652acbebf60: Preparing 06:13:10 b98f8b1ff336: Preparing 06:13:10 994456c4fd7b: Preparing 06:13:10 2652acbebf60: Waiting 06:13:10 994456c4fd7b: Waiting 06:13:10 b98f8b1ff336: Waiting 06:13:10 099b32bf1031: Layer already exists 06:13:10 739a764237d5: Layer already exists 06:13:10 2652acbebf60: Layer already exists 06:13:10 b98f8b1ff336: Layer already exists 06:13:10 994456c4fd7b: Layer already exists 06:13:10 b7a7679976d1: Pushed 06:13:10 f1c0267b48ff: Pushed 06:13:13 324e92b86bd1: Pushed 06:13:13 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 06:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:13:14 b7a7679976d1: Preparing 06:13:14 f1c0267b48ff: Preparing 06:13:14 324e92b86bd1: Preparing 06:13:14 099b32bf1031: Preparing 06:13:14 739a764237d5: Preparing 06:13:14 2652acbebf60: Preparing 06:13:14 b98f8b1ff336: Preparing 06:13:14 994456c4fd7b: Preparing 06:13:14 2652acbebf60: Waiting 06:13:14 b98f8b1ff336: Waiting 06:13:14 994456c4fd7b: Waiting 06:13:14 324e92b86bd1: Layer already exists 06:13:14 b7a7679976d1: Layer already exists 06:13:14 739a764237d5: Layer already exists 06:13:14 099b32bf1031: Layer already exists 06:13:14 f1c0267b48ff: Layer already exists 06:13:14 b98f8b1ff336: Layer already exists 06:13:14 2652acbebf60: Layer already exists 06:13:14 994456c4fd7b: Layer already exists 06:13:14 latest: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 06:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:13:14 b7a7679976d1: Preparing 06:13:14 f1c0267b48ff: Preparing 06:13:14 324e92b86bd1: Preparing 06:13:14 099b32bf1031: Preparing 06:13:14 739a764237d5: Preparing 06:13:14 2652acbebf60: Preparing 06:13:14 b98f8b1ff336: Preparing 06:13:14 994456c4fd7b: Preparing 06:13:14 2652acbebf60: Waiting 06:13:14 b98f8b1ff336: Waiting 06:13:14 994456c4fd7b: Waiting 06:13:14 099b32bf1031: Layer already exists 06:13:14 739a764237d5: Layer already exists 06:13:14 b7a7679976d1: Layer already exists 06:13:14 324e92b86bd1: Layer already exists 06:13:14 f1c0267b48ff: Layer already exists 06:13:14 2652acbebf60: Layer already exists 06:13:14 b98f8b1ff336: Layer already exists 06:13:14 994456c4fd7b: Layer already exists 06:13:14 4.1.0-dev.10: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:13:15 b7a7679976d1: Preparing 06:13:15 f1c0267b48ff: Preparing 06:13:15 324e92b86bd1: Preparing 06:13:15 099b32bf1031: Preparing 06:13:15 739a764237d5: Preparing 06:13:15 2652acbebf60: Preparing 06:13:15 b98f8b1ff336: Preparing 06:13:15 994456c4fd7b: Preparing 06:13:15 2652acbebf60: Waiting 06:13:15 b98f8b1ff336: Waiting 06:13:15 994456c4fd7b: Waiting 06:13:15 f1c0267b48ff: Layer already exists 06:13:15 324e92b86bd1: Layer already exists 06:13:15 099b32bf1031: Layer already exists 06:13:15 b7a7679976d1: Layer already exists 06:13:15 739a764237d5: Layer already exists 06:13:15 2652acbebf60: Layer already exists 06:13:15 b98f8b1ff336: Layer already exists 06:13:15 994456c4fd7b: Layer already exists 06:13:15 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 06:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 06:13:16 b7a7679976d1: Preparing 06:13:16 f1c0267b48ff: Preparing 06:13:16 324e92b86bd1: Preparing 06:13:16 099b32bf1031: Preparing 06:13:16 739a764237d5: Preparing 06:13:16 2652acbebf60: Preparing 06:13:16 b98f8b1ff336: Preparing 06:13:16 994456c4fd7b: Preparing 06:13:16 b98f8b1ff336: Waiting 06:13:16 2652acbebf60: Waiting 06:13:16 994456c4fd7b: Waiting 06:13:16 739a764237d5: Layer already exists 06:13:16 f1c0267b48ff: Layer already exists 06:13:16 324e92b86bd1: Layer already exists 06:13:16 099b32bf1031: Layer already exists 06:13:16 b7a7679976d1: Layer already exists 06:13:16 2652acbebf60: Layer already exists 06:13:16 b98f8b1ff336: Layer already exists 06:13:16 994456c4fd7b: Layer already exists 06:13:16 main: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:16 ===================================================== [Pipeline] echo 06:13:16 taggedImages: 06:13:16 - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:16 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:13:16 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 06:13:16 - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:16 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 06:13:16 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 06:13:16 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:16 latest 06:13:16 4.1.0-dev.10 06:13:16 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:16 main 06:13:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:13:17 1e96107c1c52: Preparing 06:13:17 b75f0e77d5ce: Preparing 06:13:17 7e40007531ef: Preparing 06:13:17 2696ed21d51c: Preparing 06:13:17 5fad285c7e57: Preparing 06:13:17 0bb6e208c379: Preparing 06:13:17 09c4cac37ff0: Preparing 06:13:17 099b32bf1031: Preparing 06:13:17 739a764237d5: Preparing 06:13:17 0bb6e208c379: Waiting 06:13:17 099b32bf1031: Waiting 06:13:17 09c4cac37ff0: Waiting 06:13:17 739a764237d5: Waiting 06:13:17 494c928e6b74: Preparing 06:13:17 cf8c3ce160b4: Preparing 06:13:17 5f70bf18a086: Preparing 06:13:17 6e5d6c24f499: Preparing 06:13:17 494c928e6b74: Waiting 06:13:17 cf8c3ce160b4: Waiting 06:13:17 5f70bf18a086: Waiting 06:13:17 255b300a6b9c: Preparing 06:13:17 af80a0d7b4c5: Preparing 06:13:17 994456c4fd7b: Preparing 06:13:17 6e5d6c24f499: Waiting 06:13:17 255b300a6b9c: Waiting 06:13:17 af80a0d7b4c5: Waiting 06:13:17 994456c4fd7b: Waiting 06:13:17 5fad285c7e57: Pushed 06:13:17 2696ed21d51c: Pushed 06:13:17 b75f0e77d5ce: Pushed 06:13:17 7e40007531ef: Pushed 06:13:17 1e96107c1c52: Pushed 06:13:17 099b32bf1031: Layer already exists 06:13:17 739a764237d5: Layer already exists 06:13:17 5f70bf18a086: Layer already exists 06:13:17 0bb6e208c379: Pushed 06:13:17 494c928e6b74: Pushed 06:13:17 cf8c3ce160b4: Pushed 06:13:17 994456c4fd7b: Layer already exists 06:13:17 6e5d6c24f499: Pushed 06:13:17 255b300a6b9c: Pushed 06:13:17 af80a0d7b4c5: Pushed 06:13:18 09c4cac37ff0: Pushed 06:13:18 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:13:19 1e96107c1c52: Preparing 06:13:19 b75f0e77d5ce: Preparing 06:13:19 7e40007531ef: Preparing 06:13:19 2696ed21d51c: Preparing 06:13:19 5fad285c7e57: Preparing 06:13:19 0bb6e208c379: Preparing 06:13:19 09c4cac37ff0: Preparing 06:13:19 099b32bf1031: Preparing 06:13:19 739a764237d5: Preparing 06:13:19 494c928e6b74: Preparing 06:13:19 cf8c3ce160b4: Preparing 06:13:19 5f70bf18a086: Preparing 06:13:19 6e5d6c24f499: Preparing 06:13:19 255b300a6b9c: Preparing 06:13:19 af80a0d7b4c5: Preparing 06:13:19 994456c4fd7b: Preparing 06:13:19 5f70bf18a086: Waiting 06:13:19 6e5d6c24f499: Waiting 06:13:19 739a764237d5: Waiting 06:13:19 255b300a6b9c: Waiting 06:13:19 494c928e6b74: Waiting 06:13:19 cf8c3ce160b4: Waiting 06:13:19 0bb6e208c379: Waiting 06:13:19 09c4cac37ff0: Waiting 06:13:19 099b32bf1031: Waiting 06:13:19 af80a0d7b4c5: Waiting 06:13:19 7e40007531ef: Layer already exists 06:13:19 2696ed21d51c: Layer already exists 06:13:19 5fad285c7e57: Layer already exists 06:13:19 1e96107c1c52: Layer already exists 06:13:19 b75f0e77d5ce: Layer already exists 06:13:19 0bb6e208c379: Layer already exists 06:13:19 099b32bf1031: Layer already exists 06:13:19 739a764237d5: Layer already exists 06:13:19 09c4cac37ff0: Layer already exists 06:13:19 494c928e6b74: Layer already exists 06:13:19 cf8c3ce160b4: Layer already exists 06:13:19 6e5d6c24f499: Layer already exists 06:13:19 255b300a6b9c: Layer already exists 06:13:19 5f70bf18a086: Layer already exists 06:13:19 af80a0d7b4c5: Layer already exists 06:13:19 994456c4fd7b: Layer already exists 06:13:19 latest: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 06:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:13:20 1e96107c1c52: Preparing 06:13:20 b75f0e77d5ce: Preparing 06:13:20 7e40007531ef: Preparing 06:13:20 2696ed21d51c: Preparing 06:13:20 5fad285c7e57: Preparing 06:13:20 0bb6e208c379: Preparing 06:13:20 09c4cac37ff0: Preparing 06:13:20 099b32bf1031: Preparing 06:13:20 739a764237d5: Preparing 06:13:20 494c928e6b74: Preparing 06:13:20 cf8c3ce160b4: Preparing 06:13:20 5f70bf18a086: Preparing 06:13:20 6e5d6c24f499: Preparing 06:13:20 255b300a6b9c: Preparing 06:13:20 af80a0d7b4c5: Preparing 06:13:20 994456c4fd7b: Preparing 06:13:20 494c928e6b74: Waiting 06:13:20 af80a0d7b4c5: Waiting 06:13:20 255b300a6b9c: Waiting 06:13:20 994456c4fd7b: Waiting 06:13:20 cf8c3ce160b4: Waiting 06:13:20 5f70bf18a086: Waiting 06:13:20 0bb6e208c379: Waiting 06:13:20 6e5d6c24f499: Waiting 06:13:20 09c4cac37ff0: Waiting 06:13:20 099b32bf1031: Waiting 06:13:20 739a764237d5: Waiting 06:13:20 b75f0e77d5ce: Layer already exists 06:13:20 2696ed21d51c: Layer already exists 06:13:20 7e40007531ef: Layer already exists 06:13:20 5fad285c7e57: Layer already exists 06:13:20 1e96107c1c52: Layer already exists 06:13:20 0bb6e208c379: Layer already exists 06:13:20 099b32bf1031: Layer already exists 06:13:20 09c4cac37ff0: Layer already exists 06:13:20 739a764237d5: Layer already exists 06:13:20 494c928e6b74: Layer already exists 06:13:20 cf8c3ce160b4: Layer already exists 06:13:20 5f70bf18a086: Layer already exists 06:13:20 af80a0d7b4c5: Layer already exists 06:13:20 6e5d6c24f499: Layer already exists 06:13:20 255b300a6b9c: Layer already exists 06:13:20 994456c4fd7b: Layer already exists 06:13:20 4.1.0-dev.10: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:13:20 1e96107c1c52: Preparing 06:13:20 b75f0e77d5ce: Preparing 06:13:20 7e40007531ef: Preparing 06:13:20 2696ed21d51c: Preparing 06:13:20 5fad285c7e57: Preparing 06:13:20 0bb6e208c379: Preparing 06:13:20 09c4cac37ff0: Preparing 06:13:20 099b32bf1031: Preparing 06:13:20 739a764237d5: Preparing 06:13:20 494c928e6b74: Preparing 06:13:20 cf8c3ce160b4: Preparing 06:13:20 5f70bf18a086: Preparing 06:13:20 6e5d6c24f499: Preparing 06:13:20 255b300a6b9c: Preparing 06:13:20 af80a0d7b4c5: Preparing 06:13:20 994456c4fd7b: Preparing 06:13:20 0bb6e208c379: Waiting 06:13:20 5f70bf18a086: Waiting 06:13:20 09c4cac37ff0: Waiting 06:13:20 6e5d6c24f499: Waiting 06:13:20 099b32bf1031: Waiting 06:13:20 255b300a6b9c: Waiting 06:13:20 739a764237d5: Waiting 06:13:20 cf8c3ce160b4: Waiting 06:13:20 af80a0d7b4c5: Waiting 06:13:20 994456c4fd7b: Waiting 06:13:20 494c928e6b74: Waiting 06:13:20 1e96107c1c52: Layer already exists 06:13:20 7e40007531ef: Layer already exists 06:13:20 5fad285c7e57: Layer already exists 06:13:20 b75f0e77d5ce: Layer already exists 06:13:20 2696ed21d51c: Layer already exists 06:13:20 739a764237d5: Layer already exists 06:13:20 099b32bf1031: Layer already exists 06:13:20 0bb6e208c379: Layer already exists 06:13:20 09c4cac37ff0: Layer already exists 06:13:20 494c928e6b74: Layer already exists 06:13:20 6e5d6c24f499: Layer already exists 06:13:20 5f70bf18a086: Layer already exists 06:13:20 cf8c3ce160b4: Layer already exists 06:13:20 255b300a6b9c: Layer already exists 06:13:20 af80a0d7b4c5: Layer already exists 06:13:20 994456c4fd7b: Layer already exists 06:13:20 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 06:13:21 1e96107c1c52: Preparing 06:13:21 b75f0e77d5ce: Preparing 06:13:21 7e40007531ef: Preparing 06:13:21 2696ed21d51c: Preparing 06:13:21 5fad285c7e57: Preparing 06:13:21 0bb6e208c379: Preparing 06:13:21 09c4cac37ff0: Preparing 06:13:21 09c4cac37ff0: Waiting 06:13:21 099b32bf1031: Preparing 06:13:21 739a764237d5: Preparing 06:13:21 099b32bf1031: Waiting 06:13:21 739a764237d5: Waiting 06:13:21 494c928e6b74: Preparing 06:13:21 cf8c3ce160b4: Preparing 06:13:21 5f70bf18a086: Preparing 06:13:21 494c928e6b74: Waiting 06:13:21 6e5d6c24f499: Preparing 06:13:21 5f70bf18a086: Waiting 06:13:21 255b300a6b9c: Preparing 06:13:21 af80a0d7b4c5: Preparing 06:13:21 6e5d6c24f499: Waiting 06:13:21 255b300a6b9c: Waiting 06:13:21 994456c4fd7b: Preparing 06:13:21 994456c4fd7b: Waiting 06:13:21 af80a0d7b4c5: Waiting 06:13:21 5fad285c7e57: Layer already exists 06:13:21 7e40007531ef: Layer already exists 06:13:21 1e96107c1c52: Layer already exists 06:13:21 b75f0e77d5ce: Layer already exists 06:13:21 2696ed21d51c: Layer already exists 06:13:21 099b32bf1031: Layer already exists 06:13:21 0bb6e208c379: Layer already exists 06:13:21 09c4cac37ff0: Layer already exists 06:13:21 739a764237d5: Layer already exists 06:13:21 494c928e6b74: Layer already exists 06:13:21 5f70bf18a086: Layer already exists 06:13:21 6e5d6c24f499: Layer already exists 06:13:21 cf8c3ce160b4: Layer already exists 06:13:21 255b300a6b9c: Layer already exists 06:13:21 af80a0d7b4c5: Layer already exists 06:13:21 994456c4fd7b: Layer already exists 06:13:21 main: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:21 ===================================================== [Pipeline] echo 06:13:21 taggedImages: 06:13:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:13:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 06:13:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 06:13:21 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 06:13:21 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:21 latest 06:13:21 4.1.0-dev.10 06:13:21 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:21 main 06:13:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:13:22 60784ef3005c: Preparing 06:13:22 7643b7b22855: Preparing 06:13:22 045e9cf93d0b: Preparing 06:13:22 54f26827e890: Preparing 06:13:22 099b32bf1031: Preparing 06:13:22 739a764237d5: Preparing 06:13:22 2652acbebf60: Preparing 06:13:22 b98f8b1ff336: Preparing 06:13:22 994456c4fd7b: Preparing 06:13:22 2652acbebf60: Waiting 06:13:22 b98f8b1ff336: Waiting 06:13:22 994456c4fd7b: Waiting 06:13:22 739a764237d5: Waiting 06:13:22 099b32bf1031: Layer already exists 06:13:22 739a764237d5: Layer already exists 06:13:22 2652acbebf60: Layer already exists 06:13:22 7643b7b22855: Pushed 06:13:22 b98f8b1ff336: Layer already exists 06:13:22 045e9cf93d0b: Pushed 06:13:22 60784ef3005c: Pushed 06:13:22 994456c4fd7b: Layer already exists 06:13:24 54f26827e890: Pushed 06:13:24 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:13:25 60784ef3005c: Preparing 06:13:25 7643b7b22855: Preparing 06:13:25 045e9cf93d0b: Preparing 06:13:25 54f26827e890: Preparing 06:13:25 099b32bf1031: Preparing 06:13:25 739a764237d5: Preparing 06:13:25 2652acbebf60: Preparing 06:13:25 b98f8b1ff336: Preparing 06:13:25 994456c4fd7b: Preparing 06:13:25 739a764237d5: Waiting 06:13:25 b98f8b1ff336: Waiting 06:13:25 994456c4fd7b: Waiting 06:13:25 2652acbebf60: Waiting 06:13:25 54f26827e890: Layer already exists 06:13:25 7643b7b22855: Layer already exists 06:13:25 60784ef3005c: Layer already exists 06:13:25 099b32bf1031: Layer already exists 06:13:25 045e9cf93d0b: Layer already exists 06:13:25 2652acbebf60: Layer already exists 06:13:25 739a764237d5: Layer already exists 06:13:25 b98f8b1ff336: Layer already exists 06:13:25 994456c4fd7b: Layer already exists 06:13:25 latest: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 06:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:13:26 60784ef3005c: Preparing 06:13:26 7643b7b22855: Preparing 06:13:26 045e9cf93d0b: Preparing 06:13:26 54f26827e890: Preparing 06:13:26 099b32bf1031: Preparing 06:13:26 739a764237d5: Preparing 06:13:26 2652acbebf60: Preparing 06:13:26 b98f8b1ff336: Preparing 06:13:26 994456c4fd7b: Preparing 06:13:26 739a764237d5: Waiting 06:13:26 2652acbebf60: Waiting 06:13:26 b98f8b1ff336: Waiting 06:13:26 994456c4fd7b: Waiting 06:13:26 54f26827e890: Layer already exists 06:13:26 7643b7b22855: Layer already exists 06:13:26 099b32bf1031: Layer already exists 06:13:26 60784ef3005c: Layer already exists 06:13:26 045e9cf93d0b: Layer already exists 06:13:26 2652acbebf60: Layer already exists 06:13:26 739a764237d5: Layer already exists 06:13:26 b98f8b1ff336: Layer already exists 06:13:26 994456c4fd7b: Layer already exists 06:13:26 4.1.0-dev.10: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:13:26 60784ef3005c: Preparing 06:13:26 7643b7b22855: Preparing 06:13:26 045e9cf93d0b: Preparing 06:13:26 54f26827e890: Preparing 06:13:26 099b32bf1031: Preparing 06:13:26 739a764237d5: Preparing 06:13:26 2652acbebf60: Preparing 06:13:26 b98f8b1ff336: Preparing 06:13:26 994456c4fd7b: Preparing 06:13:26 2652acbebf60: Waiting 06:13:26 b98f8b1ff336: Waiting 06:13:26 739a764237d5: Waiting 06:13:26 994456c4fd7b: Waiting 06:13:26 60784ef3005c: Layer already exists 06:13:26 7643b7b22855: Layer already exists 06:13:26 54f26827e890: Layer already exists 06:13:26 099b32bf1031: Layer already exists 06:13:26 045e9cf93d0b: Layer already exists 06:13:26 2652acbebf60: Layer already exists 06:13:26 994456c4fd7b: Layer already exists 06:13:26 b98f8b1ff336: Layer already exists 06:13:26 739a764237d5: Layer already exists 06:13:26 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:27 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 06:13:27 60784ef3005c: Preparing 06:13:27 7643b7b22855: Preparing 06:13:27 045e9cf93d0b: Preparing 06:13:27 54f26827e890: Preparing 06:13:27 099b32bf1031: Preparing 06:13:27 739a764237d5: Preparing 06:13:27 2652acbebf60: Preparing 06:13:27 b98f8b1ff336: Preparing 06:13:27 739a764237d5: Waiting 06:13:27 b98f8b1ff336: Waiting 06:13:27 994456c4fd7b: Preparing 06:13:27 994456c4fd7b: Waiting 06:13:27 54f26827e890: Layer already exists 06:13:27 7643b7b22855: Layer already exists 06:13:27 60784ef3005c: Layer already exists 06:13:27 099b32bf1031: Layer already exists 06:13:27 045e9cf93d0b: Layer already exists 06:13:27 2652acbebf60: Layer already exists 06:13:27 739a764237d5: Layer already exists 06:13:27 b98f8b1ff336: Layer already exists 06:13:27 994456c4fd7b: Layer already exists 06:13:27 main: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:27 ===================================================== [Pipeline] echo 06:13:27 taggedImages: 06:13:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:13:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 06:13:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 06:13:27 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 06:13:27 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:27 latest 06:13:27 4.1.0-dev.10 06:13:27 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:27 main 06:13:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:13:28 23d0c7fdaa85: Preparing 06:13:28 11ec0903692a: Preparing 06:13:28 74fb2bfc3ce5: Preparing 06:13:28 2165122975ac: Preparing 06:13:28 4a3c97150586: Preparing 06:13:28 099b32bf1031: Preparing 06:13:28 739a764237d5: Preparing 06:13:28 39ef3f5d1f44: Preparing 06:13:28 3b11fb018901: Preparing 06:13:28 099b32bf1031: Waiting 06:13:28 739a764237d5: Waiting 06:13:28 39ef3f5d1f44: Waiting 06:13:28 c9e9c7b40b7f: Preparing 06:13:28 994456c4fd7b: Preparing 06:13:28 c9e9c7b40b7f: Waiting 06:13:28 994456c4fd7b: Waiting 06:13:28 4a3c97150586: Pushed 06:13:28 2165122975ac: Pushed 06:13:28 23d0c7fdaa85: Pushed 06:13:28 11ec0903692a: Pushed 06:13:28 099b32bf1031: Layer already exists 06:13:28 739a764237d5: Layer already exists 06:13:28 994456c4fd7b: Layer already exists 06:13:28 39ef3f5d1f44: Pushed 06:13:28 3b11fb018901: Pushed 06:13:29 c9e9c7b40b7f: Pushed 06:13:30 74fb2bfc3ce5: Pushed 06:13:30 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:13:30 23d0c7fdaa85: Preparing 06:13:30 11ec0903692a: Preparing 06:13:30 74fb2bfc3ce5: Preparing 06:13:30 2165122975ac: Preparing 06:13:30 4a3c97150586: Preparing 06:13:30 099b32bf1031: Preparing 06:13:30 739a764237d5: Preparing 06:13:30 39ef3f5d1f44: Preparing 06:13:30 3b11fb018901: Preparing 06:13:30 c9e9c7b40b7f: Preparing 06:13:30 994456c4fd7b: Preparing 06:13:30 3b11fb018901: Waiting 06:13:30 099b32bf1031: Waiting 06:13:30 c9e9c7b40b7f: Waiting 06:13:30 39ef3f5d1f44: Waiting 06:13:30 994456c4fd7b: Waiting 06:13:30 739a764237d5: Waiting 06:13:30 4a3c97150586: Layer already exists 06:13:30 2165122975ac: Layer already exists 06:13:30 74fb2bfc3ce5: Layer already exists 06:13:30 23d0c7fdaa85: Layer already exists 06:13:30 11ec0903692a: Layer already exists 06:13:30 739a764237d5: Layer already exists 06:13:30 099b32bf1031: Layer already exists 06:13:30 39ef3f5d1f44: Layer already exists 06:13:30 c9e9c7b40b7f: Layer already exists 06:13:30 3b11fb018901: Layer already exists 06:13:30 994456c4fd7b: Layer already exists 06:13:30 latest: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 06:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:13:31 23d0c7fdaa85: Preparing 06:13:31 11ec0903692a: Preparing 06:13:31 74fb2bfc3ce5: Preparing 06:13:31 2165122975ac: Preparing 06:13:31 4a3c97150586: Preparing 06:13:31 099b32bf1031: Preparing 06:13:31 739a764237d5: Preparing 06:13:31 39ef3f5d1f44: Preparing 06:13:31 3b11fb018901: Preparing 06:13:31 c9e9c7b40b7f: Preparing 06:13:31 994456c4fd7b: Preparing 06:13:31 739a764237d5: Waiting 06:13:31 39ef3f5d1f44: Waiting 06:13:31 3b11fb018901: Waiting 06:13:31 c9e9c7b40b7f: Waiting 06:13:31 994456c4fd7b: Waiting 06:13:31 099b32bf1031: Waiting 06:13:31 2165122975ac: Layer already exists 06:13:31 4a3c97150586: Layer already exists 06:13:31 23d0c7fdaa85: Layer already exists 06:13:31 11ec0903692a: Layer already exists 06:13:31 74fb2bfc3ce5: Layer already exists 06:13:31 739a764237d5: Layer already exists 06:13:31 c9e9c7b40b7f: Layer already exists 06:13:31 3b11fb018901: Layer already exists 06:13:31 099b32bf1031: Layer already exists 06:13:31 39ef3f5d1f44: Layer already exists 06:13:31 994456c4fd7b: Layer already exists 06:13:31 4.1.0-dev.10: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:13:32 23d0c7fdaa85: Preparing 06:13:32 11ec0903692a: Preparing 06:13:32 74fb2bfc3ce5: Preparing 06:13:32 2165122975ac: Preparing 06:13:32 4a3c97150586: Preparing 06:13:32 099b32bf1031: Preparing 06:13:32 739a764237d5: Preparing 06:13:32 39ef3f5d1f44: Preparing 06:13:32 3b11fb018901: Preparing 06:13:32 c9e9c7b40b7f: Preparing 06:13:32 994456c4fd7b: Preparing 06:13:32 39ef3f5d1f44: Waiting 06:13:32 3b11fb018901: Waiting 06:13:32 c9e9c7b40b7f: Waiting 06:13:32 994456c4fd7b: Waiting 06:13:32 099b32bf1031: Waiting 06:13:32 739a764237d5: Waiting 06:13:32 4a3c97150586: Layer already exists 06:13:32 74fb2bfc3ce5: Layer already exists 06:13:32 23d0c7fdaa85: Layer already exists 06:13:32 2165122975ac: Layer already exists 06:13:32 11ec0903692a: Layer already exists 06:13:32 39ef3f5d1f44: Layer already exists 06:13:32 099b32bf1031: Layer already exists 06:13:32 3b11fb018901: Layer already exists 06:13:32 739a764237d5: Layer already exists 06:13:32 c9e9c7b40b7f: Layer already exists 06:13:32 994456c4fd7b: Layer already exists 06:13:32 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 06:13:32 23d0c7fdaa85: Preparing 06:13:32 11ec0903692a: Preparing 06:13:32 74fb2bfc3ce5: Preparing 06:13:32 2165122975ac: Preparing 06:13:32 4a3c97150586: Preparing 06:13:32 099b32bf1031: Preparing 06:13:32 739a764237d5: Preparing 06:13:32 39ef3f5d1f44: Preparing 06:13:32 3b11fb018901: Preparing 06:13:32 c9e9c7b40b7f: Preparing 06:13:32 994456c4fd7b: Preparing 06:13:32 099b32bf1031: Waiting 06:13:32 739a764237d5: Waiting 06:13:32 39ef3f5d1f44: Waiting 06:13:32 3b11fb018901: Waiting 06:13:32 c9e9c7b40b7f: Waiting 06:13:32 994456c4fd7b: Waiting 06:13:32 2165122975ac: Layer already exists 06:13:32 11ec0903692a: Layer already exists 06:13:32 23d0c7fdaa85: Layer already exists 06:13:32 4a3c97150586: Layer already exists 06:13:32 74fb2bfc3ce5: Layer already exists 06:13:32 39ef3f5d1f44: Layer already exists 06:13:32 099b32bf1031: Layer already exists 06:13:32 3b11fb018901: Layer already exists 06:13:32 739a764237d5: Layer already exists 06:13:32 c9e9c7b40b7f: Layer already exists 06:13:32 994456c4fd7b: Layer already exists 06:13:32 main: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:32 ===================================================== [Pipeline] echo 06:13:32 taggedImages: 06:13:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:13:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 06:13:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 06:13:33 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 06:13:33 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:33 latest 06:13:33 4.1.0-dev.10 06:13:33 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:33 main 06:13:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:13:33 025812836774: Preparing 06:13:33 fa3923995491: Preparing 06:13:33 bf8aa5327d9d: Preparing 06:13:33 e7ec6dfb4fa7: Preparing 06:13:33 b7945bfc9111: Preparing 06:13:33 498b5b28dc58: Preparing 06:13:33 975c725d87e3: Preparing 06:13:33 099b32bf1031: Preparing 06:13:33 739a764237d5: Preparing 06:13:33 afc99c1f9fe8: Preparing 06:13:33 5c1186089f8d: Preparing 06:13:33 994456c4fd7b: Preparing 06:13:33 498b5b28dc58: Waiting 06:13:33 099b32bf1031: Waiting 06:13:33 739a764237d5: Waiting 06:13:33 975c725d87e3: Waiting 06:13:33 afc99c1f9fe8: Waiting 06:13:33 5c1186089f8d: Waiting 06:13:33 994456c4fd7b: Waiting 06:13:33 fa3923995491: Pushed 06:13:33 b7945bfc9111: Pushed 06:13:33 025812836774: Pushed 06:13:33 099b32bf1031: Layer already exists 06:13:33 739a764237d5: Layer already exists 06:13:33 498b5b28dc58: Pushed 06:13:33 975c725d87e3: Pushed 06:13:33 994456c4fd7b: Layer already exists 06:13:33 afc99c1f9fe8: Pushed 06:13:34 5c1186089f8d: Pushed 06:13:35 e7ec6dfb4fa7: Pushed 06:13:36 bf8aa5327d9d: Pushed 06:13:36 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:13:37 025812836774: Preparing 06:13:37 fa3923995491: Preparing 06:13:37 bf8aa5327d9d: Preparing 06:13:37 e7ec6dfb4fa7: Preparing 06:13:37 b7945bfc9111: Preparing 06:13:37 498b5b28dc58: Preparing 06:13:37 975c725d87e3: Preparing 06:13:37 099b32bf1031: Preparing 06:13:37 739a764237d5: Preparing 06:13:37 afc99c1f9fe8: Preparing 06:13:37 5c1186089f8d: Preparing 06:13:37 994456c4fd7b: Preparing 06:13:37 099b32bf1031: Waiting 06:13:37 739a764237d5: Waiting 06:13:37 afc99c1f9fe8: Waiting 06:13:37 5c1186089f8d: Waiting 06:13:37 994456c4fd7b: Waiting 06:13:37 498b5b28dc58: Waiting 06:13:37 975c725d87e3: Waiting 06:13:37 025812836774: Layer already exists 06:13:37 fa3923995491: Layer already exists 06:13:37 e7ec6dfb4fa7: Layer already exists 06:13:37 b7945bfc9111: Layer already exists 06:13:37 bf8aa5327d9d: Layer already exists 06:13:37 498b5b28dc58: Layer already exists 06:13:37 099b32bf1031: Layer already exists 06:13:37 975c725d87e3: Layer already exists 06:13:37 afc99c1f9fe8: Layer already exists 06:13:37 739a764237d5: Layer already exists 06:13:37 994456c4fd7b: Layer already exists 06:13:37 5c1186089f8d: Layer already exists 06:13:37 latest: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 06:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:13:37 025812836774: Preparing 06:13:37 fa3923995491: Preparing 06:13:37 bf8aa5327d9d: Preparing 06:13:37 e7ec6dfb4fa7: Preparing 06:13:37 b7945bfc9111: Preparing 06:13:37 498b5b28dc58: Preparing 06:13:37 975c725d87e3: Preparing 06:13:37 099b32bf1031: Preparing 06:13:37 739a764237d5: Preparing 06:13:37 afc99c1f9fe8: Preparing 06:13:37 5c1186089f8d: Preparing 06:13:37 994456c4fd7b: Preparing 06:13:37 975c725d87e3: Waiting 06:13:37 099b32bf1031: Waiting 06:13:37 739a764237d5: Waiting 06:13:37 498b5b28dc58: Waiting 06:13:37 afc99c1f9fe8: Waiting 06:13:37 5c1186089f8d: Waiting 06:13:37 994456c4fd7b: Waiting 06:13:37 bf8aa5327d9d: Layer already exists 06:13:37 e7ec6dfb4fa7: Layer already exists 06:13:37 fa3923995491: Layer already exists 06:13:37 b7945bfc9111: Layer already exists 06:13:37 025812836774: Layer already exists 06:13:37 498b5b28dc58: Layer already exists 06:13:37 975c725d87e3: Layer already exists 06:13:37 099b32bf1031: Layer already exists 06:13:37 739a764237d5: Layer already exists 06:13:37 afc99c1f9fe8: Layer already exists 06:13:37 994456c4fd7b: Layer already exists 06:13:37 5c1186089f8d: Layer already exists 06:13:37 4.1.0-dev.10: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:13:38 025812836774: Preparing 06:13:38 fa3923995491: Preparing 06:13:38 bf8aa5327d9d: Preparing 06:13:38 e7ec6dfb4fa7: Preparing 06:13:38 b7945bfc9111: Preparing 06:13:38 498b5b28dc58: Preparing 06:13:38 975c725d87e3: Preparing 06:13:38 099b32bf1031: Preparing 06:13:38 739a764237d5: Preparing 06:13:38 afc99c1f9fe8: Preparing 06:13:38 5c1186089f8d: Preparing 06:13:38 994456c4fd7b: Preparing 06:13:38 975c725d87e3: Waiting 06:13:38 099b32bf1031: Waiting 06:13:38 739a764237d5: Waiting 06:13:38 afc99c1f9fe8: Waiting 06:13:38 5c1186089f8d: Waiting 06:13:38 994456c4fd7b: Waiting 06:13:38 498b5b28dc58: Waiting 06:13:38 e7ec6dfb4fa7: Layer already exists 06:13:38 bf8aa5327d9d: Layer already exists 06:13:38 025812836774: Layer already exists 06:13:38 fa3923995491: Layer already exists 06:13:38 b7945bfc9111: Layer already exists 06:13:38 099b32bf1031: Layer already exists 06:13:38 975c725d87e3: Layer already exists 06:13:38 739a764237d5: Layer already exists 06:13:38 498b5b28dc58: Layer already exists 06:13:38 afc99c1f9fe8: Layer already exists 06:13:38 994456c4fd7b: Layer already exists 06:13:38 5c1186089f8d: Layer already exists 06:13:38 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 06:13:39 025812836774: Preparing 06:13:39 fa3923995491: Preparing 06:13:39 bf8aa5327d9d: Preparing 06:13:39 e7ec6dfb4fa7: Preparing 06:13:39 b7945bfc9111: Preparing 06:13:39 498b5b28dc58: Preparing 06:13:39 975c725d87e3: Preparing 06:13:39 099b32bf1031: Preparing 06:13:39 739a764237d5: Preparing 06:13:39 afc99c1f9fe8: Preparing 06:13:39 5c1186089f8d: Preparing 06:13:39 994456c4fd7b: Preparing 06:13:39 099b32bf1031: Waiting 06:13:39 afc99c1f9fe8: Waiting 06:13:39 994456c4fd7b: Waiting 06:13:39 5c1186089f8d: Waiting 06:13:39 739a764237d5: Waiting 06:13:39 498b5b28dc58: Waiting 06:13:39 975c725d87e3: Waiting 06:13:39 fa3923995491: Layer already exists 06:13:39 b7945bfc9111: Layer already exists 06:13:39 bf8aa5327d9d: Layer already exists 06:13:39 025812836774: Layer already exists 06:13:39 e7ec6dfb4fa7: Layer already exists 06:13:39 975c725d87e3: Layer already exists 06:13:39 498b5b28dc58: Layer already exists 06:13:39 099b32bf1031: Layer already exists 06:13:39 739a764237d5: Layer already exists 06:13:39 afc99c1f9fe8: Layer already exists 06:13:39 5c1186089f8d: Layer already exists 06:13:39 994456c4fd7b: Layer already exists 06:13:39 main: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:39 ===================================================== [Pipeline] echo 06:13:39 taggedImages: 06:13:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:13:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 06:13:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:39 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 06:13:39 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 06:13:39 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:39 latest 06:13:39 4.1.0-dev.10 06:13:39 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:39 main 06:13:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:13:40 39d9fd98431f: Preparing 06:13:40 64fa548efcad: Preparing 06:13:40 099b32bf1031: Preparing 06:13:40 739a764237d5: Preparing 06:13:40 fe8817d4848a: Preparing 06:13:40 a9809692d7d1: Preparing 06:13:40 994456c4fd7b: Preparing 06:13:40 994456c4fd7b: Waiting 06:13:40 a9809692d7d1: Waiting 06:13:40 739a764237d5: Layer already exists 06:13:40 099b32bf1031: Layer already exists 06:13:40 994456c4fd7b: Layer already exists 06:13:40 fe8817d4848a: Pushed 06:13:40 39d9fd98431f: Pushed 06:13:40 a9809692d7d1: Pushed 06:13:42 64fa548efcad: Pushed 06:13:42 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:13:43 39d9fd98431f: Preparing 06:13:43 64fa548efcad: Preparing 06:13:43 099b32bf1031: Preparing 06:13:43 739a764237d5: Preparing 06:13:43 fe8817d4848a: Preparing 06:13:43 a9809692d7d1: Preparing 06:13:43 994456c4fd7b: Preparing 06:13:43 994456c4fd7b: Waiting 06:13:43 a9809692d7d1: Waiting 06:13:43 739a764237d5: Layer already exists 06:13:43 fe8817d4848a: Layer already exists 06:13:43 099b32bf1031: Layer already exists 06:13:43 39d9fd98431f: Layer already exists 06:13:43 64fa548efcad: Layer already exists 06:13:43 a9809692d7d1: Layer already exists 06:13:43 994456c4fd7b: Layer already exists 06:13:43 latest: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 06:13:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:13:44 39d9fd98431f: Preparing 06:13:44 64fa548efcad: Preparing 06:13:44 099b32bf1031: Preparing 06:13:44 739a764237d5: Preparing 06:13:44 fe8817d4848a: Preparing 06:13:44 a9809692d7d1: Preparing 06:13:44 994456c4fd7b: Preparing 06:13:44 a9809692d7d1: Waiting 06:13:44 994456c4fd7b: Waiting 06:13:44 64fa548efcad: Layer already exists 06:13:44 39d9fd98431f: Layer already exists 06:13:44 fe8817d4848a: Layer already exists 06:13:44 739a764237d5: Layer already exists 06:13:44 099b32bf1031: Layer already exists 06:13:44 994456c4fd7b: Layer already exists 06:13:44 a9809692d7d1: Layer already exists 06:13:44 4.1.0-dev.10: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:13:45 39d9fd98431f: Preparing 06:13:45 64fa548efcad: Preparing 06:13:45 099b32bf1031: Preparing 06:13:45 739a764237d5: Preparing 06:13:45 fe8817d4848a: Preparing 06:13:45 a9809692d7d1: Preparing 06:13:45 994456c4fd7b: Preparing 06:13:45 a9809692d7d1: Waiting 06:13:45 994456c4fd7b: Waiting 06:13:45 099b32bf1031: Layer already exists 06:13:45 739a764237d5: Layer already exists 06:13:45 64fa548efcad: Layer already exists 06:13:45 fe8817d4848a: Layer already exists 06:13:45 39d9fd98431f: Layer already exists 06:13:45 a9809692d7d1: Layer already exists 06:13:45 994456c4fd7b: Layer already exists 06:13:45 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:45 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:13:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 06:13:45 39d9fd98431f: Preparing 06:13:45 64fa548efcad: Preparing 06:13:45 099b32bf1031: Preparing 06:13:45 739a764237d5: Preparing 06:13:45 fe8817d4848a: Preparing 06:13:45 a9809692d7d1: Preparing 06:13:45 994456c4fd7b: Preparing 06:13:45 a9809692d7d1: Waiting 06:13:45 994456c4fd7b: Waiting 06:13:45 099b32bf1031: Layer already exists 06:13:45 739a764237d5: Layer already exists 06:13:45 64fa548efcad: Layer already exists 06:13:45 39d9fd98431f: Layer already exists 06:13:45 fe8817d4848a: Layer already exists 06:13:45 994456c4fd7b: Layer already exists 06:13:45 a9809692d7d1: Layer already exists 06:13:45 main: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:13:45 ===================================================== [Pipeline] echo 06:13:45 taggedImages: 06:13:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:13:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 06:13:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 06:13:45 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 06:13:45 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:45 latest 06:13:45 4.1.0-dev.10 06:13:45 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:45 main 06:13:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:13:46 cec48dae5d32: Preparing 06:13:46 0741f1a0ce6d: Preparing 06:13:46 fd1aa0d60bc7: Preparing 06:13:46 099b32bf1031: Preparing 06:13:46 739a764237d5: Preparing 06:13:46 57f9cd90296c: Preparing 06:13:46 1807a2a76759: Preparing 06:13:46 824ad6d36c7c: Preparing 06:13:46 75c2f318edfe: Preparing 06:13:46 994456c4fd7b: Preparing 06:13:46 57f9cd90296c: Waiting 06:13:46 1807a2a76759: Waiting 06:13:46 824ad6d36c7c: Waiting 06:13:46 75c2f318edfe: Waiting 06:13:46 994456c4fd7b: Waiting 06:13:46 739a764237d5: Layer already exists 06:13:46 099b32bf1031: Layer already exists 06:13:46 cec48dae5d32: Pushed 06:13:46 0741f1a0ce6d: Pushed 06:13:46 fd1aa0d60bc7: Pushed 06:13:46 994456c4fd7b: Layer already exists 06:13:46 824ad6d36c7c: Pushed 06:13:47 75c2f318edfe: Pushed 06:13:51 1807a2a76759: Pushed 06:13:57 57f9cd90296c: Pushed 06:13:57 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:13:58 cec48dae5d32: Preparing 06:13:58 0741f1a0ce6d: Preparing 06:13:58 fd1aa0d60bc7: Preparing 06:13:58 099b32bf1031: Preparing 06:13:58 739a764237d5: Preparing 06:13:58 57f9cd90296c: Preparing 06:13:58 1807a2a76759: Preparing 06:13:58 824ad6d36c7c: Preparing 06:13:58 75c2f318edfe: Preparing 06:13:58 994456c4fd7b: Preparing 06:13:58 824ad6d36c7c: Waiting 06:13:58 75c2f318edfe: Waiting 06:13:58 994456c4fd7b: Waiting 06:13:58 1807a2a76759: Waiting 06:13:58 57f9cd90296c: Waiting 06:13:58 fd1aa0d60bc7: Layer already exists 06:13:58 739a764237d5: Layer already exists 06:13:58 cec48dae5d32: Layer already exists 06:13:58 099b32bf1031: Layer already exists 06:13:58 0741f1a0ce6d: Layer already exists 06:13:58 75c2f318edfe: Layer already exists 06:13:58 57f9cd90296c: Layer already exists 06:13:58 994456c4fd7b: Layer already exists 06:13:58 824ad6d36c7c: Layer already exists 06:13:58 1807a2a76759: Layer already exists 06:13:58 latest: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:58 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 06:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:13:59 cec48dae5d32: Preparing 06:13:59 0741f1a0ce6d: Preparing 06:13:59 fd1aa0d60bc7: Preparing 06:13:59 099b32bf1031: Preparing 06:13:59 739a764237d5: Preparing 06:13:59 57f9cd90296c: Preparing 06:13:59 1807a2a76759: Preparing 06:13:59 824ad6d36c7c: Preparing 06:13:59 75c2f318edfe: Preparing 06:13:59 994456c4fd7b: Preparing 06:13:59 1807a2a76759: Waiting 06:13:59 824ad6d36c7c: Waiting 06:13:59 75c2f318edfe: Waiting 06:13:59 994456c4fd7b: Waiting 06:13:59 57f9cd90296c: Waiting 06:13:59 099b32bf1031: Layer already exists 06:13:59 0741f1a0ce6d: Layer already exists 06:13:59 fd1aa0d60bc7: Layer already exists 06:13:59 739a764237d5: Layer already exists 06:13:59 cec48dae5d32: Layer already exists 06:13:59 824ad6d36c7c: Layer already exists 06:13:59 57f9cd90296c: Layer already exists 06:13:59 75c2f318edfe: Layer already exists 06:13:59 994456c4fd7b: Layer already exists 06:13:59 1807a2a76759: Layer already exists 06:13:59 4.1.0-dev.10: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:13:59 cec48dae5d32: Preparing 06:13:59 0741f1a0ce6d: Preparing 06:13:59 fd1aa0d60bc7: Preparing 06:13:59 099b32bf1031: Preparing 06:13:59 739a764237d5: Preparing 06:13:59 57f9cd90296c: Preparing 06:13:59 1807a2a76759: Preparing 06:13:59 824ad6d36c7c: Preparing 06:13:59 75c2f318edfe: Preparing 06:13:59 994456c4fd7b: Preparing 06:13:59 824ad6d36c7c: Waiting 06:13:59 994456c4fd7b: Waiting 06:13:59 75c2f318edfe: Waiting 06:13:59 57f9cd90296c: Waiting 06:13:59 1807a2a76759: Waiting 06:13:59 fd1aa0d60bc7: Layer already exists 06:13:59 099b32bf1031: Layer already exists 06:13:59 739a764237d5: Layer already exists 06:13:59 cec48dae5d32: Layer already exists 06:13:59 0741f1a0ce6d: Layer already exists 06:13:59 57f9cd90296c: Layer already exists 06:13:59 824ad6d36c7c: Layer already exists 06:13:59 994456c4fd7b: Layer already exists 06:13:59 75c2f318edfe: Layer already exists 06:13:59 1807a2a76759: Layer already exists 06:13:59 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 06:14:00 cec48dae5d32: Preparing 06:14:00 0741f1a0ce6d: Preparing 06:14:00 fd1aa0d60bc7: Preparing 06:14:00 099b32bf1031: Preparing 06:14:00 739a764237d5: Preparing 06:14:00 57f9cd90296c: Preparing 06:14:00 1807a2a76759: Preparing 06:14:00 824ad6d36c7c: Preparing 06:14:00 75c2f318edfe: Preparing 06:14:00 994456c4fd7b: Preparing 06:14:00 57f9cd90296c: Waiting 06:14:00 1807a2a76759: Waiting 06:14:00 824ad6d36c7c: Waiting 06:14:00 75c2f318edfe: Waiting 06:14:00 994456c4fd7b: Waiting 06:14:00 739a764237d5: Layer already exists 06:14:00 0741f1a0ce6d: Layer already exists 06:14:00 099b32bf1031: Layer already exists 06:14:00 fd1aa0d60bc7: Layer already exists 06:14:00 cec48dae5d32: Layer already exists 06:14:00 1807a2a76759: Layer already exists 06:14:00 57f9cd90296c: Layer already exists 06:14:00 824ad6d36c7c: Layer already exists 06:14:00 75c2f318edfe: Layer already exists 06:14:00 994456c4fd7b: Layer already exists 06:14:00 main: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:00 ===================================================== [Pipeline] echo 06:14:00 taggedImages: 06:14:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:14:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 06:14:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:00 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 06:14:00 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 06:14:00 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:00 latest 06:14:00 4.1.0-dev.10 06:14:00 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:00 main 06:14:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:14:01 c0d94458ef78: Preparing 06:14:01 ac14be49427b: Preparing 06:14:01 ae61f600e703: Preparing 06:14:01 099b32bf1031: Preparing 06:14:01 739a764237d5: Preparing 06:14:01 e07e82f28006: Preparing 06:14:01 085f6941caae: Preparing 06:14:01 8029d6c4c349: Preparing 06:14:01 994456c4fd7b: Preparing 06:14:01 e07e82f28006: Waiting 06:14:01 8029d6c4c349: Waiting 06:14:01 994456c4fd7b: Waiting 06:14:01 085f6941caae: Waiting 06:14:01 099b32bf1031: Layer already exists 06:14:01 739a764237d5: Layer already exists 06:14:01 c0d94458ef78: Pushed 06:14:01 ac14be49427b: Pushed 06:14:01 085f6941caae: Pushed 06:14:01 ae61f600e703: Pushed 06:14:01 994456c4fd7b: Layer already exists 06:14:01 8029d6c4c349: Pushed 06:14:11 e07e82f28006: Pushed 06:14:11 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:14:12 c0d94458ef78: Preparing 06:14:12 ac14be49427b: Preparing 06:14:12 ae61f600e703: Preparing 06:14:12 099b32bf1031: Preparing 06:14:12 739a764237d5: Preparing 06:14:12 e07e82f28006: Preparing 06:14:12 085f6941caae: Preparing 06:14:12 8029d6c4c349: Preparing 06:14:12 994456c4fd7b: Preparing 06:14:12 085f6941caae: Waiting 06:14:12 8029d6c4c349: Waiting 06:14:12 e07e82f28006: Waiting 06:14:12 ae61f600e703: Layer already exists 06:14:12 c0d94458ef78: Layer already exists 06:14:12 099b32bf1031: Layer already exists 06:14:12 739a764237d5: Layer already exists 06:14:12 ac14be49427b: Layer already exists 06:14:12 8029d6c4c349: Layer already exists 06:14:12 085f6941caae: Layer already exists 06:14:12 e07e82f28006: Layer already exists 06:14:12 994456c4fd7b: Layer already exists 06:14:12 latest: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 06:14:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:14:12 c0d94458ef78: Preparing 06:14:12 ac14be49427b: Preparing 06:14:12 ae61f600e703: Preparing 06:14:12 099b32bf1031: Preparing 06:14:12 739a764237d5: Preparing 06:14:12 e07e82f28006: Preparing 06:14:12 085f6941caae: Preparing 06:14:12 8029d6c4c349: Preparing 06:14:12 994456c4fd7b: Preparing 06:14:12 e07e82f28006: Waiting 06:14:12 085f6941caae: Waiting 06:14:12 8029d6c4c349: Waiting 06:14:12 994456c4fd7b: Waiting 06:14:12 739a764237d5: Layer already exists 06:14:12 c0d94458ef78: Layer already exists 06:14:12 ac14be49427b: Layer already exists 06:14:12 ae61f600e703: Layer already exists 06:14:12 099b32bf1031: Layer already exists 06:14:12 8029d6c4c349: Layer already exists 06:14:12 e07e82f28006: Layer already exists 06:14:12 085f6941caae: Layer already exists 06:14:12 994456c4fd7b: Layer already exists 06:14:12 4.1.0-dev.10: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:14:13 c0d94458ef78: Preparing 06:14:13 ac14be49427b: Preparing 06:14:13 ae61f600e703: Preparing 06:14:13 099b32bf1031: Preparing 06:14:13 739a764237d5: Preparing 06:14:13 e07e82f28006: Preparing 06:14:13 085f6941caae: Preparing 06:14:13 8029d6c4c349: Preparing 06:14:13 994456c4fd7b: Preparing 06:14:13 e07e82f28006: Waiting 06:14:13 085f6941caae: Waiting 06:14:13 8029d6c4c349: Waiting 06:14:13 994456c4fd7b: Waiting 06:14:13 c0d94458ef78: Layer already exists 06:14:13 739a764237d5: Layer already exists 06:14:13 ae61f600e703: Layer already exists 06:14:13 099b32bf1031: Layer already exists 06:14:13 ac14be49427b: Layer already exists 06:14:13 085f6941caae: Layer already exists 06:14:13 e07e82f28006: Layer already exists 06:14:13 8029d6c4c349: Layer already exists 06:14:13 994456c4fd7b: Layer already exists 06:14:13 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 06:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 06:14:14 c0d94458ef78: Preparing 06:14:14 ac14be49427b: Preparing 06:14:14 ae61f600e703: Preparing 06:14:14 099b32bf1031: Preparing 06:14:14 739a764237d5: Preparing 06:14:14 e07e82f28006: Preparing 06:14:14 085f6941caae: Preparing 06:14:14 8029d6c4c349: Preparing 06:14:14 994456c4fd7b: Preparing 06:14:14 085f6941caae: Waiting 06:14:14 e07e82f28006: Waiting 06:14:14 ac14be49427b: Layer already exists 06:14:14 099b32bf1031: Layer already exists 06:14:14 739a764237d5: Layer already exists 06:14:14 ae61f600e703: Layer already exists 06:14:14 c0d94458ef78: Layer already exists 06:14:14 8029d6c4c349: Layer already exists 06:14:14 085f6941caae: Layer already exists 06:14:14 994456c4fd7b: Layer already exists 06:14:14 e07e82f28006: Layer already exists 06:14:14 main: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:14 ===================================================== [Pipeline] echo 06:14:14 taggedImages: 06:14:14 - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:14 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:14:14 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 06:14:14 - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:14 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 06:14:14 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 06:14:14 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:14 latest 06:14:14 4.1.0-dev.10 06:14:14 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:14 main 06:14:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:14:14 cec48dae5d32: Preparing 06:14:14 dc048946b6f4: Preparing 06:14:14 b9b6886ccf8d: Preparing 06:14:14 099b32bf1031: Preparing 06:14:14 739a764237d5: Preparing 06:14:14 6ea4f5e6b834: Preparing 06:14:14 824ad6d36c7c: Preparing 06:14:14 75c2f318edfe: Preparing 06:14:14 994456c4fd7b: Preparing 06:14:14 824ad6d36c7c: Waiting 06:14:14 6ea4f5e6b834: Waiting 06:14:14 75c2f318edfe: Waiting 06:14:14 099b32bf1031: Layer already exists 06:14:14 cec48dae5d32: Layer already exists 06:14:14 739a764237d5: Layer already exists 06:14:14 b9b6886ccf8d: Pushed 06:14:14 dc048946b6f4: Pushed 06:14:14 75c2f318edfe: Layer already exists 06:14:14 824ad6d36c7c: Layer already exists 06:14:14 994456c4fd7b: Layer already exists 06:14:26 #43 ... 06:14:26 06:14:26 #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #95 DONE 97.8s 06:14:26 06:14:26 #119 [security-bootstrapper builder 6/7] COPY . . 06:14:26 #119 ... 06:14:26 06:14:26 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #93 DONE 96.5s 06:14:26 06:14:26 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #81 DONE 108.9s 06:14:26 06:14:26 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #94 DONE 89.8s 06:14:26 06:14:26 #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #92 DONE 90.3s 06:14:26 06:14:26 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #98 DONE 85.7s 06:14:26 06:14:26 #120 [security-spiffe-token-provider builder 6/7] COPY . . 06:14:26 #120 DONE 1.8s 06:14:26 06:14:26 #121 [support-scheduler builder 6/7] COPY . . 06:14:26 #121 DONE 2.0s 06:14:26 06:14:26 #122 [security-proxy-setup builder 6/7] COPY . . 06:14:26 #122 CACHED 06:14:26 06:14:26 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 06:14:26 #123 CACHED 06:14:26 06:14:26 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #124 CACHED 06:14:26 06:14:26 #125 [support-notifications builder 6/7] COPY . . 06:14:26 #125 DONE 2.0s 06:14:26 06:14:26 #119 [security-bootstrapper builder 6/7] COPY . . 06:14:26 #119 DONE 2.0s 06:14:26 06:14:26 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #126 CACHED 06:14:26 06:14:26 #127 [security-secretstore-setup builder 6/7] COPY . . 06:14:26 #127 CACHED 06:14:26 06:14:26 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 06:14:26 #128 CACHED 06:14:26 06:14:26 #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:14:26 #129 ... 06:14:26 06:14:26 #130 [core-metadata builder 6/7] COPY . . 06:14:26 #130 CACHED 06:14:26 06:14:26 #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ 06:14:26 #131 CACHED 06:14:26 06:14:26 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #132 CACHED 06:14:26 06:14:26 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 06:14:26 #133 CACHED 06:14:26 06:14:26 #134 [security-proxy-auth builder 6/7] COPY . . 06:14:26 #134 CACHED 06:14:26 06:14:26 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #135 CACHED 06:14:26 06:14:26 #136 [core-keeper builder 7/8] COPY . . 06:14:26 #136 DONE 2.0s 06:14:26 06:14:26 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #137 CACHED 06:14:26 06:14:26 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 06:14:26 #138 CACHED 06:14:26 06:14:26 #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 06:14:26 #139 CACHED 06:14:26 06:14:26 #140 [core-command builder 4/7] COPY go.mod vendor* ./ 06:14:26 #140 CACHED 06:14:26 06:14:26 #141 [core-command builder 6/7] COPY . . 06:14:26 #141 CACHED 06:14:26 06:14:26 #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:14:26 #142 CACHED 06:14:26 06:14:26 #143 [core-data builder 6/7] COPY . . 06:14:26 #143 DONE 2.0s 06:14:26 06:14:26 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:14:27 6ea4f5e6b834: Pushed 06:14:27 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:27 #144 ... 06:14:27 06:14:27 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:14:27 #0 5.034 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:14:28 cec48dae5d32: Preparing 06:14:28 dc048946b6f4: Preparing 06:14:28 b9b6886ccf8d: Preparing 06:14:28 099b32bf1031: Preparing 06:14:28 739a764237d5: Preparing 06:14:28 6ea4f5e6b834: Preparing 06:14:28 824ad6d36c7c: Preparing 06:14:28 75c2f318edfe: Preparing 06:14:28 994456c4fd7b: Preparing 06:14:28 824ad6d36c7c: Waiting 06:14:28 75c2f318edfe: Waiting 06:14:28 994456c4fd7b: Waiting 06:14:28 6ea4f5e6b834: Waiting 06:14:28 cec48dae5d32: Layer already exists 06:14:28 dc048946b6f4: Layer already exists 06:14:28 099b32bf1031: Layer already exists 06:14:28 739a764237d5: Layer already exists 06:14:28 b9b6886ccf8d: Layer already exists 06:14:28 6ea4f5e6b834: Layer already exists 06:14:28 824ad6d36c7c: Layer already exists 06:14:28 75c2f318edfe: Layer already exists 06:14:28 994456c4fd7b: Layer already exists 06:14:28 latest: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:28 #145 ... 06:14:28 06:14:28 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:14:28 #0 5.599 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 06:14:28 #146 ... 06:14:28 06:14:28 #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:14:28 #129 5.912 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:14:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 06:14:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:14:28 cec48dae5d32: Preparing 06:14:28 dc048946b6f4: Preparing 06:14:28 b9b6886ccf8d: Preparing 06:14:28 099b32bf1031: Preparing 06:14:28 739a764237d5: Preparing 06:14:28 6ea4f5e6b834: Preparing 06:14:28 824ad6d36c7c: Preparing 06:14:28 75c2f318edfe: Preparing 06:14:28 994456c4fd7b: Preparing 06:14:28 824ad6d36c7c: Waiting 06:14:28 6ea4f5e6b834: Waiting 06:14:28 75c2f318edfe: Waiting 06:14:28 994456c4fd7b: Waiting 06:14:28 dc048946b6f4: Layer already exists 06:14:28 739a764237d5: Layer already exists 06:14:28 099b32bf1031: Layer already exists 06:14:28 cec48dae5d32: Layer already exists 06:14:28 b9b6886ccf8d: Layer already exists 06:14:28 6ea4f5e6b834: Layer already exists 06:14:28 824ad6d36c7c: Layer already exists 06:14:28 994456c4fd7b: Layer already exists 06:14:28 75c2f318edfe: Layer already exists 06:14:28 4.1.0-dev.10: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:14:29 cec48dae5d32: Preparing 06:14:29 dc048946b6f4: Preparing 06:14:29 b9b6886ccf8d: Preparing 06:14:29 099b32bf1031: Preparing 06:14:29 739a764237d5: Preparing 06:14:29 6ea4f5e6b834: Preparing 06:14:29 824ad6d36c7c: Preparing 06:14:29 75c2f318edfe: Preparing 06:14:29 994456c4fd7b: Preparing 06:14:29 824ad6d36c7c: Waiting 06:14:29 6ea4f5e6b834: Waiting 06:14:29 75c2f318edfe: Waiting 06:14:29 994456c4fd7b: Waiting 06:14:29 099b32bf1031: Layer already exists 06:14:29 cec48dae5d32: Layer already exists 06:14:29 b9b6886ccf8d: Layer already exists 06:14:29 dc048946b6f4: Layer already exists 06:14:29 739a764237d5: Layer already exists 06:14:29 6ea4f5e6b834: Layer already exists 06:14:29 824ad6d36c7c: Layer already exists 06:14:29 75c2f318edfe: Layer already exists 06:14:29 994456c4fd7b: Layer already exists 06:14:29 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 06:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 06:14:30 cec48dae5d32: Preparing 06:14:30 dc048946b6f4: Preparing 06:14:30 b9b6886ccf8d: Preparing 06:14:30 099b32bf1031: Preparing 06:14:30 739a764237d5: Preparing 06:14:30 6ea4f5e6b834: Preparing 06:14:30 824ad6d36c7c: Preparing 06:14:30 75c2f318edfe: Preparing 06:14:30 994456c4fd7b: Preparing 06:14:30 6ea4f5e6b834: Waiting 06:14:30 824ad6d36c7c: Waiting 06:14:30 994456c4fd7b: Waiting 06:14:30 75c2f318edfe: Waiting 06:14:30 099b32bf1031: Layer already exists 06:14:30 dc048946b6f4: Layer already exists 06:14:30 739a764237d5: Layer already exists 06:14:30 cec48dae5d32: Layer already exists 06:14:30 b9b6886ccf8d: Layer already exists 06:14:30 75c2f318edfe: Layer already exists 06:14:30 994456c4fd7b: Layer already exists 06:14:30 6ea4f5e6b834: Layer already exists 06:14:30 824ad6d36c7c: Layer already exists 06:14:30 main: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:30 ===================================================== [Pipeline] echo 06:14:30 taggedImages: 06:14:30 - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:30 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:14:30 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 06:14:30 - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:30 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 06:14:30 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 06:14:30 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:30 latest 06:14:30 4.1.0-dev.10 06:14:30 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:30 main 06:14:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:14:30 88bf78e0398b: Preparing 06:14:30 38ff23b71b01: Preparing 06:14:30 099b32bf1031: Preparing 06:14:30 739a764237d5: Preparing 06:14:30 8fae88c790bc: Preparing 06:14:30 418bf7d0b8da: Preparing 06:14:30 994456c4fd7b: Preparing 06:14:30 418bf7d0b8da: Waiting 06:14:30 994456c4fd7b: Waiting 06:14:30 739a764237d5: Layer already exists 06:14:30 099b32bf1031: Layer already exists 06:14:30 994456c4fd7b: Layer already exists 06:14:30 8fae88c790bc: Pushed 06:14:30 88bf78e0398b: Pushed 06:14:31 418bf7d0b8da: Pushed 06:14:32 #129 ... 06:14:32 06:14:32 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:14:32 #0 3.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:14:32 #147 ... 06:14:32 06:14:32 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:14:32 #0 6.128 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:14:32 #148 ... 06:14:32 06:14:32 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:14:32 #0 5.014 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:14:33 #149 ... 06:14:33 06:14:33 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:14:33 #0 5.554 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:14:33 #150 ... 06:14:33 06:14:33 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:14:33 #0 5.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 06:14:33 #151 ... 06:14:33 06:14:33 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:14:33 #0 4.651 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 06:14:33 #152 ... 06:14:33 06:14:33 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:14:33 #0 6.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:14:33 #153 ... 06:14:33 06:14:33 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:14:33 #0 6.049 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 06:14:33 #154 ... 06:14:33 06:14:33 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:14:33 #144 6.354 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 06:14:34 38ff23b71b01: Pushed 06:14:34 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 06:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:14:35 88bf78e0398b: Preparing 06:14:35 38ff23b71b01: Preparing 06:14:35 099b32bf1031: Preparing 06:14:35 739a764237d5: Preparing 06:14:35 8fae88c790bc: Preparing 06:14:35 418bf7d0b8da: Preparing 06:14:35 994456c4fd7b: Preparing 06:14:35 418bf7d0b8da: Waiting 06:14:35 994456c4fd7b: Waiting 06:14:35 88bf78e0398b: Layer already exists 06:14:35 38ff23b71b01: Layer already exists 06:14:35 8fae88c790bc: Layer already exists 06:14:35 739a764237d5: Layer already exists 06:14:35 099b32bf1031: Layer already exists 06:14:35 994456c4fd7b: Layer already exists 06:14:35 418bf7d0b8da: Layer already exists 06:14:35 latest: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 06:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:14:36 88bf78e0398b: Preparing 06:14:36 38ff23b71b01: Preparing 06:14:36 099b32bf1031: Preparing 06:14:36 739a764237d5: Preparing 06:14:36 8fae88c790bc: Preparing 06:14:36 418bf7d0b8da: Preparing 06:14:36 994456c4fd7b: Preparing 06:14:36 418bf7d0b8da: Waiting 06:14:36 994456c4fd7b: Waiting 06:14:36 8fae88c790bc: Layer already exists 06:14:36 88bf78e0398b: Layer already exists 06:14:36 739a764237d5: Layer already exists 06:14:36 099b32bf1031: Layer already exists 06:14:36 38ff23b71b01: Layer already exists 06:14:36 994456c4fd7b: Layer already exists 06:14:36 418bf7d0b8da: Layer already exists 06:14:36 4.1.0-dev.10: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:14:36 88bf78e0398b: Preparing 06:14:36 38ff23b71b01: Preparing 06:14:36 099b32bf1031: Preparing 06:14:36 739a764237d5: Preparing 06:14:36 8fae88c790bc: Preparing 06:14:36 418bf7d0b8da: Preparing 06:14:36 994456c4fd7b: Preparing 06:14:36 418bf7d0b8da: Waiting 06:14:36 994456c4fd7b: Waiting 06:14:36 099b32bf1031: Layer already exists 06:14:36 38ff23b71b01: Layer already exists 06:14:36 739a764237d5: Layer already exists 06:14:36 88bf78e0398b: Layer already exists 06:14:36 8fae88c790bc: Layer already exists 06:14:36 418bf7d0b8da: Layer already exists 06:14:36 994456c4fd7b: Layer already exists 06:14:36 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 06:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 06:14:37 88bf78e0398b: Preparing 06:14:37 38ff23b71b01: Preparing 06:14:37 099b32bf1031: Preparing 06:14:37 739a764237d5: Preparing 06:14:37 8fae88c790bc: Preparing 06:14:37 418bf7d0b8da: Preparing 06:14:37 994456c4fd7b: Preparing 06:14:37 994456c4fd7b: Waiting 06:14:37 418bf7d0b8da: Waiting 06:14:37 88bf78e0398b: Layer already exists 06:14:37 099b32bf1031: Layer already exists 06:14:37 38ff23b71b01: Layer already exists 06:14:37 739a764237d5: Layer already exists 06:14:37 8fae88c790bc: Layer already exists 06:14:37 418bf7d0b8da: Layer already exists 06:14:37 994456c4fd7b: Layer already exists 06:14:37 main: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:37 ===================================================== [Pipeline] echo 06:14:37 taggedImages: 06:14:37 - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:37 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:14:37 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 06:14:37 - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:37 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 06:14:37 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 06:14:37 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:37 latest 06:14:37 4.1.0-dev.10 06:14:37 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:37 main 06:14:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:14:38 25ef840d5359: Preparing 06:14:38 9b0452c9f195: Preparing 06:14:38 099b32bf1031: Preparing 06:14:38 739a764237d5: Preparing 06:14:38 8ad91b767a0e: Preparing 06:14:38 58bad4d87dab: Preparing 06:14:38 994456c4fd7b: Preparing 06:14:38 58bad4d87dab: Waiting 06:14:38 994456c4fd7b: Waiting 06:14:38 099b32bf1031: Layer already exists 06:14:38 739a764237d5: Layer already exists 06:14:38 994456c4fd7b: Layer already exists 06:14:38 8ad91b767a0e: Pushed 06:14:38 25ef840d5359: Pushed 06:14:38 58bad4d87dab: Pushed 06:14:41 9b0452c9f195: Pushed 06:14:41 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:14:42 25ef840d5359: Preparing 06:14:42 9b0452c9f195: Preparing 06:14:42 099b32bf1031: Preparing 06:14:42 739a764237d5: Preparing 06:14:42 8ad91b767a0e: Preparing 06:14:42 58bad4d87dab: Preparing 06:14:42 994456c4fd7b: Preparing 06:14:42 58bad4d87dab: Waiting 06:14:42 994456c4fd7b: Waiting 06:14:42 8ad91b767a0e: Layer already exists 06:14:42 25ef840d5359: Layer already exists 06:14:42 739a764237d5: Layer already exists 06:14:42 9b0452c9f195: Layer already exists 06:14:42 099b32bf1031: Layer already exists 06:14:42 58bad4d87dab: Layer already exists 06:14:42 994456c4fd7b: Layer already exists 06:14:42 latest: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 06:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:14:43 25ef840d5359: Preparing 06:14:43 9b0452c9f195: Preparing 06:14:43 099b32bf1031: Preparing 06:14:43 739a764237d5: Preparing 06:14:43 8ad91b767a0e: Preparing 06:14:43 58bad4d87dab: Preparing 06:14:43 994456c4fd7b: Preparing 06:14:43 58bad4d87dab: Waiting 06:14:43 994456c4fd7b: Waiting 06:14:43 9b0452c9f195: Layer already exists 06:14:43 739a764237d5: Layer already exists 06:14:43 8ad91b767a0e: Layer already exists 06:14:43 25ef840d5359: Layer already exists 06:14:43 099b32bf1031: Layer already exists 06:14:43 58bad4d87dab: Layer already exists 06:14:43 994456c4fd7b: Layer already exists 06:14:43 4.1.0-dev.10: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:14:43 25ef840d5359: Preparing 06:14:43 9b0452c9f195: Preparing 06:14:43 099b32bf1031: Preparing 06:14:43 739a764237d5: Preparing 06:14:43 8ad91b767a0e: Preparing 06:14:43 58bad4d87dab: Preparing 06:14:43 994456c4fd7b: Preparing 06:14:43 58bad4d87dab: Waiting 06:14:43 25ef840d5359: Layer already exists 06:14:43 099b32bf1031: Layer already exists 06:14:43 8ad91b767a0e: Layer already exists 06:14:43 739a764237d5: Layer already exists 06:14:43 9b0452c9f195: Layer already exists 06:14:43 58bad4d87dab: Layer already exists 06:14:43 994456c4fd7b: Layer already exists 06:14:43 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:14:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 06:14:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 06:14:44 25ef840d5359: Preparing 06:14:44 9b0452c9f195: Preparing 06:14:44 099b32bf1031: Preparing 06:14:44 739a764237d5: Preparing 06:14:44 8ad91b767a0e: Preparing 06:14:44 58bad4d87dab: Preparing 06:14:44 994456c4fd7b: Preparing 06:14:44 58bad4d87dab: Waiting 06:14:44 994456c4fd7b: Waiting 06:14:44 8ad91b767a0e: Layer already exists 06:14:44 739a764237d5: Layer already exists 06:14:44 25ef840d5359: Layer already exists 06:14:44 9b0452c9f195: Layer already exists 06:14:44 099b32bf1031: Layer already exists 06:14:44 58bad4d87dab: Layer already exists 06:14:44 994456c4fd7b: Layer already exists 06:14:44 main: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:14:44 ===================================================== [Pipeline] echo 06:14:44 taggedImages: 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 06:14:44 ========================================================= 06:14:44 [edgeXBuildMultiArch] RAW Config: 06:14:44 images: 06:14:44 - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/core-command:latest 06:14:44 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-command:main 06:14:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:14:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:14:44 - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/core-data:latest 06:14:44 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-data:main 06:14:44 - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/core-keeper:latest 06:14:44 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-keeper:main 06:14:44 - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/core-metadata:latest 06:14:44 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/core-metadata:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-config:main 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/security-spire-server:main 06:14:44 - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/support-notifications:latest 06:14:44 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-notifications:main 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:14:44 - nexus3.edgexfoundry.org:10004/support-scheduler:main 06:14:44 settingsFile: 06:14:44 edgex-go-settings 06:14:44 ========================================================= [Pipeline] node 06:14:59 Still waiting to schedule task 06:14:59 All nodes of label ‘centos7-docker-4c-2g’ are offline 06:15:34 Running on prd-centos7-docker-4c-2g-1370 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:15:34 provisioning config files... 06:15:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config10107888295048634054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:36 ---> ****-login.sh 06:15:36 nexus3.edgexfoundry.org:10001 06:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:15:36 Configure a credential helper to remove this warning. See 06:15:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:15:36 06:15:36 Login Succeeded 06:15:36 nexus3.edgexfoundry.org:10002 06:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:15:36 Configure a credential helper to remove this warning. See 06:15:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:15:36 06:15:36 Login Succeeded 06:15:36 nexus3.edgexfoundry.org:10003 06:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:15:36 Configure a credential helper to remove this warning. See 06:15:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:15:36 06:15:36 Login Succeeded 06:15:36 nexus3.edgexfoundry.org:10004 06:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:15:36 Configure a credential helper to remove this warning. See 06:15:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:15:36 06:15:36 Login Succeeded 06:15:36 ****.io 06:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:15:37 Configure a credential helper to remove this warning. See 06:15:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:15:37 06:15:37 Login Succeeded 06:15:37 ---> ****-login.sh ends [Pipeline] } 06:15:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:15:37 + docker buildx ls 06:15:37 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:15:37 default * docker 06:15:37 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:15:38 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:15:38 edgex-builder [Pipeline] sh 06:15:38 + docker buildx inspect --bootstrap 06:15:38 #1 [internal] booting buildkit 06:15:38 #1 pulling image moby/buildkit:buildx-stable-1 06:15:41 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 06:15:41 #1 creating container buildx_buildkit_edgex-builder0 06:15:43 #1 creating container buildx_buildkit_edgex-builder0 1.7s done 06:15:43 #1 DONE 4.6s 06:15:43 Name: edgex-builder 06:15:43 Driver: docker-container 06:15:43 06:15:43 Nodes: 06:15:43 Name: edgex-builder0 06:15:43 Endpoint: unix:///var/run/docker.sock 06:15:43 Status: running 06:15:43 Buildkit: v0.21.1 06:15:43 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:15:43 + docker buildx ls 06:15:43 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:15:43 edgex-builder * docker-container 06:15:43 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:15:43 default docker 06:15:43 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:15:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:15:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:15:43 #1 [internal] load build definition from Dockerfile 06:15:43 #1 transferring dockerfile: 197B done 06:15:43 #1 DONE 0.1s 06:15:43 06:15:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:43 #2 DONE 0.1s 06:15:43 06:15:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:44 #3 DONE 0.1s 06:15:44 06:15:44 #4 [internal] load .dockerignore 06:15:44 #4 transferring context: 2B done 06:15:44 #4 DONE 0.1s 06:15:44 06:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:44 #5 ... 06:15:44 06:15:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:44 #6 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:44 #6 DONE 0.1s 06:15:44 06:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:44 #5 DONE 0.3s 06:15:44 06:15:44 #7 exporting to image 06:15:44 #7 exporting layers done 06:15:44 #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f 0.0s done 06:15:44 #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 0.0s done 06:15:44 #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 0.0s done 06:15:44 #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 06:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:44 #7 ... 06:15:44 06:15:44 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:15:44 #8 DONE 0.0s 06:15:44 06:15:44 #7 exporting to image 06:15:44 #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 0.0s done 06:15:44 #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.0s done 06:15:44 #7 pushing layers 06:15:44 #7 pushing layers 0.1s done 06:15:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done 06:15:44 #7 DONE 0.4s 06:15:45 06:15:45 1 warning found (use --debug to expand): 06:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 06:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 06:15:45 #1 [internal] load build definition from Dockerfile 06:15:45 #1 transferring dockerfile: 163B done 06:15:45 #1 DONE 0.1s 06:15:45 06:15:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:15:45 #2 DONE 0.1s 06:15:45 06:15:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 06:15:45 #3 DONE 0.1s 06:15:45 06:15:45 #4 [internal] load .dockerignore 06:15:45 #4 transferring context: 2B done 06:15:45 #4 DONE 0.1s 06:15:45 06:15:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:45 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.1s done 06:15:45 #5 CACHED 06:15:45 06:15:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:45 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.1s done 06:15:45 #6 CACHED 06:15:45 06:15:45 #7 exporting to image 06:15:45 #7 exporting layers done 06:15:45 #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done 06:15:45 #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done 06:15:45 #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done 06:15:45 #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done 06:15:45 #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 06:15:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:45 #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done 06:15:45 #7 pushing layers 0.0s done 06:15:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done 06:15:45 #7 DONE 0.1s 06:15:45 06:15:45 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:15:45 #8 DONE 0.0s 06:15:45 06:15:45 1 warning found (use --debug to expand): 06:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10' 06:15:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 --push - 06:15:46 #1 [internal] load build definition from Dockerfile 06:15:46 #1 transferring dockerfile: 169B done 06:15:46 #1 DONE 0.0s 06:15:46 06:15:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 06:15:46 #2 DONE 0.0s 06:15:46 06:15:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 06:15:46 #3 DONE 0.0s 06:15:46 06:15:46 #4 [internal] load .dockerignore 06:15:46 #4 transferring context: 2B done 06:15:46 #4 DONE 0.1s 06:15:46 06:15:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:46 #5 CACHED 06:15:46 06:15:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:46 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:46 #6 CACHED 06:15:46 06:15:46 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:15:46 #7 DONE 0.0s 06:15:46 06:15:46 #8 exporting to image 06:15:46 #8 exporting layers done 06:15:46 #8 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done 06:15:46 #8 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done 06:15:46 #8 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done 06:15:46 #8 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done 06:15:46 #8 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done 06:15:46 #8 pushing layers 0.0s done 06:15:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done 06:15:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:46 #8 DONE 0.1s 06:15:46 06:15:46 1 warning found (use --debug to expand): 06:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:15:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:15:47 #1 [internal] load build definition from Dockerfile 06:15:47 #1 transferring dockerfile: 210B done 06:15:47 #1 DONE 0.1s 06:15:47 06:15:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:47 #2 DONE 0.0s 06:15:47 06:15:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:47 #3 DONE 0.0s 06:15:47 06:15:47 #4 [internal] load .dockerignore 06:15:47 #4 transferring context: 2B done 06:15:47 #4 DONE 0.1s 06:15:47 06:15:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:47 #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:47 #5 DONE 0.0s 06:15:47 06:15:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:47 #6 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:47 #6 CACHED 06:15:47 06:15:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:47 #5 CACHED 06:15:47 06:15:47 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:15:47 #7 DONE 0.0s 06:15:47 06:15:47 #8 exporting to image 06:15:47 #8 exporting layers done 06:15:47 #8 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done 06:15:47 #8 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done 06:15:47 #8 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done 06:15:47 #8 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done 06:15:47 #8 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done 06:15:47 #8 pushing layers 0.0s done 06:15:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done 06:15:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:47 #8 DONE 0.1s 06:15:47 06:15:47 1 warning found (use --debug to expand): 06:15:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 06:15:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 06:15:48 #1 [internal] load build definition from Dockerfile 06:15:48 #1 transferring dockerfile: 161B done 06:15:48 #1 DONE 0.0s 06:15:48 06:15:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:15:48 #2 DONE 0.0s 06:15:48 06:15:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 06:15:48 #3 DONE 0.0s 06:15:48 06:15:48 #4 [internal] load .dockerignore 06:15:48 #4 transferring context: 06:15:48 #4 transferring context: 2B done 06:15:48 #4 DONE 0.1s 06:15:48 06:15:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:48 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:48 #5 CACHED 06:15:48 06:15:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 06:15:48 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done 06:15:48 #6 CACHED 06:15:48 06:15:48 #7 exporting to image 06:15:48 #7 exporting layers done 06:15:48 #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done 06:15:48 #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done 06:15:48 #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done 06:15:48 #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done 06:15:48 #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done 06:15:48 #7 pushing layers 0.0s done 06:15:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 06:15:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done 06:15:48 #7 DONE 0.1s 06:15:48 06:15:48 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 06:15:48 #8 DONE 0.0s 06:15:48 06:15:48 1 warning found (use --debug to expand): 06:15:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:15:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:15:48 #1 [internal] load build definition from Dockerfile 06:15:48 #1 transferring dockerfile: 216B done 06:15:48 #1 DONE 0.1s 06:15:48 06:15:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:48 #2 DONE 0.1s 06:15:48 06:15:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:48 #3 DONE 0.1s 06:15:48 06:15:48 #4 [internal] load .dockerignore 06:15:48 #4 transferring context: 2B done 06:15:48 #4 DONE 0.1s 06:15:48 06:15:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:48 #5 DONE 0.0s 06:15:48 06:15:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:49 #6 DONE 0.0s 06:15:49 06:15:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:49 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:49 #5 DONE 0.2s 06:15:49 06:15:49 #7 exporting to image 06:15:49 #7 exporting layers done 06:15:49 #7 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b 0.0s done 06:15:49 #7 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 0.0s done 06:15:49 #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b 0.0s done 06:15:49 #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 06:15:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:49 #7 ... 06:15:49 06:15:49 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:49 #8 DONE 0.0s 06:15:49 06:15:49 #7 exporting to image 06:15:49 #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 0.0s done 06:15:49 #7 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.0s done 06:15:49 #7 pushing layers 06:15:49 #7 pushing layers 0.1s done 06:15:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done 06:15:49 #7 DONE 0.3s 06:15:49 06:15:49 1 warning found (use --debug to expand): 06:15:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 06:15:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 06:15:50 #1 [internal] load build definition from Dockerfile 06:15:50 #1 transferring dockerfile: 182B done 06:15:50 #1 DONE 0.1s 06:15:50 06:15:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:15:50 #2 DONE 0.1s 06:15:50 06:15:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 06:15:50 #3 DONE 0.1s 06:15:50 06:15:50 #4 [internal] load .dockerignore 06:15:50 #4 transferring context: 2B done 06:15:50 #4 DONE 0.1s 06:15:50 06:15:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:50 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:50 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:50 #5 CACHED 06:15:50 06:15:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:50 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.1s done 06:15:50 #6 CACHED 06:15:50 06:15:50 #7 exporting to image 06:15:50 #7 exporting layers done 06:15:50 #7 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done 06:15:50 #7 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done 06:15:50 #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b 06:15:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:50 #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done 06:15:50 #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done 06:15:50 #7 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done 06:15:50 #7 pushing layers 0.0s done 06:15:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done 06:15:50 #7 DONE 0.1s 06:15:50 06:15:50 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:50 #8 DONE 0.0s 06:15:50 06:15:50 1 warning found (use --debug to expand): 06:15:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10' 06:15:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 --push - 06:15:50 #1 [internal] load build definition from Dockerfile 06:15:50 #1 transferring dockerfile: 188B done 06:15:50 #1 DONE 0.1s 06:15:50 06:15:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 06:15:50 #2 DONE 0.0s 06:15:50 06:15:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 06:15:50 #3 DONE 0.0s 06:15:50 06:15:50 #4 [internal] load .dockerignore 06:15:51 #4 transferring context: 2B done 06:15:51 #4 DONE 0.1s 06:15:51 06:15:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:51 #5 DONE 0.1s 06:15:51 06:15:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:51 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:51 #6 CACHED 06:15:51 06:15:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:51 #5 CACHED 06:15:51 06:15:51 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:51 #7 DONE 0.0s 06:15:51 06:15:51 #8 exporting to image 06:15:51 #8 exporting layers done 06:15:51 #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done 06:15:51 #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done 06:15:51 #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done 06:15:51 #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done 06:15:51 #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done 06:15:51 #8 pushing layers 0.0s done 06:15:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 06:15:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done 06:15:51 #8 DONE 0.1s 06:15:51 06:15:51 1 warning found (use --debug to expand): 06:15:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:15:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:15:51 #1 [internal] load build definition from Dockerfile 06:15:51 #1 transferring dockerfile: 229B done 06:15:51 #1 DONE 0.1s 06:15:51 06:15:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:51 #2 DONE 0.0s 06:15:51 06:15:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:51 #3 DONE 0.0s 06:15:51 06:15:51 #4 [internal] load .dockerignore 06:15:51 #4 transferring context: 2B done 06:15:51 #4 DONE 0.1s 06:15:51 06:15:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:51 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:51 #5 DONE 0.0s 06:15:51 06:15:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:52 #6 CACHED 06:15:52 06:15:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:52 #5 CACHED 06:15:52 06:15:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:52 #7 DONE 0.0s 06:15:52 06:15:52 #8 exporting to image 06:15:52 #8 exporting layers done 06:15:52 #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done 06:15:52 #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done 06:15:52 #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done 06:15:52 #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done 06:15:52 #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done 06:15:52 #8 pushing layers 0.0s done 06:15:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done 06:15:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:52 #8 DONE 0.1s 06:15:52 06:15:52 1 warning found (use --debug to expand): 06:15:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 06:15:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 06:15:52 #1 [internal] load build definition from Dockerfile 06:15:52 #1 transferring dockerfile: 180B done 06:15:52 #1 DONE 0.1s 06:15:52 06:15:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:15:52 #2 DONE 0.0s 06:15:52 06:15:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 06:15:52 #3 DONE 0.1s 06:15:52 06:15:52 #4 [internal] load .dockerignore 06:15:52 #4 transferring context: 06:15:52 #4 transferring context: 2B done 06:15:52 #4 DONE 0.1s 06:15:52 06:15:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:52 #5 CACHED 06:15:52 06:15:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 06:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done 06:15:52 #6 CACHED 06:15:52 06:15:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:52 #7 DONE 0.0s 06:15:52 06:15:52 #8 exporting to image 06:15:52 #8 exporting layers done 06:15:52 #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done 06:15:52 #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done 06:15:52 #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done 06:15:52 #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done 06:15:52 #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done 06:15:52 #8 pushing layers 0.0s done 06:15:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 06:15:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done 06:15:53 #8 DONE 0.1s 06:15:53 06:15:53 1 warning found (use --debug to expand): 06:15:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:15:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:15:53 #1 [internal] load build definition from Dockerfile 06:15:53 #1 transferring dockerfile: 194B 0.0s done 06:15:53 #1 DONE 0.1s 06:15:53 06:15:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:53 #2 ... 06:15:53 06:15:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:53 #3 DONE 0.1s 06:15:54 06:15:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:54 #2 DONE 0.2s 06:15:54 06:15:54 #4 [internal] load .dockerignore 06:15:54 #4 transferring context: 2B done 06:15:54 #4 DONE 0.1s 06:15:54 06:15:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:54 #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:54 #5 DONE 0.1s 06:15:54 06:15:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:54 #6 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:54 #6 DONE 0.3s 06:15:54 06:15:54 #7 exporting to image 06:15:54 #7 exporting layers done 06:15:54 #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done 06:15:54 #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 0.0s done 06:15:54 #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 0.0s done 06:15:54 #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 06:15:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:54 #7 ... 06:15:54 06:15:54 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:15:54 #8 DONE 0.0s 06:15:54 06:15:54 #7 exporting to image 06:15:54 #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 0.0s done 06:15:54 #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.0s done 06:15:54 #7 pushing layers 06:15:54 #7 pushing layers 0.1s done 06:15:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done 06:15:54 #7 DONE 0.3s 06:15:54 06:15:54 1 warning found (use --debug to expand): 06:15:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 06:15:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 06:15:55 #1 [internal] load build definition from Dockerfile 06:15:55 #1 transferring dockerfile: 160B done 06:15:55 #1 DONE 0.1s 06:15:55 06:15:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:15:55 #2 DONE 0.1s 06:15:55 06:15:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 06:15:55 #3 DONE 0.0s 06:15:55 06:15:55 #4 [internal] load .dockerignore 06:15:55 #4 transferring context: 2B done 06:15:55 #4 DONE 0.1s 06:15:55 06:15:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:55 #5 CACHED 06:15:55 06:15:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:55 #6 CACHED 06:15:55 06:15:55 #7 exporting to image 06:15:55 #7 exporting layers done 06:15:55 #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 done 06:15:55 #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done 06:15:55 #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done 06:15:55 #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done 06:15:55 #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.0s done 06:15:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:55 #7 pushing layers 0.0s done 06:15:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done 06:15:55 #7 DONE 0.2s 06:15:55 06:15:55 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:15:55 #8 DONE 0.0s 06:15:55 06:15:55 1 warning found (use --debug to expand): 06:15:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10' 06:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 --push - 06:15:56 #1 [internal] load build definition from Dockerfile 06:15:56 #1 transferring dockerfile: 166B done 06:15:56 #1 DONE 0.1s 06:15:56 06:15:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 06:15:56 #2 DONE 0.0s 06:15:56 06:15:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 06:15:56 #3 DONE 0.1s 06:15:56 06:15:56 #4 [internal] load .dockerignore 06:15:56 #4 transferring context: 2B done 06:15:56 #4 DONE 0.1s 06:15:56 06:15:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:56 #5 DONE 0.0s 06:15:56 06:15:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.1s done 06:15:56 #6 CACHED 06:15:56 06:15:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:56 #5 CACHED 06:15:56 06:15:56 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:15:56 #7 DONE 0.0s 06:15:56 06:15:56 #8 exporting to image 06:15:56 #8 exporting layers done 06:15:56 #8 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 done 06:15:56 #8 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done 06:15:56 #8 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done 06:15:56 #8 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done 06:15:56 #8 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done 06:15:56 #8 pushing layers 0.0s done 06:15:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 06:15:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done 06:15:56 #8 DONE 0.1s 06:15:56 06:15:56 1 warning found (use --debug to expand): 06:15:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:15:57 #1 [internal] load build definition from Dockerfile 06:15:57 #1 transferring dockerfile: 207B done 06:15:57 #1 DONE 0.1s 06:15:57 06:15:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:57 #2 DONE 0.0s 06:15:57 06:15:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:15:57 #3 DONE 0.1s 06:15:57 06:15:57 #4 [internal] load .dockerignore 06:15:57 #4 transferring context: 2B done 06:15:57 #4 DONE 0.1s 06:15:57 06:15:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:57 #5 CACHED 06:15:57 06:15:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:57 #6 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.1s done 06:15:57 #6 CACHED 06:15:57 06:15:57 #7 exporting to image 06:15:57 #7 exporting layers done 06:15:57 #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done 06:15:57 #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done 06:15:57 #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done 06:15:57 #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done 06:15:57 #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done 06:15:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:57 #7 pushing layers 0.0s done 06:15:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done 06:15:57 #7 DONE 0.1s 06:15:57 06:15:57 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:15:57 #8 DONE 0.0s 06:15:57 06:15:57 1 warning found (use --debug to expand): 06:15:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 06:15:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 06:15:58 #1 [internal] load build definition from Dockerfile 06:15:58 #1 transferring dockerfile: 158B done 06:15:58 #1 DONE 0.1s 06:15:58 06:15:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:15:58 #2 DONE 0.0s 06:15:58 06:15:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 06:15:58 #3 DONE 0.1s 06:15:58 06:15:58 #4 [internal] load .dockerignore 06:15:58 #4 transferring context: 2B done 06:15:58 #4 DONE 0.1s 06:15:58 06:15:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:58 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:58 #5 CACHED 06:15:58 06:15:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 06:15:58 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done 06:15:58 #6 CACHED 06:15:58 06:15:58 #7 exporting to image 06:15:58 #7 exporting layers done 06:15:58 #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done 06:15:58 #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done 06:15:58 #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done 06:15:58 #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 0.0s done 06:15:58 #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done 06:15:58 #7 pushing layers 0.0s done 06:15:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 06:15:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done 06:15:58 #7 DONE 0.2s 06:15:58 06:15:58 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 06:15:58 #8 DONE 0.0s 06:15:58 06:15:58 1 warning found (use --debug to expand): 06:15:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:15:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:15:58 #1 [internal] load build definition from Dockerfile 06:15:58 #1 transferring dockerfile: 196B done 06:15:58 #1 DONE 0.1s 06:15:58 06:15:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:58 #2 DONE 0.1s 06:15:58 06:15:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:15:58 #3 DONE 0.1s 06:15:58 06:15:58 #4 [internal] load .dockerignore 06:15:58 #4 transferring context: 2B done 06:15:58 #4 DONE 0.1s 06:15:59 06:15:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:15:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:15:59 #5 DONE 0.0s 06:15:59 06:15:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:15:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:15:59 #6 DONE 0.2s 06:15:59 06:15:59 #7 exporting to image 06:15:59 #7 exporting layers done 06:15:59 #7 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 0.0s done 06:15:59 #7 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 0.0s done 06:15:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:15:59 #7 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 0.0s done 06:15:59 #7 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 0.1s done 06:15:59 #7 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.0s done 06:15:59 #7 ... 06:15:59 06:15:59 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:15:59 #8 DONE 0.0s 06:15:59 06:15:59 #7 exporting to image 06:15:59 #7 pushing layers 0.1s done 06:15:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 06:15:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done 06:15:59 #7 DONE 0.3s 06:15:59 06:15:59 1 warning found (use --debug to expand): 06:15:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:15:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 06:15:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 06:16:00 #1 [internal] load build definition from Dockerfile 06:16:00 #1 transferring dockerfile: 162B done 06:16:00 #1 DONE 0.0s 06:16:00 06:16:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:16:00 #2 DONE 0.1s 06:16:00 06:16:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 06:16:00 #3 DONE 0.1s 06:16:00 06:16:00 #4 [internal] load .dockerignore 06:16:00 #4 transferring context: 2B done 06:16:00 #4 DONE 0.1s 06:16:00 06:16:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:00 #5 DONE 0.0s 06:16:00 06:16:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:00 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:00 #6 CACHED 06:16:00 06:16:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:00 #5 CACHED 06:16:00 06:16:00 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:00 #7 DONE 0.0s 06:16:00 06:16:00 #8 exporting to image 06:16:00 #8 exporting layers done 06:16:00 #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done 06:16:00 #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done 06:16:00 #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done 06:16:00 #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done 06:16:00 #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done 06:16:00 #8 pushing layers 0.0s done 06:16:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done 06:16:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:00 #8 DONE 0.1s 06:16:00 06:16:00 1 warning found (use --debug to expand): 06:16:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10' 06:16:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 --push - 06:16:01 #1 [internal] load build definition from Dockerfile 06:16:01 #1 transferring dockerfile: 168B done 06:16:01 #1 DONE 0.1s 06:16:01 06:16:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 06:16:01 #2 DONE 0.1s 06:16:01 06:16:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 06:16:01 #3 DONE 0.1s 06:16:01 06:16:01 #4 [internal] load .dockerignore 06:16:01 #4 transferring context: 2B done 06:16:01 #4 DONE 0.1s 06:16:01 06:16:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:01 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:01 #5 DONE 0.0s 06:16:01 06:16:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:01 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:01 #6 CACHED 06:16:01 06:16:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:01 #5 CACHED 06:16:01 06:16:01 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:01 #7 DONE 0.0s 06:16:01 06:16:01 #8 exporting to image 06:16:01 #8 exporting layers done 06:16:01 #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done 06:16:01 #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done 06:16:01 #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done 06:16:01 #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done 06:16:01 #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done 06:16:01 #8 pushing layers 0.0s done 06:16:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done 06:16:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:01 #8 DONE 0.1s 06:16:01 06:16:01 1 warning found (use --debug to expand): 06:16:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:01 #1 [internal] load build definition from Dockerfile 06:16:01 #1 transferring dockerfile: 209B done 06:16:01 #1 DONE 0.1s 06:16:01 06:16:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:01 #2 DONE 0.0s 06:16:01 06:16:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:01 #3 DONE 0.1s 06:16:01 06:16:01 #4 [internal] load .dockerignore 06:16:01 #4 transferring context: 2B done 06:16:01 #4 DONE 0.0s 06:16:01 06:16:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:01 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:01 #5 DONE 0.0s 06:16:01 06:16:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:02 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:02 #6 CACHED 06:16:02 06:16:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:02 #5 CACHED 06:16:02 06:16:02 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:02 #7 DONE 0.0s 06:16:02 06:16:02 #8 exporting to image 06:16:02 #8 exporting layers done 06:16:02 #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done 06:16:02 #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done 06:16:02 #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done 06:16:02 #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done 06:16:02 #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done 06:16:02 #8 pushing layers 0.0s done 06:16:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done 06:16:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:02 #8 DONE 0.1s 06:16:02 06:16:02 1 warning found (use --debug to expand): 06:16:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 06:16:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 06:16:02 #1 [internal] load build definition from Dockerfile 06:16:02 #1 transferring dockerfile: 160B done 06:16:02 #1 DONE 0.1s 06:16:02 06:16:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:16:02 #2 DONE 0.1s 06:16:02 06:16:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 06:16:02 #3 DONE 0.1s 06:16:02 06:16:02 #4 [internal] load .dockerignore 06:16:02 #4 transferring context: 2B done 06:16:02 #4 DONE 0.1s 06:16:02 06:16:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:02 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:02 #5 DONE 0.0s 06:16:02 06:16:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:02 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done 06:16:02 #6 CACHED 06:16:02 06:16:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 06:16:02 #5 CACHED 06:16:02 06:16:02 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:02 #7 DONE 0.0s 06:16:02 06:16:02 #8 exporting to image 06:16:02 #8 exporting layers done 06:16:02 #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done 06:16:02 #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done 06:16:02 #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done 06:16:02 #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done 06:16:02 #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done 06:16:02 #8 pushing layers 0.0s done 06:16:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done 06:16:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:02 #8 DONE 0.1s 06:16:02 06:16:02 1 warning found (use --debug to expand): 06:16:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:03 #1 [internal] load build definition from Dockerfile 06:16:03 #1 transferring dockerfile: 198B done 06:16:03 #1 DONE 0.1s 06:16:03 06:16:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:03 #2 DONE 0.1s 06:16:03 06:16:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:03 #3 DONE 0.1s 06:16:03 06:16:03 #4 [internal] load .dockerignore 06:16:03 #4 transferring context: 2B done 06:16:03 #4 DONE 0.1s 06:16:03 06:16:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:03 #5 DONE 0.2s 06:16:03 06:16:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:03 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.1s done 06:16:03 #6 DONE 0.1s 06:16:03 06:16:03 #7 exporting to image 06:16:03 #7 exporting layers done 06:16:03 #7 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 0.0s done 06:16:03 #7 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc 0.0s done 06:16:03 #7 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 0.0s done 06:16:03 #7 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b 0.0s done 06:16:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:03 #7 ... 06:16:03 06:16:03 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:16:03 #8 DONE 0.0s 06:16:03 06:16:03 #7 exporting to image 06:16:03 #7 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.0s done 06:16:03 #7 pushing layers 0.1s done 06:16:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 06:16:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done 06:16:03 #7 DONE 0.3s 06:16:04 06:16:04 1 warning found (use --debug to expand): 06:16:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 06:16:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 06:16:04 #1 [internal] load build definition from Dockerfile 06:16:04 #1 transferring dockerfile: 164B done 06:16:04 #1 DONE 0.1s 06:16:04 06:16:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:16:04 #2 DONE 0.1s 06:16:04 06:16:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 06:16:04 #3 DONE 0.1s 06:16:04 06:16:04 #4 [internal] load .dockerignore 06:16:04 #4 transferring context: 2B done 06:16:04 #4 DONE 0.1s 06:16:04 06:16:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:05 #5 CACHED 06:16:05 06:16:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:05 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:05 #6 CACHED 06:16:05 06:16:05 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:16:05 #7 DONE 0.0s 06:16:05 06:16:05 #8 exporting to image 06:16:05 #8 exporting layers done 06:16:05 #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done 06:16:05 #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done 06:16:05 #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done 06:16:05 #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done 06:16:05 #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done 06:16:05 #8 pushing layers 0.0s done 06:16:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 06:16:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done 06:16:05 #8 DONE 0.2s 06:16:05 06:16:05 1 warning found (use --debug to expand): 06:16:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10' 06:16:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 --push - 06:16:05 #1 [internal] load build definition from Dockerfile 06:16:05 #1 transferring dockerfile: 170B done 06:16:05 #1 DONE 0.1s 06:16:05 06:16:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 06:16:05 #2 DONE 0.0s 06:16:05 06:16:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 06:16:05 #3 DONE 0.0s 06:16:05 06:16:05 #4 [internal] load .dockerignore 06:16:05 #4 transferring context: 2B done 06:16:05 #4 DONE 0.0s 06:16:05 06:16:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:05 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:05 #5 CACHED 06:16:05 06:16:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:05 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:05 #6 DONE 0.0s 06:16:06 06:16:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:06 #6 CACHED 06:16:06 06:16:06 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:16:06 #7 DONE 0.0s 06:16:06 06:16:06 #8 exporting to image 06:16:06 #8 exporting layers done 06:16:06 #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done 06:16:06 #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done 06:16:06 #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done 06:16:06 #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done 06:16:06 #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done 06:16:06 #8 pushing layers 0.0s done 06:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done 06:16:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:06 #8 DONE 0.1s 06:16:06 06:16:06 1 warning found (use --debug to expand): 06:16:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:06 #1 [internal] load build definition from Dockerfile 06:16:06 #1 transferring dockerfile: 211B done 06:16:06 #1 DONE 0.1s 06:16:06 06:16:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:06 #2 DONE 0.0s 06:16:06 06:16:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:06 #3 DONE 0.0s 06:16:06 06:16:06 #4 [internal] load .dockerignore 06:16:06 #4 transferring context: 2B done 06:16:06 #4 DONE 0.0s 06:16:06 06:16:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:06 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:06 #5 CACHED 06:16:06 06:16:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:06 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:06 #6 CACHED 06:16:06 06:16:06 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:16:06 #7 DONE 0.0s 06:16:06 06:16:06 #8 exporting to image 06:16:06 #8 exporting layers done 06:16:06 #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done 06:16:06 #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done 06:16:06 #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done 06:16:06 #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done 06:16:06 #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done 06:16:06 #8 pushing layers 0.0s done 06:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done 06:16:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:06 #8 DONE 0.1s 06:16:06 06:16:06 1 warning found (use --debug to expand): 06:16:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 06:16:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 06:16:07 #1 [internal] load build definition from Dockerfile 06:16:07 #1 transferring dockerfile: 162B done 06:16:07 #1 DONE 0.1s 06:16:07 06:16:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:16:07 #2 DONE 0.0s 06:16:07 06:16:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 06:16:07 #3 DONE 0.1s 06:16:07 06:16:07 #4 [internal] load .dockerignore 06:16:07 #4 transferring context: 2B done 06:16:07 #4 DONE 0.1s 06:16:07 06:16:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:07 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:07 #5 DONE 0.0s 06:16:07 06:16:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:07 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done 06:16:07 #6 CACHED 06:16:07 06:16:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 06:16:07 #5 CACHED 06:16:07 06:16:07 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 06:16:07 #7 DONE 0.0s 06:16:07 06:16:07 #8 exporting to image 06:16:07 #8 exporting layers done 06:16:07 #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done 06:16:07 #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done 06:16:07 #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done 06:16:07 #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done 06:16:07 #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done 06:16:07 #8 pushing layers 0.0s done 06:16:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done 06:16:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:07 #8 DONE 0.1s 06:16:07 06:16:07 1 warning found (use --debug to expand): 06:16:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:08 #1 [internal] load build definition from Dockerfile 06:16:08 #1 transferring dockerfile: 206B done 06:16:08 #1 DONE 0.1s 06:16:08 06:16:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:08 #2 DONE 0.2s 06:16:08 06:16:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:08 #3 DONE 0.2s 06:16:08 06:16:08 #4 [internal] load .dockerignore 06:16:08 #4 transferring context: 06:16:08 #4 transferring context: 2B done 06:16:08 #4 DONE 0.1s 06:16:08 06:16:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:08 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.1s done 06:16:08 #5 DONE 0.1s 06:16:08 06:16:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:08 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:09 #6 DONE 0.7s 06:16:09 06:16:09 #7 exporting to image 06:16:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:09 #7 exporting layers done 06:16:09 #7 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done 06:16:09 #7 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a 0.0s done 06:16:09 #7 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e 0.1s done 06:16:09 #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e 06:16:09 #7 ... 06:16:09 06:16:09 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:09 #8 DONE 0.0s 06:16:09 06:16:09 #7 exporting to image 06:16:09 #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e 0.0s done 06:16:09 #7 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.0s done 06:16:09 #7 pushing layers 06:16:09 #7 pushing layers 0.1s done 06:16:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done 06:16:09 #7 DONE 0.4s 06:16:09 06:16:09 1 warning found (use --debug to expand): 06:16:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 06:16:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 06:16:10 #1 [internal] load build definition from Dockerfile 06:16:10 #1 transferring dockerfile: 172B done 06:16:10 #1 DONE 0.0s 06:16:10 06:16:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:16:10 #2 DONE 0.0s 06:16:10 06:16:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 06:16:10 #3 DONE 0.1s 06:16:10 06:16:10 #4 [internal] load .dockerignore 06:16:10 #4 transferring context: 2B done 06:16:10 #4 DONE 0.1s 06:16:10 06:16:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:10 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:10 #5 DONE 0.0s 06:16:10 06:16:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:10 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.1s done 06:16:10 #6 CACHED 06:16:10 06:16:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:10 #5 CACHED 06:16:10 06:16:10 #7 exporting to image 06:16:10 #7 exporting layers done 06:16:10 #7 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done 06:16:10 #7 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a 0.0s done 06:16:10 #7 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done 06:16:10 #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done 06:16:10 #7 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done 06:16:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:10 #7 pushing layers 0.0s done 06:16:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done 06:16:10 #7 DONE 0.2s 06:16:10 06:16:10 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:10 #8 DONE 0.0s 06:16:10 06:16:10 1 warning found (use --debug to expand): 06:16:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10' 06:16:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 --push - 06:16:11 #1 [internal] load build definition from Dockerfile 06:16:11 #1 transferring dockerfile: 178B done 06:16:11 #1 DONE 0.1s 06:16:11 06:16:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 06:16:11 #2 DONE 0.0s 06:16:11 06:16:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 06:16:11 #3 DONE 0.1s 06:16:11 06:16:11 #4 [internal] load .dockerignore 06:16:11 #4 transferring context: 2B done 06:16:11 #4 DONE 0.1s 06:16:11 06:16:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:11 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:11 #5 CACHED 06:16:11 06:16:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:11 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:11 #6 CACHED 06:16:11 06:16:11 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:11 #7 DONE 0.0s 06:16:11 06:16:11 #8 exporting to image 06:16:11 #8 exporting layers done 06:16:11 #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done 06:16:11 #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done 06:16:11 #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done 06:16:11 #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done 06:16:11 #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.0s done 06:16:11 #8 pushing layers 0.0s done 06:16:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 06:16:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done 06:16:11 #8 DONE 0.2s 06:16:11 06:16:11 1 warning found (use --debug to expand): 06:16:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:12 #1 [internal] load build definition from Dockerfile 06:16:12 #1 transferring dockerfile: 219B done 06:16:12 #1 DONE 0.1s 06:16:12 06:16:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:12 #2 DONE 0.0s 06:16:12 06:16:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:12 #3 DONE 0.1s 06:16:12 06:16:12 #4 [internal] load .dockerignore 06:16:12 #4 transferring context: 2B done 06:16:12 #4 DONE 0.1s 06:16:12 06:16:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:12 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:12 #5 DONE 0.0s 06:16:12 06:16:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:12 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:12 #6 CACHED 06:16:12 06:16:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:12 #5 CACHED 06:16:12 06:16:12 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:12 #7 DONE 0.0s 06:16:12 06:16:12 #8 exporting to image 06:16:12 #8 exporting layers done 06:16:12 #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 done 06:16:12 #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done 06:16:12 #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done 06:16:12 #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done 06:16:12 #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done 06:16:12 #8 pushing layers 0.0s done 06:16:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done 06:16:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:12 #8 DONE 0.1s 06:16:12 06:16:12 1 warning found (use --debug to expand): 06:16:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 06:16:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 06:16:12 #1 [internal] load build definition from Dockerfile 06:16:12 #1 transferring dockerfile: 170B done 06:16:12 #1 DONE 0.1s 06:16:12 06:16:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:16:12 #2 DONE 0.0s 06:16:12 06:16:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 06:16:12 #3 DONE 0.0s 06:16:12 06:16:12 #4 [internal] load .dockerignore 06:16:12 #4 transferring context: 2B done 06:16:12 #4 DONE 0.1s 06:16:12 06:16:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:12 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:12 #5 DONE 0.0s 06:16:12 06:16:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:13 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done 06:16:13 #6 CACHED 06:16:13 06:16:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 06:16:13 #5 CACHED 06:16:13 06:16:13 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 06:16:13 #7 DONE 0.0s 06:16:13 06:16:13 #8 exporting to image 06:16:13 #8 exporting layers done 06:16:13 #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 done 06:16:13 #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done 06:16:13 #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done 06:16:13 #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done 06:16:13 #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done 06:16:13 #8 pushing layers 0.0s done 06:16:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 06:16:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done 06:16:13 #8 DONE 0.1s 06:16:13 06:16:13 1 warning found (use --debug to expand): 06:16:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:13 #1 [internal] load build definition from Dockerfile 06:16:13 #1 transferring dockerfile: 204B done 06:16:13 #1 DONE 0.1s 06:16:13 06:16:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:13 #2 DONE 0.1s 06:16:13 06:16:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:13 #3 DONE 0.1s 06:16:13 06:16:13 #4 [internal] load .dockerignore 06:16:13 #4 transferring context: 2B done 06:16:13 #4 DONE 0.1s 06:16:13 06:16:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done 06:16:13 #5 DONE 0.0s 06:16:13 06:16:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:13 #6 DONE 0.0s 06:16:13 06:16:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:13 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done 06:16:13 #5 DONE 0.2s 06:16:14 06:16:14 #7 exporting to image 06:16:14 #7 exporting layers done 06:16:14 #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 0.0s done 06:16:14 #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 0.0s done 06:16:14 #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 0.0s done 06:16:14 #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac 0.0s done 06:16:14 #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 06:16:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:14 #7 ... 06:16:14 06:16:14 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:16:14 #8 DONE 0.0s 06:16:14 06:16:14 #7 exporting to image 06:16:14 #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.0s done 06:16:14 #7 pushing layers 0.1s done 06:16:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 06:16:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done 06:16:14 #7 DONE 0.3s 06:16:14 06:16:14 1 warning found (use --debug to expand): 06:16:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 06:16:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 06:16:14 #1 [internal] load build definition from Dockerfile 06:16:14 #1 transferring dockerfile: 170B done 06:16:14 #1 DONE 0.1s 06:16:14 06:16:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:16:15 #2 DONE 0.4s 06:16:15 06:16:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 06:16:15 #3 DONE 0.3s 06:16:15 06:16:15 #4 [internal] load .dockerignore 06:16:15 #4 transferring context: 06:16:15 #4 transferring context: 2B done 06:16:15 #4 DONE 0.1s 06:16:15 06:16:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done 06:16:15 #5 CACHED 06:16:15 06:16:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done 06:16:15 #6 CACHED 06:16:15 06:16:15 #7 exporting to image 06:16:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:15 #7 exporting layers done 06:16:15 #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done 06:16:15 #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done 06:16:15 #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done 06:16:15 #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done 06:16:15 #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done 06:16:15 #7 pushing layers 0.0s done 06:16:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done 06:16:15 #7 DONE 0.1s 06:16:15 06:16:15 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:16:15 #8 DONE 0.0s 06:16:15 06:16:15 1 warning found (use --debug to expand): 06:16:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 --push - 06:16:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10' 06:16:16 #1 [internal] load build definition from Dockerfile 06:16:16 #1 transferring dockerfile: 176B done 06:16:16 #1 DONE 0.1s 06:16:16 06:16:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 06:16:16 #2 DONE 0.0s 06:16:16 06:16:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 06:16:16 #3 DONE 0.1s 06:16:16 06:16:16 #4 [internal] load .dockerignore 06:16:16 #4 transferring context: 2B done 06:16:16 #4 DONE 0.1s 06:16:16 06:16:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done 06:16:16 #5 DONE 0.1s 06:16:16 06:16:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done 06:16:16 #6 CACHED 06:16:16 06:16:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:16 #5 CACHED 06:16:16 06:16:16 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:16:16 #7 DONE 0.0s 06:16:16 06:16:16 #8 exporting to image 06:16:16 #8 exporting layers done 06:16:16 #8 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done 06:16:16 #8 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done 06:16:16 #8 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done 06:16:16 #8 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done 06:16:16 #8 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done 06:16:16 #8 pushing layers 0.0s done 06:16:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done 06:16:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:16 #8 DONE 0.1s 06:16:16 06:16:16 1 warning found (use --debug to expand): 06:16:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:17 #1 [internal] load build definition from Dockerfile 06:16:17 #1 transferring dockerfile: 217B done 06:16:17 #1 DONE 0.1s 06:16:17 06:16:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:17 #2 DONE 0.1s 06:16:17 06:16:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:17 #3 DONE 0.1s 06:16:17 06:16:17 #4 [internal] load .dockerignore 06:16:17 #4 transferring context: 2B done 06:16:17 #4 DONE 0.1s 06:16:17 06:16:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done 06:16:17 #5 CACHED 06:16:17 06:16:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done 06:16:17 #6 CACHED 06:16:17 06:16:17 #7 exporting to image 06:16:17 #7 exporting layers done 06:16:17 #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done 06:16:17 #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done 06:16:17 #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done 06:16:17 #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done 06:16:17 #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done 06:16:17 #7 pushing layers 0.0s done 06:16:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 06:16:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done 06:16:17 #7 DONE 0.1s 06:16:17 06:16:17 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:16:17 #8 DONE 0.0s 06:16:17 06:16:17 1 warning found (use --debug to expand): 06:16:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 06:16:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 06:16:18 #1 [internal] load build definition from Dockerfile 06:16:18 #1 transferring dockerfile: 168B done 06:16:18 #1 DONE 0.1s 06:16:18 06:16:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:16:18 #2 DONE 0.0s 06:16:18 06:16:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 06:16:18 #3 DONE 0.1s 06:16:18 06:16:18 #4 [internal] load .dockerignore 06:16:18 #4 transferring context: 2B done 06:16:18 #4 DONE 0.1s 06:16:18 06:16:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done 06:16:18 #5 DONE 0.1s 06:16:18 06:16:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done 06:16:18 #6 CACHED 06:16:18 06:16:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 06:16:18 #5 CACHED 06:16:18 06:16:18 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 06:16:18 #7 DONE 0.0s 06:16:18 06:16:18 #8 exporting to image 06:16:18 #8 exporting layers done 06:16:18 #8 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done 06:16:18 #8 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done 06:16:18 #8 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done 06:16:18 #8 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done 06:16:18 #8 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done 06:16:18 #8 pushing layers 0.0s done 06:16:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done 06:16:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:18 #8 DONE 0.1s 06:16:18 06:16:18 1 warning found (use --debug to expand): 06:16:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:18 #1 [internal] load build definition from Dockerfile 06:16:18 #1 transferring dockerfile: 205B done 06:16:18 #1 DONE 0.1s 06:16:18 06:16:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:18 #2 DONE 0.1s 06:16:18 06:16:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:18 #3 DONE 0.1s 06:16:18 06:16:18 #4 [internal] load .dockerignore 06:16:18 #4 transferring context: 2B done 06:16:18 #4 DONE 0.1s 06:16:19 06:16:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:19 #5 DONE 0.0s 06:16:19 06:16:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:19 #6 DONE 0.3s 06:16:19 06:16:19 #7 exporting to image 06:16:19 #7 exporting layers done 06:16:19 #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 0.1s done 06:16:19 #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 06:16:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:19 #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done 06:16:19 #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 0.0s done 06:16:19 #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c 0.0s done 06:16:19 #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.0s done 06:16:19 #7 pushing layers 06:16:19 #7 ... 06:16:19 06:16:19 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:19 #8 DONE 0.0s 06:16:19 06:16:19 #7 exporting to image 06:16:19 #7 pushing layers 0.1s done 06:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 06:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done 06:16:19 #7 DONE 0.4s 06:16:19 06:16:19 1 warning found (use --debug to expand): 06:16:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 06:16:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 06:16:20 #1 [internal] load build definition from Dockerfile 06:16:20 #1 transferring dockerfile: 171B done 06:16:20 #1 DONE 0.1s 06:16:20 06:16:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:16:20 #2 DONE 0.0s 06:16:20 06:16:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 06:16:20 #3 DONE 0.1s 06:16:20 06:16:20 #4 [internal] load .dockerignore 06:16:20 #4 transferring context: 2B done 06:16:20 #4 DONE 0.0s 06:16:20 06:16:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:20 #5 ... 06:16:20 06:16:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.1s done 06:16:20 #6 CACHED 06:16:21 06:16:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.3s done 06:16:21 #5 CACHED 06:16:21 06:16:21 #7 exporting to image 06:16:21 #7 exporting layers done 06:16:21 #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 0.0s done 06:16:21 #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 06:16:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:21 #7 ... 06:16:21 06:16:21 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:21 #8 DONE 0.0s 06:16:21 06:16:21 #7 exporting to image 06:16:21 #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done 06:16:21 #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 0.0s done 06:16:21 #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done 06:16:21 #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.0s done 06:16:21 #7 pushing layers 0.0s done 06:16:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 06:16:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done 06:16:21 #7 DONE 0.2s 06:16:21 06:16:21 1 warning found (use --debug to expand): 06:16:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10' 06:16:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 --push - 06:16:21 #1 [internal] load build definition from Dockerfile 06:16:21 #1 transferring dockerfile: 177B done 06:16:21 #1 DONE 0.1s 06:16:21 06:16:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 06:16:21 #2 DONE 0.0s 06:16:21 06:16:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 06:16:21 #3 DONE 0.0s 06:16:21 06:16:21 #4 [internal] load .dockerignore 06:16:21 #4 transferring context: 2B done 06:16:21 #4 DONE 0.1s 06:16:22 06:16:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:22 #5 CACHED 06:16:22 06:16:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:22 #6 CACHED 06:16:22 06:16:22 #7 exporting to image 06:16:22 #7 exporting layers done 06:16:22 #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done 06:16:22 #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f done 06:16:22 #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done 06:16:22 #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done 06:16:22 #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done 06:16:22 #7 pushing layers 0.0s done 06:16:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 06:16:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done 06:16:22 #7 DONE 0.1s 06:16:22 06:16:22 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:22 #8 DONE 0.0s 06:16:23 06:16:23 1 warning found (use --debug to expand): 06:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:23 #1 [internal] load build definition from Dockerfile 06:16:23 #1 transferring dockerfile: 218B done 06:16:23 #1 DONE 0.0s 06:16:23 06:16:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:23 #2 DONE 0.0s 06:16:23 06:16:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:23 #3 DONE 0.1s 06:16:23 06:16:23 #4 [internal] load .dockerignore 06:16:23 #4 transferring context: 2B done 06:16:23 #4 DONE 0.1s 06:16:23 06:16:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:23 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:23 #5 CACHED 06:16:23 06:16:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:23 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:23 #6 CACHED 06:16:23 06:16:23 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:23 #7 DONE 0.0s 06:16:23 06:16:23 #8 exporting to image 06:16:23 #8 exporting layers done 06:16:23 #8 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done 06:16:23 #8 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f done 06:16:23 #8 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done 06:16:23 #8 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done 06:16:23 #8 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done 06:16:23 #8 pushing layers 0.0s done 06:16:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done 06:16:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:23 #8 DONE 0.1s 06:16:23 06:16:23 1 warning found (use --debug to expand): 06:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 06:16:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 06:16:24 #1 [internal] load build definition from Dockerfile 06:16:24 #1 transferring dockerfile: 169B done 06:16:24 #1 DONE 0.0s 06:16:24 06:16:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:16:24 #2 DONE 0.0s 06:16:24 06:16:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 06:16:24 #3 DONE 0.0s 06:16:24 06:16:24 #4 [internal] load .dockerignore 06:16:24 #4 transferring context: 06:16:24 #4 transferring context: 2B done 06:16:24 #4 DONE 0.1s 06:16:24 06:16:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done 06:16:24 #5 DONE 0.1s 06:16:24 06:16:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.1s done 06:16:24 #6 DONE 0.1s 06:16:24 06:16:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:24 #5 CACHED 06:16:24 06:16:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 06:16:24 #6 CACHED 06:16:24 06:16:24 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:24 #7 DONE 0.0s 06:16:24 06:16:24 #8 exporting to image 06:16:24 #8 exporting layers done 06:16:24 #8 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done 06:16:24 #8 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done 06:16:24 #8 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done 06:16:24 #8 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done 06:16:24 #8 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done 06:16:24 #8 pushing layers 0.0s done 06:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 06:16:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done 06:16:24 #8 DONE 0.1s 06:16:24 06:16:24 1 warning found (use --debug to expand): 06:16:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:25 #1 [internal] load build definition from Dockerfile 06:16:25 #1 transferring dockerfile: 211B done 06:16:25 #1 DONE 0.1s 06:16:25 06:16:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:25 #2 DONE 0.1s 06:16:25 06:16:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:25 #3 DONE 0.1s 06:16:25 06:16:25 #4 [internal] load .dockerignore 06:16:25 #4 transferring context: 2B done 06:16:25 #4 DONE 0.0s 06:16:25 06:16:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:25 #5 DONE 0.1s 06:16:25 06:16:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:25 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:25 #6 DONE 0.4s 06:16:25 06:16:25 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:25 #7 DONE 0.0s 06:16:25 06:16:25 #8 exporting to image 06:16:25 #8 exporting layers done 06:16:25 #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 0.0s done 06:16:25 #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done 06:16:25 #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 0.0s done 06:16:25 #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b 0.0s done 06:16:25 #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.0s done 06:16:25 #8 pushing layers 0.1s done 06:16:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 06:16:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done 06:16:25 #8 DONE 0.3s 06:16:25 06:16:25 1 warning found (use --debug to expand): 06:16:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 06:16:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 06:16:26 #1 [internal] load build definition from Dockerfile 06:16:26 #1 transferring dockerfile: 177B done 06:16:26 #1 DONE 0.0s 06:16:26 06:16:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:16:26 #2 DONE 0.1s 06:16:26 06:16:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 06:16:26 #3 DONE 0.1s 06:16:26 06:16:26 #4 [internal] load .dockerignore 06:16:26 #4 transferring context: 2B done 06:16:26 #4 DONE 0.1s 06:16:26 06:16:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:26 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:26 #5 DONE 0.0s 06:16:26 06:16:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:26 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:26 #6 CACHED 06:16:26 06:16:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:26 #5 CACHED 06:16:26 06:16:26 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:26 #7 DONE 0.0s 06:16:26 06:16:26 #8 exporting to image 06:16:26 #8 exporting layers done 06:16:26 #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done 06:16:26 #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done 06:16:26 #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done 06:16:26 #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done 06:16:26 #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done 06:16:26 #8 pushing layers 0.0s done 06:16:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done 06:16:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:26 #8 DONE 0.1s 06:16:26 06:16:26 1 warning found (use --debug to expand): 06:16:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 --push - 06:16:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10' 06:16:27 #1 [internal] load build definition from Dockerfile 06:16:27 #1 transferring dockerfile: 183B done 06:16:27 #1 DONE 0.1s 06:16:27 06:16:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 06:16:27 #2 DONE 0.0s 06:16:27 06:16:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 06:16:27 #3 DONE 0.0s 06:16:27 06:16:27 #4 [internal] load .dockerignore 06:16:27 #4 transferring context: 2B done 06:16:27 #4 DONE 0.1s 06:16:27 06:16:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:27 #5 DONE 0.0s 06:16:27 06:16:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:27 #6 CACHED 06:16:27 06:16:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:27 #5 CACHED 06:16:27 06:16:27 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:27 #7 DONE 0.0s 06:16:27 06:16:27 #8 exporting to image 06:16:27 #8 exporting layers done 06:16:27 #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done 06:16:27 #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done 06:16:27 #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done 06:16:27 #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done 06:16:27 #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done 06:16:27 #8 pushing layers 0.0s done 06:16:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done 06:16:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:27 #8 DONE 0.1s 06:16:27 06:16:27 1 warning found (use --debug to expand): 06:16:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:28 #1 [internal] load build definition from Dockerfile 06:16:28 #1 transferring dockerfile: 224B done 06:16:28 #1 DONE 0.1s 06:16:28 06:16:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:28 #2 DONE 0.1s 06:16:28 06:16:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:28 #3 DONE 0.1s 06:16:28 06:16:28 #4 [internal] load .dockerignore 06:16:28 #4 transferring context: 2B done 06:16:28 #4 DONE 0.1s 06:16:28 06:16:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:28 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:28 #5 DONE 0.0s 06:16:28 06:16:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:28 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:28 #6 CACHED 06:16:28 06:16:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:28 #5 CACHED 06:16:28 06:16:28 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:28 #7 DONE 0.0s 06:16:28 06:16:28 #8 exporting to image 06:16:28 #8 exporting layers done 06:16:28 #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done 06:16:28 #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done 06:16:28 #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done 06:16:28 #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done 06:16:28 #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done 06:16:28 #8 pushing layers 0.0s done 06:16:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done 06:16:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:28 #8 DONE 0.1s 06:16:28 06:16:28 1 warning found (use --debug to expand): 06:16:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 06:16:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 06:16:28 #1 [internal] load build definition from Dockerfile 06:16:28 #1 transferring dockerfile: 175B done 06:16:28 #1 DONE 0.0s 06:16:28 06:16:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:16:28 #2 DONE 0.0s 06:16:28 06:16:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 06:16:28 #3 DONE 0.0s 06:16:28 06:16:28 #4 [internal] load .dockerignore 06:16:28 #4 transferring context: 06:16:28 #4 transferring context: 2B done 06:16:28 #4 DONE 0.1s 06:16:28 06:16:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:28 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:28 #5 CACHED 06:16:28 06:16:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 06:16:28 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done 06:16:28 #6 CACHED 06:16:28 06:16:28 #7 exporting to image 06:16:28 #7 exporting layers done 06:16:28 #7 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done 06:16:28 #7 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done 06:16:28 #7 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done 06:16:28 #7 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done 06:16:28 #7 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done 06:16:28 #7 pushing layers 0.0s done 06:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 06:16:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done 06:16:29 #7 DONE 0.1s 06:16:29 06:16:29 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 06:16:29 #8 DONE 0.0s 06:16:29 06:16:29 1 warning found (use --debug to expand): 06:16:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:29 #1 [internal] load build definition from Dockerfile 06:16:29 #1 transferring dockerfile: 215B done 06:16:29 #1 DONE 0.0s 06:16:29 06:16:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:29 #2 DONE 0.1s 06:16:29 06:16:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:29 #3 DONE 0.1s 06:16:29 06:16:29 #4 [internal] load .dockerignore 06:16:29 #4 transferring context: 2B done 06:16:29 #4 DONE 0.1s 06:16:29 06:16:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:29 #5 ... 06:16:29 06:16:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:29 #6 DONE 0.0s 06:16:29 06:16:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:29 #5 DONE 0.3s 06:16:29 06:16:29 #7 exporting to image 06:16:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:29 #7 exporting layers done 06:16:29 #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 0.0s done 06:16:29 #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 0.0s done 06:16:29 #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 0.0s done 06:16:29 #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d 0.0s done 06:16:29 #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.0s done 06:16:30 #7 ... 06:16:30 06:16:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:16:30 #8 DONE 0.0s 06:16:30 06:16:30 #7 exporting to image 06:16:30 #7 pushing layers 0.1s done 06:16:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 06:16:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done 06:16:30 #7 DONE 0.3s 06:16:30 06:16:30 1 warning found (use --debug to expand): 06:16:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 06:16:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 06:16:31 #1 [internal] load build definition from Dockerfile 06:16:31 #1 transferring dockerfile: 181B done 06:16:31 #1 DONE 0.1s 06:16:31 06:16:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:16:31 #2 DONE 0.0s 06:16:31 06:16:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 06:16:31 #3 DONE 0.1s 06:16:31 06:16:31 #4 [internal] load .dockerignore 06:16:31 #4 transferring context: 2B done 06:16:31 #4 DONE 0.1s 06:16:31 06:16:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:31 #5 CACHED 06:16:31 06:16:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:31 #6 CACHED 06:16:31 06:16:31 #7 exporting to image 06:16:31 #7 exporting layers done 06:16:31 #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done 06:16:31 #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done 06:16:31 #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done 06:16:31 #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done 06:16:31 #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 06:16:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:31 #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done 06:16:31 #7 pushing layers 0.0s done 06:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done 06:16:31 #7 DONE 0.1s 06:16:31 06:16:31 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:16:31 #8 DONE 0.0s 06:16:31 06:16:31 1 warning found (use --debug to expand): 06:16:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10' 06:16:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 --push - 06:16:31 #1 [internal] load build definition from Dockerfile 06:16:31 #1 transferring dockerfile: 187B done 06:16:31 #1 DONE 0.1s 06:16:31 06:16:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 06:16:31 #2 DONE 0.0s 06:16:31 06:16:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 06:16:31 #3 DONE 0.1s 06:16:31 06:16:31 #4 [internal] load .dockerignore 06:16:31 #4 transferring context: 2B done 06:16:31 #4 DONE 0.1s 06:16:31 06:16:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:31 #5 DONE 0.0s 06:16:31 06:16:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:32 #6 CACHED 06:16:32 06:16:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:32 #5 CACHED 06:16:32 06:16:32 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:16:32 #7 DONE 0.0s 06:16:32 06:16:32 #8 exporting to image 06:16:32 #8 exporting layers done 06:16:32 #8 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done 06:16:32 #8 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done 06:16:32 #8 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done 06:16:32 #8 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done 06:16:32 #8 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done 06:16:32 #8 pushing layers 0.0s done 06:16:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done 06:16:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:32 #8 DONE 0.1s 06:16:32 06:16:32 1 warning found (use --debug to expand): 06:16:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:32 #1 [internal] load build definition from Dockerfile 06:16:32 #1 transferring dockerfile: 228B done 06:16:32 #1 DONE 0.1s 06:16:32 06:16:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:32 #2 DONE 0.0s 06:16:32 06:16:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:32 #3 DONE 0.0s 06:16:32 06:16:32 #4 [internal] load .dockerignore 06:16:32 #4 transferring context: 2B done 06:16:32 #4 DONE 0.1s 06:16:32 06:16:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:32 #5 CACHED 06:16:32 06:16:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:32 #6 CACHED 06:16:32 06:16:32 #7 exporting to image 06:16:32 #7 exporting layers done 06:16:32 #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done 06:16:32 #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done 06:16:32 #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done 06:16:32 #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done 06:16:32 #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done 06:16:32 #7 pushing layers 06:16:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:32 #7 pushing layers 0.0s done 06:16:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done 06:16:32 #7 DONE 0.1s 06:16:32 06:16:32 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:16:32 #8 DONE 0.0s 06:16:32 06:16:32 1 warning found (use --debug to expand): 06:16:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 06:16:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 06:16:33 #1 [internal] load build definition from Dockerfile 06:16:33 #1 transferring dockerfile: 179B done 06:16:33 #1 DONE 0.1s 06:16:33 06:16:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:16:33 #2 DONE 0.0s 06:16:33 06:16:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 06:16:33 #3 DONE 0.1s 06:16:33 06:16:33 #4 [internal] load .dockerignore 06:16:33 #4 transferring context: 2B done 06:16:33 #4 DONE 0.1s 06:16:33 06:16:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:33 #5 DONE 0.0s 06:16:33 06:16:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done 06:16:33 #6 CACHED 06:16:33 06:16:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 06:16:33 #5 CACHED 06:16:33 06:16:33 #7 exporting to image 06:16:33 #7 exporting layers done 06:16:33 #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done 06:16:33 #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 0.0s done 06:16:33 #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 0.0s done 06:16:33 #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done 06:16:33 #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done 06:16:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:33 #7 pushing layers 0.0s done 06:16:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done 06:16:33 #7 DONE 0.2s 06:16:33 06:16:33 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 06:16:33 #8 DONE 0.0s 06:16:33 06:16:33 1 warning found (use --debug to expand): 06:16:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:34 #1 [internal] load build definition from Dockerfile 06:16:34 #1 transferring dockerfile: 205B done 06:16:34 #1 DONE 0.1s 06:16:34 06:16:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:34 #2 DONE 0.1s 06:16:34 06:16:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:34 #3 DONE 0.1s 06:16:34 06:16:34 #4 [internal] load .dockerignore 06:16:34 #4 transferring context: 2B done 06:16:34 #4 DONE 0.1s 06:16:34 06:16:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.1s done 06:16:34 #5 DONE 0.1s 06:16:34 06:16:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:34 #6 ... 06:16:34 06:16:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:34 #5 DONE 0.1s 06:16:34 06:16:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:34 #6 DONE 0.4s 06:16:34 06:16:34 #7 exporting to image 06:16:34 #7 exporting layers done 06:16:34 #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 0.0s done 06:16:34 #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe 0.0s done 06:16:34 #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 0.0s done 06:16:34 #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e 0.0s done 06:16:34 #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.0s done 06:16:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:35 #7 ... 06:16:35 06:16:35 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:16:35 #8 DONE 0.0s 06:16:35 06:16:35 #7 exporting to image 06:16:35 #7 pushing layers 0.1s done 06:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 06:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done 06:16:35 #7 DONE 0.3s 06:16:35 06:16:35 1 warning found (use --debug to expand): 06:16:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 06:16:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 06:16:35 #1 [internal] load build definition from Dockerfile 06:16:35 #1 transferring dockerfile: 171B done 06:16:35 #1 DONE 0.0s 06:16:35 06:16:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:16:35 #2 DONE 0.0s 06:16:35 06:16:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 06:16:35 #3 DONE 0.0s 06:16:35 06:16:35 #4 [internal] load .dockerignore 06:16:35 #4 transferring context: 06:16:35 #4 transferring context: 2B done 06:16:35 #4 DONE 0.1s 06:16:35 06:16:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:35 #5 CACHED 06:16:35 06:16:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:35 #6 CACHED 06:16:35 06:16:35 #7 exporting to image 06:16:35 #7 exporting layers done 06:16:35 #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done 06:16:35 #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done 06:16:35 #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done 06:16:35 #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done 06:16:35 #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done 06:16:35 #7 pushing layers 0.0s done 06:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 06:16:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done 06:16:35 #7 DONE 0.1s 06:16:35 06:16:35 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:16:35 #8 DONE 0.0s 06:16:36 06:16:36 1 warning found (use --debug to expand): 06:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 --push - 06:16:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10' 06:16:36 #1 [internal] load build definition from Dockerfile 06:16:36 #1 transferring dockerfile: 177B done 06:16:36 #1 DONE 0.0s 06:16:36 06:16:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 06:16:36 #2 DONE 0.0s 06:16:36 06:16:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 06:16:36 #3 DONE 0.0s 06:16:36 06:16:36 #4 [internal] load .dockerignore 06:16:36 #4 transferring context: 06:16:36 #4 transferring context: 2B done 06:16:36 #4 DONE 0.1s 06:16:36 06:16:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:36 #5 CACHED 06:16:36 06:16:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:36 #6 CACHED 06:16:36 06:16:36 #7 exporting to image 06:16:36 #7 exporting layers done 06:16:36 #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done 06:16:36 #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done 06:16:36 #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done 06:16:36 #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done 06:16:36 #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done 06:16:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:36 #7 pushing layers 0.0s done 06:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done 06:16:36 #7 DONE 0.1s 06:16:36 06:16:36 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:16:36 #8 DONE 0.0s 06:16:36 06:16:36 1 warning found (use --debug to expand): 06:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:37 #1 [internal] load build definition from Dockerfile 06:16:37 #1 transferring dockerfile: 218B done 06:16:37 #1 DONE 0.1s 06:16:37 06:16:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:37 #2 DONE 0.0s 06:16:37 06:16:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:37 #3 DONE 0.0s 06:16:37 06:16:37 #4 [internal] load .dockerignore 06:16:37 #4 transferring context: 2B done 06:16:37 #4 DONE 0.1s 06:16:37 06:16:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:37 #5 CACHED 06:16:37 06:16:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:37 #6 CACHED 06:16:37 06:16:37 #7 exporting to image 06:16:37 #7 exporting layers done 06:16:37 #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 06:16:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:37 #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done 06:16:37 #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done 06:16:37 #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done 06:16:37 #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done 06:16:37 #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done 06:16:37 #7 pushing layers 0.0s done 06:16:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done 06:16:37 #7 DONE 0.1s 06:16:37 06:16:37 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:16:37 #8 DONE 0.0s 06:16:37 06:16:37 1 warning found (use --debug to expand): 06:16:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 06:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 06:16:38 #1 [internal] load build definition from Dockerfile 06:16:38 #1 transferring dockerfile: 169B done 06:16:38 #1 DONE 0.0s 06:16:38 06:16:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:16:38 #2 DONE 0.1s 06:16:38 06:16:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 06:16:38 #3 DONE 0.1s 06:16:38 06:16:38 #4 [internal] load .dockerignore 06:16:38 #4 transferring context: 2B done 06:16:38 #4 DONE 0.1s 06:16:38 06:16:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:38 #5 DONE 0.0s 06:16:38 06:16:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done 06:16:38 #6 CACHED 06:16:38 06:16:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 06:16:38 #5 CACHED 06:16:38 06:16:38 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 06:16:38 #7 DONE 0.0s 06:16:38 06:16:38 #8 exporting to image 06:16:38 #8 exporting layers done 06:16:38 #8 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done 06:16:38 #8 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done 06:16:38 #8 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done 06:16:38 #8 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done 06:16:38 #8 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done 06:16:38 #8 pushing layers 0.0s done 06:16:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done 06:16:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:38 #8 DONE 0.1s 06:16:38 06:16:38 1 warning found (use --debug to expand): 06:16:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:39 #1 [internal] load build definition from Dockerfile 06:16:39 #1 transferring dockerfile: 206B done 06:16:39 #1 DONE 0.0s 06:16:39 06:16:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:39 #2 DONE 0.1s 06:16:39 06:16:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:39 #3 DONE 0.1s 06:16:39 06:16:39 #4 [internal] load .dockerignore 06:16:39 #4 transferring context: 2B done 06:16:39 #4 DONE 0.1s 06:16:39 06:16:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:39 #5 DONE 0.0s 06:16:39 06:16:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:39 #6 DONE 0.3s 06:16:39 06:16:39 #7 exporting to image 06:16:39 #7 exporting layers done 06:16:39 #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 0.0s done 06:16:39 #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 0.0s done 06:16:39 #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 0.0s done 06:16:39 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 06:16:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:39 #7 ... 06:16:39 06:16:39 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:16:39 #8 DONE 0.0s 06:16:39 06:16:39 #7 exporting to image 06:16:39 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 0.0s done 06:16:39 #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.0s done 06:16:39 #7 pushing layers 0.1s done 06:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 06:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done 06:16:39 #7 DONE 0.3s 06:16:39 06:16:39 1 warning found (use --debug to expand): 06:16:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 06:16:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 06:16:40 #1 [internal] load build definition from Dockerfile 06:16:40 #1 transferring dockerfile: 172B done 06:16:40 #1 DONE 0.0s 06:16:40 06:16:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:16:40 #2 DONE 0.0s 06:16:40 06:16:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 06:16:40 #3 DONE 0.0s 06:16:40 06:16:40 #4 [internal] load .dockerignore 06:16:40 #4 transferring context: 06:16:40 #4 transferring context: 2B done 06:16:40 #4 DONE 0.0s 06:16:40 06:16:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:40 #5 CACHED 06:16:40 06:16:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:40 #6 CACHED 06:16:40 06:16:40 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:16:40 #7 DONE 0.0s 06:16:40 06:16:40 #8 exporting to image 06:16:40 #8 exporting layers done 06:16:40 #8 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done 06:16:40 #8 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done 06:16:40 #8 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done 06:16:40 #8 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done 06:16:40 #8 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done 06:16:40 #8 pushing layers 0.0s done 06:16:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done 06:16:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:40 #8 DONE 0.1s 06:16:40 06:16:40 1 warning found (use --debug to expand): 06:16:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10' 06:16:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 --push - 06:16:41 #1 [internal] load build definition from Dockerfile 06:16:41 #1 transferring dockerfile: 178B done 06:16:41 #1 DONE 0.0s 06:16:41 06:16:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 06:16:41 #2 DONE 0.0s 06:16:41 06:16:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 06:16:41 #3 DONE 0.0s 06:16:41 06:16:41 #4 [internal] load .dockerignore 06:16:41 #4 transferring context: 2B done 06:16:41 #4 DONE 0.0s 06:16:41 06:16:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:41 #5 CACHED 06:16:41 06:16:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:41 #6 CACHED 06:16:41 06:16:41 #7 exporting to image 06:16:41 #7 exporting layers done 06:16:41 #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done 06:16:41 #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done 06:16:41 #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done 06:16:41 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 06:16:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:41 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done 06:16:41 #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done 06:16:41 #7 pushing layers 0.0s done 06:16:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done 06:16:41 #7 DONE 0.1s 06:16:41 06:16:41 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:16:41 #8 DONE 0.0s 06:16:41 06:16:41 1 warning found (use --debug to expand): 06:16:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:42 #1 [internal] load build definition from Dockerfile 06:16:42 #1 transferring dockerfile: 219B done 06:16:42 #1 DONE 0.1s 06:16:42 06:16:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:42 #2 DONE 0.0s 06:16:42 06:16:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:42 #3 DONE 0.0s 06:16:42 06:16:42 #4 [internal] load .dockerignore 06:16:42 #4 transferring context: 2B done 06:16:42 #4 DONE 0.0s 06:16:42 06:16:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:42 #5 CACHED 06:16:42 06:16:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:42 #6 CACHED 06:16:42 06:16:42 #7 exporting to image 06:16:42 #7 exporting layers done 06:16:42 #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done 06:16:42 #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done 06:16:42 #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done 06:16:42 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done 06:16:42 #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done 06:16:42 #7 pushing layers 06:16:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:42 #7 pushing layers 0.0s done 06:16:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done 06:16:42 #7 DONE 0.1s 06:16:42 06:16:42 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:16:42 #8 DONE 0.0s 06:16:42 06:16:42 1 warning found (use --debug to expand): 06:16:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 06:16:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 06:16:42 #1 [internal] load build definition from Dockerfile 06:16:42 #1 transferring dockerfile: 170B done 06:16:42 #1 DONE 0.0s 06:16:42 06:16:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:16:42 #2 DONE 0.0s 06:16:42 06:16:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 06:16:42 #3 DONE 0.0s 06:16:42 06:16:42 #4 [internal] load .dockerignore 06:16:42 #4 transferring context: 2B done 06:16:42 #4 DONE 0.0s 06:16:42 06:16:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:42 #5 CACHED 06:16:42 06:16:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 06:16:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done 06:16:42 #6 CACHED 06:16:42 06:16:42 #7 exporting to image 06:16:42 #7 exporting layers done 06:16:42 #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done 06:16:42 #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done 06:16:42 #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done 06:16:42 #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done 06:16:42 #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done 06:16:42 #7 pushing layers 0.0s done 06:16:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 06:16:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done 06:16:43 #7 DONE 0.1s 06:16:43 06:16:43 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 06:16:43 #8 DONE 0.0s 06:16:43 06:16:43 1 warning found (use --debug to expand): 06:16:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:43 #1 [internal] load build definition from Dockerfile 06:16:43 #1 transferring dockerfile: 206B done 06:16:44 #1 DONE 0.3s 06:16:44 06:16:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:44 #2 DONE 0.1s 06:16:44 06:16:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:44 #3 DONE 0.1s 06:16:44 06:16:44 #4 [internal] load .dockerignore 06:16:44 #4 transferring context: 2B done 06:16:44 #4 DONE 0.0s 06:16:44 06:16:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:44 #5 DONE 0.0s 06:16:44 06:16:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:44 #6 DONE 0.2s 06:16:44 06:16:44 #7 exporting to image 06:16:44 #7 exporting layers done 06:16:44 #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 0.0s done 06:16:44 #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 06:16:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:44 #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 0.0s done 06:16:44 #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c 0.0s done 06:16:44 #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e 0.0s done 06:16:44 #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.0s done 06:16:44 #7 pushing layers 06:16:44 #7 ... 06:16:44 06:16:44 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:16:44 #8 DONE 0.0s 06:16:44 06:16:44 #7 exporting to image 06:16:44 #7 pushing layers 0.1s done 06:16:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 06:16:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done 06:16:44 #7 DONE 0.3s 06:16:44 06:16:44 1 warning found (use --debug to expand): 06:16:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 06:16:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 06:16:45 #1 [internal] load build definition from Dockerfile 06:16:45 #1 transferring dockerfile: 172B done 06:16:45 #1 DONE 0.0s 06:16:45 06:16:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:16:45 #2 DONE 0.0s 06:16:45 06:16:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 06:16:45 #3 DONE 0.1s 06:16:45 06:16:45 #4 [internal] load .dockerignore 06:16:45 #4 transferring context: 06:16:45 #4 transferring context: 2B done 06:16:45 #4 DONE 0.0s 06:16:45 06:16:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:45 #5 CACHED 06:16:45 06:16:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:45 #6 CACHED 06:16:45 06:16:45 #7 exporting to image 06:16:45 #7 exporting layers done 06:16:45 #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done 06:16:45 #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done 06:16:45 #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done 06:16:45 #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done 06:16:45 #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done 06:16:45 #7 pushing layers 0.0s done 06:16:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 06:16:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done 06:16:45 #7 DONE 0.1s 06:16:45 06:16:45 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:16:45 #8 DONE 0.0s 06:16:45 06:16:45 1 warning found (use --debug to expand): 06:16:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10' 06:16:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 --push - 06:16:46 #1 [internal] load build definition from Dockerfile 06:16:46 #1 transferring dockerfile: 178B done 06:16:46 #1 DONE 0.0s 06:16:46 06:16:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 06:16:46 #2 DONE 0.0s 06:16:46 06:16:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 06:16:46 #3 DONE 0.0s 06:16:46 06:16:46 #4 [internal] load .dockerignore 06:16:46 #4 transferring context: 2B done 06:16:46 #4 DONE 0.0s 06:16:46 06:16:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:46 #5 CACHED 06:16:46 06:16:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:46 #6 CACHED 06:16:46 06:16:46 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:16:46 #7 DONE 0.0s 06:16:46 06:16:46 #8 exporting to image 06:16:46 #8 exporting layers done 06:16:46 #8 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done 06:16:46 #8 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done 06:16:46 #8 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done 06:16:46 #8 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done 06:16:46 #8 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done 06:16:46 #8 pushing layers 0.0s done 06:16:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done 06:16:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:46 #8 DONE 0.1s 06:16:46 06:16:46 1 warning found (use --debug to expand): 06:16:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:46 #1 [internal] load build definition from Dockerfile 06:16:46 #1 transferring dockerfile: 219B done 06:16:46 #1 DONE 0.0s 06:16:46 06:16:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:46 #2 DONE 0.0s 06:16:46 06:16:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:46 #3 DONE 0.0s 06:16:46 06:16:46 #4 [internal] load .dockerignore 06:16:46 #4 transferring context: 06:16:46 #4 transferring context: 2B done 06:16:46 #4 DONE 0.0s 06:16:46 06:16:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:46 #5 CACHED 06:16:46 06:16:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:46 #6 CACHED 06:16:46 06:16:46 #7 exporting to image 06:16:46 #7 exporting layers done 06:16:46 #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done 06:16:46 #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done 06:16:46 #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done 06:16:46 #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done 06:16:46 #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done 06:16:46 #7 pushing layers 0.0s done 06:16:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 06:16:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done 06:16:46 #7 DONE 0.1s 06:16:46 06:16:46 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:16:46 #8 DONE 0.0s 06:16:46 06:16:46 1 warning found (use --debug to expand): 06:16:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 06:16:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 06:16:47 #1 [internal] load build definition from Dockerfile 06:16:47 #1 transferring dockerfile: 170B done 06:16:47 #1 DONE 0.0s 06:16:47 06:16:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:16:47 #2 DONE 0.0s 06:16:47 06:16:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 06:16:47 #3 DONE 0.0s 06:16:47 06:16:47 #4 [internal] load .dockerignore 06:16:47 #4 transferring context: 06:16:47 #4 transferring context: 2B done 06:16:47 #4 DONE 0.0s 06:16:47 06:16:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:47 #5 CACHED 06:16:47 06:16:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 06:16:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done 06:16:47 #6 CACHED 06:16:47 06:16:47 #7 exporting to image 06:16:47 #7 exporting layers done 06:16:47 #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done 06:16:47 #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done 06:16:47 #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done 06:16:47 #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done 06:16:47 #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done 06:16:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:47 #7 pushing layers 0.0s done 06:16:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done 06:16:47 #7 DONE 0.1s 06:16:47 06:16:47 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 06:16:47 #8 DONE 0.0s 06:16:47 06:16:47 1 warning found (use --debug to expand): 06:16:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:48 #1 [internal] load build definition from Dockerfile 06:16:48 #1 transferring dockerfile: 206B done 06:16:48 #1 DONE 0.0s 06:16:48 06:16:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:48 #2 DONE 0.1s 06:16:48 06:16:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:48 #3 DONE 0.1s 06:16:48 06:16:48 #4 [internal] load .dockerignore 06:16:48 #4 transferring context: 2B done 06:16:48 #4 DONE 0.0s 06:16:48 06:16:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:48 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:48 #5 DONE 0.1s 06:16:48 06:16:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:48 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:48 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:48 #6 DONE 0.2s 06:16:48 06:16:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:48 #5 DONE 0.1s 06:16:48 06:16:48 #7 exporting to image 06:16:48 #7 exporting layers done 06:16:48 #7 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 0.0s done 06:16:48 #7 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 0.0s done 06:16:48 #7 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 0.0s done 06:16:48 #7 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c 0.0s done 06:16:48 #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 06:16:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:48 #7 ... 06:16:48 06:16:48 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:16:48 #8 DONE 0.0s 06:16:48 06:16:48 #7 exporting to image 06:16:48 #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.0s done 06:16:48 #7 pushing layers 0.1s done 06:16:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 06:16:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done 06:16:48 #7 DONE 0.3s 06:16:48 06:16:48 1 warning found (use --debug to expand): 06:16:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 06:16:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 06:16:49 #1 [internal] load build definition from Dockerfile 06:16:49 #1 transferring dockerfile: 172B done 06:16:49 #1 DONE 0.0s 06:16:49 06:16:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:16:49 #2 DONE 0.1s 06:16:49 06:16:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 06:16:49 #3 DONE 0.1s 06:16:49 06:16:49 #4 [internal] load .dockerignore 06:16:49 #4 transferring context: 2B done 06:16:49 #4 DONE 0.1s 06:16:49 06:16:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:49 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:49 #5 DONE 0.0s 06:16:49 06:16:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:49 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:49 #6 CACHED 06:16:49 06:16:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:49 #5 CACHED 06:16:49 06:16:49 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:16:49 #7 DONE 0.0s 06:16:49 06:16:49 #8 exporting to image 06:16:49 #8 exporting layers done 06:16:49 #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done 06:16:49 #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done 06:16:49 #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done 06:16:49 #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done 06:16:49 #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done 06:16:49 #8 pushing layers 0.0s done 06:16:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done 06:16:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:49 #8 DONE 0.1s 06:16:49 06:16:49 1 warning found (use --debug to expand): 06:16:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10' 06:16:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 --push - 06:16:50 #1 [internal] load build definition from Dockerfile 06:16:50 #1 transferring dockerfile: 178B done 06:16:50 #1 DONE 0.0s 06:16:50 06:16:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 06:16:50 #2 DONE 0.0s 06:16:50 06:16:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 06:16:50 #3 DONE 0.0s 06:16:50 06:16:50 #4 [internal] load .dockerignore 06:16:50 #4 transferring context: 2B done 06:16:50 #4 DONE 0.0s 06:16:50 06:16:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:50 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:50 #5 CACHED 06:16:50 06:16:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:50 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:50 #6 DONE 0.0s 06:16:50 06:16:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:50 #6 CACHED 06:16:50 06:16:50 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:16:50 #7 DONE 0.0s 06:16:50 06:16:50 #8 exporting to image 06:16:50 #8 exporting layers done 06:16:50 #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done 06:16:50 #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done 06:16:50 #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done 06:16:50 #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done 06:16:50 #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done 06:16:50 #8 pushing layers 0.0s done 06:16:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done 06:16:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:50 #8 DONE 0.1s 06:16:50 06:16:50 1 warning found (use --debug to expand): 06:16:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:50 #1 [internal] load build definition from Dockerfile 06:16:50 #1 transferring dockerfile: 219B done 06:16:50 #1 DONE 0.1s 06:16:50 06:16:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:50 #2 DONE 0.0s 06:16:50 06:16:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:50 #3 DONE 0.0s 06:16:50 06:16:50 #4 [internal] load .dockerignore 06:16:50 #4 transferring context: 2B done 06:16:50 #4 DONE 0.0s 06:16:50 06:16:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:50 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:50 #5 CACHED 06:16:50 06:16:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:50 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:50 #6 CACHED 06:16:50 06:16:50 #7 exporting to image 06:16:50 #7 exporting layers done 06:16:50 #7 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done 06:16:50 #7 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done 06:16:50 #7 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done 06:16:50 #7 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done 06:16:50 #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done 06:16:50 #7 pushing layers 0.0s done 06:16:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 06:16:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done 06:16:51 #7 DONE 0.1s 06:16:51 06:16:51 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:16:51 #8 DONE 0.0s 06:16:51 06:16:51 1 warning found (use --debug to expand): 06:16:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 06:16:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 06:16:51 #1 [internal] load build definition from Dockerfile 06:16:51 #1 transferring dockerfile: 170B done 06:16:51 #1 DONE 0.0s 06:16:51 06:16:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:16:51 #2 DONE 0.0s 06:16:51 06:16:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 06:16:51 #3 DONE 0.0s 06:16:51 06:16:51 #4 [internal] load .dockerignore 06:16:51 #4 transferring context: 06:16:51 #4 transferring context: 2B done 06:16:51 #4 DONE 0.0s 06:16:51 06:16:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:51 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:51 #5 CACHED 06:16:51 06:16:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 06:16:51 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done 06:16:51 #6 CACHED 06:16:51 06:16:51 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 06:16:52 #7 DONE 0.0s 06:16:52 06:16:52 #8 exporting to image 06:16:52 #8 exporting layers done 06:16:52 #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done 06:16:52 #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done 06:16:52 #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done 06:16:52 #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done 06:16:52 #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done 06:16:52 #8 pushing layers 0.0s done 06:16:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done 06:16:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:52 #8 DONE 0.1s 06:16:52 06:16:52 1 warning found (use --debug to expand): 06:16:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6' 06:16:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - 06:16:52 #1 [internal] load build definition from Dockerfile 06:16:52 #1 transferring dockerfile: 202B done 06:16:52 #1 DONE 0.1s 06:16:52 06:16:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:52 #2 DONE 0.1s 06:16:52 06:16:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:16:52 #3 DONE 0.1s 06:16:52 06:16:52 #4 [internal] load .dockerignore 06:16:52 #4 transferring context: 2B done 06:16:52 #4 DONE 0.0s 06:16:52 06:16:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:52 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.1s done 06:16:52 #5 DONE 0.1s 06:16:52 06:16:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:52 #6 DONE 0.1s 06:16:52 06:16:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:52 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.1s done 06:16:52 #5 DONE 0.2s 06:16:52 06:16:52 #7 exporting to image 06:16:52 #7 exporting layers done 06:16:52 #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d 0.0s done 06:16:52 #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 0.0s done 06:16:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:53 #7 ... 06:16:53 06:16:53 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:16:53 #8 DONE 0.0s 06:16:53 06:16:53 #7 exporting to image 06:16:53 #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 0.0s done 06:16:53 #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa 0.0s done 06:16:53 #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.0s done 06:16:53 #7 pushing layers 0.1s done 06:16:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 06:16:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done 06:16:53 #7 DONE 0.3s 06:16:53 06:16:53 1 warning found (use --debug to expand): 06:16:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 06:16:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 06:16:53 #1 [internal] load build definition from Dockerfile 06:16:53 #1 transferring dockerfile: 168B done 06:16:53 #1 DONE 0.0s 06:16:53 06:16:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:16:53 #2 DONE 0.0s 06:16:53 06:16:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 06:16:53 #3 DONE 0.1s 06:16:53 06:16:53 #4 [internal] load .dockerignore 06:16:53 #4 transferring context: 2B done 06:16:53 #4 DONE 0.1s 06:16:53 06:16:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:53 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:53 #5 DONE 0.0s 06:16:53 06:16:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:53 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:53 #6 CACHED 06:16:53 06:16:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:53 #5 CACHED 06:16:53 06:16:53 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:16:53 #7 DONE 0.0s 06:16:53 06:16:53 #8 exporting to image 06:16:53 #8 exporting layers done 06:16:53 #8 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done 06:16:53 #8 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done 06:16:53 #8 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done 06:16:53 #8 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done 06:16:53 #8 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done 06:16:53 #8 pushing layers 0.0s done 06:16:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done 06:16:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:53 #8 DONE 0.1s 06:16:54 06:16:54 1 warning found (use --debug to expand): 06:16:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10' 06:16:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 --push - 06:16:54 #1 [internal] load build definition from Dockerfile 06:16:54 #1 transferring dockerfile: 174B done 06:16:54 #1 DONE 0.0s 06:16:54 06:16:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 06:16:54 #2 DONE 0.0s 06:16:54 06:16:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 06:16:54 #3 DONE 0.0s 06:16:54 06:16:54 #4 [internal] load .dockerignore 06:16:54 #4 transferring context: 2B done 06:16:54 #4 DONE 0.0s 06:16:54 06:16:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:54 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:54 #5 CACHED 06:16:54 06:16:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:54 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:54 #6 CACHED 06:16:54 06:16:54 #7 exporting to image 06:16:54 #7 exporting layers done 06:16:54 #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done 06:16:54 #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done 06:16:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:54 #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done 06:16:54 #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done 06:16:54 #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done 06:16:54 #7 pushing layers 0.0s done 06:16:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done 06:16:54 #7 DONE 0.1s 06:16:54 06:16:54 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:16:54 #8 DONE 0.0s 06:16:55 06:16:55 1 warning found (use --debug to expand): 06:16:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' 06:16:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - 06:16:55 #1 [internal] load build definition from Dockerfile 06:16:55 #1 transferring dockerfile: 215B done 06:16:55 #1 DONE 0.0s 06:16:55 06:16:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:55 #2 DONE 0.1s 06:16:55 06:16:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:16:55 #3 DONE 0.1s 06:16:55 06:16:55 #4 [internal] load .dockerignore 06:16:55 #4 transferring context: 2B done 06:16:55 #4 DONE 0.0s 06:16:55 06:16:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:55 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:55 #5 CACHED 06:16:55 06:16:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:55 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:55 #6 CACHED 06:16:55 06:16:55 #7 exporting to image 06:16:55 #7 exporting layers done 06:16:55 #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done 06:16:55 #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done 06:16:55 #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done 06:16:55 #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done 06:16:55 #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done 06:16:55 #7 pushing layers 0.0s done 06:16:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 06:16:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done 06:16:55 #7 DONE 0.1s 06:16:55 06:16:55 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:16:55 #8 DONE 0.0s 06:16:55 06:16:55 1 warning found (use --debug to expand): 06:16:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:16:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 06:16:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 06:16:56 #1 [internal] load build definition from Dockerfile 06:16:56 #1 transferring dockerfile: 166B done 06:16:56 #1 DONE 0.0s 06:16:56 06:16:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:16:56 #2 DONE 0.0s 06:16:56 06:16:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 06:16:56 #3 DONE 0.0s 06:16:56 06:16:56 #4 [internal] load .dockerignore 06:16:56 #4 transferring context: 06:16:56 #4 transferring context: 2B done 06:16:56 #4 DONE 0.0s 06:16:56 06:16:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:56 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:56 #5 CACHED 06:16:56 06:16:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 06:16:56 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done 06:16:56 #6 CACHED 06:16:56 06:16:56 #7 exporting to image 06:16:56 #7 exporting layers done 06:16:56 #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done 06:16:56 #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 06:16:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:16:56 #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 0.0s done 06:16:56 #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done 06:16:56 #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done 06:16:56 #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done 06:16:56 #7 pushing layers 0.0s done 06:16:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done 06:16:56 #7 DONE 0.1s 06:16:56 06:16:56 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 06:16:56 #8 DONE 0.0s 06:16:56 06:16:56 1 warning found (use --debug to expand): 06:16:56  - 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 06:16:57 + '[' -d /w/workspace/edgex-go/837/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:16:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:16:57 ---> package-listing.sh 06:16:57 ++ tr '[:upper:]' '[:lower:]' 06:16:57 ++ facter osfamily 06:16:58 + OS_FAMILY=redhat 06:16:58 + workspace=/w/workspace/edgex-go/837 06:16:58 + START_PACKAGES=/tmp/packages_start.txt 06:16:58 + END_PACKAGES=/tmp/packages_end.txt 06:16:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:16:58 + PACKAGES=/tmp/packages_start.txt 06:16:58 + '[' /w/workspace/edgex-go/837 ']' 06:16:58 + PACKAGES=/tmp/packages_end.txt 06:16:58 + case "${OS_FAMILY}" in 06:16:58 + sort 06:16:58 + rpm -qa 06:16:58 + '[' -f /tmp/packages_start.txt ']' 06:16:58 + '[' -f /tmp/packages_end.txt ']' 06:16:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:16:58 + '[' /w/workspace/edgex-go/837 ']' 06:16:58 + mkdir -p /w/workspace/edgex-go/837/archives/ 06:16:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/837/archives/ [Pipeline] echo 06:16:58 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/837/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:16:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:16:59 06:16:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:16:59 latest: Pulling from edgex-lftools-log-publisher 06:16:59 5eb5b503b376: Pulling fs layer 06:16:59 5c69ac0246d0: Pulling fs layer 06:16:59 ec43610c2a17: Pulling fs layer 06:16:59 3a2ae6a8a46f: Pulling fs layer 06:16:59 33b1e0a273af: Pulling fs layer 06:16:59 5d3b04190fa2: Pulling fs layer 06:16:59 2f39f015ded8: Pulling fs layer 06:16:59 33b1e0a273af: Waiting 06:16:59 5d3b04190fa2: Waiting 06:16:59 2f39f015ded8: Waiting 06:16:59 3a2ae6a8a46f: Waiting 06:16:59 5c69ac0246d0: Verifying Checksum 06:16:59 5c69ac0246d0: Download complete 06:16:59 3a2ae6a8a46f: Verifying Checksum 06:16:59 3a2ae6a8a46f: Download complete 06:17:00 33b1e0a273af: Verifying Checksum 06:17:00 33b1e0a273af: Download complete 06:17:00 ec43610c2a17: Verifying Checksum 06:17:00 ec43610c2a17: Download complete 06:17:00 5d3b04190fa2: Verifying Checksum 06:17:00 5d3b04190fa2: Download complete 06:17:00 5eb5b503b376: Verifying Checksum 06:17:00 5eb5b503b376: Download complete 06:17:01 2f39f015ded8: Verifying Checksum 06:17:01 2f39f015ded8: Download complete 06:17:01 5eb5b503b376: Pull complete 06:17:01 5c69ac0246d0: Pull complete 06:17:02 ec43610c2a17: Pull complete 06:17:02 3a2ae6a8a46f: Pull complete 06:17:02 33b1e0a273af: Pull complete 06:17:02 5d3b04190fa2: Pull complete 06:17:06 2f39f015ded8: Pull complete 06:17:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:17:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:07 prd-centos7-docker-4c-2g-1370 does not seem to be running inside a container 06:17:07 $ 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/837/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 06:17:13 $ docker top 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:14 + touch /tmp/pre-build-complete [Pipeline] sh 06:17:14 + mkdir -p /var/log/sysstat [Pipeline] sh 06:17:15 + ls /var/log/sa-host 06:17:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:15 provisioning config files... 06:17:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11652053083203839626tmp [Pipeline] { [Pipeline] echo 06:17:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:17:15 ---> create-netrc.sh [Pipeline] } 06:17:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:17:15 ---> python-tools-install.sh [Pipeline] echo 06:17:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:17:16 ---> sudo-logs.sh 06:17:16 Archiving 'sudo' log.. 06:17:16 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:17:16 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:17:16 $ docker stop --time=1 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b 06:17:17 $ docker rm -f --volumes 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:17:17 [WS-CLEANUP] Deleting project workspace... 06:17:17 [WS-CLEANUP] Deferred wipeout is used... 06:17:17 [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] } 06:32:26 #144 ... 06:32:26 06:32:26 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 06:32:26 #147 DONE 1073.7s 06:32:26 06:32:26 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:32:26 #43 ... 06:32:26 06:32:26 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 06:32:26 #155 DONE 0.2s 06:32:26 06:32:26 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:32:26 #150 ... 06:32:26 06:32:26 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:32:26 #156 ... 06:32:26 06:32:26 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:32:26 #151 DONE 1075.4s 06:32:26 06:32:26 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:32:26 #156 ... 06:32:26 06:32:26 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:32:26 #157 DONE 0.3s 06:32:26 06:32:26 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:32:26 #158 DONE 0.2s 06:32:26 06:32:26 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:32:26 #159 DONE 0.2s 06:32:26 06:32:26 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 06:32:26 #156 DONE 2.7s 06:32:26 06:32:26 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:32:26 #160 DONE 0.4s 06:32:26 06:32:26 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:32:26 #161 ... 06:32:26 06:32:26 #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 06:32:26 #162 DONE 0.5s 06:32:26 06:32:26 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:32:26 #161 DONE 0.3s 06:32:26 06:32:26 #163 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 06:32:26 #163 DONE 0.2s 06:32:26 06:32:26 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:26 #164 ... 06:32:26 06:32:26 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:32:26 #165 DONE 0.7s 06:32:26 06:32:26 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:32:26 #166 DONE 0.2s 06:32:26 06:32:26 #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/ 06:32:26 #167 DONE 0.3s 06:32:26 06:32:26 #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/ 06:32:26 #168 DONE 0.3s 06:32:26 06:32:26 #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/ 06:32:26 #169 DONE 0.3s 06:32:26 06:32:26 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:32:26 #170 DONE 0.2s 06:32:26 06:32:26 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:32:26 #171 ... 06:32:26 06:32:26 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:26 #164 DONE 2.9s 06:32:26 06:32:26 #113 [core-common-config-bootstrapper] exporting to image 06:32:26 #113 exporting layers 06:32:26 #113 exporting layers 0.8s done 06:32:26 #113 writing image sha256:401f135879408fbd1faa39b8534b37a80edf802e3380a35c6b2d5880a8522420 0.1s done 06:32:26 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 06:32:26 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 06:32:26 #113 DONE 6.5s 06:32:26 06:32:26 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 06:32:26 #171 DONE 2.6s 06:32:26 06:32:26 #113 [security-bootstrapper] exporting to image 06:32:26 #113 exporting layers 1.2s done 06:32:26 #113 writing image sha256:26156bc4ef39c2397dcd143f48f2c743670e4afef6baf33fc27f9c711b5d471a done 06:32:26 #113 naming to docker.io/library/security-bootstrapper-arm64 done 06:32:26 #113 DONE 7.6s 06:32:26 06:32:26 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:46:34 #148 ... 06:46:34 06:46:34 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 06:46:34 #154 DONE 1931.3s 06:46:34 06:46:34 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:46:34 #33 ... 06:46:34 06:46:34 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 06:46:34 #172 DONE 0.1s 06:46:34 06:46:34 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:46:34 #153 ... 06:46:34 06:46:34 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 06:46:34 #173 DONE 0.1s 06:46:34 06:46:34 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:46:35 #174 DONE 0.4s 06:46:35 06:46:35 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:46:35 #152 ... 06:46:35 06:46:35 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:46:35 #175 DONE 0.2s 06:46:35 06:46:35 #113 [core-command] exporting to image 06:46:35 #113 exporting layers 06:46:35 #113 exporting layers 0.4s done 06:46:35 #113 writing image sha256:fedcb4a2caca5c50c4db772b759409d2fe983eae02c10e6a991bc09242997889 done 06:46:35 #113 naming to docker.io/library/core-command-arm64 done 06:46:35 #113 DONE 8.0s 06:46:35 06:46:35 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:47:02 #33 ... 06:47:02 06:47:02 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 06:47:02 #152 DONE 1957.4s 06:47:02 06:47:02 #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:47:02 #129 ... 06:47:02 06:47:02 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 06:47:02 #176 DONE 0.2s 06:47:02 06:47:02 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 06:47:02 #177 DONE 0.1s 06:47:02 06:47:02 #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 06:47:02 #178 DONE 0.2s 06:47:02 06:47:02 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:47:02 #179 DONE 0.2s 06:47:02 06:47:02 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:47:02 #33 ... 06:47:02 06:47:02 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:47:02 #180 DONE 0.4s 06:47:02 06:47:02 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:47:02 #33 ... 06:47:02 06:47:02 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:47:02 #181 DONE 0.2s 06:47:02 06:47:02 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:47:03 #182 DONE 1.9s 06:47:03 06:47:03 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:47:03 #146 ... 06:47:03 06:47:03 #113 [security-proxy-setup] exporting to image 06:47:03 #113 exporting layers 06:47:04 #113 exporting layers 1.1s done 06:47:04 #113 writing image sha256:47f6aba1322973754712eba261022a2d8abd91380c6c3ea22880fb65b0397902 0.0s done 06:47:04 #113 naming to docker.io/library/security-proxy-setup-arm64 done 06:47:04 #113 DONE 9.1s 06:47:04 06:47:04 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:47:05 #33 ... 06:47:05 06:47:05 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:47:05 #149 1963.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:47:37 #149 DONE 1992.2s 06:47:37 06:47:37 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:47:37 #150 ... 06:47:37 06:47:37 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 06:47:37 #183 DONE 0.3s 06:47:37 06:47:37 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 06:47:37 #184 DONE 0.2s 06:47:37 06:47:37 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:47:37 #150 ... 06:47:37 06:47:37 #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 06:47:37 #185 DONE 0.3s 06:47:37 06:47:37 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:47:37 #150 ... 06:47:37 06:47:37 #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 06:47:37 #186 DONE 0.1s 06:47:37 06:47:37 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:47:37 #187 DONE 0.1s 06:47:37 06:47:37 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:47:37 #188 DONE 0.3s 06:47:37 06:47:37 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:47:37 #189 DONE 0.4s 06:47:37 06:47:37 #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:47:37 #129 ... 06:47:37 06:47:37 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:47:37 #190 DONE 0.1s 06:47:37 06:47:37 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:47:39 #191 DONE 1.8s 06:47:39 06:47:39 #113 [security-secretstore-setup] exporting to image 06:47:39 #113 exporting layers 06:47:40 #113 exporting layers 1.4s done 06:47:40 #113 writing image sha256:fd9e543c761f05d35d54e159771d9635342695e6719a927ab799c2394701e207 done 06:47:40 #113 naming to docker.io/library/security-secretstore-setup-arm64 done 06:47:40 #113 DONE 10.5s 06:47:40 06:47:40 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:48:48 #33 ... 06:48:48 06:48:48 #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:48:48 #129 DONE 2060.3s 06:48:48 06:48:48 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:48:48 #33 ... 06:48:48 06:48:48 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:48:48 #192 DONE 0.3s 06:48:48 06:48:48 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:48:48 #193 DONE 0.2s 06:48:48 06:48:48 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:48:48 #194 DONE 0.5s 06:48:48 06:48:48 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:48:48 #42 ... 06:48:48 06:48:48 #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 06:48:48 #195 DONE 0.1s 06:48:48 06:48:48 #113 [security-spiffe-token-provider] exporting to image 06:48:48 #113 exporting layers 06:48:48 #113 exporting layers 1.0s done 06:48:48 #113 writing image sha256:81bdceed3129e8ac97b2541ebaa84bd9d69e0eb6e797b15cd8e7a406c22c9dde done 06:48:48 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 06:48:48 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done 06:48:48 #113 DONE 11.6s 06:48:48 06:48:48 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 06:49:15 #148 DONE 2091.3s 06:49:15 06:49:15 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:49:15 #153 ... 06:49:15 06:49:15 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:49:15 #196 DONE 0.2s 06:49:15 06:49:15 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:49:15 #33 ... 06:49:15 06:49:15 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:49:15 #197 DONE 0.3s 06:49:15 06:49:15 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:49:15 #198 DONE 0.6s 06:49:15 06:49:15 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 06:49:15 #146 DONE 2093.3s 06:49:15 06:49:15 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 06:49:15 #199 DONE 0.3s 06:49:15 06:49:15 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:49:16 #200 DONE 0.3s 06:49:16 06:49:16 #201 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:49:16 #201 DONE 0.4s 06:49:16 06:49:16 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:49:17 #202 ... 06:49:17 06:49:17 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:49:17 #203 DONE 0.4s 06:49:17 06:49:17 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:49:17 #204 DONE 0.9s 06:49:17 06:49:17 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 06:49:18 #43 ... 06:49:18 06:49:18 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:49:18 #205 DONE 0.4s 06:49:18 06:49:18 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:18 #150 ... 06:49:18 06:49:18 #113 [core-data] exporting to image 06:49:18 #113 exporting layers 06:49:18 #113 exporting layers 0.6s done 06:49:19 #113 ... 06:49:19 06:49:19 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:49:19 #202 DONE 2.8s 06:49:19 06:49:19 #113 [security-proxy-auth] exporting to image 06:49:19 #113 writing image sha256:699fabb0bd8e84c48bbbaaa9dc67e3fad17b7533487bf2737375a8f2211b76e7 0.0s done 06:49:19 #113 naming to docker.io/library/core-data-arm64 done 06:49:19 #113 exporting layers 0.9s done 06:49:20 #113 writing image sha256:bd53e69512a7c57c140d70e84bf14a89c178b3f7d23243000a7c3bc83c8de7e4 0.0s done 06:49:20 #113 naming to docker.io/library/security-proxy-auth-arm64 done 06:49:20 #113 DONE 12.5s 06:49:20 06:49:20 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 06:49:21 #144 DONE 2098.8s 06:49:21 06:49:21 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:49:22 #42 ... 06:49:22 06:49:22 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 06:49:22 #206 DONE 0.2s 06:49:22 06:49:22 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:49:22 #33 ... 06:49:22 06:49:22 #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 06:49:22 #207 DONE 0.4s 06:49:22 06:49:22 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:49:23 #42 ... 06:49:23 06:49:23 #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 06:49:23 #208 DONE 0.2s 06:49:23 06:49:23 #113 [core-keeper] exporting to image 06:49:23 #113 exporting layers 0.7s done 06:49:23 #113 writing image sha256:8bdba4d4787c431d39fbb758568618372059ccba32939f75e8bd79144a3446bf done 06:49:23 #113 naming to docker.io/library/core-keeper-arm64 done 06:49:23 #113 DONE 13.2s 06:49:23 06:49:23 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 06:49:24 #153 DONE 2101.7s 06:49:24 06:49:24 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:25 #150 ... 06:49:25 06:49:25 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 06:49:25 #209 DONE 0.1s 06:49:25 06:49:25 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 06:49:25 #210 DONE 0.1s 06:49:25 06:49:25 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:49:25 #211 DONE 0.3s 06:49:25 06:49:25 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:49:25 #145 ... 06:49:25 06:49:25 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:49:25 #212 DONE 0.1s 06:49:25 06:49:25 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:49:25 #213 DONE 0.1s 06:49:25 06:49:25 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:25 #150 ... 06:49:25 06:49:25 #113 [core-metadata] exporting to image 06:49:26 #113 exporting layers 0.4s done 06:49:26 #113 writing image sha256:210c59ff602ac6a18bb5aab7817c9fdfa03b5ef7061a01e2670dddc3358f7e0c done 06:49:26 #113 naming to docker.io/library/core-metadata-arm64 done 06:49:26 #113 DONE 13.6s 06:49:26 06:49:26 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:49:58 #33 ... 06:49:58 06:49:58 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 06:49:58 #145 DONE 2136.0s 06:49:58 06:49:58 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:58 #150 ... 06:49:58 06:49:58 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:49:58 #214 DONE 0.2s 06:49:58 06:49:58 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:49:59 #215 DONE 0.2s 06:49:59 06:49:59 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:49:59 #150 ... 06:49:59 06:49:59 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:49:59 #216 DONE 0.4s 06:49:59 06:49:59 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 06:49:59 #217 DONE 0.1s 06:49:59 06:49:59 #113 [support-scheduler] exporting to image 06:49:59 #113 exporting layers 06:50:00 #113 exporting layers 1.0s done 06:50:00 #113 writing image sha256:11e40a4328bc3f880d6e2c5d17ba3ddca0b10655e222bbb81a07f9620f2d2629 done 06:50:00 #113 naming to docker.io/library/support-scheduler-arm64 done 06:50:00 #113 DONE 14.6s 06:50:00 06:50:00 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:06 #33 ... 06:50:06 06:50:06 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 06:50:06 #150 DONE 2143.4s 06:50:06 06:50:06 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 06:50:06 #218 DONE 0.1s 06:50:06 06:50:06 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:50:06 #33 ... 06:50:06 06:50:06 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 06:50:06 #219 DONE 0.1s 06:50:06 06:50:06 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:50:07 #220 DONE 0.6s 06:50:07 06:50:07 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:50:07 #221 DONE 0.1s 06:50:07 06:50:07 #113 [support-notifications] exporting to image 06:50:07 #113 exporting layers 06:50:07 #113 exporting layers 0.6s done 06:50:07 #113 writing image sha256:e5e0262279558a8e0057e50906299b44849f6ca9342d91ab67bd3eb36e1a4604 done 06:50:07 #113 naming to docker.io/library/support-notifications-arm64 done 06:50:07 #113 DONE 15.2s 06:50:07 06:50:07 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 06:50:07 time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 06:50:07 $ docker stop --time=1 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b 06:50:09 $ docker rm -f --volumes 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b [Pipeline] // withDockerContainer [Pipeline] sh 06:50:10 + docker images 06:50:10 REPOSITORY TAG IMAGE ID CREATED SIZE 06:50:10 support-notifications-arm64 latest e5e026227955 3 seconds ago 52.3MB 06:50:10 support-scheduler-arm64 latest 11e40a4328bc 11 seconds ago 48.5MB 06:50:10 core-metadata-arm64 latest 210c59ff602a 45 seconds ago 33.1MB 06:50:10 core-keeper-arm64 latest 8bdba4d4787c 48 seconds ago 32.6MB 06:50:10 core-data-arm64 latest 699fabb0bd8e 52 seconds ago 33MB 06:50:10 security-proxy-auth-arm64 latest bd53e69512a7 52 seconds ago 31.9MB 06:50:10 security-spiffe-token-provider-arm64 latest 81bdceed3129 About a minute ago 48.1MB 06:50:10 security-secretstore-setup-arm64 latest fd9e543c761f 2 minutes ago 67.6MB 06:50:10 security-proxy-setup-arm64 latest 47f6aba13229 3 minutes ago 38.7MB 06:50:10 core-command-arm64 latest fedcb4a2caca 3 minutes ago 28.5MB 06:50:10 security-bootstrapper-arm64 latest 26156bc4ef39 17 minutes ago 21.1MB 06:50:10 core-common-config-bootstrapper-arm64 latest 401f13587940 17 minutes ago 17.9MB 06:50:10 security-spire-agent-arm64 latest b234b5cf5594 37 minutes ago 187MB 06:50:10 security-spire-server-arm64 latest 30a84741f799 37 minutes ago 144MB 06:50:10 security-spire-config-arm64 latest d89e0afa4a62 37 minutes ago 143MB 06:50:10 ci-base-image-arm64 latest 09dd0e538140 38 minutes ago 910MB 06:50:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 4 weeks ago 560MB 06:50:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 23 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:50:10 provisioning config files... 06:50:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config1245213350620581966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:10 ---> ****-login.sh 06:50:10 nexus3.edgexfoundry.org:10001 06:50:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:11 Configure a credential helper to remove this warning. See 06:50:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:11 06:50:11 Login Succeeded 06:50:11 nexus3.edgexfoundry.org:10002 06:50:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:11 Configure a credential helper to remove this warning. See 06:50:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:11 06:50:11 Login Succeeded 06:50:11 nexus3.edgexfoundry.org:10003 06:50:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:11 Configure a credential helper to remove this warning. See 06:50:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:11 06:50:11 Login Succeeded 06:50:11 nexus3.edgexfoundry.org:10004 06:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:12 Configure a credential helper to remove this warning. See 06:50:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:12 06:50:12 Login Succeeded 06:50:12 ****.io 06:50:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:50:12 Configure a credential helper to remove this warning. See 06:50:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:50:12 06:50:12 Login Succeeded 06:50:12 ---> ****-login.sh ends [Pipeline] } 06:50:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:50:13 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 06:50:13 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:13 latest 06:50:13 4.1.0-dev.10 06:50:13 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:13 main 06:50:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:50:13 1fd06584b66c: Preparing 06:50:13 172655131499: Preparing 06:50:13 1fa62648a2e3: Preparing 06:50:13 7b3e4d35cc5b: Preparing 06:50:13 6c0fb9967f5c: Preparing 06:50:13 1a2d663b4c46: Preparing 06:50:13 dd9c8f8612c8: Preparing 06:50:13 1a2d663b4c46: Waiting 06:50:13 dd9c8f8612c8: Waiting 06:50:14 1fa62648a2e3: Pushed 06:50:14 6c0fb9967f5c: Pushed 06:50:14 1fd06584b66c: Pushed 06:50:14 7b3e4d35cc5b: Pushed 06:50:14 dd9c8f8612c8: Layer already exists 06:50:14 1a2d663b4c46: Pushed 06:50:18 172655131499: Pushed 06:50:18 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:50:18 1fd06584b66c: Preparing 06:50:18 172655131499: Preparing 06:50:18 1fa62648a2e3: Preparing 06:50:18 7b3e4d35cc5b: Preparing 06:50:18 6c0fb9967f5c: Preparing 06:50:18 1a2d663b4c46: Preparing 06:50:18 dd9c8f8612c8: Preparing 06:50:18 1a2d663b4c46: Waiting 06:50:18 dd9c8f8612c8: Waiting 06:50:18 1fd06584b66c: Layer already exists 06:50:18 6c0fb9967f5c: Layer already exists 06:50:18 1fa62648a2e3: Layer already exists 06:50:18 7b3e4d35cc5b: Layer already exists 06:50:18 172655131499: Layer already exists 06:50:18 1a2d663b4c46: Layer already exists 06:50:18 dd9c8f8612c8: Layer already exists 06:50:19 latest: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 06:50:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:50:19 1fd06584b66c: Preparing 06:50:19 172655131499: Preparing 06:50:19 1fa62648a2e3: Preparing 06:50:19 7b3e4d35cc5b: Preparing 06:50:19 6c0fb9967f5c: Preparing 06:50:19 1a2d663b4c46: Preparing 06:50:19 dd9c8f8612c8: Preparing 06:50:19 1a2d663b4c46: Waiting 06:50:19 dd9c8f8612c8: Waiting 06:50:19 172655131499: Layer already exists 06:50:19 6c0fb9967f5c: Layer already exists 06:50:19 7b3e4d35cc5b: Layer already exists 06:50:19 1fd06584b66c: Layer already exists 06:50:19 1fa62648a2e3: Layer already exists 06:50:19 1a2d663b4c46: Layer already exists 06:50:19 dd9c8f8612c8: Layer already exists 06:50:20 4.1.0-dev.10: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:50:21 1fd06584b66c: Preparing 06:50:21 172655131499: Preparing 06:50:21 1fa62648a2e3: Preparing 06:50:21 7b3e4d35cc5b: Preparing 06:50:21 6c0fb9967f5c: Preparing 06:50:21 1a2d663b4c46: Preparing 06:50:21 dd9c8f8612c8: Preparing 06:50:21 1a2d663b4c46: Waiting 06:50:21 dd9c8f8612c8: Waiting 06:50:21 7b3e4d35cc5b: Layer already exists 06:50:21 1fa62648a2e3: Layer already exists 06:50:21 172655131499: Layer already exists 06:50:21 1fd06584b66c: Layer already exists 06:50:21 6c0fb9967f5c: Layer already exists 06:50:21 1a2d663b4c46: Layer already exists 06:50:21 dd9c8f8612c8: Layer already exists 06:50:21 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 06:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 06:50:22 1fd06584b66c: Preparing 06:50:22 172655131499: Preparing 06:50:22 1fa62648a2e3: Preparing 06:50:22 7b3e4d35cc5b: Preparing 06:50:22 6c0fb9967f5c: Preparing 06:50:22 1a2d663b4c46: Preparing 06:50:22 dd9c8f8612c8: Preparing 06:50:22 1a2d663b4c46: Waiting 06:50:22 dd9c8f8612c8: Waiting 06:50:22 6c0fb9967f5c: Layer already exists 06:50:22 172655131499: Layer already exists 06:50:22 1fd06584b66c: Layer already exists 06:50:22 7b3e4d35cc5b: Layer already exists 06:50:22 1fa62648a2e3: Layer already exists 06:50:22 dd9c8f8612c8: Layer already exists 06:50:22 1a2d663b4c46: Layer already exists 06:50:22 main: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:22 ===================================================== [Pipeline] echo 06:50:22 taggedImages: 06:50:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 06:50:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 06:50:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:50:22 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 06:50:22 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:22 latest 06:50:22 4.1.0-dev.10 06:50:22 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:22 main 06:50:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:23 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:50:23 a7523ad27fc1: Preparing 06:50:23 7a257624f8a1: Preparing 06:50:23 99b7993aa3c1: Preparing 06:50:23 d5c6f17bd57a: Preparing 06:50:23 1fa62648a2e3: Preparing 06:50:23 7b3e4d35cc5b: Preparing 06:50:23 6c0fb9967f5c: Preparing 06:50:23 1a2d663b4c46: Preparing 06:50:23 dd9c8f8612c8: Preparing 06:50:23 7b3e4d35cc5b: Waiting 06:50:23 6c0fb9967f5c: Waiting 06:50:23 1a2d663b4c46: Waiting 06:50:23 dd9c8f8612c8: Waiting 06:50:23 1fa62648a2e3: Layer already exists 06:50:23 7b3e4d35cc5b: Layer already exists 06:50:23 6c0fb9967f5c: Layer already exists 06:50:23 7a257624f8a1: Pushed 06:50:23 99b7993aa3c1: Pushed 06:50:23 1a2d663b4c46: Layer already exists 06:50:23 dd9c8f8612c8: Layer already exists 06:50:23 a7523ad27fc1: Pushed 06:50:25 d5c6f17bd57a: Pushed 06:50:25 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:26 + 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 06:50:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:50:26 a7523ad27fc1: Preparing 06:50:26 7a257624f8a1: Preparing 06:50:26 99b7993aa3c1: Preparing 06:50:26 d5c6f17bd57a: Preparing 06:50:26 1fa62648a2e3: Preparing 06:50:26 7b3e4d35cc5b: Preparing 06:50:26 6c0fb9967f5c: Preparing 06:50:26 1a2d663b4c46: Preparing 06:50:26 dd9c8f8612c8: Preparing 06:50:26 7b3e4d35cc5b: Waiting 06:50:26 6c0fb9967f5c: Waiting 06:50:26 1a2d663b4c46: Waiting 06:50:26 dd9c8f8612c8: Waiting 06:50:26 7a257624f8a1: Layer already exists 06:50:26 a7523ad27fc1: Layer already exists 06:50:26 99b7993aa3c1: Layer already exists 06:50:26 1fa62648a2e3: Layer already exists 06:50:26 d5c6f17bd57a: Layer already exists 06:50:26 7b3e4d35cc5b: Layer already exists 06:50:26 1a2d663b4c46: Layer already exists 06:50:26 6c0fb9967f5c: Layer already exists 06:50:26 dd9c8f8612c8: Layer already exists 06:50:26 latest: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 06:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:50:27 a7523ad27fc1: Preparing 06:50:27 7a257624f8a1: Preparing 06:50:27 99b7993aa3c1: Preparing 06:50:27 d5c6f17bd57a: Preparing 06:50:27 1fa62648a2e3: Preparing 06:50:27 7b3e4d35cc5b: Preparing 06:50:27 6c0fb9967f5c: Preparing 06:50:27 7b3e4d35cc5b: Waiting 06:50:27 1a2d663b4c46: Preparing 06:50:27 dd9c8f8612c8: Preparing 06:50:27 6c0fb9967f5c: Waiting 06:50:27 1a2d663b4c46: Waiting 06:50:27 dd9c8f8612c8: Waiting 06:50:27 a7523ad27fc1: Layer already exists 06:50:27 1fa62648a2e3: Layer already exists 06:50:27 d5c6f17bd57a: Layer already exists 06:50:27 7a257624f8a1: Layer already exists 06:50:27 99b7993aa3c1: Layer already exists 06:50:27 6c0fb9967f5c: Layer already exists 06:50:27 dd9c8f8612c8: Layer already exists 06:50:27 1a2d663b4c46: Layer already exists 06:50:27 7b3e4d35cc5b: Layer already exists 06:50:28 4.1.0-dev.10: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:50:28 a7523ad27fc1: Preparing 06:50:28 7a257624f8a1: Preparing 06:50:28 99b7993aa3c1: Preparing 06:50:28 d5c6f17bd57a: Preparing 06:50:28 1fa62648a2e3: Preparing 06:50:28 7b3e4d35cc5b: Preparing 06:50:28 6c0fb9967f5c: Preparing 06:50:28 1a2d663b4c46: Preparing 06:50:28 dd9c8f8612c8: Preparing 06:50:28 6c0fb9967f5c: Waiting 06:50:28 dd9c8f8612c8: Waiting 06:50:28 1a2d663b4c46: Waiting 06:50:28 7b3e4d35cc5b: Waiting 06:50:28 7a257624f8a1: Layer already exists 06:50:28 99b7993aa3c1: Layer already exists 06:50:28 d5c6f17bd57a: Layer already exists 06:50:28 a7523ad27fc1: Layer already exists 06:50:28 1fa62648a2e3: Layer already exists 06:50:28 1a2d663b4c46: Layer already exists 06:50:28 6c0fb9967f5c: Layer already exists 06:50:28 dd9c8f8612c8: Layer already exists 06:50:28 7b3e4d35cc5b: Layer already exists 06:50:29 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:29 + 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 06:50:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 06:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 06:50:29 a7523ad27fc1: Preparing 06:50:29 7a257624f8a1: Preparing 06:50:29 99b7993aa3c1: Preparing 06:50:29 d5c6f17bd57a: Preparing 06:50:29 1fa62648a2e3: Preparing 06:50:29 7b3e4d35cc5b: Preparing 06:50:29 6c0fb9967f5c: Preparing 06:50:29 1a2d663b4c46: Preparing 06:50:29 dd9c8f8612c8: Preparing 06:50:29 6c0fb9967f5c: Waiting 06:50:29 1a2d663b4c46: Waiting 06:50:29 dd9c8f8612c8: Waiting 06:50:29 7b3e4d35cc5b: Waiting 06:50:29 d5c6f17bd57a: Layer already exists 06:50:29 1fa62648a2e3: Layer already exists 06:50:29 7a257624f8a1: Layer already exists 06:50:29 99b7993aa3c1: Layer already exists 06:50:29 a7523ad27fc1: Layer already exists 06:50:29 1a2d663b4c46: Layer already exists 06:50:29 6c0fb9967f5c: Layer already exists 06:50:29 dd9c8f8612c8: Layer already exists 06:50:29 7b3e4d35cc5b: Layer already exists 06:50:29 main: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:29 ===================================================== [Pipeline] echo 06:50:29 taggedImages: 06:50:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 06:50:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 06:50:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:29 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:50:30 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 06:50:30 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:30 latest 06:50:30 4.1.0-dev.10 06:50:30 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:30 main 06:50:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:30 864a3f114976: Preparing 06:50:30 5df00d06b0a3: Preparing 06:50:30 1fa62648a2e3: Preparing 06:50:30 7b3e4d35cc5b: Preparing 06:50:30 bb1a7d8afbb9: Preparing 06:50:30 415f553f0829: Preparing 06:50:30 dd9c8f8612c8: Preparing 06:50:30 415f553f0829: Waiting 06:50:30 dd9c8f8612c8: Waiting 06:50:30 1fa62648a2e3: Layer already exists 06:50:30 7b3e4d35cc5b: Layer already exists 06:50:30 dd9c8f8612c8: Layer already exists 06:50:30 864a3f114976: Pushed 06:50:30 bb1a7d8afbb9: Pushed 06:50:30 415f553f0829: Pushed 06:50:36 5df00d06b0a3: Pushed 06:50:36 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:37 864a3f114976: Preparing 06:50:37 5df00d06b0a3: Preparing 06:50:37 1fa62648a2e3: Preparing 06:50:37 7b3e4d35cc5b: Preparing 06:50:37 bb1a7d8afbb9: Preparing 06:50:37 415f553f0829: Preparing 06:50:37 dd9c8f8612c8: Preparing 06:50:37 415f553f0829: Waiting 06:50:37 dd9c8f8612c8: Waiting 06:50:37 7b3e4d35cc5b: Layer already exists 06:50:37 1fa62648a2e3: Layer already exists 06:50:37 5df00d06b0a3: Layer already exists 06:50:37 864a3f114976: Layer already exists 06:50:37 bb1a7d8afbb9: Layer already exists 06:50:37 dd9c8f8612c8: Layer already exists 06:50:37 415f553f0829: Layer already exists 06:50:37 latest: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 06:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:38 864a3f114976: Preparing 06:50:38 5df00d06b0a3: Preparing 06:50:38 1fa62648a2e3: Preparing 06:50:38 7b3e4d35cc5b: Preparing 06:50:38 bb1a7d8afbb9: Preparing 06:50:38 415f553f0829: Preparing 06:50:38 dd9c8f8612c8: Preparing 06:50:38 dd9c8f8612c8: Waiting 06:50:38 415f553f0829: Waiting 06:50:38 bb1a7d8afbb9: Layer already exists 06:50:38 1fa62648a2e3: Layer already exists 06:50:38 864a3f114976: Layer already exists 06:50:38 5df00d06b0a3: Layer already exists 06:50:38 7b3e4d35cc5b: Layer already exists 06:50:38 415f553f0829: Layer already exists 06:50:38 dd9c8f8612c8: Layer already exists 06:50:38 4.1.0-dev.10: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:39 864a3f114976: Preparing 06:50:39 5df00d06b0a3: Preparing 06:50:39 1fa62648a2e3: Preparing 06:50:39 7b3e4d35cc5b: Preparing 06:50:39 bb1a7d8afbb9: Preparing 06:50:39 415f553f0829: Preparing 06:50:39 dd9c8f8612c8: Preparing 06:50:39 415f553f0829: Waiting 06:50:39 dd9c8f8612c8: Waiting 06:50:39 864a3f114976: Layer already exists 06:50:39 5df00d06b0a3: Layer already exists 06:50:39 bb1a7d8afbb9: Layer already exists 06:50:39 1fa62648a2e3: Layer already exists 06:50:39 7b3e4d35cc5b: Layer already exists 06:50:39 415f553f0829: Layer already exists 06:50:39 dd9c8f8612c8: Layer already exists 06:50:39 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:40 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 06:50:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 06:50:40 864a3f114976: Preparing 06:50:40 5df00d06b0a3: Preparing 06:50:40 1fa62648a2e3: Preparing 06:50:40 7b3e4d35cc5b: Preparing 06:50:40 bb1a7d8afbb9: Preparing 06:50:40 415f553f0829: Preparing 06:50:40 dd9c8f8612c8: Preparing 06:50:40 415f553f0829: Waiting 06:50:40 dd9c8f8612c8: Waiting 06:50:40 5df00d06b0a3: Layer already exists 06:50:40 bb1a7d8afbb9: Layer already exists 06:50:40 1fa62648a2e3: Layer already exists 06:50:40 7b3e4d35cc5b: Layer already exists 06:50:40 864a3f114976: Layer already exists 06:50:40 dd9c8f8612c8: Layer already exists 06:50:40 415f553f0829: Layer already exists 06:50:40 main: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:40 ===================================================== [Pipeline] echo 06:50:40 taggedImages: 06:50:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 06:50:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 06:50:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:50:40 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 06:50:40 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:40 latest 06:50:40 4.1.0-dev.10 06:50:40 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:40 main 06:50:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:41 2926a04bc8a7: Preparing 06:50:41 e6419a94512c: Preparing 06:50:41 7b3e4d35cc5b: Preparing 06:50:41 44c7ab570abd: Preparing 06:50:41 cd08a0070f11: Preparing 06:50:41 dd9c8f8612c8: Preparing 06:50:41 dd9c8f8612c8: Waiting 06:50:41 7b3e4d35cc5b: Layer already exists 06:50:41 dd9c8f8612c8: Layer already exists 06:50:41 cd08a0070f11: Pushed 06:50:41 44c7ab570abd: Pushed 06:50:41 2926a04bc8a7: Pushed 06:50:46 e6419a94512c: Pushed 06:50:46 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:50:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:47 2926a04bc8a7: Preparing 06:50:47 e6419a94512c: Preparing 06:50:47 7b3e4d35cc5b: Preparing 06:50:47 44c7ab570abd: Preparing 06:50:47 cd08a0070f11: Preparing 06:50:47 dd9c8f8612c8: Preparing 06:50:47 dd9c8f8612c8: Waiting 06:50:47 2926a04bc8a7: Layer already exists 06:50:47 7b3e4d35cc5b: Layer already exists 06:50:47 cd08a0070f11: Layer already exists 06:50:47 e6419a94512c: Layer already exists 06:50:47 44c7ab570abd: Layer already exists 06:50:47 dd9c8f8612c8: Layer already exists 06:50:47 latest: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 06:50:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:48 2926a04bc8a7: Preparing 06:50:48 e6419a94512c: Preparing 06:50:48 7b3e4d35cc5b: Preparing 06:50:48 44c7ab570abd: Preparing 06:50:48 cd08a0070f11: Preparing 06:50:48 dd9c8f8612c8: Preparing 06:50:48 dd9c8f8612c8: Waiting 06:50:48 e6419a94512c: Layer already exists 06:50:48 cd08a0070f11: Layer already exists 06:50:48 44c7ab570abd: Layer already exists 06:50:48 2926a04bc8a7: Layer already exists 06:50:48 7b3e4d35cc5b: Layer already exists 06:50:48 dd9c8f8612c8: Layer already exists 06:50:48 4.1.0-dev.10: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:49 2926a04bc8a7: Preparing 06:50:49 e6419a94512c: Preparing 06:50:49 7b3e4d35cc5b: Preparing 06:50:49 44c7ab570abd: Preparing 06:50:49 cd08a0070f11: Preparing 06:50:49 dd9c8f8612c8: Preparing 06:50:49 dd9c8f8612c8: Waiting 06:50:49 cd08a0070f11: Layer already exists 06:50:49 2926a04bc8a7: Layer already exists 06:50:49 44c7ab570abd: Layer already exists 06:50:49 e6419a94512c: Layer already exists 06:50:49 7b3e4d35cc5b: Layer already exists 06:50:49 dd9c8f8612c8: Layer already exists 06:50:49 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:50 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 06:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 06:50:50 2926a04bc8a7: Preparing 06:50:50 e6419a94512c: Preparing 06:50:50 7b3e4d35cc5b: Preparing 06:50:50 44c7ab570abd: Preparing 06:50:50 cd08a0070f11: Preparing 06:50:50 dd9c8f8612c8: Preparing 06:50:50 dd9c8f8612c8: Waiting 06:50:50 44c7ab570abd: Layer already exists 06:50:50 2926a04bc8a7: Layer already exists 06:50:50 7b3e4d35cc5b: Layer already exists 06:50:50 cd08a0070f11: Layer already exists 06:50:50 e6419a94512c: Layer already exists 06:50:50 dd9c8f8612c8: Layer already exists 06:50:50 main: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:50:50 ===================================================== [Pipeline] echo 06:50:50 taggedImages: 06:50:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 06:50:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 06:50:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:50 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:50:50 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 06:50:50 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:50 latest 06:50:50 4.1.0-dev.10 06:50:50 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:50 main 06:50:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:51 81fa62adbcb0: Preparing 06:50:51 26fa93fc2e55: Preparing 06:50:51 417c04d8683f: Preparing 06:50:51 1fa62648a2e3: Preparing 06:50:51 7b3e4d35cc5b: Preparing 06:50:51 6c0fb9967f5c: Preparing 06:50:51 1a2d663b4c46: Preparing 06:50:51 dd9c8f8612c8: Preparing 06:50:51 6c0fb9967f5c: Waiting 06:50:51 1a2d663b4c46: Waiting 06:50:51 dd9c8f8612c8: Waiting 06:50:51 1fa62648a2e3: Layer already exists 06:50:51 7b3e4d35cc5b: Layer already exists 06:50:51 6c0fb9967f5c: Layer already exists 06:50:51 26fa93fc2e55: Pushed 06:50:51 1a2d663b4c46: Layer already exists 06:50:51 dd9c8f8612c8: Layer already exists 06:50:51 81fa62adbcb0: Pushed 06:50:57 417c04d8683f: Pushed 06:50:57 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:57 81fa62adbcb0: Preparing 06:50:57 26fa93fc2e55: Preparing 06:50:57 417c04d8683f: Preparing 06:50:57 1fa62648a2e3: Preparing 06:50:57 7b3e4d35cc5b: Preparing 06:50:57 6c0fb9967f5c: Preparing 06:50:57 1a2d663b4c46: Preparing 06:50:57 dd9c8f8612c8: Preparing 06:50:57 6c0fb9967f5c: Waiting 06:50:57 1a2d663b4c46: Waiting 06:50:57 dd9c8f8612c8: Waiting 06:50:57 7b3e4d35cc5b: Layer already exists 06:50:57 81fa62adbcb0: Layer already exists 06:50:57 26fa93fc2e55: Layer already exists 06:50:57 1fa62648a2e3: Layer already exists 06:50:57 417c04d8683f: Layer already exists 06:50:57 6c0fb9967f5c: Layer already exists 06:50:57 1a2d663b4c46: Layer already exists 06:50:57 dd9c8f8612c8: Layer already exists 06:50:58 latest: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 06:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:58 81fa62adbcb0: Preparing 06:50:58 26fa93fc2e55: Preparing 06:50:58 417c04d8683f: Preparing 06:50:58 1fa62648a2e3: Preparing 06:50:58 7b3e4d35cc5b: Preparing 06:50:58 6c0fb9967f5c: Preparing 06:50:58 1a2d663b4c46: Preparing 06:50:58 dd9c8f8612c8: Preparing 06:50:58 6c0fb9967f5c: Waiting 06:50:58 1a2d663b4c46: Waiting 06:50:58 dd9c8f8612c8: Waiting 06:50:58 417c04d8683f: Layer already exists 06:50:58 1fa62648a2e3: Layer already exists 06:50:58 7b3e4d35cc5b: Layer already exists 06:50:58 81fa62adbcb0: Layer already exists 06:50:58 26fa93fc2e55: Layer already exists 06:50:58 6c0fb9967f5c: Layer already exists 06:50:58 dd9c8f8612c8: Layer already exists 06:50:58 1a2d663b4c46: Layer already exists 06:50:59 4.1.0-dev.10: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:50:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:50:59 81fa62adbcb0: Preparing 06:50:59 26fa93fc2e55: Preparing 06:50:59 417c04d8683f: Preparing 06:50:59 1fa62648a2e3: Preparing 06:50:59 7b3e4d35cc5b: Preparing 06:50:59 6c0fb9967f5c: Preparing 06:50:59 1a2d663b4c46: Preparing 06:50:59 dd9c8f8612c8: Preparing 06:50:59 1a2d663b4c46: Waiting 06:50:59 6c0fb9967f5c: Waiting 06:50:59 dd9c8f8612c8: Waiting 06:50:59 7b3e4d35cc5b: Layer already exists 06:50:59 417c04d8683f: Layer already exists 06:50:59 26fa93fc2e55: Layer already exists 06:50:59 1fa62648a2e3: Layer already exists 06:50:59 81fa62adbcb0: Layer already exists 06:50:59 dd9c8f8612c8: Layer already exists 06:50:59 6c0fb9967f5c: Layer already exists 06:50:59 1a2d663b4c46: Layer already exists 06:51:00 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 06:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 06:51:00 81fa62adbcb0: Preparing 06:51:00 26fa93fc2e55: Preparing 06:51:00 417c04d8683f: Preparing 06:51:00 1fa62648a2e3: Preparing 06:51:00 7b3e4d35cc5b: Preparing 06:51:00 6c0fb9967f5c: Preparing 06:51:00 1a2d663b4c46: Preparing 06:51:00 dd9c8f8612c8: Preparing 06:51:00 1a2d663b4c46: Waiting 06:51:00 dd9c8f8612c8: Waiting 06:51:00 6c0fb9967f5c: Waiting 06:51:00 1fa62648a2e3: Layer already exists 06:51:00 26fa93fc2e55: Layer already exists 06:51:00 7b3e4d35cc5b: Layer already exists 06:51:00 417c04d8683f: Layer already exists 06:51:00 81fa62adbcb0: Layer already exists 06:51:00 dd9c8f8612c8: Layer already exists 06:51:00 1a2d663b4c46: Layer already exists 06:51:00 6c0fb9967f5c: Layer already exists 06:51:01 main: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:01 ===================================================== [Pipeline] echo 06:51:01 taggedImages: 06:51:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 06:51:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 06:51:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:01 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:51:01 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 06:51:01 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:01 latest 06:51:01 4.1.0-dev.10 06:51:01 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:01 main 06:51:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:51:01 b66c60c7df6f: Preparing 06:51:01 df72d5e7e01d: Preparing 06:51:01 07163833b1a3: Preparing 06:51:01 f447e5da3ad6: Preparing 06:51:01 31c81fb29c83: Preparing 06:51:01 a78336c25dac: Preparing 06:51:01 ec45575946f1: Preparing 06:51:01 a78336c25dac: Waiting 06:51:01 1fa62648a2e3: Preparing 06:51:01 ec45575946f1: Waiting 06:51:01 7b3e4d35cc5b: Preparing 06:51:01 1fa62648a2e3: Waiting 06:51:01 7b3e4d35cc5b: Waiting 06:51:01 890fa1706a06: Preparing 06:51:01 57068b21db84: Preparing 06:51:01 5f70bf18a086: Preparing 06:51:01 7002f9b2fb31: Preparing 06:51:01 a59859aebdc7: Preparing 06:51:01 57068b21db84: Waiting 06:51:01 9a52320c1cbb: Preparing 06:51:01 5f70bf18a086: Waiting 06:51:01 dd9c8f8612c8: Preparing 06:51:01 7002f9b2fb31: Waiting 06:51:01 a59859aebdc7: Waiting 06:51:01 dd9c8f8612c8: Waiting 06:51:01 9a52320c1cbb: Waiting 06:51:01 890fa1706a06: Waiting 06:51:02 31c81fb29c83: Pushed 06:51:02 07163833b1a3: Pushed 06:51:02 f447e5da3ad6: Pushed 06:51:02 df72d5e7e01d: Pushed 06:51:02 b66c60c7df6f: Pushed 06:51:02 1fa62648a2e3: Layer already exists 06:51:02 7b3e4d35cc5b: Layer already exists 06:51:02 a78336c25dac: Pushed 06:51:02 5f70bf18a086: Layer already exists 06:51:02 57068b21db84: Pushed 06:51:02 890fa1706a06: Pushed 06:51:02 7002f9b2fb31: Pushed 06:51:02 dd9c8f8612c8: Layer already exists 06:51:02 a59859aebdc7: Pushed 06:51:02 9a52320c1cbb: Pushed 06:51:05 ec45575946f1: Pushed 06:51:05 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:51:06 b66c60c7df6f: Preparing 06:51:06 df72d5e7e01d: Preparing 06:51:06 07163833b1a3: Preparing 06:51:06 f447e5da3ad6: Preparing 06:51:06 31c81fb29c83: Preparing 06:51:06 a78336c25dac: Preparing 06:51:06 ec45575946f1: Preparing 06:51:06 1fa62648a2e3: Preparing 06:51:06 7b3e4d35cc5b: Preparing 06:51:06 890fa1706a06: Preparing 06:51:06 57068b21db84: Preparing 06:51:06 5f70bf18a086: Preparing 06:51:06 7002f9b2fb31: Preparing 06:51:06 a59859aebdc7: Preparing 06:51:06 9a52320c1cbb: Preparing 06:51:06 dd9c8f8612c8: Preparing 06:51:06 5f70bf18a086: Waiting 06:51:06 7002f9b2fb31: Waiting 06:51:06 a78336c25dac: Waiting 06:51:06 a59859aebdc7: Waiting 06:51:06 ec45575946f1: Waiting 06:51:06 9a52320c1cbb: Waiting 06:51:06 1fa62648a2e3: Waiting 06:51:06 dd9c8f8612c8: Waiting 06:51:06 7b3e4d35cc5b: Waiting 06:51:06 57068b21db84: Waiting 06:51:06 b66c60c7df6f: Layer already exists 06:51:06 07163833b1a3: Layer already exists 06:51:06 f447e5da3ad6: Layer already exists 06:51:06 31c81fb29c83: Layer already exists 06:51:06 df72d5e7e01d: Layer already exists 06:51:06 7b3e4d35cc5b: Layer already exists 06:51:06 ec45575946f1: Layer already exists 06:51:06 a78336c25dac: Layer already exists 06:51:06 1fa62648a2e3: Layer already exists 06:51:06 890fa1706a06: Layer already exists 06:51:06 5f70bf18a086: Layer already exists 06:51:06 7002f9b2fb31: Layer already exists 06:51:06 57068b21db84: Layer already exists 06:51:06 a59859aebdc7: Layer already exists 06:51:06 9a52320c1cbb: Layer already exists 06:51:06 dd9c8f8612c8: Layer already exists 06:51:06 latest: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 06:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:51:06 b66c60c7df6f: Preparing 06:51:06 df72d5e7e01d: Preparing 06:51:06 07163833b1a3: Preparing 06:51:06 f447e5da3ad6: Preparing 06:51:06 31c81fb29c83: Preparing 06:51:06 a78336c25dac: Preparing 06:51:06 ec45575946f1: Preparing 06:51:06 1fa62648a2e3: Preparing 06:51:06 7b3e4d35cc5b: Preparing 06:51:06 890fa1706a06: Preparing 06:51:06 57068b21db84: Preparing 06:51:06 5f70bf18a086: Preparing 06:51:06 7002f9b2fb31: Preparing 06:51:06 a59859aebdc7: Preparing 06:51:06 9a52320c1cbb: Preparing 06:51:06 dd9c8f8612c8: Preparing 06:51:06 890fa1706a06: Waiting 06:51:06 57068b21db84: Waiting 06:51:06 5f70bf18a086: Waiting 06:51:06 7002f9b2fb31: Waiting 06:51:06 a59859aebdc7: Waiting 06:51:06 9a52320c1cbb: Waiting 06:51:06 dd9c8f8612c8: Waiting 06:51:06 a78336c25dac: Waiting 06:51:06 ec45575946f1: Waiting 06:51:06 1fa62648a2e3: Waiting 06:51:06 7b3e4d35cc5b: Waiting 06:51:06 df72d5e7e01d: Layer already exists 06:51:06 31c81fb29c83: Layer already exists 06:51:06 f447e5da3ad6: Layer already exists 06:51:06 07163833b1a3: Layer already exists 06:51:06 b66c60c7df6f: Layer already exists 06:51:06 1fa62648a2e3: Layer already exists 06:51:06 a78336c25dac: Layer already exists 06:51:06 ec45575946f1: Layer already exists 06:51:06 7b3e4d35cc5b: Layer already exists 06:51:06 890fa1706a06: Layer already exists 06:51:06 57068b21db84: Layer already exists 06:51:06 5f70bf18a086: Layer already exists 06:51:06 a59859aebdc7: Layer already exists 06:51:06 9a52320c1cbb: Layer already exists 06:51:06 7002f9b2fb31: Layer already exists 06:51:06 dd9c8f8612c8: Layer already exists 06:51:07 4.1.0-dev.10: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:51:07 b66c60c7df6f: Preparing 06:51:07 df72d5e7e01d: Preparing 06:51:07 07163833b1a3: Preparing 06:51:07 f447e5da3ad6: Preparing 06:51:07 31c81fb29c83: Preparing 06:51:07 a78336c25dac: Preparing 06:51:07 ec45575946f1: Preparing 06:51:07 1fa62648a2e3: Preparing 06:51:07 7b3e4d35cc5b: Preparing 06:51:07 890fa1706a06: Preparing 06:51:07 57068b21db84: Preparing 06:51:07 5f70bf18a086: Preparing 06:51:07 7002f9b2fb31: Preparing 06:51:07 a59859aebdc7: Preparing 06:51:07 9a52320c1cbb: Preparing 06:51:07 dd9c8f8612c8: Preparing 06:51:07 ec45575946f1: Waiting 06:51:07 1fa62648a2e3: Waiting 06:51:07 7b3e4d35cc5b: Waiting 06:51:07 890fa1706a06: Waiting 06:51:07 57068b21db84: Waiting 06:51:07 5f70bf18a086: Waiting 06:51:07 7002f9b2fb31: Waiting 06:51:07 a59859aebdc7: Waiting 06:51:07 9a52320c1cbb: Waiting 06:51:07 dd9c8f8612c8: Waiting 06:51:07 a78336c25dac: Waiting 06:51:07 f447e5da3ad6: Layer already exists 06:51:07 07163833b1a3: Layer already exists 06:51:07 df72d5e7e01d: Layer already exists 06:51:07 31c81fb29c83: Layer already exists 06:51:07 b66c60c7df6f: Layer already exists 06:51:07 7b3e4d35cc5b: Layer already exists 06:51:07 a78336c25dac: Layer already exists 06:51:07 ec45575946f1: Layer already exists 06:51:07 1fa62648a2e3: Layer already exists 06:51:07 890fa1706a06: Layer already exists 06:51:07 5f70bf18a086: Layer already exists 06:51:07 57068b21db84: Layer already exists 06:51:07 7002f9b2fb31: Layer already exists 06:51:07 a59859aebdc7: Layer already exists 06:51:07 9a52320c1cbb: Layer already exists 06:51:07 dd9c8f8612c8: Layer already exists 06:51:08 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 06:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 06:51:08 b66c60c7df6f: Preparing 06:51:08 df72d5e7e01d: Preparing 06:51:08 07163833b1a3: Preparing 06:51:08 f447e5da3ad6: Preparing 06:51:08 31c81fb29c83: Preparing 06:51:08 a78336c25dac: Preparing 06:51:08 ec45575946f1: Preparing 06:51:08 a78336c25dac: Waiting 06:51:08 1fa62648a2e3: Preparing 06:51:08 ec45575946f1: Waiting 06:51:08 7b3e4d35cc5b: Preparing 06:51:08 1fa62648a2e3: Waiting 06:51:08 890fa1706a06: Preparing 06:51:08 7b3e4d35cc5b: Waiting 06:51:08 57068b21db84: Preparing 06:51:08 890fa1706a06: Waiting 06:51:08 5f70bf18a086: Preparing 06:51:08 57068b21db84: Waiting 06:51:08 7002f9b2fb31: Preparing 06:51:08 5f70bf18a086: Waiting 06:51:08 a59859aebdc7: Preparing 06:51:08 9a52320c1cbb: Preparing 06:51:08 a59859aebdc7: Waiting 06:51:08 dd9c8f8612c8: Preparing 06:51:08 9a52320c1cbb: Waiting 06:51:08 dd9c8f8612c8: Waiting 06:51:08 b66c60c7df6f: Layer already exists 06:51:08 07163833b1a3: Layer already exists 06:51:08 df72d5e7e01d: Layer already exists 06:51:08 f447e5da3ad6: Layer already exists 06:51:08 31c81fb29c83: Layer already exists 06:51:08 ec45575946f1: Layer already exists 06:51:08 a78336c25dac: Layer already exists 06:51:08 7b3e4d35cc5b: Layer already exists 06:51:08 890fa1706a06: Layer already exists 06:51:08 1fa62648a2e3: Layer already exists 06:51:08 5f70bf18a086: Layer already exists 06:51:08 a59859aebdc7: Layer already exists 06:51:08 57068b21db84: Layer already exists 06:51:08 7002f9b2fb31: Layer already exists 06:51:08 9a52320c1cbb: Layer already exists 06:51:09 dd9c8f8612c8: Layer already exists 06:51:09 main: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:09 ===================================================== [Pipeline] echo 06:51:09 taggedImages: 06:51:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 06:51:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 06:51:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:51:09 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 06:51:09 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:09 latest 06:51:09 4.1.0-dev.10 06:51:09 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:09 main 06:51:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:51:10 69d00312e89f: Preparing 06:51:10 2805092236b3: Preparing 06:51:10 8703a8362b2c: Preparing 06:51:10 f6768c18e08f: Preparing 06:51:10 1fa62648a2e3: Preparing 06:51:10 7b3e4d35cc5b: Preparing 06:51:10 6c0fb9967f5c: Preparing 06:51:10 1a2d663b4c46: Preparing 06:51:10 dd9c8f8612c8: Preparing 06:51:10 7b3e4d35cc5b: Waiting 06:51:10 6c0fb9967f5c: Waiting 06:51:10 1a2d663b4c46: Waiting 06:51:10 dd9c8f8612c8: Waiting 06:51:10 1fa62648a2e3: Layer already exists 06:51:10 7b3e4d35cc5b: Layer already exists 06:51:10 2805092236b3: Pushed 06:51:10 6c0fb9967f5c: Layer already exists 06:51:10 69d00312e89f: Pushed 06:51:10 1a2d663b4c46: Layer already exists 06:51:10 dd9c8f8612c8: Layer already exists 06:51:10 8703a8362b2c: Pushed 06:51:15 f6768c18e08f: Pushed 06:51:15 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:16 + 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 06:51:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:51:16 69d00312e89f: Preparing 06:51:16 2805092236b3: Preparing 06:51:16 8703a8362b2c: Preparing 06:51:16 f6768c18e08f: Preparing 06:51:16 1fa62648a2e3: Preparing 06:51:16 7b3e4d35cc5b: Preparing 06:51:16 6c0fb9967f5c: Preparing 06:51:16 7b3e4d35cc5b: Waiting 06:51:16 1a2d663b4c46: Preparing 06:51:16 dd9c8f8612c8: Preparing 06:51:16 6c0fb9967f5c: Waiting 06:51:16 1a2d663b4c46: Waiting 06:51:16 8703a8362b2c: Layer already exists 06:51:16 f6768c18e08f: Layer already exists 06:51:16 1fa62648a2e3: Layer already exists 06:51:16 2805092236b3: Layer already exists 06:51:16 69d00312e89f: Layer already exists 06:51:16 7b3e4d35cc5b: Layer already exists 06:51:16 6c0fb9967f5c: Layer already exists 06:51:16 1a2d663b4c46: Layer already exists 06:51:16 dd9c8f8612c8: Layer already exists 06:51:16 latest: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 06:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:51:17 69d00312e89f: Preparing 06:51:17 2805092236b3: Preparing 06:51:17 8703a8362b2c: Preparing 06:51:17 f6768c18e08f: Preparing 06:51:17 1fa62648a2e3: Preparing 06:51:17 7b3e4d35cc5b: Preparing 06:51:17 6c0fb9967f5c: Preparing 06:51:17 1a2d663b4c46: Preparing 06:51:17 dd9c8f8612c8: Preparing 06:51:17 6c0fb9967f5c: Waiting 06:51:17 1a2d663b4c46: Waiting 06:51:17 dd9c8f8612c8: Waiting 06:51:17 7b3e4d35cc5b: Waiting 06:51:17 1fa62648a2e3: Layer already exists 06:51:17 2805092236b3: Layer already exists 06:51:17 8703a8362b2c: Layer already exists 06:51:17 f6768c18e08f: Layer already exists 06:51:17 69d00312e89f: Layer already exists 06:51:17 7b3e4d35cc5b: Layer already exists 06:51:17 6c0fb9967f5c: Layer already exists 06:51:17 1a2d663b4c46: Layer already exists 06:51:17 dd9c8f8612c8: Layer already exists 06:51:17 4.1.0-dev.10: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:51:18 69d00312e89f: Preparing 06:51:18 2805092236b3: Preparing 06:51:18 8703a8362b2c: Preparing 06:51:18 f6768c18e08f: Preparing 06:51:18 1fa62648a2e3: Preparing 06:51:18 7b3e4d35cc5b: Preparing 06:51:18 6c0fb9967f5c: Preparing 06:51:18 1a2d663b4c46: Preparing 06:51:18 dd9c8f8612c8: Preparing 06:51:18 7b3e4d35cc5b: Waiting 06:51:18 1a2d663b4c46: Waiting 06:51:18 6c0fb9967f5c: Waiting 06:51:18 dd9c8f8612c8: Waiting 06:51:18 f6768c18e08f: Layer already exists 06:51:18 2805092236b3: Layer already exists 06:51:18 69d00312e89f: Layer already exists 06:51:18 8703a8362b2c: Layer already exists 06:51:18 1fa62648a2e3: Layer already exists 06:51:18 6c0fb9967f5c: Layer already exists 06:51:18 1a2d663b4c46: Layer already exists 06:51:18 7b3e4d35cc5b: Layer already exists 06:51:18 dd9c8f8612c8: Layer already exists 06:51:18 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 06:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 06:51:19 69d00312e89f: Preparing 06:51:19 2805092236b3: Preparing 06:51:19 8703a8362b2c: Preparing 06:51:19 f6768c18e08f: Preparing 06:51:19 1fa62648a2e3: Preparing 06:51:19 7b3e4d35cc5b: Preparing 06:51:19 6c0fb9967f5c: Preparing 06:51:19 1a2d663b4c46: Preparing 06:51:19 dd9c8f8612c8: Preparing 06:51:19 6c0fb9967f5c: Waiting 06:51:19 1a2d663b4c46: Waiting 06:51:19 dd9c8f8612c8: Waiting 06:51:19 7b3e4d35cc5b: Waiting 06:51:19 1fa62648a2e3: Layer already exists 06:51:19 2805092236b3: Layer already exists 06:51:19 f6768c18e08f: Layer already exists 06:51:19 8703a8362b2c: Layer already exists 06:51:19 69d00312e89f: Layer already exists 06:51:19 7b3e4d35cc5b: Layer already exists 06:51:19 dd9c8f8612c8: Layer already exists 06:51:19 6c0fb9967f5c: Layer already exists 06:51:19 1a2d663b4c46: Layer already exists 06:51:19 main: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:19 ===================================================== [Pipeline] echo 06:51:19 taggedImages: 06:51:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 06:51:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 06:51:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:51:19 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 06:51:19 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:19 latest 06:51:19 4.1.0-dev.10 06:51:19 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:19 main 06:51:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:20 437973393a87: Preparing 06:51:20 4aea57e69e7d: Preparing 06:51:20 f53587f51d97: Preparing 06:51:20 77222d25df1a: Preparing 06:51:20 8315dad0673a: Preparing 06:51:20 1fa62648a2e3: Preparing 06:51:20 7b3e4d35cc5b: Preparing 06:51:20 775096679993: Preparing 06:51:20 5bb3098870ff: Preparing 06:51:20 f1b99a24b350: Preparing 06:51:20 dd9c8f8612c8: Preparing 06:51:20 7b3e4d35cc5b: Waiting 06:51:20 775096679993: Waiting 06:51:20 5bb3098870ff: Waiting 06:51:20 f1b99a24b350: Waiting 06:51:20 dd9c8f8612c8: Waiting 06:51:20 1fa62648a2e3: Waiting 06:51:20 4aea57e69e7d: Pushed 06:51:20 8315dad0673a: Pushed 06:51:20 77222d25df1a: Pushed 06:51:20 1fa62648a2e3: Layer already exists 06:51:20 437973393a87: Pushed 06:51:20 7b3e4d35cc5b: Layer already exists 06:51:20 dd9c8f8612c8: Layer already exists 06:51:20 775096679993: Pushed 06:51:20 5bb3098870ff: Pushed 06:51:24 f1b99a24b350: Pushed 06:51:25 f53587f51d97: Pushed 06:51:25 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:25 437973393a87: Preparing 06:51:25 4aea57e69e7d: Preparing 06:51:25 f53587f51d97: Preparing 06:51:25 77222d25df1a: Preparing 06:51:25 8315dad0673a: Preparing 06:51:25 1fa62648a2e3: Preparing 06:51:25 7b3e4d35cc5b: Preparing 06:51:25 775096679993: Preparing 06:51:25 5bb3098870ff: Preparing 06:51:25 f1b99a24b350: Preparing 06:51:25 dd9c8f8612c8: Preparing 06:51:25 775096679993: Waiting 06:51:25 5bb3098870ff: Waiting 06:51:25 f1b99a24b350: Waiting 06:51:25 1fa62648a2e3: Waiting 06:51:25 dd9c8f8612c8: Waiting 06:51:25 7b3e4d35cc5b: Waiting 06:51:25 f53587f51d97: Layer already exists 06:51:25 4aea57e69e7d: Layer already exists 06:51:25 77222d25df1a: Layer already exists 06:51:25 437973393a87: Layer already exists 06:51:25 8315dad0673a: Layer already exists 06:51:25 7b3e4d35cc5b: Layer already exists 06:51:25 775096679993: Layer already exists 06:51:25 f1b99a24b350: Layer already exists 06:51:25 1fa62648a2e3: Layer already exists 06:51:25 5bb3098870ff: Layer already exists 06:51:25 dd9c8f8612c8: Layer already exists 06:51:26 latest: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 06:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:26 437973393a87: Preparing 06:51:26 4aea57e69e7d: Preparing 06:51:26 f53587f51d97: Preparing 06:51:26 77222d25df1a: Preparing 06:51:26 8315dad0673a: Preparing 06:51:26 1fa62648a2e3: Preparing 06:51:26 7b3e4d35cc5b: Preparing 06:51:26 775096679993: Preparing 06:51:26 5bb3098870ff: Preparing 06:51:26 f1b99a24b350: Preparing 06:51:26 dd9c8f8612c8: Preparing 06:51:26 775096679993: Waiting 06:51:26 dd9c8f8612c8: Waiting 06:51:26 1fa62648a2e3: Waiting 06:51:26 5bb3098870ff: Waiting 06:51:26 7b3e4d35cc5b: Waiting 06:51:26 f1b99a24b350: Waiting 06:51:26 8315dad0673a: Layer already exists 06:51:26 77222d25df1a: Layer already exists 06:51:26 4aea57e69e7d: Layer already exists 06:51:26 437973393a87: Layer already exists 06:51:26 f53587f51d97: Layer already exists 06:51:26 7b3e4d35cc5b: Layer already exists 06:51:26 775096679993: Layer already exists 06:51:26 5bb3098870ff: Layer already exists 06:51:26 1fa62648a2e3: Layer already exists 06:51:26 f1b99a24b350: Layer already exists 06:51:26 dd9c8f8612c8: Layer already exists 06:51:27 4.1.0-dev.10: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:27 437973393a87: Preparing 06:51:27 4aea57e69e7d: Preparing 06:51:27 f53587f51d97: Preparing 06:51:27 77222d25df1a: Preparing 06:51:27 8315dad0673a: Preparing 06:51:27 1fa62648a2e3: Preparing 06:51:27 7b3e4d35cc5b: Preparing 06:51:27 775096679993: Preparing 06:51:27 5bb3098870ff: Preparing 06:51:27 f1b99a24b350: Preparing 06:51:27 dd9c8f8612c8: Preparing 06:51:27 7b3e4d35cc5b: Waiting 06:51:27 1fa62648a2e3: Waiting 06:51:27 5bb3098870ff: Waiting 06:51:27 775096679993: Waiting 06:51:27 f1b99a24b350: Waiting 06:51:27 dd9c8f8612c8: Waiting 06:51:27 437973393a87: Layer already exists 06:51:27 77222d25df1a: Layer already exists 06:51:27 4aea57e69e7d: Layer already exists 06:51:27 f53587f51d97: Layer already exists 06:51:27 8315dad0673a: Layer already exists 06:51:27 1fa62648a2e3: Layer already exists 06:51:27 5bb3098870ff: Layer already exists 06:51:27 f1b99a24b350: Layer already exists 06:51:27 7b3e4d35cc5b: Layer already exists 06:51:27 775096679993: Layer already exists 06:51:27 dd9c8f8612c8: Layer already exists 06:51:28 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 06:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 06:51:28 437973393a87: Preparing 06:51:28 4aea57e69e7d: Preparing 06:51:28 f53587f51d97: Preparing 06:51:28 77222d25df1a: Preparing 06:51:28 8315dad0673a: Preparing 06:51:28 1fa62648a2e3: Preparing 06:51:28 7b3e4d35cc5b: Preparing 06:51:28 775096679993: Preparing 06:51:28 5bb3098870ff: Preparing 06:51:28 f1b99a24b350: Preparing 06:51:28 dd9c8f8612c8: Preparing 06:51:28 775096679993: Waiting 06:51:28 5bb3098870ff: Waiting 06:51:28 f1b99a24b350: Waiting 06:51:28 dd9c8f8612c8: Waiting 06:51:28 1fa62648a2e3: Waiting 06:51:28 7b3e4d35cc5b: Waiting 06:51:28 77222d25df1a: Layer already exists 06:51:28 f53587f51d97: Layer already exists 06:51:28 437973393a87: Layer already exists 06:51:28 4aea57e69e7d: Layer already exists 06:51:28 8315dad0673a: Layer already exists 06:51:28 1fa62648a2e3: Layer already exists 06:51:28 7b3e4d35cc5b: Layer already exists 06:51:28 5bb3098870ff: Layer already exists 06:51:28 775096679993: Layer already exists 06:51:28 f1b99a24b350: Layer already exists 06:51:28 dd9c8f8612c8: Layer already exists 06:51:29 main: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:29 ===================================================== [Pipeline] echo 06:51:29 taggedImages: 06:51:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 06:51:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 06:51:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:29 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:51:29 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 06:51:29 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:29 latest 06:51:29 4.1.0-dev.10 06:51:29 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:29 main 06:51:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:30 9ef14262787b: Preparing 06:51:30 ef28d98a3590: Preparing 06:51:30 f0610535b5df: Preparing 06:51:30 d33f8279c5d5: Preparing 06:51:30 34fc50f0a204: Preparing 06:51:30 7e8b6a117ca7: Preparing 06:51:30 bc49bb45affb: Preparing 06:51:30 1fa62648a2e3: Preparing 06:51:30 7b3e4d35cc5b: Preparing 06:51:30 a891b7e73749: Preparing 06:51:30 002959cfabed: Preparing 06:51:30 dd9c8f8612c8: Preparing 06:51:30 bc49bb45affb: Waiting 06:51:30 a891b7e73749: Waiting 06:51:30 002959cfabed: Waiting 06:51:30 dd9c8f8612c8: Waiting 06:51:30 1fa62648a2e3: Waiting 06:51:30 7b3e4d35cc5b: Waiting 06:51:30 34fc50f0a204: Pushed 06:51:30 9ef14262787b: Pushed 06:51:30 ef28d98a3590: Pushed 06:51:30 1fa62648a2e3: Layer already exists 06:51:30 7b3e4d35cc5b: Layer already exists 06:51:30 7e8b6a117ca7: Pushed 06:51:30 bc49bb45affb: Pushed 06:51:30 dd9c8f8612c8: Layer already exists 06:51:30 a891b7e73749: Pushed 06:51:33 002959cfabed: Pushed 06:51:34 d33f8279c5d5: Pushed 06:51:37 f0610535b5df: Pushed 06:51:37 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:37 + 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 06:51:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:37 9ef14262787b: Preparing 06:51:37 ef28d98a3590: Preparing 06:51:37 f0610535b5df: Preparing 06:51:37 d33f8279c5d5: Preparing 06:51:37 34fc50f0a204: Preparing 06:51:37 7e8b6a117ca7: Preparing 06:51:37 bc49bb45affb: Preparing 06:51:37 1fa62648a2e3: Preparing 06:51:37 7b3e4d35cc5b: Preparing 06:51:37 a891b7e73749: Preparing 06:51:37 002959cfabed: Preparing 06:51:37 dd9c8f8612c8: Preparing 06:51:37 7e8b6a117ca7: Waiting 06:51:37 bc49bb45affb: Waiting 06:51:37 a891b7e73749: Waiting 06:51:37 1fa62648a2e3: Waiting 06:51:37 7b3e4d35cc5b: Waiting 06:51:37 002959cfabed: Waiting 06:51:37 dd9c8f8612c8: Waiting 06:51:37 ef28d98a3590: Layer already exists 06:51:37 f0610535b5df: Layer already exists 06:51:37 9ef14262787b: Layer already exists 06:51:37 d33f8279c5d5: Layer already exists 06:51:37 34fc50f0a204: Layer already exists 06:51:37 bc49bb45affb: Layer already exists 06:51:37 7e8b6a117ca7: Layer already exists 06:51:37 1fa62648a2e3: Layer already exists 06:51:37 7b3e4d35cc5b: Layer already exists 06:51:37 a891b7e73749: Layer already exists 06:51:37 dd9c8f8612c8: Layer already exists 06:51:37 002959cfabed: Layer already exists 06:51:38 latest: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 06:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:39 9ef14262787b: Preparing 06:51:39 ef28d98a3590: Preparing 06:51:39 f0610535b5df: Preparing 06:51:39 d33f8279c5d5: Preparing 06:51:39 34fc50f0a204: Preparing 06:51:39 7e8b6a117ca7: Preparing 06:51:39 bc49bb45affb: Preparing 06:51:39 1fa62648a2e3: Preparing 06:51:39 7b3e4d35cc5b: Preparing 06:51:39 a891b7e73749: Preparing 06:51:39 002959cfabed: Preparing 06:51:39 dd9c8f8612c8: Preparing 06:51:39 7b3e4d35cc5b: Waiting 06:51:39 a891b7e73749: Waiting 06:51:39 002959cfabed: Waiting 06:51:39 dd9c8f8612c8: Waiting 06:51:39 7e8b6a117ca7: Waiting 06:51:39 1fa62648a2e3: Waiting 06:51:39 bc49bb45affb: Waiting 06:51:39 34fc50f0a204: Layer already exists 06:51:39 f0610535b5df: Layer already exists 06:51:39 d33f8279c5d5: Layer already exists 06:51:39 9ef14262787b: Layer already exists 06:51:39 ef28d98a3590: Layer already exists 06:51:39 bc49bb45affb: Layer already exists 06:51:39 7e8b6a117ca7: Layer already exists 06:51:39 7b3e4d35cc5b: Layer already exists 06:51:39 1fa62648a2e3: Layer already exists 06:51:39 a891b7e73749: Layer already exists 06:51:39 002959cfabed: Layer already exists 06:51:39 dd9c8f8612c8: Layer already exists 06:51:39 4.1.0-dev.10: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:40 9ef14262787b: Preparing 06:51:40 ef28d98a3590: Preparing 06:51:40 f0610535b5df: Preparing 06:51:40 d33f8279c5d5: Preparing 06:51:40 34fc50f0a204: Preparing 06:51:40 7e8b6a117ca7: Preparing 06:51:40 bc49bb45affb: Preparing 06:51:40 7e8b6a117ca7: Waiting 06:51:40 1fa62648a2e3: Preparing 06:51:40 bc49bb45affb: Waiting 06:51:40 7b3e4d35cc5b: Preparing 06:51:40 a891b7e73749: Preparing 06:51:40 1fa62648a2e3: Waiting 06:51:40 002959cfabed: Preparing 06:51:40 7b3e4d35cc5b: Waiting 06:51:40 dd9c8f8612c8: Preparing 06:51:40 a891b7e73749: Waiting 06:51:40 002959cfabed: Waiting 06:51:40 dd9c8f8612c8: Waiting 06:51:40 d33f8279c5d5: Layer already exists 06:51:40 9ef14262787b: Layer already exists 06:51:40 34fc50f0a204: Layer already exists 06:51:40 ef28d98a3590: Layer already exists 06:51:40 f0610535b5df: Layer already exists 06:51:40 bc49bb45affb: Layer already exists 06:51:40 1fa62648a2e3: Layer already exists 06:51:40 7e8b6a117ca7: Layer already exists 06:51:40 7b3e4d35cc5b: Layer already exists 06:51:40 a891b7e73749: Layer already exists 06:51:40 dd9c8f8612c8: Layer already exists 06:51:40 002959cfabed: Layer already exists 06:51:40 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 06:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 06:51:40 9ef14262787b: Preparing 06:51:40 ef28d98a3590: Preparing 06:51:40 f0610535b5df: Preparing 06:51:40 d33f8279c5d5: Preparing 06:51:40 34fc50f0a204: Preparing 06:51:40 7e8b6a117ca7: Preparing 06:51:40 bc49bb45affb: Preparing 06:51:40 1fa62648a2e3: Preparing 06:51:40 7b3e4d35cc5b: Preparing 06:51:40 a891b7e73749: Preparing 06:51:40 002959cfabed: Preparing 06:51:40 dd9c8f8612c8: Preparing 06:51:40 1fa62648a2e3: Waiting 06:51:40 7b3e4d35cc5b: Waiting 06:51:40 a891b7e73749: Waiting 06:51:40 002959cfabed: Waiting 06:51:40 dd9c8f8612c8: Waiting 06:51:40 7e8b6a117ca7: Waiting 06:51:40 bc49bb45affb: Waiting 06:51:40 d33f8279c5d5: Layer already exists 06:51:40 f0610535b5df: Layer already exists 06:51:40 9ef14262787b: Layer already exists 06:51:40 34fc50f0a204: Layer already exists 06:51:40 ef28d98a3590: Layer already exists 06:51:40 bc49bb45affb: Layer already exists 06:51:40 7e8b6a117ca7: Layer already exists 06:51:40 a891b7e73749: Layer already exists 06:51:40 7b3e4d35cc5b: Layer already exists 06:51:40 1fa62648a2e3: Layer already exists 06:51:40 dd9c8f8612c8: Layer already exists 06:51:40 002959cfabed: Layer already exists 06:51:41 main: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:41 ===================================================== [Pipeline] echo 06:51:41 taggedImages: 06:51:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 06:51:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 06:51:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:51:41 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 06:51:41 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:41 latest 06:51:41 4.1.0-dev.10 06:51:41 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:41 main 06:51:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:42 ae74ccf428f8: Preparing 06:51:42 d307e474e3e7: Preparing 06:51:42 1fa62648a2e3: Preparing 06:51:42 7b3e4d35cc5b: Preparing 06:51:42 a844ed4bc220: Preparing 06:51:42 74b48d98a2b2: Preparing 06:51:42 dd9c8f8612c8: Preparing 06:51:42 74b48d98a2b2: Waiting 06:51:42 dd9c8f8612c8: Waiting 06:51:42 7b3e4d35cc5b: Layer already exists 06:51:42 1fa62648a2e3: Layer already exists 06:51:42 dd9c8f8612c8: Layer already exists 06:51:42 a844ed4bc220: Pushed 06:51:42 ae74ccf428f8: Pushed 06:51:44 74b48d98a2b2: Pushed 06:51:49 d307e474e3e7: Pushed 06:51:49 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:49 + 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 06:51:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:51:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:50 ae74ccf428f8: Preparing 06:51:50 d307e474e3e7: Preparing 06:51:50 1fa62648a2e3: Preparing 06:51:50 7b3e4d35cc5b: Preparing 06:51:50 a844ed4bc220: Preparing 06:51:50 74b48d98a2b2: Preparing 06:51:50 dd9c8f8612c8: Preparing 06:51:50 74b48d98a2b2: Waiting 06:51:50 dd9c8f8612c8: Waiting 06:51:50 ae74ccf428f8: Layer already exists 06:51:50 a844ed4bc220: Layer already exists 06:51:50 1fa62648a2e3: Layer already exists 06:51:50 7b3e4d35cc5b: Layer already exists 06:51:50 d307e474e3e7: Layer already exists 06:51:50 74b48d98a2b2: Layer already exists 06:51:50 dd9c8f8612c8: Layer already exists 06:51:50 latest: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 06:51:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:51 ae74ccf428f8: Preparing 06:51:51 d307e474e3e7: Preparing 06:51:51 1fa62648a2e3: Preparing 06:51:51 7b3e4d35cc5b: Preparing 06:51:51 a844ed4bc220: Preparing 06:51:51 74b48d98a2b2: Preparing 06:51:51 dd9c8f8612c8: Preparing 06:51:51 74b48d98a2b2: Waiting 06:51:51 dd9c8f8612c8: Waiting 06:51:51 a844ed4bc220: Layer already exists 06:51:51 d307e474e3e7: Layer already exists 06:51:51 7b3e4d35cc5b: Layer already exists 06:51:51 1fa62648a2e3: Layer already exists 06:51:51 ae74ccf428f8: Layer already exists 06:51:51 dd9c8f8612c8: Layer already exists 06:51:51 74b48d98a2b2: Layer already exists 06:51:51 4.1.0-dev.10: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:51 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:52 ae74ccf428f8: Preparing 06:51:52 d307e474e3e7: Preparing 06:51:52 1fa62648a2e3: Preparing 06:51:52 7b3e4d35cc5b: Preparing 06:51:52 a844ed4bc220: Preparing 06:51:52 74b48d98a2b2: Preparing 06:51:52 dd9c8f8612c8: Preparing 06:51:52 74b48d98a2b2: Waiting 06:51:52 dd9c8f8612c8: Waiting 06:51:52 1fa62648a2e3: Layer already exists 06:51:52 a844ed4bc220: Layer already exists 06:51:52 ae74ccf428f8: Layer already exists 06:51:52 7b3e4d35cc5b: Layer already exists 06:51:52 d307e474e3e7: Layer already exists 06:51:52 dd9c8f8612c8: Layer already exists 06:51:52 74b48d98a2b2: Layer already exists 06:51:52 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:52 + 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 06:51:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 06:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 06:51:53 ae74ccf428f8: Preparing 06:51:53 d307e474e3e7: Preparing 06:51:53 1fa62648a2e3: Preparing 06:51:53 7b3e4d35cc5b: Preparing 06:51:53 a844ed4bc220: Preparing 06:51:53 74b48d98a2b2: Preparing 06:51:53 dd9c8f8612c8: Preparing 06:51:53 74b48d98a2b2: Waiting 06:51:53 dd9c8f8612c8: Waiting 06:51:53 a844ed4bc220: Layer already exists 06:51:53 7b3e4d35cc5b: Layer already exists 06:51:53 1fa62648a2e3: Layer already exists 06:51:53 d307e474e3e7: Layer already exists 06:51:53 ae74ccf428f8: Layer already exists 06:51:53 74b48d98a2b2: Layer already exists 06:51:53 dd9c8f8612c8: Layer already exists 06:51:53 main: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:51:53 ===================================================== [Pipeline] echo 06:51:53 taggedImages: 06:51:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 06:51:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 06:51:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:51:53 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 06:51:53 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:53 latest 06:51:53 4.1.0-dev.10 06:51:53 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:51:53 main 06:51:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:51:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:51:54 3b3f51a52abf: Preparing 06:51:54 0b62a5392e08: Preparing 06:51:54 df6d3ae238c6: Preparing 06:51:54 1fa62648a2e3: Preparing 06:51:54 7b3e4d35cc5b: Preparing 06:51:54 69b96bb89c0b: Preparing 06:51:54 a0ddd386d342: Preparing 06:51:54 f969152c0701: Preparing 06:51:54 31cc9627ce84: Preparing 06:51:54 dd9c8f8612c8: Preparing 06:51:54 69b96bb89c0b: Waiting 06:51:54 a0ddd386d342: Waiting 06:51:54 31cc9627ce84: Waiting 06:51:54 dd9c8f8612c8: Waiting 06:51:54 f969152c0701: Waiting 06:51:54 7b3e4d35cc5b: Layer already exists 06:51:54 1fa62648a2e3: Layer already exists 06:51:54 0b62a5392e08: Pushed 06:51:54 df6d3ae238c6: Pushed 06:51:54 3b3f51a52abf: Pushed 06:51:54 dd9c8f8612c8: Layer already exists 06:51:54 f969152c0701: Pushed 06:51:55 31cc9627ce84: Pushed 06:52:05 a0ddd386d342: Pushed 06:52:20 69b96bb89c0b: Pushed 06:52:20 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:20 + 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 06:52:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:52:21 3b3f51a52abf: Preparing 06:52:21 0b62a5392e08: Preparing 06:52:21 df6d3ae238c6: Preparing 06:52:21 1fa62648a2e3: Preparing 06:52:21 7b3e4d35cc5b: Preparing 06:52:21 69b96bb89c0b: Preparing 06:52:21 a0ddd386d342: Preparing 06:52:21 f969152c0701: Preparing 06:52:21 31cc9627ce84: Preparing 06:52:21 dd9c8f8612c8: Preparing 06:52:21 a0ddd386d342: Waiting 06:52:21 31cc9627ce84: Waiting 06:52:21 f969152c0701: Waiting 06:52:21 dd9c8f8612c8: Waiting 06:52:21 69b96bb89c0b: Waiting 06:52:21 df6d3ae238c6: Layer already exists 06:52:21 1fa62648a2e3: Layer already exists 06:52:21 7b3e4d35cc5b: Layer already exists 06:52:21 3b3f51a52abf: Layer already exists 06:52:21 0b62a5392e08: Layer already exists 06:52:21 69b96bb89c0b: Layer already exists 06:52:21 dd9c8f8612c8: Layer already exists 06:52:21 f969152c0701: Layer already exists 06:52:21 a0ddd386d342: Layer already exists 06:52:21 31cc9627ce84: Layer already exists 06:52:21 latest: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 06:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:52:22 3b3f51a52abf: Preparing 06:52:22 0b62a5392e08: Preparing 06:52:22 df6d3ae238c6: Preparing 06:52:22 1fa62648a2e3: Preparing 06:52:22 7b3e4d35cc5b: Preparing 06:52:22 69b96bb89c0b: Preparing 06:52:22 a0ddd386d342: Preparing 06:52:22 f969152c0701: Preparing 06:52:22 31cc9627ce84: Preparing 06:52:22 dd9c8f8612c8: Preparing 06:52:22 69b96bb89c0b: Waiting 06:52:22 f969152c0701: Waiting 06:52:22 a0ddd386d342: Waiting 06:52:22 31cc9627ce84: Waiting 06:52:22 dd9c8f8612c8: Waiting 06:52:22 3b3f51a52abf: Layer already exists 06:52:22 0b62a5392e08: Layer already exists 06:52:22 df6d3ae238c6: Layer already exists 06:52:22 7b3e4d35cc5b: Layer already exists 06:52:22 1fa62648a2e3: Layer already exists 06:52:22 f969152c0701: Layer already exists 06:52:22 69b96bb89c0b: Layer already exists 06:52:22 a0ddd386d342: Layer already exists 06:52:22 31cc9627ce84: Layer already exists 06:52:22 dd9c8f8612c8: Layer already exists 06:52:22 4.1.0-dev.10: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:52:23 3b3f51a52abf: Preparing 06:52:23 0b62a5392e08: Preparing 06:52:23 df6d3ae238c6: Preparing 06:52:23 1fa62648a2e3: Preparing 06:52:23 7b3e4d35cc5b: Preparing 06:52:23 69b96bb89c0b: Preparing 06:52:23 a0ddd386d342: Preparing 06:52:23 f969152c0701: Preparing 06:52:23 31cc9627ce84: Preparing 06:52:23 dd9c8f8612c8: Preparing 06:52:23 a0ddd386d342: Waiting 06:52:23 f969152c0701: Waiting 06:52:23 31cc9627ce84: Waiting 06:52:23 dd9c8f8612c8: Waiting 06:52:23 69b96bb89c0b: Waiting 06:52:23 df6d3ae238c6: Layer already exists 06:52:23 7b3e4d35cc5b: Layer already exists 06:52:23 0b62a5392e08: Layer already exists 06:52:23 1fa62648a2e3: Layer already exists 06:52:23 3b3f51a52abf: Layer already exists 06:52:23 69b96bb89c0b: Layer already exists 06:52:23 a0ddd386d342: Layer already exists 06:52:23 31cc9627ce84: Layer already exists 06:52:23 f969152c0701: Layer already exists 06:52:23 dd9c8f8612c8: Layer already exists 06:52:23 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:23 + 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 06:52:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 06:52:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 06:52:24 3b3f51a52abf: Preparing 06:52:24 0b62a5392e08: Preparing 06:52:24 df6d3ae238c6: Preparing 06:52:24 1fa62648a2e3: Preparing 06:52:24 7b3e4d35cc5b: Preparing 06:52:24 69b96bb89c0b: Preparing 06:52:24 a0ddd386d342: Preparing 06:52:24 f969152c0701: Preparing 06:52:24 31cc9627ce84: Preparing 06:52:24 dd9c8f8612c8: Preparing 06:52:24 a0ddd386d342: Waiting 06:52:24 f969152c0701: Waiting 06:52:24 31cc9627ce84: Waiting 06:52:24 dd9c8f8612c8: Waiting 06:52:24 69b96bb89c0b: Waiting 06:52:24 3b3f51a52abf: Layer already exists 06:52:24 df6d3ae238c6: Layer already exists 06:52:24 1fa62648a2e3: Layer already exists 06:52:24 0b62a5392e08: Layer already exists 06:52:24 7b3e4d35cc5b: Layer already exists 06:52:24 f969152c0701: Layer already exists 06:52:24 69b96bb89c0b: Layer already exists 06:52:24 31cc9627ce84: Layer already exists 06:52:24 dd9c8f8612c8: Layer already exists 06:52:24 a0ddd386d342: Layer already exists 06:52:24 main: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:52:24 ===================================================== [Pipeline] echo 06:52:24 taggedImages: 06:52:24 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:24 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 06:52:24 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 06:52:24 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:24 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:52:24 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 06:52:24 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:24 latest 06:52:24 4.1.0-dev.10 06:52:24 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:24 main 06:52:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:25 3af549d83a42: Preparing 06:52:25 c1f507cc3bcc: Preparing 06:52:25 f94fb1a20bf3: Preparing 06:52:25 1fa62648a2e3: Preparing 06:52:25 7b3e4d35cc5b: Preparing 06:52:25 ba2963ccaef8: Preparing 06:52:25 0a72c5f94623: Preparing 06:52:25 341580cb7bc1: Preparing 06:52:25 dd9c8f8612c8: Preparing 06:52:25 ba2963ccaef8: Waiting 06:52:25 0a72c5f94623: Waiting 06:52:25 341580cb7bc1: Waiting 06:52:25 dd9c8f8612c8: Waiting 06:52:25 7b3e4d35cc5b: Layer already exists 06:52:25 1fa62648a2e3: Layer already exists 06:52:25 f94fb1a20bf3: Pushed 06:52:25 c1f507cc3bcc: Pushed 06:52:25 0a72c5f94623: Pushed 06:52:25 3af549d83a42: Pushed 06:52:25 dd9c8f8612c8: Layer already exists 06:52:26 341580cb7bc1: Pushed 06:52:52 ba2963ccaef8: Pushed 06:52:52 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:53 + 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 06:52:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:53 3af549d83a42: Preparing 06:52:53 c1f507cc3bcc: Preparing 06:52:53 f94fb1a20bf3: Preparing 06:52:53 1fa62648a2e3: Preparing 06:52:53 7b3e4d35cc5b: Preparing 06:52:53 ba2963ccaef8: Preparing 06:52:53 0a72c5f94623: Preparing 06:52:53 341580cb7bc1: Preparing 06:52:53 dd9c8f8612c8: Preparing 06:52:53 ba2963ccaef8: Waiting 06:52:53 0a72c5f94623: Waiting 06:52:53 dd9c8f8612c8: Waiting 06:52:53 341580cb7bc1: Waiting 06:52:53 c1f507cc3bcc: Layer already exists 06:52:53 7b3e4d35cc5b: Layer already exists 06:52:53 1fa62648a2e3: Layer already exists 06:52:53 f94fb1a20bf3: Layer already exists 06:52:53 3af549d83a42: Layer already exists 06:52:53 ba2963ccaef8: Layer already exists 06:52:53 0a72c5f94623: Layer already exists 06:52:53 dd9c8f8612c8: Layer already exists 06:52:53 341580cb7bc1: Layer already exists 06:52:53 latest: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:54 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 06:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:54 3af549d83a42: Preparing 06:52:54 c1f507cc3bcc: Preparing 06:52:54 f94fb1a20bf3: Preparing 06:52:54 1fa62648a2e3: Preparing 06:52:54 7b3e4d35cc5b: Preparing 06:52:54 ba2963ccaef8: Preparing 06:52:54 0a72c5f94623: Preparing 06:52:54 341580cb7bc1: Preparing 06:52:54 dd9c8f8612c8: Preparing 06:52:54 0a72c5f94623: Waiting 06:52:54 341580cb7bc1: Waiting 06:52:54 dd9c8f8612c8: Waiting 06:52:54 ba2963ccaef8: Waiting 06:52:54 f94fb1a20bf3: Layer already exists 06:52:54 c1f507cc3bcc: Layer already exists 06:52:54 3af549d83a42: Layer already exists 06:52:54 1fa62648a2e3: Layer already exists 06:52:54 7b3e4d35cc5b: Layer already exists 06:52:54 ba2963ccaef8: Layer already exists 06:52:54 341580cb7bc1: Layer already exists 06:52:54 0a72c5f94623: Layer already exists 06:52:54 dd9c8f8612c8: Layer already exists 06:52:54 4.1.0-dev.10: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:55 3af549d83a42: Preparing 06:52:55 c1f507cc3bcc: Preparing 06:52:55 f94fb1a20bf3: Preparing 06:52:55 1fa62648a2e3: Preparing 06:52:55 7b3e4d35cc5b: Preparing 06:52:55 ba2963ccaef8: Preparing 06:52:55 0a72c5f94623: Preparing 06:52:55 341580cb7bc1: Preparing 06:52:55 dd9c8f8612c8: Preparing 06:52:55 ba2963ccaef8: Waiting 06:52:55 0a72c5f94623: Waiting 06:52:55 341580cb7bc1: Waiting 06:52:55 dd9c8f8612c8: Waiting 06:52:55 1fa62648a2e3: Layer already exists 06:52:55 3af549d83a42: Layer already exists 06:52:55 7b3e4d35cc5b: Layer already exists 06:52:55 c1f507cc3bcc: Layer already exists 06:52:55 f94fb1a20bf3: Layer already exists 06:52:55 ba2963ccaef8: Layer already exists 06:52:55 341580cb7bc1: Layer already exists 06:52:55 0a72c5f94623: Layer already exists 06:52:55 dd9c8f8612c8: Layer already exists 06:52:55 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:56 + 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 06:52:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 06:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 06:52:56 3af549d83a42: Preparing 06:52:56 c1f507cc3bcc: Preparing 06:52:56 f94fb1a20bf3: Preparing 06:52:56 1fa62648a2e3: Preparing 06:52:56 7b3e4d35cc5b: Preparing 06:52:56 ba2963ccaef8: Preparing 06:52:56 0a72c5f94623: Preparing 06:52:56 341580cb7bc1: Preparing 06:52:56 ba2963ccaef8: Waiting 06:52:56 dd9c8f8612c8: Preparing 06:52:56 0a72c5f94623: Waiting 06:52:56 dd9c8f8612c8: Waiting 06:52:56 341580cb7bc1: Waiting 06:52:56 7b3e4d35cc5b: Layer already exists 06:52:56 3af549d83a42: Layer already exists 06:52:56 f94fb1a20bf3: Layer already exists 06:52:56 c1f507cc3bcc: Layer already exists 06:52:56 1fa62648a2e3: Layer already exists 06:52:56 0a72c5f94623: Layer already exists 06:52:56 ba2963ccaef8: Layer already exists 06:52:56 dd9c8f8612c8: Layer already exists 06:52:56 341580cb7bc1: Layer already exists 06:52:56 main: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:52:56 ===================================================== [Pipeline] echo 06:52:56 taggedImages: 06:52:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 06:52:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 06:52:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:56 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:52:56 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 06:52:56 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:56 latest 06:52:56 4.1.0-dev.10 06:52:56 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:52:56 main 06:52:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:57 70ecbc049459: Preparing 06:52:57 2b2be5e72645: Preparing 06:52:57 c38e3e4d576f: Preparing 06:52:57 1fa62648a2e3: Preparing 06:52:57 7b3e4d35cc5b: Preparing 06:52:57 ba2963ccaef8: Preparing 06:52:57 f969152c0701: Preparing 06:52:57 ba2963ccaef8: Waiting 06:52:57 31cc9627ce84: Preparing 06:52:57 f969152c0701: Waiting 06:52:57 dd9c8f8612c8: Preparing 06:52:57 31cc9627ce84: Waiting 06:52:57 dd9c8f8612c8: Waiting 06:52:57 7b3e4d35cc5b: Layer already exists 06:52:57 1fa62648a2e3: Layer already exists 06:52:57 ba2963ccaef8: Layer already exists 06:52:57 f969152c0701: Layer already exists 06:52:57 31cc9627ce84: Layer already exists 06:52:57 c38e3e4d576f: Pushed 06:52:57 dd9c8f8612c8: Layer already exists 06:52:57 70ecbc049459: Pushed 06:52:57 2b2be5e72645: Pushed 06:52:57 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:58 + 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 06:52:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:58 70ecbc049459: Preparing 06:52:58 2b2be5e72645: Preparing 06:52:58 c38e3e4d576f: Preparing 06:52:58 1fa62648a2e3: Preparing 06:52:58 7b3e4d35cc5b: Preparing 06:52:58 ba2963ccaef8: Preparing 06:52:58 f969152c0701: Preparing 06:52:58 ba2963ccaef8: Waiting 06:52:58 31cc9627ce84: Preparing 06:52:58 f969152c0701: Waiting 06:52:58 dd9c8f8612c8: Preparing 06:52:58 31cc9627ce84: Waiting 06:52:58 dd9c8f8612c8: Waiting 06:52:58 7b3e4d35cc5b: Layer already exists 06:52:58 70ecbc049459: Layer already exists 06:52:58 1fa62648a2e3: Layer already exists 06:52:58 c38e3e4d576f: Layer already exists 06:52:58 2b2be5e72645: Layer already exists 06:52:58 dd9c8f8612c8: Layer already exists 06:52:58 ba2963ccaef8: Layer already exists 06:52:58 31cc9627ce84: Layer already exists 06:52:58 f969152c0701: Layer already exists 06:52:59 latest: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:59 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:52:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 06:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:52:59 70ecbc049459: Preparing 06:52:59 2b2be5e72645: Preparing 06:52:59 c38e3e4d576f: Preparing 06:52:59 1fa62648a2e3: Preparing 06:52:59 7b3e4d35cc5b: Preparing 06:52:59 ba2963ccaef8: Preparing 06:52:59 f969152c0701: Preparing 06:52:59 ba2963ccaef8: Waiting 06:52:59 31cc9627ce84: Preparing 06:52:59 f969152c0701: Waiting 06:52:59 31cc9627ce84: Waiting 06:52:59 dd9c8f8612c8: Preparing 06:52:59 dd9c8f8612c8: Waiting 06:52:59 1fa62648a2e3: Layer already exists 06:52:59 2b2be5e72645: Layer already exists 06:52:59 c38e3e4d576f: Layer already exists 06:52:59 7b3e4d35cc5b: Layer already exists 06:52:59 70ecbc049459: Layer already exists 06:52:59 f969152c0701: Layer already exists 06:52:59 ba2963ccaef8: Layer already exists 06:52:59 dd9c8f8612c8: Layer already exists 06:52:59 31cc9627ce84: Layer already exists 06:52:59 4.1.0-dev.10: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:00 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:53:00 70ecbc049459: Preparing 06:53:00 2b2be5e72645: Preparing 06:53:00 c38e3e4d576f: Preparing 06:53:00 1fa62648a2e3: Preparing 06:53:00 7b3e4d35cc5b: Preparing 06:53:00 ba2963ccaef8: Preparing 06:53:00 f969152c0701: Preparing 06:53:00 31cc9627ce84: Preparing 06:53:00 dd9c8f8612c8: Preparing 06:53:00 f969152c0701: Waiting 06:53:00 31cc9627ce84: Waiting 06:53:00 dd9c8f8612c8: Waiting 06:53:00 ba2963ccaef8: Waiting 06:53:00 c38e3e4d576f: Layer already exists 06:53:00 1fa62648a2e3: Layer already exists 06:53:00 2b2be5e72645: Layer already exists 06:53:00 70ecbc049459: Layer already exists 06:53:00 7b3e4d35cc5b: Layer already exists 06:53:00 ba2963ccaef8: Layer already exists 06:53:00 31cc9627ce84: Layer already exists 06:53:00 dd9c8f8612c8: Layer already exists 06:53:00 f969152c0701: Layer already exists 06:53:00 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:01 + 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 06:53:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 06:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 06:53:01 70ecbc049459: Preparing 06:53:01 2b2be5e72645: Preparing 06:53:01 c38e3e4d576f: Preparing 06:53:01 1fa62648a2e3: Preparing 06:53:01 7b3e4d35cc5b: Preparing 06:53:01 ba2963ccaef8: Preparing 06:53:01 f969152c0701: Preparing 06:53:01 31cc9627ce84: Preparing 06:53:01 dd9c8f8612c8: Preparing 06:53:01 ba2963ccaef8: Waiting 06:53:01 f969152c0701: Waiting 06:53:01 dd9c8f8612c8: Waiting 06:53:01 31cc9627ce84: Waiting 06:53:01 2b2be5e72645: Layer already exists 06:53:01 1fa62648a2e3: Layer already exists 06:53:01 7b3e4d35cc5b: Layer already exists 06:53:01 70ecbc049459: Layer already exists 06:53:01 c38e3e4d576f: Layer already exists 06:53:01 f969152c0701: Layer already exists 06:53:01 31cc9627ce84: Layer already exists 06:53:01 ba2963ccaef8: Layer already exists 06:53:01 dd9c8f8612c8: Layer already exists 06:53:01 main: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:01 ===================================================== [Pipeline] echo 06:53:01 taggedImages: 06:53:01 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:01 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 06:53:01 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 06:53:01 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:01 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:53:01 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 06:53:01 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:01 latest 06:53:01 4.1.0-dev.10 06:53:01 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:01 main 06:53:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:02 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:02 917977315e43: Preparing 06:53:02 4fd4e0657791: Preparing 06:53:02 1fa62648a2e3: Preparing 06:53:02 7b3e4d35cc5b: Preparing 06:53:02 e1eae1d1caab: Preparing 06:53:02 b323f6a6a5b6: Preparing 06:53:02 dd9c8f8612c8: Preparing 06:53:02 b323f6a6a5b6: Waiting 06:53:02 7b3e4d35cc5b: Layer already exists 06:53:02 1fa62648a2e3: Layer already exists 06:53:02 dd9c8f8612c8: Layer already exists 06:53:02 e1eae1d1caab: Pushed 06:53:02 917977315e43: Pushed 06:53:04 b323f6a6a5b6: Pushed 06:53:10 4fd4e0657791: Pushed 06:53:10 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:11 917977315e43: Preparing 06:53:11 4fd4e0657791: Preparing 06:53:11 1fa62648a2e3: Preparing 06:53:11 7b3e4d35cc5b: Preparing 06:53:11 e1eae1d1caab: Preparing 06:53:11 b323f6a6a5b6: Preparing 06:53:11 dd9c8f8612c8: Preparing 06:53:11 b323f6a6a5b6: Waiting 06:53:11 dd9c8f8612c8: Waiting 06:53:11 7b3e4d35cc5b: Layer already exists 06:53:11 917977315e43: Layer already exists 06:53:11 4fd4e0657791: Layer already exists 06:53:11 e1eae1d1caab: Layer already exists 06:53:11 1fa62648a2e3: Layer already exists 06:53:11 b323f6a6a5b6: Layer already exists 06:53:11 dd9c8f8612c8: Layer already exists 06:53:11 latest: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 06:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:12 917977315e43: Preparing 06:53:12 4fd4e0657791: Preparing 06:53:12 1fa62648a2e3: Preparing 06:53:12 7b3e4d35cc5b: Preparing 06:53:12 e1eae1d1caab: Preparing 06:53:12 b323f6a6a5b6: Preparing 06:53:12 dd9c8f8612c8: Preparing 06:53:12 b323f6a6a5b6: Waiting 06:53:12 dd9c8f8612c8: Waiting 06:53:12 7b3e4d35cc5b: Layer already exists 06:53:12 e1eae1d1caab: Layer already exists 06:53:12 4fd4e0657791: Layer already exists 06:53:12 1fa62648a2e3: Layer already exists 06:53:12 917977315e43: Layer already exists 06:53:12 dd9c8f8612c8: Layer already exists 06:53:12 b323f6a6a5b6: Layer already exists 06:53:12 4.1.0-dev.10: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:13 917977315e43: Preparing 06:53:13 4fd4e0657791: Preparing 06:53:13 1fa62648a2e3: Preparing 06:53:13 7b3e4d35cc5b: Preparing 06:53:13 e1eae1d1caab: Preparing 06:53:13 b323f6a6a5b6: Preparing 06:53:13 dd9c8f8612c8: Preparing 06:53:13 b323f6a6a5b6: Waiting 06:53:13 dd9c8f8612c8: Waiting 06:53:13 1fa62648a2e3: Layer already exists 06:53:13 4fd4e0657791: Layer already exists 06:53:13 917977315e43: Layer already exists 06:53:13 e1eae1d1caab: Layer already exists 06:53:13 7b3e4d35cc5b: Layer already exists 06:53:13 b323f6a6a5b6: Layer already exists 06:53:13 dd9c8f8612c8: Layer already exists 06:53:13 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 06:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 06:53:14 917977315e43: Preparing 06:53:14 4fd4e0657791: Preparing 06:53:14 1fa62648a2e3: Preparing 06:53:14 7b3e4d35cc5b: Preparing 06:53:14 e1eae1d1caab: Preparing 06:53:14 b323f6a6a5b6: Preparing 06:53:14 dd9c8f8612c8: Preparing 06:53:14 b323f6a6a5b6: Waiting 06:53:14 dd9c8f8612c8: Waiting 06:53:14 7b3e4d35cc5b: Layer already exists 06:53:14 4fd4e0657791: Layer already exists 06:53:14 1fa62648a2e3: Layer already exists 06:53:14 e1eae1d1caab: Layer already exists 06:53:14 917977315e43: Layer already exists 06:53:14 dd9c8f8612c8: Layer already exists 06:53:14 b323f6a6a5b6: Layer already exists 06:53:14 main: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:14 ===================================================== [Pipeline] echo 06:53:14 taggedImages: 06:53:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 06:53:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 06:53:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:53:14 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 06:53:14 21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:14 latest 06:53:14 4.1.0-dev.10 06:53:14 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:14 main 06:53:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:15 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:15 a1b372f1e5f4: Preparing 06:53:15 795e9ac38b91: Preparing 06:53:15 1fa62648a2e3: Preparing 06:53:15 7b3e4d35cc5b: Preparing 06:53:15 4bfa869afe19: Preparing 06:53:15 f46b576fe384: Preparing 06:53:15 dd9c8f8612c8: Preparing 06:53:15 f46b576fe384: Waiting 06:53:15 dd9c8f8612c8: Waiting 06:53:15 1fa62648a2e3: Layer already exists 06:53:15 7b3e4d35cc5b: Layer already exists 06:53:15 dd9c8f8612c8: Layer already exists 06:53:15 4bfa869afe19: Pushed 06:53:15 a1b372f1e5f4: Pushed 06:53:16 f46b576fe384: Pushed 06:53:24 795e9ac38b91: Pushed 06:53:24 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:25 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:25 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:25 a1b372f1e5f4: Preparing 06:53:25 795e9ac38b91: Preparing 06:53:25 1fa62648a2e3: Preparing 06:53:25 7b3e4d35cc5b: Preparing 06:53:25 4bfa869afe19: Preparing 06:53:25 f46b576fe384: Preparing 06:53:25 dd9c8f8612c8: Preparing 06:53:25 f46b576fe384: Waiting 06:53:25 dd9c8f8612c8: Waiting 06:53:25 4bfa869afe19: Layer already exists 06:53:25 1fa62648a2e3: Layer already exists 06:53:25 795e9ac38b91: Layer already exists 06:53:25 a1b372f1e5f4: Layer already exists 06:53:25 7b3e4d35cc5b: Layer already exists 06:53:25 dd9c8f8612c8: Layer already exists 06:53:25 f46b576fe384: Layer already exists 06:53:25 latest: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 06:53:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:26 a1b372f1e5f4: Preparing 06:53:26 795e9ac38b91: Preparing 06:53:26 1fa62648a2e3: Preparing 06:53:26 7b3e4d35cc5b: Preparing 06:53:26 4bfa869afe19: Preparing 06:53:26 f46b576fe384: Preparing 06:53:26 dd9c8f8612c8: Preparing 06:53:26 f46b576fe384: Waiting 06:53:26 dd9c8f8612c8: Waiting 06:53:26 1fa62648a2e3: Layer already exists 06:53:26 7b3e4d35cc5b: Layer already exists 06:53:26 795e9ac38b91: Layer already exists 06:53:26 a1b372f1e5f4: Layer already exists 06:53:26 4bfa869afe19: Layer already exists 06:53:26 f46b576fe384: Layer already exists 06:53:26 dd9c8f8612c8: Layer already exists 06:53:26 4.1.0-dev.10: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:27 a1b372f1e5f4: Preparing 06:53:27 795e9ac38b91: Preparing 06:53:27 1fa62648a2e3: Preparing 06:53:27 7b3e4d35cc5b: Preparing 06:53:27 4bfa869afe19: Preparing 06:53:27 f46b576fe384: Preparing 06:53:27 dd9c8f8612c8: Preparing 06:53:27 f46b576fe384: Waiting 06:53:27 dd9c8f8612c8: Waiting 06:53:27 1fa62648a2e3: Layer already exists 06:53:27 a1b372f1e5f4: Layer already exists 06:53:27 4bfa869afe19: Layer already exists 06:53:27 795e9ac38b91: Layer already exists 06:53:27 7b3e4d35cc5b: Layer already exists 06:53:27 f46b576fe384: Layer already exists 06:53:27 dd9c8f8612c8: Layer already exists 06:53:27 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:27 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 06:53:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 06:53:28 a1b372f1e5f4: Preparing 06:53:28 795e9ac38b91: Preparing 06:53:28 1fa62648a2e3: Preparing 06:53:28 7b3e4d35cc5b: Preparing 06:53:28 4bfa869afe19: Preparing 06:53:28 f46b576fe384: Preparing 06:53:28 dd9c8f8612c8: Preparing 06:53:28 f46b576fe384: Waiting 06:53:28 dd9c8f8612c8: Waiting 06:53:28 795e9ac38b91: Layer already exists 06:53:28 1fa62648a2e3: Layer already exists 06:53:28 4bfa869afe19: Layer already exists 06:53:28 a1b372f1e5f4: Layer already exists 06:53:28 7b3e4d35cc5b: Layer already exists 06:53:28 f46b576fe384: Layer already exists 06:53:28 dd9c8f8612c8: Layer already exists 06:53:28 main: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:53:28 ===================================================== [Pipeline] echo 06:53:28 taggedImages: 06:53:28 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 06:53:28 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 06:53:28 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 06:53:28 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 06:53:28 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:28 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [Pipeline] echo 06:53:29 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo 06:53:29 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 06:53:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:29 06:53:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:53:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:30 arm64: Pulling from edgex-lftools-log-publisher 06:53:30 8998bd30e6a1: Pulling fs layer 06:53:30 04944245beec: Pulling fs layer 06:53:30 699f458cf7ca: Pulling fs layer 06:53:30 765212b225bb: Pulling fs layer 06:53:30 f23df028b6ca: Pulling fs layer 06:53:30 d65c8cfc05b1: Pulling fs layer 06:53:30 2437ff75d9bd: Pulling fs layer 06:53:30 765212b225bb: Waiting 06:53:30 f23df028b6ca: Waiting 06:53:30 d65c8cfc05b1: Waiting 06:53:30 2437ff75d9bd: Waiting 06:53:30 04944245beec: Verifying Checksum 06:53:30 04944245beec: Download complete 06:53:30 765212b225bb: Verifying Checksum 06:53:30 765212b225bb: Download complete 06:53:30 f23df028b6ca: Verifying Checksum 06:53:30 f23df028b6ca: Download complete 06:53:30 d65c8cfc05b1: Verifying Checksum 06:53:30 d65c8cfc05b1: Download complete 06:53:30 699f458cf7ca: Verifying Checksum 06:53:30 699f458cf7ca: Download complete 06:53:30 8998bd30e6a1: Verifying Checksum 06:53:30 8998bd30e6a1: Download complete 06:53:33 2437ff75d9bd: Verifying Checksum 06:53:33 2437ff75d9bd: Download complete 06:53:36 8998bd30e6a1: Pull complete 06:53:36 04944245beec: Pull complete 06:53:37 699f458cf7ca: Pull complete 06:53:37 765212b225bb: Pull complete 06:53:38 f23df028b6ca: Pull complete 06:53:38 d65c8cfc05b1: Pull complete 06:53:57 2437ff75d9bd: Pull complete 06:53:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:53:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:53:57 prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container 06:53:57 $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:54:00 $ docker top 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:01 ---> job-cost.sh 06:54:01 lf-activate-venv: SKIPPING 06:54:01 INFO: No Stack... 06:54:01 INFO: Retrieving Pricing Info for: v3-standard-4 06:54:02 INFO: Archiving Costs [Pipeline] sh 06:54:03 + + cat /w/workspace/edgex-go/837/archives/cost.csv 06:54:03 cut -d, -f6 [Pipeline] lock 06:54:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] 06:54:03 Resource [jenkins-edgexfoundry-edgex-go-main-837-stack-cost] did not exist. Created. 06:54:03 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:54:03 + echo total: 0.10999999940395355 [Pipeline] stash 06:54:04 Stashed 1 file(s) [Pipeline] } 06:54:04 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] [Pipeline] // lock [Pipeline] } 06:54:04 $ docker stop --time=1 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c 06:54:06 $ docker rm -f --volumes 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c [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 06:54:06 provisioning config files... 06:54:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/837@tmp/config4784730538056879771tmp [Pipeline] { [Pipeline] sh 06:54:07 + set +x 06:54:07 + curl -s https://codecov.io/bash 06:54:07 + bash -s -- 06:54:07 06:54:07 _____ _ 06:54:07 / ____| | | 06:54:07 | | ___ __| | ___ ___ _____ __ 06:54:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:54:07 | |___| (_) | (_| | __/ (_| (_) \ V / 06:54:07 \_____\___/ \__,_|\___|\___\___/ \_/ 06:54:07 Bash-1.0.6 06:54:07 06:54:07 06:54:07 ==> git version 2.25.1 found 06:54:07 ==> 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 06:54:07 Release-Date: 2020-01-08 06:54:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:54:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:54:07 ==> Jenkins CI detected. 06:54:07 current dir:  /w/workspace/edgex-go/837 06:54:07 project root: . 06:54:07 --> token set from env 06:54:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:54:07 ==> Running gcov in . (disable via -X gcov) 06:54:07 ==> Python coveragepy not found 06:54:07 ==> Searching for coverage reports in: 06:54:07 + . 06:54:07 -> Found 1 reports 06:54:07 ==> Detecting git/mercurial file structure 06:54:07 ==> Reading reports 06:54:07 + ./coverage.out bytes=1661048 06:54:07 ==> Appending adjustments 06:54:07 https://docs.codecov.io/docs/fixing-reports 06:54:08 + Found adjustments 06:54:08 ==> Gzipping contents 06:54:08 140K /tmp/codecov.fMYx84.gz 06:54:08 ==> Uploading reports 06:54:08 url: https://codecov.io 06:54:08 query: branch=main&commit=21cd7c14f5e382ba721c8756160f6132a91a8ed6&build=837&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F837%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:54:08 -> Pinging Codecov 06:54:08 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=21cd7c14f5e382ba721c8756160f6132a91a8ed6&build=837&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F837%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:54:08 -> Uploading to 06:54:08 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/21cd7c14f5e382ba721c8756160f6132a91a8ed6/b0efff9c-aa15-40da-b6c4-fc9ed81dfac5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250512%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250512T065408Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ffb397476e852c527958887cd67cee54fee085c8d1f4cca5d30a330c3f567b84 06:54:08 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:08 Dload Upload Total Spent Left Speed 06:54:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 526k --:--:-- --:--:-- --:--:-- 526k 06:54:09 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } 06:54:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:54:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:54:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:09 06:54:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:10 latest: Pulling from edgex-devops/edgex-snyk-go 06:54:10 43c4264eed91: Pulling fs layer 06:54:10 4cc291be95ef: Pulling fs layer 06:54:10 2ac1f1163629: Pulling fs layer 06:54:10 5c3c966382ef: Pulling fs layer 06:54:10 4f4fb700ef54: Pulling fs layer 06:54:10 d9c7d2e4e75e: Pulling fs layer 06:54:10 9c3e1370e548: Pulling fs layer 06:54:10 4f4fb700ef54: Waiting 06:54:10 5c3c966382ef: Waiting 06:54:10 d9c7d2e4e75e: Waiting 06:54:10 4cc291be95ef: Verifying Checksum 06:54:10 4cc291be95ef: Download complete 06:54:10 5c3c966382ef: Download complete 06:54:10 4f4fb700ef54: Verifying Checksum 06:54:10 4f4fb700ef54: Download complete 06:54:10 43c4264eed91: Download complete 06:54:10 43c4264eed91: Pull complete 06:54:10 d9c7d2e4e75e: Verifying Checksum 06:54:10 d9c7d2e4e75e: Download complete 06:54:10 4cc291be95ef: Pull complete 06:54:10 2ac1f1163629: Verifying Checksum 06:54:10 2ac1f1163629: Download complete 06:54:11 9c3e1370e548: Verifying Checksum 06:54:11 9c3e1370e548: Download complete 06:54:13 2ac1f1163629: Pull complete 06:54:13 5c3c966382ef: Pull complete 06:54:13 4f4fb700ef54: Pull complete 06:54:14 d9c7d2e4e75e: Pull complete 06:54:17 9c3e1370e548: Pull complete 06:54:17 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 06:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:54:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:17 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:54: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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 06:54:20 $ docker top f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 -eo pid,comm [Pipeline] { [Pipeline] sh 06:54:20 + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo 06:54:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 06:54:21 + set -o pipefail 06:54:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 06:54:29 06:54:29 Monitoring /w/workspace/edgex-go/837 (github.com/edgexfoundry/edgex-go)... 06:54:29 06:54:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/9d9a27e0-8563-4eaa-aabe-d8648bc6455d 06:54:29 06:54:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:54:29 06:54:29 06:54:29 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 06:54:29 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:54:29 $ docker stop --time=1 f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 06:54:32 $ docker rm -f --volumes f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:54:32 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:54:32 provisioning config files... 06:54:32 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/837@tmp/config15216722471236877611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:33 --> edgex-publish-swagger.sh 06:54:33 === Publish openapi API === 06:54:33 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 06:54:33 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/837/openapi/core-command.yaml] 06:54:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:33 Dload Upload Total Spent Left Speed 06:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 192 95853 --:--:-- --:--:-- --:--:-- 96046 06:54:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:33 06:54:33 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/837/openapi/core-data.yaml] 06:54:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:33 Dload Upload Total Spent Left Speed 06:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 277 291k --:--:-- --:--:-- --:--:-- 291k 06:54:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:33 06:54:33 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/837/openapi/core-keeper.yaml] 06:54:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:33 Dload Upload Total Spent Left Speed 06:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 390 189k --:--:-- --:--:-- --:--:-- 188k 100 32901 100 66 100 32835 390 189k --:--:-- --:--:-- --:--:-- 188k 06:54:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:33 06:54:33 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/837/openapi/core-metadata.yaml] 06:54:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:33 Dload Upload Total Spent Left Speed 06:54:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 409 973k --:--:-- --:--:-- --:--:-- 973k 06:54:33 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:33 06:54:33 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/837/openapi/security-proxy-auth.yaml] 06:54:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:33 Dload Upload Total Spent Left Speed 06:54:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 412 149k --:--:-- --:--:-- --:--:-- 149k 06:54:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:34 06:54:34 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/837/openapi/security-secretstore-setup.yaml] 06:54:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:34 Dload Upload Total Spent Left Speed 06:54:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 559 33161 --:--:-- --:--:-- --:--:-- 33720 06:54:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:34 06:54:34 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/837/openapi/support-notifications.yaml] 06:54:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:34 Dload Upload Total Spent Left Speed 06:54:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 428 633k --:--:-- --:--:-- --:--:-- 634k 06:54:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:34 06:54:34 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/837/openapi/support-scheduler.yaml] 06:54:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:54:34 Dload Upload Total Spent Left Speed 06:54:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 452 339k --:--:-- --:--:-- --:--:-- 339k 06:54:34 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 06:54:34 [Pipeline] } 06:54: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 06:54:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:54:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:54:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:35 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:54:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:54:35 $ docker top 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc -eo pid,comm 06:54: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). 06:54:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:35 [ssh-agent] Looking for ssh-agent implementation... 06:54:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:36 $ docker exec 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc ssh-agent 06:54:36 SSH_AUTH_SOCK=/tmp/ssh-UgcsRuxhZa8w/agent.31 06:54:36 SSH_AGENT_PID=37 06:54:36 Running ssh-add (command line suppressed) 06:54:36 Identity added: /w/workspace/edgex-go/837@tmp/private_key_5415861719015121533.key (/w/workspace/edgex-go/837@tmp/private_key_5415861719015121533.key) 06:54:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:36 + git semver tag 06:54:36 2025-05-12 06:54:36,746 [run_tag] DEBUG tag force:False 06:54:36 2025-05-12 06:54:36,746 [check_head_tag] DEBUG check head tag 06:54:36 2025-05-12 06:54:36,746 [execute] INFO git cat-file --batch-check 06:54:36 2025-05-12 06:54:36,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=) 06:54:36 2025-05-12 06:54:36,749 [execute] INFO git cat-file --batch 06:54:36 2025-05-12 06:54:36,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=) 06:54:36 2025-05-12 06:54:36,763 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:54:36 2025-05-12 06:54:36,763 [execute] INFO git tag -a v4.1.0-dev.10 -m v4.1.0-dev.10 06:54:36 2025-05-12 06:54:36,763 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.10', '-m', 'v4.1.0-dev.10'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) 06:54:36 2025-05-12 06:54:36,768 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:54:36 4.1.0-dev.10 [Pipeline] } 06:54:36 $ docker exec --env ******** --env ******** 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc ssh-agent -k 06:54:36 unset SSH_AUTH_SOCK; 06:54:36 unset SSH_AGENT_PID; 06:54:36 echo Agent pid 37 killed; 06:54:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:37 + git semver [Pipeline] } 06:54:37 $ docker stop --time=1 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc 06:54:38 $ docker rm -f --volumes 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:39 06:54:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:39 0.23.1-centos7: Pulling from edgex-lftools 06:54:39 ab5ef0e58194: Pulling fs layer 06:54:39 9712f1f96733: Pulling fs layer 06:54:39 63f879dbbcfc: Pulling fs layer 06:54:39 0d9ebad4ef96: Pulling fs layer 06:54:39 e9a5061849ea: Pulling fs layer 06:54:39 d747dcd14b5f: Pulling fs layer 06:54:39 2de7ff778b66: Pulling fs layer 06:54:39 0d9ebad4ef96: Waiting 06:54:39 e9a5061849ea: Waiting 06:54:39 d747dcd14b5f: Waiting 06:54:39 2de7ff778b66: Waiting 06:54:39 9712f1f96733: Verifying Checksum 06:54:39 9712f1f96733: Download complete 06:54:40 63f879dbbcfc: Verifying Checksum 06:54:40 63f879dbbcfc: Download complete 06:54:40 e9a5061849ea: Verifying Checksum 06:54:40 e9a5061849ea: Download complete 06:54:40 d747dcd14b5f: Verifying Checksum 06:54:40 d747dcd14b5f: Download complete 06:54:40 ab5ef0e58194: Verifying Checksum 06:54:40 ab5ef0e58194: Download complete 06:54:40 0d9ebad4ef96: Download complete 06:54:40 2de7ff778b66: Verifying Checksum 06:54:40 2de7ff778b66: Download complete 06:54:42 ab5ef0e58194: Pull complete 06:54:42 9712f1f96733: Pull complete 06:54:43 63f879dbbcfc: Pull complete 06:54:46 0d9ebad4ef96: Pull complete 06:54:46 e9a5061849ea: Pull complete 06:54:46 d747dcd14b5f: Pull complete 06:54:47 2de7ff778b66: Pull complete 06:54:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:54:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:47 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:54:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:54:51 $ docker top d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:54:51 provisioning config files... 06:54:51 copy managed file [sigul-config] to file:/w/workspace/edgex-go/837@tmp/config2357051697667479373tmp 06:54:51 copy managed file [sigul-password] to file:/w/workspace/edgex-go/837@tmp/config4652676940632169767tmp 06:54:51 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/837@tmp/config543806054719474851tmp [Pipeline] { [Pipeline] echo 06:54:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:54:51 ---> sigul-configuration.sh 06:54:51 gpg: directory `/root/.gnupg' created 06:54:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:54:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:54:51 gpg: keyring `/root/.gnupg/secring.gpg' created 06:54:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:54:51 gpg: CAST5 encrypted data 06:54:51 gpg: encrypted with 1 passphrase 06:54:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:54:51 + mkdir /home/jenkins 06:54:51 + mkdir /home/jenkins/sigul [Pipeline] sh 06:54:52 + 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 06:54:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:54:52 ---> sigul-install.sh 06:54:52 Sigul already installed; skipping installation. [Pipeline] sh 06:54:52 + git tag --list 06:54:52 0.6.0 06:54:52 0.6.1 06:54:52 0.7.0 06:54:52 0.7.1 06:54:52 v1.0.0 06:54:52 v1.0.1 06:54:52 v1.1.0 06:54:52 v1.2.0 06:54:52 v1.2.1 06:54:52 v1.3.0 06:54:52 v1.3.1 06:54:52 v2.0.0 06:54:52 v2.1.0 06:54:52 v2.1.1 06:54:52 v2.2.0 06:54:52 v2.3.0 06:54:52 v3.0 06:54:52 v3.0.0 06:54:52 v3.1 06:54:52 v3.1.0 06:54:52 v3.1.1 06:54:52 v4.0 06:54:52 v4.0.0 06:54:52 v4.0.1 06:54:52 v4.1.0-dev.1 06:54:52 v4.1.0-dev.10 06:54:52 v4.1.0-dev.2 06:54:52 v4.1.0-dev.3 06:54:52 v4.1.0-dev.4 06:54:52 v4.1.0-dev.5 06:54:52 v4.1.0-dev.6 06:54:52 v4.1.0-dev.7 06:54:52 v4.1.0-dev.8 06:54:52 v4.1.0-dev.9 [Pipeline] sh 06:54:53 + lftools sign git-tag v4.1.0-dev.10 06:54:53 Signing Git tag with Sigul... 06:54:53 Signing v4.1.0-dev.10 [Pipeline] echo 06:54:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:54:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:54:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:54:54 $ docker stop --time=1 d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 06:54:55 $ docker rm -f --volumes d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:54:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:54:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:54:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:54:56 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:54:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:54:56 $ docker top 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 -eo pid,comm 06:54:56 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). 06:54:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:56 [ssh-agent] Looking for ssh-agent implementation... 06:54:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:57 $ docker exec 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 ssh-agent 06:54:57 SSH_AUTH_SOCK=/tmp/ssh-1G3zxITUA4kv/agent.33 06:54:57 SSH_AGENT_PID=39 06:54:57 Running ssh-add (command line suppressed) 06:54:57 Identity added: /w/workspace/edgex-go/837@tmp/private_key_18088231839778055955.key (/w/workspace/edgex-go/837@tmp/private_key_18088231839778055955.key) 06:54:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:57 + git semver bump pre 06:54:57 2025-05-12 06:54:57,742 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:54:57 2025-05-12 06:54:57,742 [bump_version] DEBUG bumping version:4.1.0-dev.10 on axis:pre with prefix:dev 06:54:57 2025-05-12 06:54:57,742 [bump_version] DEBUG bumped version:4.1.0-dev.11 06:54:57 2025-05-12 06:54:57,742 [write_version] DEBUG write version:4.1.0-dev.11 to path:/w/workspace/edgex-go/837/.semver/main with force:True 06:54:57 2025-05-12 06:54:57,742 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:54:57 2025-05-12 06:54:57,743 [write_file] DEBUG write to file:/w/workspace/edgex-go/837/.semver/main 06:54:57 2025-05-12 06:54:57,745 [execute] INFO git cat-file --batch-check 06:54:57 2025-05-12 06:54:57,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) 06:54:57 2025-05-12 06:54:57,750 [execute] INFO git cat-file --batch 06:54:57 2025-05-12 06:54:57,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) 06:54:57 2025-05-12 06:54:57,755 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:54:57 4.1.0-dev.11 [Pipeline] } 06:54:57 $ docker exec --env ******** --env ******** 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 ssh-agent -k 06:54:57 unset SSH_AUTH_SOCK; 06:54:57 unset SSH_AGENT_PID; 06:54:57 echo Agent pid 39 killed; 06:54:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:58 + git semver [Pipeline] } 06:54:58 $ docker stop --time=1 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 06:54:59 $ docker rm -f --volumes 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:55:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:00 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:55:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:55:00 $ docker top 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:55:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:01 [ssh-agent] Looking for ssh-agent implementation... 06:55:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:01 $ docker exec 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 ssh-agent 06:55:01 SSH_AUTH_SOCK=/tmp/ssh-lENSJuGvkfeC/agent.33 06:55:01 SSH_AGENT_PID=40 06:55:01 Running ssh-add (command line suppressed) 06:55:01 Identity added: /w/workspace/edgex-go/837@tmp/private_key_3878227623148477602.key (/w/workspace/edgex-go/837@tmp/private_key_3878227623148477602.key) 06:55:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:01 + git semver push 06:55:01 2025-05-12 06:55:01,784 [run_push] DEBUG push 06:55:01 2025-05-12 06:55:01,785 [execute] INFO git cat-file --batch-check 06:55:01 2025-05-12 06:55:01,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) 06:55:01 2025-05-12 06:55:01,789 [execute] INFO git rev-list bd210f45ae3756453d76f2bf177561bac33c14d1 -- 06:55:01 2025-05-12 06:55:01,789 [execute] DEBUG Popen(['git', 'rev-list', 'bd210f45ae3756453d76f2bf177561bac33c14d1', '--'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=None) 06:55:01 2025-05-12 06:55:01,805 [execute] INFO git fetch -v origin 06:55:01 2025-05-12 06:55:01,805 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=True, shell=None, istream=None) 06:55:02 2025-05-12 06:55:02,272 [run_push] DEBUG no remote changes detected 06:55:02 2025-05-12 06:55:02,272 [execute] INFO git push origin semver 06:55:02 2025-05-12 06:55:02,273 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=None) 06:55:03 2025-05-12 06:55:02,919 [run_push] DEBUG push all version tags 06:55:03 2025-05-12 06:55:02,919 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:55:03 2025-05-12 06:55:02,920 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) 06:55:03 2025-05-12 06:55:03,565 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main 06:55:03 4.1.0-dev.11 [Pipeline] } 06:55:03 $ docker exec --env ******** --env ******** 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 ssh-agent -k 06:55:03 unset SSH_AUTH_SOCK; 06:55:03 unset SSH_AGENT_PID; 06:55:03 echo Agent pid 40 killed; 06:55:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:04 + git semver [Pipeline] } 06:55:04 $ docker stop --time=1 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 06:55:05 $ docker rm -f --volumes 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 [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 06:55:06 + [ -d /w/workspace/edgex-go/837/archives ] [Pipeline] libraryResource [Pipeline] sh 06:55:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:55:07 ---> package-listing.sh 06:55:07 ++ facter osfamily 06:55:07 ++ tr '[:upper:]' '[:lower:]' 06:55:07 + OS_FAMILY=debian 06:55:07 + workspace=/w/workspace/edgex-go/837 06:55:07 + START_PACKAGES=/tmp/packages_start.txt 06:55:07 + END_PACKAGES=/tmp/packages_end.txt 06:55:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:55:07 + PACKAGES=/tmp/packages_start.txt 06:55:07 + '[' /w/workspace/edgex-go/837 ']' 06:55:07 + PACKAGES=/tmp/packages_end.txt 06:55:07 + case "${OS_FAMILY}" in 06:55:07 + dpkg -l 06:55:07 + grep '^ii' 06:55:07 + '[' -f /tmp/packages_start.txt ']' 06:55:07 + '[' -f /tmp/packages_end.txt ']' 06:55:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:55:07 + '[' /w/workspace/edgex-go/837 ']' 06:55:07 + mkdir -p /w/workspace/edgex-go/837/archives/ 06:55:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/837/archives/ [Pipeline] echo 06:55: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/837/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:55:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:08 06:55:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:08 latest: Pulling from edgex-lftools-log-publisher 06:55:08 5eb5b503b376: Pulling fs layer 06:55:08 5c69ac0246d0: Pulling fs layer 06:55:08 ec43610c2a17: Pulling fs layer 06:55:08 3a2ae6a8a46f: Pulling fs layer 06:55:08 33b1e0a273af: Pulling fs layer 06:55:08 5d3b04190fa2: Pulling fs layer 06:55:08 2f39f015ded8: Pulling fs layer 06:55:08 3a2ae6a8a46f: Waiting 06:55:08 33b1e0a273af: Waiting 06:55:08 5d3b04190fa2: Waiting 06:55:08 5c69ac0246d0: Verifying Checksum 06:55:08 5c69ac0246d0: Download complete 06:55:08 3a2ae6a8a46f: Verifying Checksum 06:55:08 3a2ae6a8a46f: Download complete 06:55:08 33b1e0a273af: Verifying Checksum 06:55:08 33b1e0a273af: Download complete 06:55:08 ec43610c2a17: Verifying Checksum 06:55:08 ec43610c2a17: Download complete 06:55:08 5d3b04190fa2: Verifying Checksum 06:55:08 5d3b04190fa2: Download complete 06:55:08 5eb5b503b376: Verifying Checksum 06:55:08 5eb5b503b376: Download complete 06:55:09 2f39f015ded8: Download complete 06:55:10 5eb5b503b376: Pull complete 06:55:10 5c69ac0246d0: Pull complete 06:55:10 ec43610c2a17: Pull complete 06:55:10 3a2ae6a8a46f: Pull complete 06:55:10 33b1e0a273af: Pull complete 06:55:10 5d3b04190fa2: Pull complete 06:55:15 2f39f015ded8: Pull complete 06:55:15 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:55:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:55:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:15 prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container 06:55: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/837/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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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 06:55:18 $ docker top bb40f8f0c1db41dfb0a7803a5e5a5761420d3c21fe0fa7ddec272ac28dcd2685 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:18 + touch /tmp/pre-build-complete [Pipeline] sh 06:55:18 + mkdir -p /var/log/sysstat [Pipeline] sh 06:55:19 + ls /var/log/sa-host 06:55:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:19 provisioning config files... 06:55:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/837@tmp/config1065535414106515668tmp [Pipeline] { [Pipeline] echo 06:55:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:55:19 ---> create-netrc.sh [Pipeline] } 06:55:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:55:19 ---> python-tools-install.sh [Pipeline] echo 06:55:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:55:20 ---> sudo-logs.sh 06:55:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:55:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:55:20 ---> job-cost.sh 06:55:20 lf-activate-venv: SKIPPING 06:55:20 DEBUG: total: 0.10999999940395355 06:55:20 INFO: Retrieving Stack Cost... 06:55:20 INFO: Retrieving Pricing Info for: v3-standard-8 06:55:21 INFO: Archiving Costs [Pipeline] echo 06:55:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:55:21 ---> logs-deploy.sh 06:55:21 lf-activate-venv: SKIPPING 06:55:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/837 06:55:21 INFO: archiving workspace using pattern(s): 06:55:22 Archives upload complete. 06:55:22 INFO: archiving logs to Nexus 06:55:23 ---> uname -a: 06:55:23 Linux prd-ubuntu20-04-docker-8c-8g-1368 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 06:55:23 06:55:23 06:55:23 ---> lscpu: 06:55:23 Architecture: x86_64 06:55:23 CPU op-mode(s): 32-bit, 64-bit 06:55:23 Byte Order: Little Endian 06:55:23 Address sizes: 40 bits physical, 48 bits virtual 06:55:23 CPU(s): 8 06:55:23 On-line CPU(s) list: 0-7 06:55:23 Thread(s) per core: 1 06:55:23 Core(s) per socket: 1 06:55:23 Socket(s): 8 06:55:23 NUMA node(s): 1 06:55:23 Vendor ID: AuthenticAMD 06:55:23 CPU family: 23 06:55:23 Model: 49 06:55:23 Model name: AMD EPYC-Rome Processor 06:55:23 Stepping: 0 06:55:23 CPU MHz: 2800.000 06:55:23 BogoMIPS: 5600.00 06:55:23 Virtualization: AMD-V 06:55:23 Hypervisor vendor: KVM 06:55:23 Virtualization type: full 06:55:23 L1d cache: 256 KiB 06:55:23 L1i cache: 256 KiB 06:55:23 L2 cache: 4 MiB 06:55:23 L3 cache: 128 MiB 06:55:23 NUMA node0 CPU(s): 0-7 06:55:23 Vulnerability Itlb multihit: Not affected 06:55:23 Vulnerability L1tf: Not affected 06:55:23 Vulnerability Mds: Not affected 06:55:23 Vulnerability Meltdown: Not affected 06:55:23 Vulnerability Mmio stale data: Not affected 06:55:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:55:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:55:23 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 06:55:23 Vulnerability Srbds: Not affected 06:55:23 Vulnerability Tsx async abort: Not affected 06:55:23 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 06:55:23 06:55:23 06:55:23 ---> nproc: 06:55:23 8 06:55:23 06:55:23 06:55:23 ---> df -h: 06:55:23 Filesystem Size Used Avail Use% Mounted on 06:55:23 overlay 155G 30G 126G 20% / 06:55:23 tmpfs 64M 0 64M 0% /dev 06:55:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 06:55:23 shm 64M 0 64M 0% /dev/shm 06:55:23 /dev/vda1 155G 30G 126G 20% /facter-os 06:55:23 06:55:23 06:55:23 ---> sar -b -r -n DEV: 06:55:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1368) 05/12/25 _x86_64_ (8 CPU) 06:55:23 06:55:23 06:04:01 LINUX RESTART (8 CPU) 06:55:23 06:55:23 06:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:55:23 06:06:01 192.94 1.57 191.37 0.00 38.25 65614.53 0.00 06:55:23 06:07:01 45.96 0.00 45.96 0.00 0.00 35167.76 0.00 06:55:23 06:08:01 27.76 0.17 27.60 0.00 2.53 16493.38 0.00 06:55:23 06:09:01 204.91 0.32 204.59 0.00 33.43 140470.71 0.00 06:55:23 06:10:01 1023.86 22.41 1001.45 0.00 2856.32 340732.01 0.00 06:55:23 06:11:01 304.53 0.65 303.88 0.00 13.73 62984.34 0.00 06:55:23 06:12:01 467.73 1.25 466.48 0.00 26.12 108906.50 0.00 06:55:23 06:13:01 618.41 0.03 618.38 0.00 4.93 129204.60 0.00 06:55:23 06:14:01 37.23 0.05 37.18 0.00 6.40 993.97 0.00 06:55:23 06:15:01 18.58 0.02 18.56 0.00 1.07 417.53 0.00 06:55:23 06:16:01 1.48 0.00 1.48 0.00 0.00 20.00 0.00 06:55:23 06:17:01 1.33 0.02 1.32 0.00 0.13 15.86 0.00 06:55:23 06:18:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 06:55:23 06:19:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 06:55:23 06:20:01 1.95 0.02 1.93 0.00 0.13 24.66 0.00 06:55:23 06:21:01 1.27 0.00 1.27 0.00 0.00 15.46 0.00 06:55:23 06:22:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 06:55:23 06:23:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 06:55:23 06:24:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 06:55:23 06:25:01 1.25 0.03 1.22 0.00 0.27 14.93 0.00 06:55:23 06:26:01 4.49 2.23 2.26 0.00 36.29 74.96 0.00 06:55:23 06:27:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 06:55:23 06:28:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 06:55:23 06:29:01 1.43 0.00 1.43 0.00 0.00 17.33 0.00 06:55:23 06:30:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 06:55:23 06:31:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 06:55:23 06:32:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 06:55:23 06:33:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 06:55:23 06:34:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 06:55:23 06:35:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 06:55:23 06:36:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 06:55:23 06:37:01 1.20 0.00 1.20 0.00 0.00 14.80 0.00 06:55:23 06:38:02 1.05 0.00 1.05 0.00 0.00 11.46 0.00 06:55:23 06:39:01 1.27 0.00 1.27 0.00 0.00 14.78 0.00 06:55:23 06:40:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 06:55:23 06:41:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 06:55:23 06:42:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 06:55:23 06:43:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 06:55:23 06:44:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 06:55:23 06:45:01 1.35 0.00 1.35 0.00 0.00 17.06 0.00 06:55:23 06:46:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 06:55:23 06:47:01 1.53 0.00 1.53 0.00 0.00 18.00 0.00 06:55:23 06:48:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 06:55:23 06:49:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 06:55:23 06:50:01 1.07 0.00 1.07 0.00 0.00 12.53 0.00 06:55:23 06:51:01 1.43 0.00 1.43 0.00 0.00 17.73 0.00 06:55:23 06:52:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 06:55:23 06:53:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 06:55:23 06:54:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 06:55:23 06:55:01 186.54 0.42 186.12 0.00 14.00 61538.54 0.00 06:55:23 Average: 63.62 0.58 63.04 0.00 60.69 19280.20 0.00 06:55:23 06:55:23 06:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:55:23 06:06:01 27690532 31321072 983532 2.99 127448 3664436 2316672 6.83 1647468 3032528 412796 06:55:23 06:07:01 27330052 31484492 818872 2.49 130100 4143436 1886740 5.56 1639188 3358740 82504 06:55:23 06:08:01 26247356 30997916 1300920 3.96 134824 4694712 2597320 7.65 2086448 3947536 488076 06:55:23 06:09:01 21398584 31406028 889056 2.70 146072 9821016 2758316 8.13 1871392 8880000 3003792 06:55:23 06:10:01 13559516 31359440 886236 2.70 373516 16909352 2498392 7.36 2929164 15131868 417376 06:55:23 06:11:01 7280592 27922700 4248980 12.92 412128 19310876 10960980 32.30 7466940 16363264 1390436 06:55:23 06:12:01 5076932 28790180 3388004 10.30 429420 22247364 8892812 26.21 7941388 17992228 1459596 06:55:23 06:13:01 8615140 31415736 827884 2.52 439660 21551012 2173480 6.41 3426680 19289520 628 06:55:23 06:14:01 8597880 31400808 841908 2.56 441552 21551852 2326160 6.86 3809408 18923268 576 06:55:23 06:15:01 8614312 31417936 824864 2.51 442136 21551984 2195016 6.47 4137336 18580224 184 06:55:23 06:16:01 8613888 31417552 825228 2.51 442184 21551988 2195016 6.47 4137028 18580228 184 06:55:23 06:17:01 8626884 31430620 812372 2.47 442212 21551992 2195016 6.47 4123892 18580232 8 06:55:23 06:18:01 8627048 31430900 812136 2.47 442236 21551996 2195016 6.47 4123876 18580240 8 06:55:23 06:19:01 8632852 31436708 806288 2.45 442252 21551988 2195016 6.47 4117988 18580244 8 06:55:23 06:20:01 8632056 31435904 807096 2.45 442296 21551976 2235612 6.59 4118296 18580216 8 06:55:23 06:21:01 8632464 31436320 806588 2.45 442316 21551980 2235612 6.59 4118436 18580220 180 06:55:23 06:22:01 8632188 31436108 806836 2.45 442332 21551984 2235612 6.59 4118084 18580228 8 06:55:23 06:23:01 8632424 31436344 806504 2.45 442340 21551984 2235612 6.59 4118528 18580228 192 06:55:23 06:24:01 8633456 31437380 805456 2.45 442360 21551980 2235612 6.59 4117520 18580232 4 06:55:23 06:25:01 8633036 31436960 805848 2.45 442380 21551988 2219492 6.54 4117580 18580232 28 06:55:23 06:26:01 8630500 31437144 805364 2.45 442424 21554356 2219492 6.54 4117404 18582520 8 06:55:23 06:27:01 8630412 31437068 805348 2.45 442428 21554360 2219492 6.54 4117732 18582524 180 06:55:23 06:28:01 8630688 31437348 805044 2.45 442452 21554360 2219492 6.54 4117384 18582524 20 06:55:23 06:29:01 8630640 31437356 805000 2.45 442492 21554352 2219492 6.54 4117452 18582532 8 06:55:23 06:30:01 8630728 31437512 804944 2.45 442524 21554368 2219492 6.54 4117888 18582536 176 06:55:23 06:31:01 8630792 31437596 804864 2.45 442544 21554372 2219492 6.54 4117528 18582536 4 06:55:23 06:32:01 8630776 31437588 804828 2.45 442560 21554376 2235544 6.59 4117508 18582540 28 06:55:23 06:33:01 8630728 31437668 804672 2.45 442572 21554508 2235544 6.59 4117492 18582668 4 06:55:23 06:34:01 8630420 31437368 804904 2.45 442584 21554508 2235544 6.59 4117472 18582672 24 06:55:23 06:35:01 8630568 31437580 804560 2.45 442616 21554512 2235544 6.59 4117916 18582680 144 06:55:23 06:36:01 8630720 31437776 804536 2.45 442628 21554516 2235544 6.59 4118056 18582680 188 06:55:23 06:37:01 8630784 31437856 804452 2.45 442644 21554520 2235544 6.59 4117588 18582684 28 06:55:23 06:38:02 8630444 31437532 804688 2.45 442656 21554520 2235544 6.59 4118016 18582684 188 06:55:23 06:39:01 8630436 31437532 804676 2.45 442668 21554524 2235544 6.59 4117620 18582688 24 06:55:23 06:40:01 8630388 31437484 804648 2.45 442688 21554520 2235544 6.59 4117692 18582688 8 06:55:23 06:41:01 8630404 31437508 804652 2.45 442700 21554528 2235544 6.59 4117632 18582692 4 06:55:23 06:42:01 8630608 31437784 804372 2.45 442712 21554532 2235544 6.59 4117668 18582700 8 06:55:23 06:43:01 8630776 31437952 804340 2.45 442736 21554536 2235544 6.59 4117668 18582700 12 06:55:23 06:44:01 8630508 31437696 804568 2.45 442744 21554540 2235544 6.59 4117688 18582708 12 06:55:23 06:45:01 8630136 31437328 804860 2.45 442764 21554536 2235544 6.59 4117748 18582708 8 06:55:23 06:46:01 8630568 31437836 804276 2.45 442780 21554548 2235544 6.59 4118012 18582720 8 06:55:23 06:47:01 8630040 31437320 804720 2.45 442792 21554552 2219336 6.54 4118264 18582724 172 06:55:23 06:48:01 8630452 31437736 804436 2.45 442808 21554552 2219336 6.54 4118116 18582724 196 06:55:23 06:49:01 8630796 31438144 804324 2.45 442828 21554556 2219336 6.54 4117828 18582732 8 06:55:23 06:50:01 8630716 31438064 804368 2.45 442836 21554556 2219336 6.54 4118016 18582720 8 06:55:23 06:51:01 8630296 31437664 804708 2.45 442844 21554564 2219336 6.54 4117984 18582728 8 06:55:23 06:52:01 8630272 31437652 804648 2.45 442864 21554568 2219336 6.54 4117892 18582732 36 06:55:23 06:53:01 8630224 31437608 804620 2.45 442876 21554568 2219336 6.54 4117872 18582732 4 06:55:23 06:54:01 8630176 31437564 804600 2.45 442880 21554572 2219336 6.54 4117872 18582736 28 06:55:23 06:55:01 7116808 31367092 870476 2.65 470860 22837552 2539392 7.48 4261036 19813100 688 06:55:23 Average: 9962180 31298169 946222 2.88 416165 20177677 2558554 7.54 4036854 17400236 145176 06:55:23 06:55:23 06:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:55:23 06:06:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 06:55:23 06:06:01 docker0 682.76 744.55 50.18 3887.09 0.00 0.00 0.00 0.00 06:55:23 06:06:01 veth1a1b69d 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 06:55:23 06:06:01 ens3 895.53 773.69 7119.21 83.15 0.00 0.00 0.00 0.00 06:55:23 06:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:07:01 docker0 1.50 1.50 0.11 0.13 0.00 0.00 0.00 0.00 06:55:23 06:07:01 veth1a1b69d 1.50 1.53 0.13 0.13 0.00 0.00 0.00 0.00 06:55:23 06:07:01 ens3 34.71 25.68 26.91 15.72 0.00 0.00 0.00 0.00 06:55:23 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:08:01 veth1a1b69d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:08:01 ens3 21.41 13.70 17.81 10.97 0.00 0.00 0.00 0.00 06:55:23 06:09:01 vethc2a8567 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 vethf649549 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 06:55:23 06:09:01 veth913fa15 2.01 3.47 0.15 38.58 0.00 0.00 0.00 0.00 06:55:23 06:09:01 docker0 11.92 22.40 0.78 346.85 0.00 0.00 0.00 0.00 06:55:23 06:09:01 veth7c20e18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 veth96375a4 1.86 3.25 0.14 44.33 0.00 0.00 0.00 0.00 06:55:23 06:09:01 vethe504cb0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 ens3 127.35 80.08 2559.18 20.11 0.00 0.00 0.00 0.00 06:55:23 06:09:01 veth18d044a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 vethfae4b7e 1.34 2.85 0.10 38.47 0.00 0.00 0.00 0.00 06:55:23 06:09:01 vethd2caeeb 2.31 6.30 0.18 109.43 0.00 0.00 0.00 0.01 06:55:23 06:09:01 vethc310053 4.08 7.10 0.34 115.97 0.00 0.00 0.00 0.01 06:55:23 06:09:01 veth43758fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:09:01 veth37688ce 0.33 0.50 0.03 0.14 0.00 0.00 0.00 0.00 06:55:23 06:10:01 vethad0fa5f 135.14 77.50 1224.21 8.02 0.00 0.00 0.00 0.00 06:55:23 06:10:01 veth5cc14a0 77.50 135.14 8.02 1224.21 0.00 0.00 0.00 0.10 06:55:23 06:10:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 06:55:23 06:10:01 docker0 558.12 943.23 47.12 8419.58 0.00 0.00 0.00 0.00 06:55:23 06:10:01 ens3 1134.94 682.20 11575.71 239.02 0.00 0.00 0.00 0.00 06:55:23 06:10:01 veth43cc704 93.80 143.63 9.04 1226.34 0.00 0.00 0.00 0.10 06:55:23 06:10:01 veth2ce259b 143.63 93.80 1226.34 9.04 0.00 0.00 0.00 0.00 06:55:23 06:10:01 veth37688ce 0.07 0.80 0.00 0.03 0.00 0.00 0.00 0.00 06:55:23 06:11:01 vethdeb7a43 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth7263612 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth54ecd91 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth680d73b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 vethc94d092 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 vethfdd198f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth5be9179 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth6b328a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 ens3 12.78 7.28 10.66 5.69 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth494cb36 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth3479d95 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth0b04a65 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:11:01 veth37688ce 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:11:01 vethfe1b036 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:55:23 06:12:01 vethdeb7a43 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth7263612 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth54ecd91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 06:55:23 06:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth680d73b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 vethc94d092 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 vethfdd198f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth5be9179 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth6b328a8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 ens3 13.53 7.91 10.77 9.60 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth3479d95 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth0b04a65 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:12:01 veth37688ce 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:13:01 lo 13.20 13.20 1.30 1.30 0.00 0.00 0.00 0.00 06:55:23 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:13:01 ens3 100.90 93.97 64.96 333.35 0.00 0.00 0.00 0.00 06:55:23 06:14:01 lo 49.39 49.39 4.87 4.87 0.00 0.00 0.00 0.00 06:55:23 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:14:01 ens3 452.47 480.27 222.78 2397.19 0.00 0.00 0.00 0.00 06:55:23 06:15:01 lo 17.93 17.93 1.76 1.76 0.00 0.00 0.00 0.00 06:55:23 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:15:01 ens3 228.75 234.33 95.44 1641.81 0.00 0.00 0.00 0.00 06:55:23 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:16:01 ens3 2.30 0.80 3.26 0.30 0.00 0.00 0.00 0.00 06:55:23 06:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:17:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:20:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:21:01 ens3 0.25 0.13 0.07 0.01 0.00 0.00 0.00 0.00 06:55:23 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:24:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:25:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:26:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 06:55:23 06:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:27:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:29:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:30:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:32:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:34:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 06:55:23 06:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:35:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:36:01 ens3 0.48 0.35 0.26 0.21 0.00 0.00 0.00 0.00 06:55:23 06:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:37:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 06:55:23 06:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:38:02 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:40:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:41:01 ens3 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 06:55:23 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:43:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:45:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 06:55:23 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:46:01 ens3 0.27 0.00 0.02 0.00 0.00 0.00 0.00 0.00 06:55:23 06:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:47:01 ens3 0.95 0.48 0.44 0.28 0.00 0.00 0.00 0.00 06:55:23 06:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:48:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:49:01 ens3 0.58 0.10 0.06 0.01 0.00 0.00 0.00 0.00 06:55:23 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:50:01 ens3 1.05 0.48 0.44 0.28 0.00 0.00 0.00 0.00 06:55:23 06:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:51:01 ens3 0.75 0.47 0.36 0.28 0.00 0.00 0.00 0.00 06:55:23 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:55:23 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:54:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:55:01 lo 2.73 2.73 0.28 0.28 0.00 0.00 0.00 0.00 06:55:23 06:55:01 docker0 51.74 96.57 5.18 876.53 0.00 0.00 0.00 0.00 06:55:23 06:55:01 vethdff804d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 06:55:01 ens3 410.81 284.99 8064.61 178.50 0.00 0.00 0.00 0.00 06:55:23 Average: lo 1.81 1.81 0.18 0.18 0.00 0.00 0.00 0.00 06:55:23 Average: docker0 26.13 36.18 2.07 270.69 0.00 0.00 0.00 0.00 06:55:23 Average: vethdff804d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:55:23 Average: ens3 68.89 53.80 595.83 98.76 0.00 0.00 0.00 0.00 06:55:23 06:55:23 06:55:23 ---> sar -P ALL: 06:55:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1368) 05/12/25 _x86_64_ (8 CPU) 06:55:23 06:55:23 06:04:01 LINUX RESTART (8 CPU) 06:55:23 06:55:23 06:05:01 CPU %user %nice %system %iowait %steal %idle 06:55:23 06:06:01 all 21.79 0.00 5.78 1.71 0.07 70.66 06:55:23 06:06:01 0 22.05 0.00 5.78 0.17 0.05 71.95 06:55:23 06:06:01 1 22.58 0.00 6.24 1.63 0.08 69.46 06:55:23 06:06:01 2 21.56 0.00 4.88 0.35 0.07 73.13 06:55:23 06:06:01 3 21.07 0.00 7.38 5.25 0.07 66.23 06:55:23 06:06:01 4 23.07 0.00 5.44 0.10 0.08 71.30 06:55:23 06:06:01 5 22.10 0.00 5.32 0.03 0.07 72.48 06:55:23 06:06:01 6 20.78 0.00 5.20 1.81 0.07 72.14 06:55:23 06:06:01 7 21.08 0.00 5.95 4.32 0.08 68.56 06:55:23 06:07:01 all 33.88 0.00 6.02 0.82 0.08 59.19 06:55:23 06:07:01 0 34.90 0.00 5.47 0.00 0.08 59.55 06:55:23 06:07:01 1 33.74 0.00 6.58 0.02 0.07 59.59 06:55:23 06:07:01 2 32.41 0.00 6.02 0.54 0.07 60.96 06:55:23 06:07:01 3 35.59 0.00 6.23 0.02 0.08 58.08 06:55:23 06:07:01 4 35.32 0.00 6.53 0.00 0.08 58.07 06:55:23 06:07:01 5 32.67 0.00 5.55 1.08 0.08 60.62 06:55:23 06:07:01 6 33.62 0.00 5.54 0.00 0.08 60.75 06:55:23 06:07:01 7 32.75 0.00 6.25 4.97 0.08 55.94 06:55:23 06:08:01 all 68.21 0.00 8.79 0.18 0.10 22.71 06:55:23 06:08:01 0 67.98 0.00 9.12 0.13 0.12 22.65 06:55:23 06:08:01 1 69.09 0.00 8.47 0.02 0.08 22.34 06:55:23 06:08:01 2 65.63 0.00 8.11 0.49 0.12 25.65 06:55:23 06:08:01 3 68.22 0.00 8.93 0.22 0.08 22.54 06:55:23 06:08:01 4 67.66 0.00 8.71 0.03 0.08 23.52 06:55:23 06:08:01 5 69.36 0.00 8.05 0.07 0.10 22.41 06:55:23 06:08:01 6 69.80 0.00 9.09 0.39 0.10 20.63 06:55:23 06:08:01 7 67.97 0.00 9.86 0.08 0.10 21.99 06:55:23 06:09:01 all 31.03 0.00 7.63 4.23 0.08 57.03 06:55:23 06:09:01 0 30.25 0.00 8.01 1.96 0.08 59.69 06:55:23 06:09:01 1 31.83 0.00 7.40 2.97 0.08 57.72 06:55:23 06:09:01 2 29.03 0.00 7.19 8.93 0.08 54.75 06:55:23 06:09:01 3 31.37 0.00 7.19 4.07 0.08 57.29 06:55:23 06:09:01 4 31.02 0.00 8.15 3.07 0.08 57.67 06:55:23 06:09:01 5 31.75 0.00 7.52 2.14 0.08 58.50 06:55:23 06:09:01 6 32.71 0.00 7.86 1.72 0.08 57.61 06:55:23 06:09:01 7 30.23 0.00 7.71 9.00 0.08 52.97 06:55:23 06:10:01 all 14.26 0.00 8.28 15.10 0.07 62.29 06:55:23 06:10:01 0 14.19 0.00 8.12 17.34 0.08 60.26 06:55:23 06:10:01 1 14.02 0.00 8.31 7.91 0.07 69.70 06:55:23 06:10:01 2 14.30 0.00 8.19 28.12 0.08 49.30 06:55:23 06:10:01 3 14.52 0.00 9.38 20.80 0.07 55.24 06:55:23 06:10:01 4 14.12 0.00 8.31 5.36 0.08 72.13 06:55:23 06:10:01 5 13.63 0.00 7.66 11.34 0.05 67.31 06:55:23 06:10:01 6 14.76 0.00 7.84 9.73 0.08 67.59 06:55:23 06:10:01 7 14.50 0.00 8.44 20.27 0.07 56.73 06:55:23 06:11:01 all 84.48 0.00 11.53 1.17 0.10 2.72 06:55:23 06:11:01 0 84.34 0.00 11.72 0.67 0.12 3.16 06:55:23 06:11:01 1 85.59 0.00 10.65 2.82 0.10 0.84 06:55:23 06:11:01 2 84.84 0.00 10.91 1.97 0.12 2.16 06:55:23 06:11:01 3 83.91 0.00 12.15 0.48 0.10 3.35 06:55:23 06:11:01 4 84.02 0.00 11.98 0.99 0.10 2.91 06:55:23 06:11:01 5 85.17 0.00 10.88 0.94 0.10 2.91 06:55:23 06:11:01 6 82.87 0.00 13.09 0.67 0.10 3.28 06:55:23 06:11:01 7 85.11 0.00 10.85 0.80 0.10 3.14 06:55:23 06:12:01 all 90.54 0.00 9.36 0.00 0.10 0.00 06:55:23 06:12:01 0 90.20 0.00 9.68 0.00 0.12 0.00 06:55:23 06:12:01 1 91.10 0.00 8.77 0.00 0.13 0.00 06:55:23 06:12:01 2 91.05 0.00 8.85 0.00 0.10 0.00 06:55:23 06:12:01 3 90.35 0.00 9.55 0.00 0.10 0.00 06:55:23 06:12:01 4 90.55 0.00 9.33 0.00 0.12 0.00 06:55:23 06:12:01 5 90.92 0.00 9.00 0.00 0.08 0.00 06:55:23 06:12:01 6 88.80 0.00 11.11 0.00 0.08 0.00 06:55:23 06:12:01 7 91.33 0.00 8.57 0.00 0.10 0.00 06:55:23 06:13:01 all 55.37 0.00 7.31 2.48 0.09 34.76 06:55:23 06:13:01 0 55.59 0.00 7.28 1.59 0.08 35.47 06:55:23 06:13:01 1 54.97 0.00 6.79 1.22 0.08 36.94 06:55:23 06:13:01 2 55.61 0.00 7.29 0.70 0.08 36.31 06:55:23 06:13:01 3 55.64 0.00 7.04 2.51 0.08 34.73 06:55:23 06:13:01 4 55.02 0.00 7.37 3.32 0.08 34.22 06:55:23 06:13:01 5 56.16 0.00 7.03 1.79 0.08 34.94 06:55:23 06:13:01 6 53.09 0.00 8.55 7.25 0.08 31.03 06:55:23 06:13:01 7 56.90 0.00 7.11 1.47 0.10 34.42 06:55:23 06:14:01 all 8.85 0.00 0.97 0.12 0.06 89.99 06:55:23 06:14:01 0 9.23 0.00 0.98 0.05 0.05 89.68 06:55:23 06:14:01 1 7.27 0.00 0.87 0.08 0.05 91.73 06:55:23 06:14:01 2 11.69 0.00 1.29 0.20 0.07 86.76 06:55:23 06:14:01 3 9.37 0.00 1.05 0.03 0.07 89.47 06:55:23 06:14:01 4 9.17 0.00 1.02 0.10 0.05 89.66 06:55:23 06:14:01 5 9.90 0.00 0.82 0.03 0.07 89.18 06:55:23 06:14:01 6 8.22 0.00 0.84 0.22 0.07 90.66 06:55:23 06:14:01 7 5.97 0.00 0.92 0.27 0.05 92.79 06:55:23 06:15:01 all 6.36 0.00 0.46 0.08 0.03 93.07 06:55:23 06:15:01 0 10.55 0.00 0.53 0.03 0.03 88.85 06:55:23 06:15:01 1 2.96 0.00 0.30 0.47 0.03 96.23 06:55:23 06:15:01 2 6.29 0.00 0.47 0.00 0.03 93.20 06:55:23 06:15:01 3 10.91 0.00 0.52 0.00 0.05 88.52 06:55:23 06:15:01 4 3.80 0.00 0.35 0.07 0.03 95.75 06:55:23 06:15:01 5 1.80 0.00 0.38 0.02 0.02 97.78 06:55:23 06:15:01 6 3.66 0.00 0.43 0.02 0.03 95.85 06:55:23 06:15:01 7 10.94 0.00 0.67 0.00 0.03 88.36 06:55:23 06:16:01 all 0.03 0.00 0.02 0.01 0.01 99.93 06:55:23 06:16:01 0 0.03 0.00 0.00 0.02 0.00 99.95 06:55:23 06:16:01 1 0.05 0.00 0.03 0.02 0.03 99.87 06:55:23 06:16:01 2 0.00 0.00 0.02 0.02 0.00 99.97 06:55:23 06:16:01 3 0.10 0.00 0.05 0.00 0.03 99.82 06:55:23 06:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:16:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:55:23 06:16:01 CPU %user %nice %system %iowait %steal %idle 06:55:23 06:17:01 all 0.04 0.00 0.02 0.00 0.01 99.93 06:55:23 06:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:17:01 1 0.03 0.00 0.00 0.02 0.02 99.93 06:55:23 06:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:17:01 3 0.08 0.00 0.05 0.00 0.02 99.85 06:55:23 06:17:01 4 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:17:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:17:01 6 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:17:01 7 0.05 0.00 0.03 0.00 0.02 99.90 06:55:23 06:18:01 all 0.01 0.00 0.02 0.00 0.01 99.95 06:55:23 06:18:01 0 0.00 0.00 0.03 0.02 0.02 99.93 06:55:23 06:18:01 1 0.00 0.00 0.03 0.02 0.02 99.93 06:55:23 06:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:18:01 3 0.02 0.00 0.03 0.00 0.02 99.93 06:55:23 06:18:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:18:01 6 0.00 0.00 0.00 0.00 0.02 99.98 06:55:23 06:18:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:19:01 all 0.04 0.00 0.01 0.00 0.00 99.94 06:55:23 06:19:01 0 0.05 0.00 0.00 0.02 0.02 99.92 06:55:23 06:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 06:55:23 06:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:19:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:19:01 6 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:19:01 7 0.05 0.00 0.03 0.00 0.00 99.92 06:55:23 06:20:01 all 0.03 0.00 0.03 0.01 0.01 99.92 06:55:23 06:20:01 0 0.03 0.00 0.03 0.02 0.02 99.90 06:55:23 06:20:01 1 0.02 0.00 0.03 0.03 0.02 99.90 06:55:23 06:20:01 2 0.03 0.00 0.05 0.00 0.02 99.90 06:55:23 06:20:01 3 0.03 0.00 0.05 0.00 0.02 99.90 06:55:23 06:20:01 4 0.00 0.00 0.03 0.02 0.02 99.93 06:55:23 06:20:01 5 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:20:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:20:01 7 0.07 0.00 0.00 0.00 0.00 99.93 06:55:23 06:21:01 all 0.04 0.00 0.02 0.01 0.01 99.92 06:55:23 06:21:01 0 0.03 0.00 0.02 0.07 0.02 99.87 06:55:23 06:21:01 1 0.02 0.00 0.02 0.02 0.02 99.93 06:55:23 06:21:01 2 0.05 0.00 0.00 0.00 0.02 99.93 06:55:23 06:21:01 3 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:21:01 4 0.05 0.00 0.00 0.00 0.00 99.95 06:55:23 06:21:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:21:01 6 0.08 0.00 0.03 0.00 0.02 99.87 06:55:23 06:21:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:22:01 all 0.02 0.00 0.02 0.01 0.01 99.95 06:55:23 06:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:22:01 1 0.03 0.00 0.03 0.03 0.02 99.88 06:55:23 06:22:01 2 0.02 0.00 0.05 0.00 0.00 99.93 06:55:23 06:22:01 3 0.05 0.00 0.02 0.00 0.02 99.92 06:55:23 06:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:55:23 06:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 06:55:23 06:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:23:01 1 0.05 0.00 0.08 0.02 0.03 99.82 06:55:23 06:23:01 2 0.02 0.00 0.02 0.02 0.02 99.93 06:55:23 06:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:23:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:24:01 all 0.04 0.00 0.02 0.00 0.01 99.94 06:55:23 06:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:24:01 1 0.07 0.00 0.03 0.00 0.03 99.87 06:55:23 06:24:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:55:23 06:24:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:24:01 5 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:24:01 6 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:24:01 7 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:25:01 all 0.02 0.00 0.03 0.00 0.01 99.94 06:55:23 06:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:25:01 1 0.07 0.00 0.07 0.03 0.03 99.80 06:55:23 06:25:01 2 0.00 0.00 0.03 0.00 0.02 99.95 06:55:23 06:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:25:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:25:01 5 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:25:01 6 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:25:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:26:01 all 0.16 0.00 0.03 0.01 0.01 99.79 06:55:23 06:26:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:26:01 1 1.06 0.00 0.10 0.02 0.02 98.81 06:55:23 06:26:01 2 0.03 0.00 0.02 0.07 0.02 99.87 06:55:23 06:26:01 3 0.03 0.00 0.02 0.02 0.02 99.92 06:55:23 06:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:26:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:26:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:27:01 all 0.09 0.00 0.01 0.00 0.01 99.88 06:55:23 06:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:27:01 1 0.63 0.00 0.03 0.02 0.05 99.27 06:55:23 06:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:27:01 3 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:27:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:55:23 06:27:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:27:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:27:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:55:23 06:27:01 CPU %user %nice %system %iowait %steal %idle 06:55:23 06:28:01 all 0.05 0.00 0.01 0.01 0.01 99.92 06:55:23 06:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:28:01 1 0.08 0.00 0.03 0.03 0.02 99.83 06:55:23 06:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:28:01 4 0.03 0.00 0.02 0.02 0.02 99.92 06:55:23 06:28:01 5 0.13 0.00 0.00 0.00 0.02 99.85 06:55:23 06:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:28:01 7 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 06:55:23 06:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:29:01 1 0.02 0.00 0.03 0.02 0.02 99.92 06:55:23 06:29:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:55:23 06:29:01 3 0.02 0.00 0.03 0.00 0.02 99.93 06:55:23 06:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:29:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:30:01 all 0.04 0.00 0.02 0.00 0.01 99.93 06:55:23 06:30:01 0 0.05 0.00 0.00 0.00 0.02 99.93 06:55:23 06:30:01 1 0.02 0.00 0.02 0.02 0.02 99.93 06:55:23 06:30:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:55:23 06:30:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:55:23 06:30:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:30:01 5 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:30:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:31:01 all 0.15 0.00 0.01 0.00 0.01 99.82 06:55:23 06:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:31:01 1 1.14 0.00 0.02 0.02 0.03 98.79 06:55:23 06:31:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:31:01 3 0.05 0.00 0.02 0.00 0.02 99.92 06:55:23 06:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 06:55:23 06:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:32:01 all 0.20 0.00 0.02 0.01 0.01 99.76 06:55:23 06:32:01 0 0.05 0.00 0.00 0.00 0.00 99.95 06:55:23 06:32:01 1 1.45 0.00 0.07 0.03 0.02 98.43 06:55:23 06:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 06:55:23 06:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:32:01 4 0.02 0.00 0.00 0.02 0.02 99.95 06:55:23 06:32:01 5 0.00 0.00 0.00 0.00 0.02 99.98 06:55:23 06:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:32:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:33:01 all 0.03 0.00 0.01 0.00 0.01 99.94 06:55:23 06:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:33:01 1 0.10 0.00 0.02 0.02 0.03 99.83 06:55:23 06:33:01 2 0.05 0.00 0.03 0.02 0.02 99.88 06:55:23 06:33:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:33:01 4 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:33:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:34:01 all 0.04 0.00 0.02 0.00 0.01 99.94 06:55:23 06:34:01 0 0.07 0.00 0.00 0.00 0.00 99.93 06:55:23 06:34:01 1 0.05 0.00 0.07 0.02 0.03 99.83 06:55:23 06:34:01 2 0.03 0.00 0.00 0.02 0.00 99.95 06:55:23 06:34:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:34:01 4 0.05 0.00 0.03 0.00 0.02 99.90 06:55:23 06:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:34:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:35:01 all 0.02 0.00 0.02 0.00 0.01 99.95 06:55:23 06:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:35:01 1 0.12 0.00 0.03 0.02 0.03 99.80 06:55:23 06:35:01 2 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:35:01 4 0.02 0.00 0.03 0.02 0.02 99.92 06:55:23 06:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:35:01 7 0.00 0.00 0.03 0.00 0.00 99.97 06:55:23 06:36:01 all 0.05 0.00 0.01 0.00 0.01 99.93 06:55:23 06:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:36:01 1 0.05 0.00 0.05 0.00 0.02 99.88 06:55:23 06:36:01 2 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:36:01 3 0.08 0.00 0.02 0.00 0.02 99.88 06:55:23 06:36:01 4 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:36:01 6 0.07 0.00 0.02 0.00 0.02 99.90 06:55:23 06:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:37:01 all 0.02 0.00 0.02 0.00 0.01 99.94 06:55:23 06:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:37:01 1 0.03 0.00 0.07 0.02 0.02 99.87 06:55:23 06:37:01 2 0.03 0.00 0.03 0.02 0.02 99.90 06:55:23 06:37:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:37:01 4 0.02 0.00 0.05 0.00 0.00 99.93 06:55:23 06:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:38:02 all 0.02 0.00 0.03 0.00 0.01 99.94 06:55:23 06:38:02 0 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:38:02 1 0.03 0.00 0.05 0.02 0.03 99.87 06:55:23 06:38:02 2 0.07 0.00 0.05 0.00 0.02 99.87 06:55:23 06:38:02 3 0.00 0.00 0.05 0.00 0.02 99.93 06:55:23 06:38:02 4 0.00 0.00 0.00 0.00 0.02 99.98 06:55:23 06:38:02 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:38:02 6 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:38:02 7 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:55:23 06:38:02 CPU %user %nice %system %iowait %steal %idle 06:55:23 06:39:01 all 0.04 0.00 0.01 0.00 0.00 99.94 06:55:23 06:39:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:39:01 1 0.03 0.00 0.03 0.02 0.02 99.90 06:55:23 06:39:01 2 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:39:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:55:23 06:39:01 4 0.03 0.00 0.00 0.02 0.00 99.95 06:55:23 06:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:39:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:40:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:55:23 06:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:40:01 1 0.08 0.00 0.03 0.00 0.02 99.87 06:55:23 06:40:01 2 0.07 0.00 0.07 0.00 0.02 99.85 06:55:23 06:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:40:01 4 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:40:01 5 0.02 0.00 0.00 0.02 0.00 99.97 06:55:23 06:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:41:01 all 0.04 0.00 0.02 0.01 0.01 99.93 06:55:23 06:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 06:55:23 06:41:01 1 0.12 0.00 0.05 0.02 0.03 99.78 06:55:23 06:41:01 2 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:41:01 4 0.03 0.00 0.02 0.08 0.00 99.87 06:55:23 06:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:41:01 7 0.00 0.00 0.03 0.00 0.00 99.97 06:55:23 06:42:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:55:23 06:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:42:01 1 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:42:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:42:01 6 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:43:01 all 0.29 0.00 0.01 0.01 0.01 99.68 06:55:23 06:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:43:01 1 1.96 0.00 0.02 0.02 0.02 97.99 06:55:23 06:43:01 2 0.07 0.00 0.02 0.00 0.00 99.92 06:55:23 06:43:01 3 0.07 0.00 0.02 0.08 0.00 99.83 06:55:23 06:43:01 4 0.07 0.00 0.00 0.00 0.02 99.92 06:55:23 06:43:01 5 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:43:01 6 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:43:01 7 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:44:01 all 0.27 0.00 0.01 0.00 0.01 99.71 06:55:23 06:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:44:01 1 1.99 0.00 0.03 0.00 0.03 97.95 06:55:23 06:44:01 2 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:44:01 4 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:45:01 all 0.28 0.00 0.02 0.00 0.01 99.69 06:55:23 06:45:01 0 0.02 0.00 0.05 0.00 0.00 99.93 06:55:23 06:45:01 1 2.02 0.00 0.02 0.02 0.02 97.93 06:55:23 06:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:55:23 06:45:01 3 0.03 0.00 0.02 0.02 0.02 99.92 06:55:23 06:45:01 4 0.07 0.00 0.02 0.00 0.02 99.90 06:55:23 06:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:45:01 6 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:46:01 all 0.08 0.00 0.02 0.00 0.00 99.90 06:55:23 06:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:46:01 1 0.45 0.00 0.05 0.00 0.02 99.48 06:55:23 06:46:01 2 0.03 0.00 0.05 0.00 0.02 99.90 06:55:23 06:46:01 3 0.03 0.00 0.02 0.02 0.00 99.93 06:55:23 06:46:01 4 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:46:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:47:01 all 0.03 0.00 0.02 0.00 0.01 99.94 06:55:23 06:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 06:55:23 06:47:01 1 0.03 0.00 0.02 0.02 0.02 99.92 06:55:23 06:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 06:55:23 06:47:01 4 0.03 0.00 0.03 0.02 0.02 99.90 06:55:23 06:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:47:01 6 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:47:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 06:55:23 06:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 06:55:23 06:48:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:48:01 4 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:49:01 all 0.04 0.00 0.02 0.01 0.01 99.93 06:55:23 06:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:49:01 1 0.00 0.00 0.02 0.02 0.02 99.95 06:55:23 06:49:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:55:23 06:49:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:55:23 06:49:01 4 0.07 0.00 0.03 0.03 0.00 99.87 06:55:23 06:49:01 5 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:49:01 6 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:49:01 7 0.03 0.00 0.03 0.00 0.00 99.93 06:55:23 06:55:23 06:49:01 CPU %user %nice %system %iowait %steal %idle 06:55:23 06:50:01 all 0.04 0.00 0.01 0.00 0.01 99.95 06:55:23 06:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:50:01 1 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:50:01 2 0.15 0.00 0.05 0.00 0.02 99.78 06:55:23 06:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 06:55:23 06:50:01 5 0.05 0.00 0.00 0.00 0.00 99.95 06:55:23 06:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:51:01 all 0.04 0.00 0.01 0.00 0.01 99.94 06:55:23 06:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:51:01 1 0.02 0.00 0.02 0.02 0.03 99.92 06:55:23 06:51:01 2 0.07 0.00 0.02 0.00 0.02 99.90 06:55:23 06:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 06:55:23 06:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:51:01 5 0.08 0.00 0.03 0.00 0.02 99.87 06:55:23 06:51:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 06:55:23 06:52:01 all 0.02 0.00 0.02 0.01 0.01 99.94 06:55:23 06:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:52:01 1 0.02 0.00 0.02 0.07 0.02 99.88 06:55:23 06:52:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:55:23 06:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:52:01 4 0.00 0.00 0.02 0.02 0.00 99.97 06:55:23 06:52:01 5 0.03 0.00 0.05 0.00 0.02 99.90 06:55:23 06:52:01 6 0.03 0.00 0.03 0.00 0.02 99.92 06:55:23 06:52:01 7 0.00 0.00 0.02 0.00 0.00 99.98 06:55:23 06:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 06:55:23 06:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:53:01 1 0.02 0.00 0.00 0.02 0.02 99.95 06:55:23 06:53:01 2 0.07 0.00 0.03 0.00 0.02 99.88 06:55:23 06:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:53:01 4 0.00 0.00 0.02 0.02 0.02 99.95 06:55:23 06:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 06:55:23 06:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 06:55:23 06:53:01 7 0.02 0.00 0.02 0.00 0.02 99.95 06:55:23 06:54:01 all 0.14 0.00 0.02 0.00 0.01 99.83 06:55:23 06:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 06:55:23 06:54:01 1 0.85 0.00 0.03 0.00 0.02 99.10 06:55:23 06:54:01 2 0.08 0.00 0.03 0.00 0.00 99.88 06:55:23 06:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 06:55:23 06:54:01 4 0.03 0.00 0.00 0.02 0.00 99.95 06:55:23 06:54:01 5 0.07 0.00 0.05 0.00 0.02 99.87 06:55:23 06:54:01 6 0.03 0.00 0.00 0.00 0.00 99.97 06:55:23 06:54:01 7 0.02 0.00 0.03 0.00 0.00 99.95 06:55:23 06:55:01 all 9.24 0.00 4.03 1.66 0.05 85.01 06:55:23 06:55:01 0 8.67 0.00 4.44 0.20 0.05 86.64 06:55:23 06:55:01 1 9.39 0.00 3.54 1.28 0.05 85.75 06:55:23 06:55:01 2 8.64 0.00 4.21 2.45 0.05 84.65 06:55:23 06:55:01 3 9.81 0.00 4.01 0.25 0.03 85.89 06:55:23 06:55:01 4 7.62 0.00 4.63 7.70 0.05 80.00 06:55:23 06:55:01 5 11.43 0.00 4.24 0.19 0.07 84.07 06:55:23 06:55:01 6 8.32 0.00 3.97 1.00 0.05 86.67 06:55:23 06:55:01 7 10.07 0.00 3.22 0.22 0.05 86.43 06:55:23 Average: all 8.51 0.00 1.41 0.55 0.02 89.51 06:55:23 Average: 0 8.55 0.00 1.42 0.44 0.02 89.56 06:55:23 Average: 1 8.70 0.00 1.38 0.38 0.03 89.51 06:55:23 Average: 2 8.41 0.00 1.36 0.87 0.03 89.33 06:55:23 Average: 3 8.62 0.00 1.48 0.67 0.02 89.21 06:55:23 Average: 4 8.42 0.00 1.44 0.42 0.02 89.70 06:55:23 Average: 5 8.49 0.00 1.33 0.35 0.02 89.81 06:55:23 Average: 6 8.32 0.00 1.47 0.45 0.02 89.73 06:55:23 Average: 7 8.53 0.00 1.40 0.82 0.02 89.23 06:55:23 06:55:23 06:55:23