Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 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-ssh17070971822466565003.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-ssh14160972911969498417.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-ssh10367780075997328201.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-ssh3585170429958341922.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-ssh2636364858288607309.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2800 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/847 [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/847 # 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 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c (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 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c # timeout=10 Commit message: "fix: Windows path in db init sql (#5170)" > git rev-list --no-walk 5253eced39842caddeb9918bdd1527479e310d43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:53:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:53:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:53:41 ========================================================= 02:53:41 EdgeX Global Pipelines Version Info 02:53:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:53:42 ------------------- 02:53:42 stable info: 02:53:42 ------------------- 02:53:42 Commited By: Ginny Guan ginny@iotechsys.com 02:53:42 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 02:53:42 Message: update stable to v1.0.274 02:53:42 ------------------- 02:53:42 experimental info: 02:53:42 ------------------- 02:53:42 Commited By: **** collab-it+edgex@linuxfoundation.org 02:53:42 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 02:53:42 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67eb838 [Pipeline] echo 02:53:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:43 provisioning config files... 02:53:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config15564957235562702983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:53:43 ---> ****-login.sh 02:53:43 nexus3.edgexfoundry.org:10001 02:53:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:53:44 Configure a credential helper to remove this warning. See 02:53:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:53:44 02:53:44 Login Succeeded 02:53:44 nexus3.edgexfoundry.org:10002 02:53:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:53:44 Configure a credential helper to remove this warning. See 02:53:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:53:44 02:53:44 Login Succeeded 02:53:44 nexus3.edgexfoundry.org:10003 02:53:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:53:44 Configure a credential helper to remove this warning. See 02:53:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:53:44 02:53:44 Login Succeeded 02:53:44 nexus3.edgexfoundry.org:10004 02:53:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:53:44 Configure a credential helper to remove this warning. See 02:53:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:53:44 02:53:44 Login Succeeded 02:53:44 ****.io 02:53:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:53:44 Configure a credential helper to remove this warning. See 02:53:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:53:44 02:53:44 Login Succeeded 02:53:44 ---> ****-login.sh ends [Pipeline] } 02:53:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:53:45 + 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 02:53:45 + + dirname cmd/core-command/Dockerfile 02:53:45 cut -d/ -f2 02:53:45 + echo core-command,cmd/core-command/Dockerfile 02:53:45 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:53:45 cut -d/ -f2 02:53:45 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:53:45 + dirname cmd/core-data/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo core-data,cmd/core-data/Dockerfile 02:53:45 + dirname cmd/core-keeper/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo core-keeper,cmd/core-keeper/Dockerfile 02:53:45 + dirname cmd/core-metadata/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo core-metadata,cmd/core-metadata/Dockerfile 02:53:45 + dirname cmd/security-bootstrapper/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:53:45 + dirname cmd/security-proxy-auth/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:53:45 + dirname cmd/security-proxy-setup/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:53:45 + dirname cmd/security-secretstore-setup/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:53:45 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:53:45 + dirname cmd/security-spire-agent/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:53:45 + dirname cmd/security-spire-config/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:53:45 + dirname cmd/security-spire-server/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:53:45 + dirname cmd/support-notifications/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo support-notifications,cmd/support-notifications/Dockerfile 02:53:45 + dirname cmd/support-scheduler/Dockerfile 02:53:45 + cut -d/ -f2 02:53:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:53:45 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 02:53:45 + git rev-list -1 --merges 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c~1..67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 02:53:45 -----------> git rev-list -1 --merges 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c~1..67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [false] [Pipeline] sh 02:53:45 + git log --format=format:%s -1 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 02:53:45 ========================================================= 02:53:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:53:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:53:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:53:46 + grep -v github /etc/ssh/ssh_known_hosts 02:53:46 + [ -e /tmp/ssh_known_hosts ] 02:53:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:53:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:53:46 + sudo tee -a /etc/ssh/ssh_known_hosts 02:53:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:53:46 02:53:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:53:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:53:47 0.1.4: Pulling from edgex-devops/py-git-semver 02:53:47 3dae71ba6b94: Pulling fs layer 02:53:47 6bf1a483ea7c: Pulling fs layer 02:53:47 f5dfc541a4d3: Pulling fs layer 02:53:47 461d9e800cba: Pulling fs layer 02:53:47 80192f66455f: Pulling fs layer 02:53:47 2e8e34ca0e6c: Pulling fs layer 02:53:47 a29436f7fd5d: Pulling fs layer 02:53:47 923cac83aea3: Pulling fs layer 02:53:47 25ad8b0a4227: Pulling fs layer 02:53:47 db01528c6b51: Pulling fs layer 02:53:47 28988de357af: Pulling fs layer 02:53:47 461d9e800cba: Waiting 02:53:47 2e8e34ca0e6c: Waiting 02:53:47 25ad8b0a4227: Waiting 02:53:47 a29436f7fd5d: Waiting 02:53:47 923cac83aea3: Waiting 02:53:47 db01528c6b51: Waiting 02:53:47 28988de357af: Waiting 02:53:47 80192f66455f: Waiting 02:53:47 6bf1a483ea7c: Verifying Checksum 02:53:47 6bf1a483ea7c: Download complete 02:53:47 461d9e800cba: Verifying Checksum 02:53:47 461d9e800cba: Download complete 02:53:47 80192f66455f: Verifying Checksum 02:53:47 80192f66455f: Download complete 02:53:47 f5dfc541a4d3: Verifying Checksum 02:53:47 f5dfc541a4d3: Download complete 02:53:47 3dae71ba6b94: Download complete 02:53:47 923cac83aea3: Verifying Checksum 02:53:47 923cac83aea3: Download complete 02:53:47 25ad8b0a4227: Verifying Checksum 02:53:47 25ad8b0a4227: Download complete 02:53:47 db01528c6b51: Verifying Checksum 02:53:47 db01528c6b51: Download complete 02:53:47 28988de357af: Verifying Checksum 02:53:47 28988de357af: Download complete 02:53:47 a29436f7fd5d: Verifying Checksum 02:53:47 a29436f7fd5d: Download complete 02:53:48 2e8e34ca0e6c: Verifying Checksum 02:53:48 2e8e34ca0e6c: Download complete 02:53:48 3dae71ba6b94: Pull complete 02:53:48 6bf1a483ea7c: Pull complete 02:53:49 f5dfc541a4d3: Pull complete 02:53:49 461d9e800cba: Pull complete 02:53:49 80192f66455f: Pull complete 02:53:52 2e8e34ca0e6c: Pull complete 02:53:53 a29436f7fd5d: Pull complete 02:53:53 923cac83aea3: Pull complete 02:53:53 25ad8b0a4227: Pull complete 02:53:54 db01528c6b51: Pull complete 02:53:54 28988de357af: Pull complete 02:53:54 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:53:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:53:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:53:54 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 02:53:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:53:56 $ docker top e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d -eo pid,comm 02:53:57 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:53:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:53:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:53:57 [ssh-agent] Looking for ssh-agent implementation... 02:53:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:53:57 $ docker exec e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent 02:53:57 SSH_AUTH_SOCK=/tmp/ssh-bf2Ehkv6hYPP/agent.32 02:53:57 SSH_AGENT_PID=38 02:53:57 Running ssh-add (command line suppressed) 02:53:57 Identity added: /w/workspace/edgex-go/847@tmp/private_key_16366582510340328193.key (/w/workspace/edgex-go/847@tmp/private_key_16366582510340328193.key) 02:53:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:53:57 + git tag --points-at HEAD [Pipeline] } 02:53:57 $ docker exec --env ******** --env ******** e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent -k 02:53:57 unset SSH_AUTH_SOCK; 02:53:57 unset SSH_AGENT_PID; 02:53:57 echo Agent pid 38 killed; 02:53:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:53:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:53:57 [ssh-agent] Looking for ssh-agent implementation... 02:53:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:53:58 $ docker exec e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent 02:53:58 SSH_AUTH_SOCK=/tmp/ssh-EIGy9KrnaQ6W/agent.71 02:53:58 SSH_AGENT_PID=77 02:53:58 Running ssh-add (command line suppressed) 02:53:58 Identity added: /w/workspace/edgex-go/847@tmp/private_key_3453105497885605571.key (/w/workspace/edgex-go/847@tmp/private_key_3453105497885605571.key) 02:53:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:53:58 + git semver init 02:53:58 2025-06-05 02:53:58,810 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:53:58 2025-06-05 02:53:58,815 [run_init] DEBUG init version:0.0.0 force:False 02:53:58 2025-06-05 02:53:58,816 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/847/.semver 02:53:58 2025-06-05 02:53:58,816 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/847/.semver 02:53:58 2025-06-05 02:53:58,817 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/847/.semver'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) 02:54:04 2025-06-05 02:54:03,343 [append_file] DEBUG append to file:/w/workspace/edgex-go/847/.git/info/exclude 02:54:04 2025-06-05 02:54:03,344 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/847/.semver/main with force:False 02:54:04 2025-06-05 02:54:03,344 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 02:54:04 2025-06-05 02:54:03,344 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 02:54:04 4.1.0-dev.20 [Pipeline] } 02:54:04 $ docker exec --env ******** --env ******** e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent -k 02:54:04 unset SSH_AUTH_SOCK; 02:54:04 unset SSH_AGENT_PID; 02:54:04 echo Agent pid 77 killed; 02:54:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:54:04 + git semver [Pipeline] } 02:54:05 $ docker stop --time=1 e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d 02:54:06 $ docker rm -f --volumes e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d [Pipeline] // withDockerContainer [Pipeline] sh 02:54:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:54:07 Stashed 1 file(s) [Pipeline] echo 02:54:07 [edgeXSemver]: initialized semver on version 4.1.0-dev.20 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:54:07 + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo 02:54:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:54:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:54:07 ========================================================= 02:54:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:54:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:54:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:54:07 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:54:07 0a9a5dfd008f: Pulling fs layer 02:54:07 dbfa0bcfca99: Pulling fs layer 02:54:07 70eabb1d9476: Pulling fs layer 02:54:07 957bedc73fa3: Pulling fs layer 02:54:07 4f4fb700ef54: Pulling fs layer 02:54:07 f40432e63723: Pulling fs layer 02:54:07 90b4343acab7: Pulling fs layer 02:54:07 9f67ea4ac784: Pulling fs layer 02:54:07 9228b9a606be: Pulling fs layer 02:54:07 4f4fb700ef54: Waiting 02:54:07 9f67ea4ac784: Waiting 02:54:07 9228b9a606be: Waiting 02:54:07 f40432e63723: Waiting 02:54:07 90b4343acab7: Waiting 02:54:07 957bedc73fa3: Waiting 02:54:07 dbfa0bcfca99: Verifying Checksum 02:54:07 dbfa0bcfca99: Download complete 02:54:07 957bedc73fa3: Verifying Checksum 02:54:07 957bedc73fa3: Download complete 02:54:07 4f4fb700ef54: Download complete 02:54:07 f40432e63723: Verifying Checksum 02:54:07 f40432e63723: Download complete 02:54:07 0a9a5dfd008f: Download complete 02:54:07 90b4343acab7: Verifying Checksum 02:54:07 90b4343acab7: Download complete 02:54:08 0a9a5dfd008f: Pull complete 02:54:08 9228b9a606be: Verifying Checksum 02:54:08 9228b9a606be: Download complete 02:54:08 dbfa0bcfca99: Pull complete 02:54:08 70eabb1d9476: Download complete 02:54:08 9f67ea4ac784: Verifying Checksum 02:54:08 9f67ea4ac784: Download complete 02:54:12 70eabb1d9476: Pull complete 02:54:12 957bedc73fa3: Pull complete 02:54:12 4f4fb700ef54: Pull complete 02:54:12 f40432e63723: Pull complete 02:54:12 90b4343acab7: Pull complete 02:54:15 9f67ea4ac784: Pull complete 02:54:15 9228b9a606be: Pull complete 02:54:15 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 02:54:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:54:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:54:15 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:54:15 WORKDIR /edgex 02:54:15 COPY go.mod . 02:54:15 RUN go mod download 02:54:15 + docker build -t ci-base-image-x86_64 -f - . 02:54:16 Sending build context to Docker daemon 185.8MB 02:54:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:54:16 ---> 69404ca5bff2 02:54:16 Step 2/4 : WORKDIR /edgex 02:54:18 ---> Running in 423f79b81bac 02:54:18 Removing intermediate container 423f79b81bac 02:54:18 ---> 7453b87da7a9 02:54:18 Step 3/4 : COPY go.mod . 02:54:18 ---> ae48015c3e4d 02:54:18 Step 4/4 : RUN go mod download 02:54:18 ---> Running in 8af9bfd083b5 02:54:22 Still waiting to schedule task 02:54:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:54:40 Removing intermediate container 8af9bfd083b5 02:54:40 ---> a45eec089915 02:54:40 Successfully built a45eec089915 02:54:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:40 + docker inspect -f . ci-base-image-x86_64 02:54:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:41 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 02:54:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:54:41 $ docker top d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:41 + go version 02:54:41 go version go1.23.8 linux/amd64 [Pipeline] } 02:54:41 $ docker stop --time=1 d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 02:54:43 $ docker rm -f --volumes d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:54:43 + docker inspect -f . ci-base-image-x86_64 02:54:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:54:43 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 02:54:43 $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:54:43 $ docker top d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad -eo pid,comm [Pipeline] { [Pipeline] echo 02:54:44 ========================================================= 02:54:44 [edgeXBuildGoParallel] Running Tests and Build... 02:54:44 ========================================================= [Pipeline] sh 02:54:44 + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] fileExists [Pipeline] sh 02:54:44 + make test 02:54:44 go test -race -coverprofile=coverage.out ./... 02:54:52 ? github.com/edgexfoundry/edgex-go [no test files] 02:55:19 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:55:19 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:55:19 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:55:19 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:55:19 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:55:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:55:20 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:55:20 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:55:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements 02:55:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.043s coverage: 97.0% of statements 02:55:21 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:55:21 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:55:22 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:55:22 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:55:23 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:55:23 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:55:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:55:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:24 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:55:24 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements 02:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.029s coverage: 3.5% of statements 02:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.067s coverage: 45.2% of statements 02:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.807s coverage: 93.4% of statements 02:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements 02:55:26 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:55:26 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:55:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:55:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:55:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:55:28 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:55:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.400s coverage: 95.8% of statements 02:55:29 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 02:55:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:55:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:55:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 02:55:30 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:55:30 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:55:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.025s coverage: 81.1% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements 02:55:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 02:55:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:55:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:55:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.029s coverage: 87.5% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:55:33 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:55:34 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:55:34 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:55:35 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:55:37 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:55:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:55:38 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:55:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:55:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:55:39 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:55:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:55:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:55:43 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:55:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:55:44 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.034s coverage: 94.4% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:55:46 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:55:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:55:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:55:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:55:48 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:55:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:55:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:55:49 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:55:49 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:55:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:55:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:55:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:55:50 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.042s coverage: 92.9% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.030s coverage: 47.4% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.105s coverage: 81.8% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.181s coverage: 54.5% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 29.2% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 3.1% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements 02:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 02:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 02:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.130s coverage: 94.9% of statements 02:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 02:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements 02:55:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.032s coverage: 43.6% of statements 02:55:56 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 02:55:56 running golangci-lint 02:55:56 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:55:56 go version go1.23.8 linux/amd64 02:55:56 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:55:56 level=info msg="[config_reader] Used config file .golangci.yml" 02:55:56 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:56:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2801 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:56:08 Running in /w/workspace/edgex-go/847 [Pipeline] { [Pipeline] checkout 02:56:11 The recommended git tool is: git 02:56:16 using credential edgex-jenkins-ssh 02:56:16 Cloning the remote Git repository 02:56:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:56:16 > git init /w/workspace/edgex-go/847 # timeout=10 02:56:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:56:16 > git --version # timeout=10 02:56:16 > git --version # 'git version 2.25.1' 02:56:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:56:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:56:23 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 25.280904301s" 02:56:23 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.09054ms" 02:56:35 Avoid second fetch 02:56:35 Checking out Revision 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c (main) 02:56:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:56:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:56:35 > git config core.sparsecheckout # timeout=10 02:56:36 Commit message: "fix: Windows path in db init sql (#5170)" 02:56:37 level=info msg="[linters_context/goanalysis] analyzers took 1m59.052277598s with top 10 stages: buildir: 1m10.539796689s, gosec: 4.036650094s, inspect: 2.978581525s, fact_deprecated: 2.738384013s, printf: 1.933855238s, fact_purity: 1.617444261s, ctrlflow: 1.566601987s, S1038: 1.406401701s, nilness: 1.321907483s, unused: 856.866061ms" 02:56:37 level=info msg="[runner] Issues before processing: 202, after processing: 0" 02:56:37 level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, invalid_issue: 202/202, skip_files: 202/202, skip_dirs: 202/202, nolint: 20/0, filename_unadjuster: 202/202, path_prettifier: 202/202, exclude: 202/202, exclude-rules: 202/20" 02:56:37 level=info msg="[runner] processing took 19.099237ms with stages: nolint: 8.072241ms, identifier_marker: 5.142288ms, path_prettifier: 1.818062ms, exclude-rules: 1.7465ms, autogenerated_exclude: 1.345118ms, skip_dirs: 816.664µs, cgo: 69.782µs, invalid_issue: 49.501µs, filename_unadjuster: 34.471µs, max_same_issues: 1.41µs, skip_files: 450ns, fixer: 420ns, uniq_by_line: 420ns, severity-rules: 360ns, exclude: 290ns, sort_results: 260ns, path_prefixer: 250ns, diff: 240ns, max_from_linter: 160ns, source_code: 140ns, max_per_file_from_linter: 110ns, path_shortener: 100ns" 02:56:37 level=info msg="[runner] linters took 14.941698499s with stages: goanalysis_metalinter: 14.922476279s" 02:56:37 level=info msg="File cache stats: 0 entries of total size 0B" 02:56:37 level=info msg="Memory: 403 samples, avg is 324.1MB, max is 1404.8MB" 02:56:37 level=info msg="Execution took 40.292521531s" 02:56:37 go vet ./... 02:56:35 > git checkout -f 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:56:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:56:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:56:41 Dload Upload Total Spent Left Speed 02:56:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 91992 0 --:--:-- --:--:-- --:--:-- 92645 [Pipeline] sh 02:56:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:56:42 + sudo tee /etc/docker/daemon.new 02:56:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:56:42 { 02:56:42 "registry-mirrors": [ 02:56:42 "https://nexus3.edgexfoundry.org:10001" 02:56:42 ], 02:56:42 "bip": "10.250.0.254/24", 02:56:42 "hosts": [ 02:56:42 "tcp://0.0.0.0:5555", 02:56:42 "unix:///var/run/docker.sock" 02:56:42 ], 02:56:42 "mtu": 1458, 02:56:42 "selinux-enabled": true, 02:56:42 "seccomp-profile": "/etc/docker/seccomp.json" 02:56:42 } [Pipeline] sh 02:56:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:56:42 + sudo service docker restart 02:56:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:56:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:56:44 ./bin/test-attribution-txt.sh 02:56:44 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:56:44 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 02:56:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:56:45 + ls -al . 02:56:45 total 1992 02:56:45 drwxrwxr-x 11 1001 1001 4096 Jun 5 02:54 . 02:56:45 drwxr-xr-x 4 root root 4096 Jun 5 02:54 .. 02:56:45 drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 .blubracket 02:56:45 -rw-rw-r-- 1 1001 1001 10 Jun 5 02:53 .dockerignore 02:56:45 drwxrwxr-x 8 1001 1001 4096 Jun 5 02:55 .git 02:56:45 drwxrwxr-x 3 1001 1001 4096 Jun 5 02:53 .github 02:56:45 -rw-rw-r-- 1 1001 1001 909 Jun 5 02:53 .gitignore 02:56:45 -rw-rw-r-- 1 1001 1001 218 Jun 5 02:53 .golangci.yml 02:56:45 -rw-rw-r-- 1 1001 1001 100 Jun 5 02:53 .hadolint.yml 02:56:45 drwxr-xr-x 3 1001 1001 4096 Jun 5 02:54 .semver 02:56:45 -rw-rw-r-- 1 1001 1001 155 Jun 5 02:53 .sonarcloud.properties 02:56:45 -rw-rw-r-- 1 1001 1001 1171 Jun 5 02:53 ADOPTERS.md 02:56:45 -rw-rw-r-- 1 1001 1001 17374 Jun 5 02:53 Attribution.txt 02:56:45 -rw-rw-r-- 1 1001 1001 108018 Jun 5 02:53 CHANGELOG.md 02:56:45 -rw-rw-r-- 1 1001 1001 3804 Jun 5 02:53 CONTRIBUTING.md 02:56:45 -rw-rw-r-- 1 1001 1001 677 Jun 5 02:53 GOVERNANCE.md 02:56:45 -rw-rw-r-- 1 1001 1001 858 Jun 5 02:53 Jenkinsfile 02:56:45 -rw-rw-r-- 1 1001 1001 10775 Jun 5 02:53 LICENSE 02:56:45 -rw-rw-r-- 1 1001 1001 16740 Jun 5 02:53 Makefile 02:56:45 -rw-rw-r-- 1 1001 1001 582 Jun 5 02:53 OWNERS.md 02:56:45 -rw-rw-r-- 1 1001 1001 9932 Jun 5 02:53 README.md 02:56:45 -rw-rw-r-- 1 1001 1001 789 Jun 5 02:53 SECURITY.md 02:56:45 -rw-rw-r-- 1 1001 1001 12 Jun 5 02:54 VERSION 02:56:45 drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 bin 02:56:45 drwxrwxr-x 19 1001 1001 4096 Jun 5 02:53 cmd 02:56:45 -rw-r--r-- 1 root root 1661403 Jun 5 02:55 coverage.out 02:56:45 drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 fuzz_test 02:56:45 -rw-rw-r-- 1 1001 1001 6474 Jun 5 02:53 go.mod 02:56:45 -rw-rw-r-- 1 1001 1001 88008 Jun 5 02:53 go.sum 02:56:45 drwxrwxr-x 7 1001 1001 4096 Jun 5 02:53 internal 02:56:45 drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 openapi 02:56:45 -rw-rw-r-- 1 1001 1001 584 Jun 5 02:53 security.txt 02:56:45 -rw-rw-r-- 1 1001 1001 204 Jun 5 02:53 version.go [Pipeline] sh 02:56:45 + '[' -e coverage.out ] 02:56:45 + chown 1001:1001 coverage.out [Pipeline] stash 02:56:45 Stashed 1 file(s) [Pipeline] sh 02:56:45 + make build 02:56:45 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:57:01 provisioning config files... 02:57:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config11044946356621683518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:57:01 ---> ****-login.sh 02:57:01 nexus3.edgexfoundry.org:10001 02:57:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:57:02 Configure a credential helper to remove this warning. See 02:57:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:57:02 02:57:02 Login Succeeded 02:57:02 nexus3.edgexfoundry.org:10002 02:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:57:02 Configure a credential helper to remove this warning. See 02:57:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:57:02 02:57:02 Login Succeeded 02:57:02 nexus3.edgexfoundry.org:10003 02:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:57:03 Configure a credential helper to remove this warning. See 02:57:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:57:03 02:57:03 Login Succeeded 02:57:03 nexus3.edgexfoundry.org:10004 02:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:57:03 Configure a credential helper to remove this warning. See 02:57:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:57:03 02:57:03 Login Succeeded 02:57:03 ****.io 02:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:57:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:57:04 Configure a credential helper to remove this warning. See 02:57:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:57:04 02:57:04 Login Succeeded 02:57:04 ---> ****-login.sh ends [Pipeline] } 02:57:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:57:05 + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo 02:57:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:57:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:57:05 ========================================================= 02:57:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:57:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:57:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:57:05 94e9d8af2201: Pulling fs layer 02:57:05 634366ca850b: Pulling fs layer 02:57:05 f66ade281fe9: Pulling fs layer 02:57:05 13fd4ce6e94e: Pulling fs layer 02:57:05 4f4fb700ef54: Pulling fs layer 02:57:05 4cccf3f17d63: Pulling fs layer 02:57:05 2d8010953d95: Pulling fs layer 02:57:05 ec743f232bc5: Pulling fs layer 02:57:05 4cccf3f17d63: Waiting 02:57:05 13fd4ce6e94e: Waiting 02:57:05 4f4fb700ef54: Waiting 02:57:05 2d8010953d95: Waiting 02:57:05 ec743f232bc5: Waiting 02:57:05 634366ca850b: Verifying Checksum 02:57:05 634366ca850b: Download complete 02:57:05 13fd4ce6e94e: Verifying Checksum 02:57:05 13fd4ce6e94e: Download complete 02:57:05 4f4fb700ef54: Verifying Checksum 02:57:05 4f4fb700ef54: Download complete 02:57:05 4cccf3f17d63: Verifying Checksum 02:57:05 4cccf3f17d63: Download complete 02:57:05 94e9d8af2201: Verifying Checksum 02:57:05 94e9d8af2201: Download complete 02:57:06 ec743f232bc5: Verifying Checksum 02:57:06 ec743f232bc5: Download complete 02:57:06 94e9d8af2201: Pull complete 02:57:07 634366ca850b: Pull complete 02:57:07 f66ade281fe9: Download complete 02:57:08 2d8010953d95: Verifying Checksum 02:57:08 2d8010953d95: Download complete 02:57:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:57:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:57:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:57:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:57:13 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:57:19 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:57:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:57:21 f66ade281fe9: Pull complete 02:57:21 13fd4ce6e94e: Pull complete 02:57:21 4f4fb700ef54: Pull complete 02:57:21 4cccf3f17d63: Pull complete 02:57:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:57:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:57:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:57:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:57:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:57:30 2d8010953d95: Pull complete [Pipeline] } 02:57:30 $ docker stop --time=1 d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad 02:57:31 ec743f232bc5: Pull complete 02:57:31 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 02:57:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:57:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:57:33 $ docker rm -f --volumes d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 02:57:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:57:34 WORKDIR /edgex 02:57:34 COPY go.mod . 02:57:34 RUN go mod download 02:57:34 + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:57:34 02:57:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:57:34 latest: Pulling from edgex-devops/edgex-compose 02:57:34 91d30c5bc195: Pulling fs layer 02:57:34 2e9b0aa3be6d: Pulling fs layer 02:57:34 9c61dcf015f6: Pulling fs layer 02:57:34 4698f68db338: Pulling fs layer 02:57:34 2a2f49069b9e: Pulling fs layer 02:57:34 e0025b399a48: Pulling fs layer 02:57:34 4698f68db338: Waiting 02:57:34 2a2f49069b9e: Waiting 02:57:34 e0025b399a48: Waiting 02:57:34 91d30c5bc195: Download complete 02:57:34 4698f68db338: Verifying Checksum 02:57:34 4698f68db338: Download complete 02:57:34 2e9b0aa3be6d: Verifying Checksum 02:57:34 2e9b0aa3be6d: Download complete 02:57:35 e0025b399a48: Download complete 02:57:35 91d30c5bc195: Pull complete 02:57:35 2a2f49069b9e: Verifying Checksum 02:57:35 Sending build context to Docker daemon 3.695MB 02:57:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:57:35 ---> 12c1d4c06be1 02:57:35 Step 2/4 : WORKDIR /edgex 02:57:35 2e9b0aa3be6d: Pull complete 02:57:35 9c61dcf015f6: Download complete 02:57:37 ---> Running in 021d3df52e96 02:57:37 Removing intermediate container 021d3df52e96 02:57:37 ---> 29dd9b06f422 02:57:37 Step 3/4 : COPY go.mod . 02:57:37 ---> 47e560edd04f 02:57:37 Step 4/4 : RUN go mod download 02:57:37 ---> Running in 1e3f169d66a4 02:57:38 9c61dcf015f6: Pull complete 02:57:38 4698f68db338: Pull complete 02:57:38 2a2f49069b9e: Pull complete 02:57:38 e0025b399a48: Pull complete 02:57:38 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:57:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:57:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:57:38 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 02:57:38 $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:57:39 $ docker top 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:40 + docker compose -f ./docker-compose-build.yml build --parallel 02:57:42 #1 [security-secretstore-setup internal] load build definition from Dockerfile 02:57:42 #1 transferring dockerfile: 2.49kB done 02:57:42 #1 DONE 0.0s 02:57:42 02:57:42 #2 [core-keeper internal] load build definition from Dockerfile 02:57:42 #2 transferring dockerfile: 2.01kB done 02:57:42 #2 DONE 0.0s 02:57:42 02:57:42 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:57:42 #3 transferring dockerfile: 2.23kB done 02:57:42 #3 DONE 0.0s 02:57:42 02:57:42 #4 [security-proxy-setup internal] load build definition from Dockerfile 02:57:42 #4 transferring dockerfile: 2.50kB done 02:57:42 #4 DONE 0.0s 02:57:42 02:57:42 #5 [security-bootstrapper internal] load build definition from Dockerfile 02:57:42 #5 transferring dockerfile: 3.02kB done 02:57:42 #5 DONE 0.0s 02:57:42 02:57:42 #6 [security-spire-config internal] load build definition from Dockerfile 02:57:42 #6 transferring dockerfile: 1.69kB done 02:57:42 #6 DONE 0.0s 02:57:42 02:57:42 #7 [core-metadata internal] load build definition from Dockerfile 02:57:42 #7 transferring dockerfile: 2.10kB done 02:57:42 #7 DONE 0.0s 02:57:42 02:57:42 #8 [security-proxy-auth internal] load build definition from Dockerfile 02:57:42 #8 transferring dockerfile: 2.14kB done 02:57:42 #8 DONE 0.0s 02:57:42 02:57:42 #9 [security-spire-server internal] load build definition from Dockerfile 02:57:42 #9 transferring dockerfile: 1.70kB done 02:57:42 #9 DONE 0.0s 02:57:42 02:57:42 #10 [support-scheduler internal] load build definition from Dockerfile 02:57:42 #10 transferring dockerfile: 1.83kB done 02:57:42 #10 DONE 0.0s 02:57:42 02:57:42 #11 [core-data internal] load build definition from Dockerfile 02:57:42 #11 transferring dockerfile: 2.04kB done 02:57:42 #11 DONE 0.0s 02:57:42 02:57:42 #12 [security-secretstore-setup internal] load .dockerignore 02:57:42 #12 DONE 0.0s 02:57:42 02:57:42 #13 [security-spire-agent internal] load build definition from Dockerfile 02:57:42 #13 transferring dockerfile: 1.81kB done 02:57:42 #13 DONE 0.0s 02:57:42 02:57:42 #14 [core-command internal] load build definition from Dockerfile 02:57:42 #14 transferring dockerfile: 1.94kB done 02:57:42 #14 DONE 0.0s 02:57:42 02:57:42 #15 [support-notifications internal] load build definition from Dockerfile 02:57:42 #15 transferring dockerfile: 2.00kB done 02:57:42 #15 DONE 0.1s 02:57:42 02:57:42 #16 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:57:42 #16 transferring dockerfile: 1.89kB done 02:57:42 #16 DONE 0.0s 02:57:42 02:57:42 #12 [security-secretstore-setup internal] load .dockerignore 02:57:42 #12 transferring context: 50B done 02:57:42 #12 DONE 0.1s 02:57:43 02:57:43 #17 [core-keeper internal] load .dockerignore 02:57:43 #17 transferring context: 50B done 02:57:43 #17 DONE 0.0s 02:57:43 02:57:43 #18 [core-common-config-bootstrapper internal] load .dockerignore 02:57:43 #18 transferring context: 50B done 02:57:43 #18 DONE 0.0s 02:57:43 02:57:43 #19 [security-spire-config internal] load .dockerignore 02:57:43 #19 transferring context: 50B done 02:57:43 #19 DONE 0.0s 02:57:43 02:57:43 #20 [security-bootstrapper internal] load .dockerignore 02:57:43 #20 transferring context: 50B done 02:57:43 #20 DONE 0.0s 02:57:43 02:57:43 #21 [security-proxy-setup internal] load .dockerignore 02:57:43 #21 transferring context: 50B done 02:57:43 #21 DONE 0.0s 02:57:43 02:57:43 #22 [core-metadata internal] load .dockerignore 02:57:43 #22 transferring context: 50B done 02:57:43 #22 DONE 0.0s 02:57:43 02:57:43 #23 [security-proxy-auth internal] load .dockerignore 02:57:43 #23 transferring context: 50B done 02:57:43 #23 DONE 0.0s 02:57:43 02:57:43 #24 [security-spire-server internal] load .dockerignore 02:57:43 #24 transferring context: 50B done 02:57:43 #24 DONE 0.0s 02:57:43 02:57:43 #25 [support-scheduler internal] load .dockerignore 02:57:43 #25 transferring context: 50B done 02:57:43 #25 DONE 0.0s 02:57:43 02:57:43 #26 [core-data internal] load .dockerignore 02:57:43 #26 transferring context: 50B done 02:57:43 #26 DONE 0.0s 02:57:43 02:57:43 #27 [core-command internal] load .dockerignore 02:57:43 #27 transferring context: 50B done 02:57:43 #27 DONE 0.0s 02:57:43 02:57:43 #28 [security-spire-agent internal] load .dockerignore 02:57:43 #28 transferring context: 50B done 02:57:43 #28 DONE 0.0s 02:57:43 02:57:43 #29 [support-notifications internal] load .dockerignore 02:57:43 #29 transferring context: 50B done 02:57:43 #29 DONE 0.0s 02:57:43 02:57:43 #30 [security-spiffe-token-provider internal] load .dockerignore 02:57:43 #30 transferring context: 50B done 02:57:43 #30 DONE 0.0s 02:57:43 02:57:43 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:57:43 #31 DONE 0.0s 02:57:43 02:57:43 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 02:57:43 #32 DONE 0.1s 02:57:43 02:57:43 #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:43 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:43 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:43 #33 DONE 0.0s 02:57:43 02:57:43 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:57:43 #31 DONE 0.0s 02:57:43 02:57:43 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 02:57:43 #32 DONE 0.1s 02:57:43 02:57:43 #33 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:43 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:43 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:43 #33 DONE 0.1s 02:57:43 02:57:43 #34 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:43 #34 ... 02:57:43 02:57:43 #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:43 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:43 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:43 #33 DONE 0.1s 02:57:43 02:57:43 #34 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:43 #34 ... 02:57:43 02:57:43 #33 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:43 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:43 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:43 #33 DONE 0.1s 02:57:43 02:57:43 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:57:43 #31 DONE 0.0s 02:57:43 02:57:43 #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:43 #34 ... 02:57:43 02:57:43 #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:43 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:43 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:43 #33 DONE 0.1s 02:57:43 02:57:43 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:57:43 #31 DONE 0.0s 02:57:43 02:57:43 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:57:43 #35 DONE 0.6s 02:57:43 02:57:43 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 02:57:44 #36 DONE 0.8s 02:57:44 02:57:44 #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 02:57:44 #37 ... 02:57:44 02:57:44 #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:44 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:44 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:44 #33 DONE 0.1s 02:57:44 02:57:44 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 02:57:44 #35 DONE 0.6s 02:57:44 02:57:44 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 02:57:44 #32 DONE 1.0s 02:57:44 02:57:44 #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 02:57:44 #36 DONE 0.8s 02:57:44 02:57:44 #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:57:44 #38 ... 02:57:44 02:57:44 #33 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:57:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:57:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:57:44 #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:57:44 #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:57:44 #33 DONE 0.1s 02:57:44 02:57:44 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:57:44 #39 DONE 1.1s 02:57:44 02:57:44 #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:57:44 #40 DONE 1.4s 02:57:44 02:57:44 #41 [security-spire-config internal] load build context 02:57:44 #41 transferring context: 22.05kB 0.0s done 02:57:44 #41 DONE 0.1s 02:57:44 02:57:44 #42 [security-spire-server internal] load build context 02:57:44 #42 transferring context: 23.80kB 0.0s done 02:57:44 #42 DONE 0.1s 02:57:44 02:57:44 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:57:44 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:57:44 #43 ... 02:57:44 02:57:44 #44 [security-spire-agent internal] load build context 02:57:44 #44 transferring context: 23.33kB 0.0s done 02:57:44 #44 DONE 0.1s 02:57:45 02:57:45 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:57:45 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:57:45 #43 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:57:45 #43 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:57:45 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 02:57:45 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:57:45 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 02:57:45 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 02:57:45 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s 02:57:45 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 02:57:45 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 02:57:45 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:57:45 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.4s 02:57:45 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:57:45 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.6s 02:57:45 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.7s 02:57:45 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 02:57:47 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.1s done 02:57:47 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.1s done 02:57:48 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:57:53 #43 ... 02:57:53 02:57:53 #45 [security-secretstore-setup internal] load build context 02:57:53 #45 transferring context: 187.65MB 10.0s 02:57:53 #45 ... 02:57:53 02:57:53 #46 [support-notifications internal] load build context 02:57:54 #46 ... 02:57:54 02:57:54 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:57:54 #0 1.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:54 #0 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:54 #0 1.930 (1/2) Installing dumb-init (1.2.5-r3) 02:57:54 #0 1.942 (2/2) Installing su-exec (0.2-r3) 02:57:54 #0 1.960 Executing busybox-1.36.1-r29.trigger 02:57:54 #0 1.960 OK: 8 MiB in 16 packages 02:57:54 #47 ... 02:57:54 02:57:54 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:57:54 #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:54 #0 1.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:54 #0 1.836 (1/3) Installing ca-certificates (20241121-r1) 02:57:54 #0 1.848 (2/3) Installing dumb-init (1.2.5-r3) 02:57:54 #0 1.859 (3/3) Installing tzdata (2025b-r0) 02:57:54 #0 1.897 Executing busybox-1.36.1-r29.trigger 02:57:54 #0 1.912 Executing ca-certificates-20241121-r1.trigger 02:57:54 #0 1.965 OK: 10 MiB in 17 packages 02:57:54 #48 ... 02:57:54 02:57:54 #49 [core-command internal] load build context 02:57:54 #49 ... 02:57:54 02:57:54 #50 [support-scheduler internal] load build context 02:57:54 #50 ... 02:57:54 02:57:54 #51 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:57:54 #0 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:54 #0 2.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:54 #0 2.986 OK: 248 MiB in 58 packages 02:57:54 #51 ... 02:57:54 02:57:54 #52 [core-common-config-bootstrapper internal] load build context 02:57:54 #52 ... 02:57:54 02:57:54 #53 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:57:55 #53 ... 02:57:55 02:57:55 #54 [security-spiffe-token-provider internal] load build context 02:57:55 #54 ... 02:57:55 02:57:55 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:57:55 #55 ... 02:57:55 02:57:55 #56 [core-data internal] load build context 02:57:55 #56 ... 02:57:55 02:57:55 #57 [core-keeper internal] load build context 02:57:55 #57 ... 02:57:55 02:57:55 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:55 #58 ... 02:57:55 02:57:55 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:57:55 #59 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 02:57:55 #59 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:57:55 #59 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:57:55 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:57:55 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 02:57:55 #59 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:57:55 #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.3s done 02:57:55 #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.1s done 02:57:55 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:57:55 #59 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:57:55 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.3s 02:57:55 #59 ... 02:57:55 02:57:55 #60 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:57:55 #60 ... 02:57:55 02:57:55 #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 02:57:55 #37 1.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:55 #37 1.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:55 #37 1.709 OK: 248 MiB in 58 packages 02:57:55 #37 ... 02:57:55 02:57:55 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:57:55 #61 ... 02:57:55 02:57:55 #62 [security-proxy-setup internal] load build context 02:57:56 #62 ... 02:57:56 02:57:56 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:57:56 #0 1.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:56 #0 1.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:56 #0 1.736 (1/1) Installing dumb-init (1.2.5-r3) 02:57:56 #0 1.751 Executing busybox-1.36.1-r29.trigger 02:57:56 #0 1.763 OK: 8 MiB in 15 packages 02:57:56 #63 ... 02:57:56 02:57:56 #64 [core-metadata internal] load build context 02:57:56 #64 ... 02:57:56 02:57:56 #65 [security-proxy-auth internal] load build context 02:57:56 #65 ... 02:57:56 02:57:56 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:57:56 #0 1.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:56 #0 1.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:56 #0 1.992 (1/4) Installing dumb-init (1.2.5-r3) 02:57:56 #0 1.994 (2/4) Installing openssl (3.3.3-r0) 02:57:56 #0 2.019 (3/4) Installing su-exec (0.2-r3) 02:57:56 #0 2.025 (4/4) Installing yq-go (4.44.1-r2) 02:57:56 #0 2.098 Executing busybox-1.36.1-r29.trigger 02:57:56 #0 2.116 OK: 19 MiB in 18 packages 02:57:56 #66 ... 02:57:56 02:57:56 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:57:56 #0 1.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:56 #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:56 #0 2.409 (1/4) Installing ca-certificates (20241121-r1) 02:57:56 #0 2.478 (2/4) Installing dumb-init (1.2.5-r3) 02:57:56 #0 2.500 (3/4) Installing su-exec (0.2-r3) 02:57:56 #0 2.504 (4/4) Installing yq-go (4.44.1-r2) 02:57:56 #0 2.642 Executing busybox-1.36.1-r29.trigger 02:57:56 #0 2.649 Executing ca-certificates-20241121-r1.trigger 02:57:56 #0 2.707 OK: 19 MiB in 18 packages 02:57:56 #67 ... 02:57:56 02:57:56 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:57:56 #0 2.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:56 #0 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:56 #0 3.048 OK: 248 MiB in 58 packages 02:57:56 #68 ... 02:57:56 02:57:56 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:56 #69 ... 02:57:56 02:57:56 #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:57:57 #70 ... 02:57:57 02:57:57 #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:57:57 #34 2.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:57:57 #34 2.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:57:57 #34 3.086 (1/1) Installing dumb-init (1.2.5-r3) 02:57:57 #34 3.104 Executing busybox-1.36.1-r29.trigger 02:57:57 #34 3.109 OK: 8 MiB in 15 packages 02:57:57 #34 ... 02:57:57 02:57:57 #71 [security-bootstrapper internal] load build context 02:57:57 #71 ... 02:57:57 02:57:57 #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:57 #58 DONE 13.9s 02:57:57 02:57:57 #71 [security-bootstrapper internal] load build context 02:57:57 #71 ... 02:57:57 02:57:57 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:57:57 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.3s done 02:58:02 #43 ... 02:58:02 02:58:02 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:58:02 #47 DONE 19.4s 02:58:02 02:58:02 #45 [security-secretstore-setup internal] load build context 02:58:02 #45 transferring context: 507.59MB 17.0s done 02:58:02 #45 ... 02:58:02 02:58:02 #46 [support-notifications internal] load build context 02:58:02 #46 transferring context: 507.59MB 12.5s done 02:58:02 #46 DONE 19.1s 02:58:02 02:58:02 #64 [core-metadata internal] load build context 02:58:02 #64 transferring context: 507.59MB 12.8s done 02:58:02 #64 DONE 19.4s 02:58:02 02:58:02 #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:58:02 #48 DONE 19.3s 02:58:02 02:58:02 #37 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:58:02 #37 DONE 18.5s 02:58:02 02:58:02 #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:58:02 #34 DONE 19.4s 02:58:02 02:58:02 #51 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:58:02 #51 DONE 18.7s 02:58:02 02:58:02 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:58:02 #63 DONE 19.3s 02:58:02 02:58:02 #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:58:02 #66 DONE 19.4s 02:58:02 02:58:02 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:58:02 #68 DONE 18.6s 02:58:02 02:58:02 #49 [core-command internal] load build context 02:58:02 #49 transferring context: 507.59MB 12.9s done 02:58:02 #49 DONE 19.3s 02:58:02 02:58:02 #62 [security-proxy-setup internal] load build context 02:58:02 #62 transferring context: 507.59MB 13.4s done 02:58:02 #62 DONE 19.5s 02:58:02 02:58:02 #56 [core-data internal] load build context 02:58:02 #56 transferring context: 507.59MB 13.3s done 02:58:02 #56 DONE 19.4s 02:58:02 02:58:02 #71 [security-bootstrapper internal] load build context 02:58:02 #71 transferring context: 507.59MB 13.9s done 02:58:02 #71 DONE 19.6s 02:58:02 02:58:02 #65 [security-proxy-auth internal] load build context 02:58:02 #65 transferring context: 507.59MB 13.8s done 02:58:02 #65 DONE 19.4s 02:58:02 02:58:02 #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:58:02 #67 DONE 19.6s 02:58:02 02:58:02 #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 02:58:03 #72 ... 02:58:03 02:58:03 #54 [security-spiffe-token-provider internal] load build context 02:58:03 #54 transferring context: 507.59MB 13.8s done 02:58:03 #54 DONE 18.6s 02:58:03 02:58:03 #50 [support-scheduler internal] load build context 02:58:03 #50 transferring context: 507.59MB 13.9s done 02:58:03 #50 DONE 19.5s 02:58:03 02:58:03 #52 [core-common-config-bootstrapper internal] load build context 02:58:03 #52 transferring context: 507.59MB 15.0s done 02:58:03 #52 DONE 19.6s 02:58:03 02:58:03 #57 [core-keeper internal] load build context 02:58:03 #57 transferring context: 507.59MB 16.6s done 02:58:03 #57 DONE 19.6s 02:58:03 02:58:03 #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:58:03 #73 DONE 0.2s 02:58:03 02:58:03 #45 [security-secretstore-setup internal] load build context 02:58:03 #45 DONE 19.8s 02:58:03 02:58:03 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:58:03 #74 DONE 0.2s 02:58:03 02:58:03 #75 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:58:03 #75 DONE 0.1s 02:58:03 02:58:03 #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:58:03 #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s done 02:58:03 #59 DONE 18.4s 02:58:03 02:58:03 #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:58:03 #43 DONE 18.4s 02:58:03 02:58:03 #76 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:03 #76 ... 02:58:03 02:58:03 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:58:03 #69 DONE 19.5s 02:58:03 02:58:03 #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:58:03 #70 19.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:03 #70 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:04 #70 ... 02:58:04 02:58:04 #53 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:58:04 #53 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:04 #53 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:04 #53 19.78 OK: 248 MiB in 58 packages 02:58:04 #53 DONE 19.9s 02:58:04 02:58:04 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:58:04 #77 DONE 0.1s 02:58:04 02:58:04 #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:58:04 #70 20.24 (1/7) Installing ca-certificates (20241121-r1) 02:58:04 #70 20.26 (2/7) Installing dumb-init (1.2.5-r3) 02:58:04 #70 20.26 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:58:04 #70 20.27 (4/7) Installing libsodium (1.0.19-r0) 02:58:04 #70 20.28 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:58:04 #70 20.30 (6/7) Installing libzmq (4.3.5-r2) 02:58:04 #70 20.31 (7/7) Installing zeromq (4.3.5-r2) 02:58:04 #70 20.32 Executing busybox-1.36.1-r29.trigger 02:58:04 #70 20.33 Executing ca-certificates-20241121-r1.trigger 02:58:04 #70 20.37 OK: 12 MiB in 21 packages 02:58:04 #70 DONE 20.6s 02:58:04 02:58:04 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:58:05 #78 ... 02:58:05 02:58:05 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:58:05 #55 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #55 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #55 20.27 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:58:05 #55 20.27 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:58:05 #55 20.27 OK: 24171 distinct packages available 02:58:05 #55 20.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #55 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #55 20.77 OK: 248 MiB in 58 packages 02:58:05 #55 DONE 21.0s 02:58:05 02:58:05 #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:58:05 #60 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #60 19.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #60 19.94 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:58:05 #60 19.94 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:58:05 #60 19.94 OK: 24171 distinct packages available 02:58:05 #60 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #60 20.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #60 20.40 (1/5) Installing dumb-init (1.2.5-r3) 02:58:05 #60 20.40 (2/5) Installing musl-obstack (1.2.3-r2) 02:58:05 #60 20.41 (3/5) Installing libucontext (1.2-r3) 02:58:05 #60 20.42 (4/5) Installing gcompat (1.1.0-r4) 02:58:05 #60 20.42 (5/5) Installing openssl (3.3.3-r0) 02:58:05 #60 20.43 Executing busybox-1.36.1-r29.trigger 02:58:05 #60 20.44 OK: 9 MiB in 19 packages 02:58:05 #60 DONE 20.6s 02:58:05 02:58:05 #79 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:58:05 #79 DONE 0.1s 02:58:05 02:58:05 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:58:05 #61 19.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #61 19.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #61 19.93 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:58:05 #61 19.93 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:58:05 #61 19.93 OK: 24171 distinct packages available 02:58:05 #61 20.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #61 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #61 20.50 (1/4) Installing dumb-init (1.2.5-r3) 02:58:05 #61 20.51 (2/4) Installing musl-obstack (1.2.3-r2) 02:58:05 #61 20.51 (3/4) Installing libucontext (1.2-r3) 02:58:05 #61 20.53 (4/4) Installing gcompat (1.1.0-r4) 02:58:05 #61 20.53 Executing busybox-1.36.1-r29.trigger 02:58:05 #61 20.54 OK: 8 MiB in 18 packages 02:58:05 #61 DONE 20.7s 02:58:05 02:58:05 #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:58:05 #38 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #38 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #38 20.14 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:58:05 #38 20.14 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:58:05 #38 20.14 OK: 24171 distinct packages available 02:58:05 #38 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #38 20.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #38 20.66 (1/14) Installing ca-certificates (20241121-r1) 02:58:05 #38 20.68 (2/14) Installing brotli-libs (1.1.0-r2) 02:58:05 #38 20.69 (3/14) Installing c-ares (1.33.1-r0) 02:58:05 #38 20.70 (4/14) Installing libunistring (1.2-r0) 02:58:05 #38 20.71 (5/14) Installing libidn2 (2.3.7-r0) 02:58:05 #38 20.72 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:58:05 #38 20.73 (7/14) Installing libpsl (0.21.5-r1) 02:58:05 #38 20.73 (8/14) Installing zstd-libs (1.5.6-r0) 02:58:05 #38 20.76 (9/14) Installing libcurl (8.12.1-r0) 02:58:05 #38 20.76 (10/14) Installing curl (8.12.1-r0) 02:58:05 #38 20.78 (11/14) Installing dumb-init (1.2.5-r3) 02:58:05 #38 20.79 (12/14) Installing musl-obstack (1.2.3-r2) 02:58:05 #38 20.79 (13/14) Installing libucontext (1.2-r3) 02:58:05 #38 20.80 (14/14) Installing gcompat (1.1.0-r4) 02:58:05 #38 20.80 Executing busybox-1.36.1-r29.trigger 02:58:05 #38 20.81 Executing ca-certificates-20241121-r1.trigger 02:58:05 #38 20.86 OK: 13 MiB in 28 packages 02:58:05 #38 DONE 21.0s 02:58:05 02:58:05 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:58:05 #80 ... 02:58:05 02:58:05 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:58:05 #0 2.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #0 2.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #0 2.722 OK: 10 MiB in 17 packages 02:58:05 #81 DONE 2.9s 02:58:05 02:58:05 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:58:05 #0 2.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #0 2.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #0 2.873 OK: 8 MiB in 16 packages 02:58:05 #82 DONE 3.0s 02:58:05 02:58:05 #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 02:58:05 #72 2.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:05 #72 2.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:05 #72 2.848 OK: 8 MiB in 15 packages 02:58:05 #72 DONE 3.0s 02:58:05 02:58:05 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:58:06 #83 ... 02:58:06 02:58:06 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:58:06 #0 2.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:06 #0 2.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:06 #0 3.067 OK: 8 MiB in 15 packages 02:58:06 #84 DONE 3.2s 02:58:06 02:58:06 #85 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 02:58:06 #85 ... 02:58:06 02:58:06 #86 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:58:06 #0 4.364 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:06 #0 4.887 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:06 #0 5.661 (1/1) Installing dumb-init (1.2.5-r3) 02:58:06 #0 5.964 Executing busybox-1.36.1-r29.trigger 02:58:06 #0 5.971 OK: 8 MiB in 15 packages 02:58:06 #86 DONE 6.1s 02:58:06 02:58:06 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:58:06 #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:06 #0 3.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:06 #0 3.655 OK: 19 MiB in 18 packages 02:58:06 #87 DONE 3.8s 02:58:06 02:58:06 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:58:07 #88 ... 02:58:07 02:58:07 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:58:07 #89 DONE 0.0s 02:58:07 02:58:07 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:58:07 #0 2.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:07 #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:07 #90 4.360 OK: 19 MiB in 18 packages 02:58:07 #90 DONE 4.5s 02:58:07 02:58:07 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:58:07 #0 2.880 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:07 #0 3.328 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:08 #91 ... 02:58:08 02:58:08 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:58:08 #83 DONE 2.4s 02:58:08 02:58:08 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:58:08 #92 DONE 0.0s 02:58:08 02:58:08 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:58:08 #91 4.460 OK: 248 MiB in 58 packages 02:58:08 #91 DONE 4.6s 02:58:08 02:58:08 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:58:08 #88 2.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:08 #88 2.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:08 #88 2.731 OK: 8 MiB in 18 packages 02:58:08 #88 DONE 2.8s 02:58:08 02:58:08 #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:58:08 #93 DONE 0.5s 02:58:08 02:58:08 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:58:08 #80 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:08 #80 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:08 #80 2.853 OK: 13 MiB in 28 packages 02:58:08 #80 DONE 3.3s 02:58:08 02:58:08 #85 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:58:08 #85 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:08 #85 2.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:08 #85 2.926 OK: 9 MiB in 19 packages 02:58:08 #85 DONE 3.5s 02:58:08 02:58:08 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:58:08 #94 DONE 0.5s 02:58:08 02:58:08 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:58:08 #95 DONE 0.1s 02:58:08 02:58:08 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:09 #96 ... 02:58:09 02:58:09 #97 [security-spire-config stage-2 6/10] COPY security.txt / 02:58:09 #97 DONE 0.5s 02:58:09 02:58:09 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:58:09 #78 3.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:58:09 #78 4.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:58:09 #78 4.500 OK: 12 MiB in 21 packages 02:58:09 #78 DONE 4.9s 02:58:09 02:58:09 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:58:09 #98 DONE 0.7s 02:58:09 02:58:09 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:58:09 #99 DONE 0.7s 02:58:09 02:58:09 #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:58:09 #100 DONE 0.1s 02:58:09 02:58:09 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:58:09 #101 DONE 0.1s 02:58:09 02:58:09 #102 [security-spire-server stage-2 6/9] COPY security.txt / 02:58:09 #102 DONE 0.2s 02:58:09 02:58:09 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:58:09 #103 DONE 0.1s 02:58:09 02:58:09 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:58:10 #104 ... 02:58:10 02:58:10 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:58:10 #105 DONE 0.4s 02:58:10 02:58:10 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:58:10 #106 DONE 0.6s 02:58:10 02:58:10 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:58:10 #104 DONE 0.5s 02:58:10 02:58:10 #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:58:10 #107 DONE 0.1s 02:58:10 02:58:10 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:58:10 #108 DONE 0.1s 02:58:10 02:58:10 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 02:58:10 #109 DONE 0.1s 02:58:10 02:58:10 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:58:10 #110 DONE 0.1s 02:58:10 02:58:10 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:58:10 #111 DONE 0.1s 02:58:10 02:58:10 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:58:10 #112 DONE 0.0s 02:58:10 02:58:10 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:58:10 #113 DONE 0.0s 02:58:10 02:58:10 #114 [security-spire-agent] exporting to image 02:58:10 #114 exporting layers 02:58:11 #114 exporting layers 0.8s done 02:58:11 #114 writing image sha256:d34ac269a94568e69f23ba3082fa029531f3baf2815978e7fbc83eae7ef98be8 done 02:58:11 #114 naming to docker.io/library/security-spire-config done 02:58:11 #114 exporting layers 0.7s done 02:58:11 #114 writing image sha256:7b0400940c3e2ee2e3882c19eed2a6a2f0f218e77ca354588cdfb302a02bedf5 done 02:58:11 #114 naming to docker.io/library/security-spire-server done 02:58:11 #114 writing image sha256:bd743c26f7edea6f06c29b100afe85e2e66f3ecf0f972881958e4fdbbeb6be4d done 02:58:11 #114 naming to docker.io/library/security-spire-agent done 02:58:11 #114 DONE 1.1s 02:58:11 02:58:11 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:13 #115 ... 02:58:13 02:58:13 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:13 #116 ... 02:58:13 02:58:13 #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:13 #117 ... 02:58:13 02:58:13 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:34 Removing intermediate container 1e3f169d66a4 02:58:34 ---> be3b6e857fef 02:58:34 Successfully built be3b6e857fef 02:58:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:34 + docker inspect -f . ci-base-image-arm64 02:58:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:58:34 prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container 02:58:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:58:35 $ docker top 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:36 + go version 02:58:36 go version go1.23.8 linux/arm64 [Pipeline] } 02:58:36 $ docker stop --time=1 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 02:58:38 $ docker rm -f --volumes 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:58:39 02:58:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:58:39 latest: Pulling from edgex-devops/edgex-compose-arm64 02:58:39 547446be3368: Pulling fs layer 02:58:39 d125d8839a47: Pulling fs layer 02:58:39 3e85d5ac6304: Pulling fs layer 02:58:39 c3105a71a48b: Pulling fs layer 02:58:39 0f093f025ec4: Pulling fs layer 02:58:39 c3106fc0e877: Pulling fs layer 02:58:39 c3105a71a48b: Waiting 02:58:39 0f093f025ec4: Waiting 02:58:39 c3106fc0e877: Waiting 02:58:39 547446be3368: Verifying Checksum 02:58:39 547446be3368: Download complete 02:58:39 c3105a71a48b: Verifying Checksum 02:58:39 c3105a71a48b: Download complete 02:58:40 d125d8839a47: Verifying Checksum 02:58:40 d125d8839a47: Download complete 02:58:40 c3106fc0e877: Verifying Checksum 02:58:40 c3106fc0e877: Download complete 02:58:40 0f093f025ec4: Verifying Checksum 02:58:40 0f093f025ec4: Download complete 02:58:40 547446be3368: Pull complete 02:58:41 d125d8839a47: Pull complete 02:58:42 3e85d5ac6304: Verifying Checksum 02:58:42 3e85d5ac6304: Download complete 02:58:45 #118 DONE 36.2s 02:58:45 02:58:45 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:45 #115 DONE 35.0s 02:58:45 02:58:45 #76 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:45 #76 DONE 37.3s 02:58:45 02:58:45 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:45 #116 DONE 37.3s 02:58:45 02:58:45 #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:45 #117 DONE 37.4s 02:58:45 02:58:45 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:45 #96 DONE 31.6s 02:58:45 02:58:45 #119 [support-scheduler builder 6/7] COPY . . 02:58:46 #119 ... 02:58:46 02:58:46 #120 [core-keeper builder 7/8] COPY . . 02:58:49 #120 DONE 8.6s 02:58:49 02:58:49 #121 [security-spiffe-token-provider builder 6/7] COPY . . 02:58:49 #121 DONE 8.7s 02:58:49 02:58:49 #119 [support-scheduler builder 6/7] COPY . . 02:58:49 #119 DONE 8.6s 02:58:49 02:58:49 #122 [security-proxy-setup builder 6/7] COPY . . 02:58:49 #122 DONE 8.7s 02:58:49 02:58:49 #123 [support-notifications builder 6/7] COPY . . 02:58:49 #123 DONE 8.7s 02:58:49 02:58:49 #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #124 CACHED 02:58:49 02:58:49 #125 [security-bootstrapper builder 6/7] COPY . . 02:58:49 #125 CACHED 02:58:49 02:58:49 #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:58:49 #126 CACHED 02:58:49 02:58:49 #127 [core-metadata builder 6/7] COPY . . 02:58:49 #127 DONE 8.7s 02:58:49 02:58:49 #128 [core-common-config-bootstrapper builder 6/7] COPY . . 02:58:49 #128 CACHED 02:58:49 02:58:49 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #129 CACHED 02:58:49 02:58:49 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:58:49 #130 CACHED 02:58:49 02:58:49 #131 [core-command builder 6/7] COPY . . 02:58:49 #131 CACHED 02:58:49 02:58:49 #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #132 CACHED 02:58:49 02:58:49 #133 [core-command builder 4/7] COPY go.mod vendor* ./ 02:58:49 #133 CACHED 02:58:49 02:58:49 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #134 CACHED 02:58:49 02:58:49 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 02:58:49 #135 CACHED 02:58:49 02:58:49 #136 [core-data builder 6/7] COPY . . 02:58:49 #136 CACHED 02:58:49 02:58:49 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #137 CACHED 02:58:49 02:58:49 #138 [security-proxy-auth builder 6/7] COPY . . 02:58:49 #138 CACHED 02:58:49 02:58:49 #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:58:49 #139 CACHED 02:58:49 02:58:49 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:58:49 #140 CACHED 02:58:49 02:58:49 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:58:49 #141 CACHED 02:58:49 02:58:49 #142 [security-secretstore-setup builder 6/7] COPY . . 02:58:49 #142 CACHED 02:58:49 02:58:49 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:58:50 #143 1.012 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:58:52 3e85d5ac6304: Pull complete 02:58:52 c3105a71a48b: Pull complete 02:58:52 0f093f025ec4: Pull complete 02:58:53 c3106fc0e877: Pull complete 02:58:53 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:58:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:58:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:58:53 prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container 02:58:53 $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:58:55 $ docker top 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:55 + docker compose -f ./docker-compose-build.yml build --parallel 02:58:59 #143 ... 02:58:59 02:58:59 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:58:59 #0 0.903 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:58:59 #144 ... 02:58:59 02:58:59 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:58:59 #0 0.365 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:58:59 #145 ... 02:58:59 02:58:59 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:58:59 #0 1.239 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:58:59 #146 ... 02:58:59 02:58:59 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:58:59 #0 0.494 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:58:59 #147 ... 02:58:59 02:58:59 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:58:59 #0 0.686 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:58:59 #148 ... 02:58:59 02:58:59 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:58:59 #0 0.785 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:58:59 #149 ... 02:58:59 02:58:59 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:58:59 #0 0.822 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:59:00 #150 ... 02:59:00 02:59:00 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:59:00 #0 1.104 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:59:00 #151 ... 02:59:00 02:59:00 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:59:00 #0 0.549 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:59:00 #152 ... 02:59:00 02:59:00 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:59:00 #0 1.161 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:59:01 #153 ... 02:59:01 02:59:01 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:59:01 #0 1.230 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:59:06 #1 [security-secretstore-setup internal] load build definition from Dockerfile 02:59:06 #1 transferring dockerfile: 2.49kB done 02:59:06 #1 DONE 0.1s 02:59:06 02:59:06 #2 [core-metadata internal] load build definition from Dockerfile 02:59:06 #2 transferring dockerfile: 2.10kB 0.0s done 02:59:06 #2 DONE 0.1s 02:59:06 02:59:06 #3 [security-spire-agent internal] load build definition from Dockerfile 02:59:06 #3 transferring dockerfile: 1.81kB done 02:59:06 #3 DONE 0.1s 02:59:06 02:59:06 #4 [security-spire-config internal] load build definition from Dockerfile 02:59:06 #4 transferring dockerfile: 1.69kB 0.0s done 02:59:06 #4 DONE 0.1s 02:59:06 02:59:06 #5 [security-proxy-auth internal] load build definition from Dockerfile 02:59:06 #5 transferring dockerfile: 2.14kB done 02:59:06 #5 DONE 0.1s 02:59:06 02:59:06 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:59:06 #6 transferring dockerfile: 2.23kB done 02:59:06 #6 DONE 0.1s 02:59:06 02:59:06 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:59:06 #7 transferring dockerfile: 1.89kB done 02:59:06 #7 DONE 0.0s 02:59:06 02:59:06 #8 [support-scheduler internal] load build definition from Dockerfile 02:59:06 #8 transferring dockerfile: 1.83kB done 02:59:06 #8 DONE 0.1s 02:59:06 02:59:06 #9 [security-proxy-setup internal] load build definition from Dockerfile 02:59:06 #9 transferring dockerfile: 2.50kB 0.0s done 02:59:06 #9 DONE 0.1s 02:59:06 02:59:06 #10 [security-bootstrapper internal] load build definition from Dockerfile 02:59:06 #10 transferring dockerfile: 3.02kB done 02:59:06 #10 DONE 0.1s 02:59:06 02:59:06 #11 [core-command internal] load build definition from Dockerfile 02:59:06 #11 transferring dockerfile: 1.94kB done 02:59:06 #11 DONE 0.1s 02:59:06 02:59:06 #12 [support-notifications internal] load build definition from Dockerfile 02:59:06 #12 transferring dockerfile: 2.00kB done 02:59:06 #12 DONE 0.1s 02:59:06 02:59:06 #13 [security-spire-server internal] load build definition from Dockerfile 02:59:06 #13 transferring dockerfile: 1.70kB done 02:59:06 #13 DONE 0.1s 02:59:06 02:59:06 #14 [core-keeper internal] load build definition from Dockerfile 02:59:06 #14 transferring dockerfile: 2.01kB 0.0s done 02:59:06 #14 DONE 0.1s 02:59:06 02:59:06 #15 [core-data internal] load build definition from Dockerfile 02:59:06 #15 transferring dockerfile: 2.04kB 0.0s done 02:59:06 #15 DONE 0.1s 02:59:06 02:59:06 #16 [security-secretstore-setup internal] load .dockerignore 02:59:06 #16 transferring context: 50B done 02:59:06 #16 DONE 0.1s 02:59:06 02:59:06 #17 [core-metadata internal] load .dockerignore 02:59:06 #17 transferring context: 50B done 02:59:06 #17 DONE 0.0s 02:59:06 02:59:06 #18 [security-spire-agent internal] load .dockerignore 02:59:06 #18 transferring context: 50B done 02:59:07 #18 DONE 0.1s 02:59:07 02:59:07 #19 [security-spire-config internal] load .dockerignore 02:59:07 #19 transferring context: 50B done 02:59:07 #19 DONE 0.1s 02:59:07 02:59:07 #20 [security-proxy-auth internal] load .dockerignore 02:59:07 #20 transferring context: 50B done 02:59:07 #20 DONE 0.0s 02:59:07 02:59:07 #21 [core-common-config-bootstrapper internal] load .dockerignore 02:59:07 #21 transferring context: 50B done 02:59:07 #21 DONE 0.1s 02:59:07 02:59:07 #22 [security-spiffe-token-provider internal] load .dockerignore 02:59:07 #22 transferring context: 50B 0.0s done 02:59:07 #22 DONE 0.1s 02:59:07 02:59:07 #23 [support-scheduler internal] load .dockerignore 02:59:07 #23 transferring context: 50B done 02:59:07 #23 DONE 0.1s 02:59:07 02:59:07 #24 [security-proxy-setup internal] load .dockerignore 02:59:07 #24 transferring context: 50B done 02:59:07 #24 DONE 0.1s 02:59:07 02:59:07 #25 [security-bootstrapper internal] load .dockerignore 02:59:07 #25 transferring context: 50B 0.0s done 02:59:07 #25 DONE 0.1s 02:59:07 02:59:07 #26 [support-notifications internal] load .dockerignore 02:59:07 #26 transferring context: 50B done 02:59:07 #26 DONE 0.1s 02:59:07 02:59:07 #27 [core-command internal] load .dockerignore 02:59:07 #27 transferring context: 50B 0.0s done 02:59:07 #27 DONE 0.2s 02:59:07 02:59:07 #28 [security-spire-server internal] load .dockerignore 02:59:07 #28 transferring context: 50B done 02:59:07 #28 DONE 0.1s 02:59:07 02:59:07 #29 [core-keeper internal] load .dockerignore 02:59:07 #29 transferring context: 50B 0.0s done 02:59:07 #29 DONE 0.1s 02:59:07 02:59:07 #30 [core-data internal] load .dockerignore 02:59:07 #30 transferring context: 50B done 02:59:07 #30 DONE 0.1s 02:59:07 02:59:07 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:07 #31 DONE 0.0s 02:59:07 02:59:07 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 02:59:08 #32 DONE 0.6s 02:59:08 02:59:08 #33 [security-secretstore-setup internal] load build context 02:59:08 #33 DONE 0.0s 02:59:08 02:59:08 #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:59:08 #34 DONE 0.0s 02:59:08 02:59:08 #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:08 #35 ... 02:59:08 02:59:08 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:08 #31 DONE 0.0s 02:59:08 02:59:08 #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:08 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:08 #35 ... 02:59:08 02:59:08 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:59:08 #32 DONE 0.6s 02:59:08 02:59:08 #35 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:08 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:08 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:08 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:08 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:08 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:08 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:08 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:08 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:08 #35 DONE 0.8s 02:59:08 02:59:08 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:08 #31 DONE 0.0s 02:59:08 02:59:08 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 02:59:08 #32 DONE 0.6s 02:59:08 02:59:08 #36 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:59:09 #36 ... 02:59:09 02:59:09 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:09 02:59:09 #33 [security-secretstore-setup internal] load build context 02:59:09 #33 ... 02:59:09 02:59:09 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:09 02:59:09 #33 [security-secretstore-setup internal] load build context 02:59:09 #33 ... 02:59:09 02:59:09 #35 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:09 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:09 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:09 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:09 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:09 #35 DONE 0.8s 02:59:09 02:59:09 #33 [security-secretstore-setup internal] load build context 02:59:09 #33 ... 02:59:09 02:59:09 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:09 02:59:09 #33 [security-secretstore-setup internal] load build context 02:59:09 #33 transferring context: 3.22MB 1.0s done 02:59:09 #33 ... 02:59:09 02:59:09 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:09 02:59:09 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:09 02:59:09 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 02:59:09 #32 DONE 1.3s 02:59:09 02:59:09 #35 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:09 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:09 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:09 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:09 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:09 #35 DONE 0.9s 02:59:09 02:59:09 #33 [security-secretstore-setup internal] load build context 02:59:09 #33 DONE 1.4s 02:59:09 02:59:09 #37 [core-command internal] load build context 02:59:09 #37 ... 02:59:09 02:59:09 #35 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:09 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:09 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:09 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:09 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:09 #35 DONE 0.9s 02:59:09 02:59:09 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:09 #31 DONE 0.0s 02:59:10 02:59:10 #35 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:10 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:10 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:10 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:10 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:10 #35 DONE 0.9s 02:59:10 02:59:10 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:59:10 #38 DONE 1.4s 02:59:10 02:59:10 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:10 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:10 #39 ... 02:59:10 02:59:10 #35 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:10 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:10 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:10 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:10 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:10 #35 DONE 0.9s 02:59:10 02:59:10 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:59:10 #40 DONE 1.6s 02:59:10 02:59:10 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:10 #39 ... 02:59:10 02:59:10 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:10 #31 DONE 0.0s 02:59:10 02:59:10 #41 [core-metadata internal] load build context 02:59:10 #41 transferring context: 3.22MB 1.3s done 02:59:10 #41 DONE 1.8s 02:59:10 02:59:10 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:59:10 #31 DONE 0.0s 02:59:10 02:59:10 #42 [security-proxy-auth internal] load build context 02:59:10 #42 transferring context: 3.22MB 1.5s done 02:59:11 #42 ... 02:59:11 02:59:11 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:11 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done 02:59:11 #39 DONE 1.2s 02:59:11 02:59:11 #35 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:11 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:11 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:11 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:11 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:11 #35 DONE 0.9s 02:59:11 02:59:11 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:59:11 #32 DONE 2.7s 02:59:11 02:59:11 #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:11 #39 ... 02:59:11 02:59:11 #35 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:11 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:11 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:11 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:11 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:11 #35 DONE 1.0s 02:59:11 02:59:11 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:59:11 #38 DONE 2.9s 02:59:11 02:59:11 #35 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:59:11 #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:59:11 #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:59:11 #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:59:11 #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:59:11 #35 DONE 1.0s 02:59:11 02:59:11 #43 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:59:11 #43 ... 02:59:11 02:59:11 #42 [security-proxy-auth internal] load build context 02:59:11 #42 DONE 2.9s 02:59:12 02:59:12 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:12 #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done 02:59:12 #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:59:12 #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:59:12 #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:59:12 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s 02:59:12 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.3s 02:59:12 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s 02:59:12 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 02:59:12 #39 ... 02:59:12 02:59:12 #44 [core-common-config-bootstrapper internal] load build context 02:59:12 #44 transferring context: 3.22MB 1.8s done 02:59:12 #44 DONE 3.1s 02:59:12 02:59:12 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:12 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 02:59:12 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 02:59:12 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 02:59:12 #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 02:59:12 #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 02:59:12 #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 02:59:12 #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:59:12 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.9s 02:59:13 #39 ... 02:59:13 02:59:13 #45 [security-spire-config internal] load build context 02:59:13 #45 transferring context: 22.05kB 0.1s done 02:59:13 #45 DONE 3.1s 02:59:13 02:59:13 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:13 #39 ... 02:59:13 02:59:13 #46 [security-spiffe-token-provider internal] load build context 02:59:13 #46 transferring context: 3.22MB 2.1s done 02:59:13 #46 DONE 4.1s 02:59:13 02:59:13 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:13 #39 ... 02:59:13 02:59:13 #47 [security-spire-agent internal] load build context 02:59:13 #47 transferring context: 23.33kB 0.2s done 02:59:13 #47 DONE 3.5s 02:59:13 02:59:13 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:13 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 1.9s 02:59:14 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 2.5s 02:59:14 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:59:14 #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:59:15 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 3.2s 02:59:15 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.41MB / 33.17MB 4.0s 02:59:16 #39 ... 02:59:16 02:59:16 #48 [security-spire-server internal] load build context 02:59:16 #48 transferring context: 23.80kB 0.4s done 02:59:16 #48 DONE 4.6s 02:59:16 02:59:16 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:17 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.5s 02:59:17 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 02:59:17 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done 02:59:17 #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done 02:59:18 #39 ... 02:59:18 02:59:18 #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:59:18 #34 DONE 10.6s 02:59:18 02:59:18 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:18 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 6.4s 02:59:18 #39 ... 02:59:18 02:59:18 #37 [core-command internal] load build context 02:59:18 #37 transferring context: 3.22MB 4.3s done 02:59:18 #37 DONE 8.8s 02:59:18 02:59:18 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:18 #39 ... 02:59:18 02:59:18 #49 [security-proxy-setup internal] load build context 02:59:18 #49 transferring context: 3.22MB 4.6s done 02:59:18 #49 DONE 8.9s 02:59:18 02:59:18 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:18 #39 ... 02:59:18 02:59:18 #50 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:59:18 #0 5.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:18 #0 5.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:18 #0 8.979 (1/1) Installing dumb-init (1.2.5-r3) 02:59:18 #0 9.083 Executing busybox-1.36.1-r29.trigger 02:59:18 #0 9.166 OK: 9 MiB in 15 packages 02:59:19 #50 ... 02:59:19 02:59:19 #51 [core-keeper builder 2/7] WORKDIR /edgex-go 02:59:19 #51 ... 02:59:19 02:59:19 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:59:19 #0 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:19 #0 6.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:19 #0 9.350 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:59:19 #0 9.350 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:59:19 #0 9.350 OK: 24049 distinct packages available 02:59:19 #52 ... 02:59:19 02:59:19 #53 [support-scheduler internal] load build context 02:59:19 #53 transferring context: 3.22MB 6.3s done 02:59:19 #53 DONE 9.6s 02:59:19 02:59:19 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:19 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 7.8s 02:59:19 #39 ... 02:59:19 02:59:19 #54 [security-bootstrapper internal] load build context 02:59:19 #54 transferring context: 3.22MB 7.1s done 02:59:20 #54 ... 02:59:20 02:59:20 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:20 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 8.4s 02:59:20 #39 ... 02:59:20 02:59:20 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:59:20 #55 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.3s done 02:59:20 #55 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:59:20 #55 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:59:20 #55 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:59:20 #55 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done 02:59:20 #55 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 02:59:20 #55 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:59:20 #55 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done 02:59:20 #55 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.4s done 02:59:20 #55 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:59:20 #55 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 02:59:20 #55 ... 02:59:20 02:59:20 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:59:20 #56 ... 02:59:20 02:59:20 #54 [security-bootstrapper internal] load build context 02:59:20 #54 DONE 10.5s 02:59:20 02:59:20 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:59:20 #57 ... 02:59:20 02:59:20 #58 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:59:20 #58 ... 02:59:20 02:59:20 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:59:20 #0 7.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:20 #0 8.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:20 #59 ... 02:59:20 02:59:20 #50 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:59:20 #50 DONE 12.0s 02:59:20 02:59:20 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:59:21 #60 ... 02:59:21 02:59:21 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:21 #39 ... 02:59:21 02:59:21 #51 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 02:59:21 #51 DONE 3.2s 02:59:21 02:59:21 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:21 #39 ... 02:59:21 02:59:21 #61 [support-notifications internal] load build context 02:59:21 #61 ... 02:59:21 02:59:21 #62 [core-data internal] load build context 02:59:21 #62 ... 02:59:21 02:59:21 #63 [core-keeper internal] load build context 02:59:22 #63 ... 02:59:22 02:59:22 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:59:22 #64 ... 02:59:22 02:59:22 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:22 #65 ... 02:59:22 02:59:22 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:22 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 10.5s 02:59:22 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.0s 02:59:22 #39 ... 02:59:22 02:59:22 #36 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:59:22 #36 5.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:22 #36 6.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:22 #36 9.654 (1/4) Installing ca-certificates (20241121-r1) 02:59:22 #36 10.09 (2/4) Installing dumb-init (1.2.5-r3) 02:59:22 #36 10.09 (3/4) Installing su-exec (0.2-r3) 02:59:22 #36 10.09 (4/4) Installing yq-go (4.44.1-r2) 02:59:22 #36 11.43 Executing busybox-1.36.1-r29.trigger 02:59:22 #36 11.53 Executing ca-certificates-20241121-r1.trigger 02:59:22 #36 12.45 OK: 20 MiB in 18 packages 02:59:22 #36 DONE 13.9s 02:59:22 02:59:22 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:22 #39 ... 02:59:22 02:59:22 #61 [support-notifications internal] load build context 02:59:22 #61 transferring context: 3.22MB 7.6s done 02:59:22 #61 DONE 11.6s 02:59:22 02:59:22 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:23 #39 ... 02:59:23 02:59:23 #63 [core-keeper internal] load build context 02:59:23 #63 transferring context: 3.22MB 8.7s done 02:59:23 #63 DONE 11.6s 02:59:23 02:59:23 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:23 #39 ... 02:59:23 02:59:23 #62 [core-data internal] load build context 02:59:23 #62 transferring context: 3.22MB 7.8s done 02:59:23 #62 DONE 11.9s 02:59:23 02:59:23 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:23 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 12.0s 02:59:24 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.9s 02:59:24 #39 ... 02:59:24 02:59:24 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:59:24 #59 11.90 (1/4) Installing dumb-init (1.2.5-r3) 02:59:24 #59 11.90 (2/4) Installing openssl (3.3.3-r0) 02:59:24 #59 11.92 (3/4) Installing su-exec (0.2-r3) 02:59:24 #59 11.92 (4/4) Installing yq-go (4.44.1-r2) 02:59:24 #59 12.67 Executing busybox-1.36.1-r29.trigger 02:59:24 #59 12.80 OK: 20 MiB in 18 packages 02:59:24 #59 DONE 14.4s 02:59:24 02:59:24 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:25 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.50MB / 33.17MB 14.0s 02:59:26 #39 ... 02:59:26 02:59:26 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:26 #65 DONE 14.6s 02:59:26 02:59:26 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:26 #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.8s done 02:59:28 #39 ... 02:59:28 02:59:28 #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:59:28 #52 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:28 #52 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:28 #52 15.22 (1/14) Installing ca-certificates (20241121-r1) 02:59:28 #52 15.57 (2/14) Installing brotli-libs (1.1.0-r2) 02:59:28 #52 15.70 (3/14) Installing c-ares (1.33.1-r0) 02:59:28 #52 15.71 (4/14) Installing libunistring (1.2-r0) 02:59:28 #52 15.87 (5/14) Installing libidn2 (2.3.7-r0) 02:59:28 #52 15.91 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:59:28 #52 15.91 (7/14) Installing libpsl (0.21.5-r1) 02:59:28 #52 15.99 (8/14) Installing zstd-libs (1.5.6-r0) 02:59:28 #52 16.03 (9/14) Installing libcurl (8.12.1-r0) 02:59:28 #52 16.35 (10/14) Installing curl (8.12.1-r0) 02:59:28 #52 16.35 (11/14) Installing dumb-init (1.2.5-r3) 02:59:28 #52 16.35 (12/14) Installing musl-obstack (1.2.3-r2) 02:59:28 #52 16.35 (13/14) Installing libucontext (1.2-r3) 02:59:28 #52 16.35 (14/14) Installing gcompat (1.1.0-r4) 02:59:28 #52 16.35 Executing busybox-1.36.1-r29.trigger 02:59:28 #52 16.49 Executing ca-certificates-20241121-r1.trigger 02:59:28 #52 17.57 OK: 15 MiB in 28 packages 02:59:28 #52 DONE 19.2s 02:59:28 02:59:28 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:59:28 #64 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:30 #64 18.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:30 #64 ... 02:59:30 02:59:30 #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:59:31 #66 ... 02:59:31 02:59:31 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:59:31 #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.8s 02:59:31 #55 ... 02:59:31 02:59:31 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:31 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 02:59:31 #39 ... 02:59:31 02:59:31 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:59:31 #67 ... 02:59:31 02:59:31 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:31 #68 ... 02:59:31 02:59:31 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:59:32 #69 ... 02:59:32 02:59:32 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:59:32 #56 12.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:32 #56 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:32 #56 19.47 (1/2) Installing dumb-init (1.2.5-r3) 02:59:32 #56 19.50 (2/2) Installing su-exec (0.2-r3) 02:59:32 #56 19.54 Executing busybox-1.36.1-r29.trigger 02:59:32 #56 19.64 OK: 9 MiB in 16 packages 02:59:32 #56 DONE 21.6s 02:59:32 02:59:32 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:59:32 #60 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:32 #60 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:32 #60 16.17 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:59:32 #60 16.17 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:59:32 #60 16.17 OK: 24049 distinct packages available 02:59:32 #60 17.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:32 #60 18.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:32 #60 ... 02:59:32 02:59:32 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:59:32 #70 ... 02:59:32 02:59:32 #58 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:59:32 #58 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:32 #58 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:32 #58 17.93 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:59:32 #58 17.93 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:59:32 #58 17.93 OK: 24049 distinct packages available 02:59:32 #58 19.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:32 #58 20.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:32 #58 ... 02:59:32 02:59:32 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:59:32 #71 ... 02:59:32 02:59:32 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:59:32 #72 ... 02:59:32 02:59:32 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:32 #39 ... 02:59:32 02:59:32 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:59:33 #73 ... 02:59:33 02:59:33 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:34 #39 ... 02:59:34 02:59:34 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:59:34 #57 13.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:34 #57 14.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:34 #57 19.77 (1/3) Installing ca-certificates (20241121-r1) 02:59:34 #57 20.11 (2/3) Installing dumb-init (1.2.5-r3) 02:59:34 #57 20.14 (3/3) Installing tzdata (2025b-r0) 02:59:34 #57 21.30 Executing busybox-1.36.1-r29.trigger 02:59:34 #57 21.40 Executing ca-certificates-20241121-r1.trigger 02:59:34 #57 22.05 OK: 11 MiB in 17 packages 02:59:34 #57 ... 02:59:34 02:59:34 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:59:34 #60 23.44 (1/4) Installing dumb-init (1.2.5-r3) 02:59:34 #60 23.46 (2/4) Installing musl-obstack (1.2.3-r2) 02:59:34 #60 23.46 (3/4) Installing libucontext (1.2-r3) 02:59:34 #60 23.47 (4/4) Installing gcompat (1.1.0-r4) 02:59:34 #60 23.48 Executing busybox-1.36.1-r29.trigger 02:59:34 #60 23.57 OK: 9 MiB in 18 packages 02:59:34 #60 ... 02:59:34 02:59:34 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:59:34 #57 DONE 24.0s 02:59:34 02:59:34 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:34 #39 ... 02:59:34 02:59:34 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:59:34 #68 DONE 13.4s 02:59:34 02:59:34 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:34 #39 ... 02:59:34 02:59:34 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:59:34 #60 DONE 24.5s 02:59:34 02:59:34 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:34 #39 ... 02:59:34 02:59:34 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:59:35 #74 ... 02:59:35 02:59:35 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:59:35 #64 23.11 (1/1) Installing dumb-init (1.2.5-r3) 02:59:35 #64 23.14 Executing busybox-1.36.1-r29.trigger 02:59:35 #64 23.17 OK: 9 MiB in 15 packages 02:59:36 #64 DONE 24.3s 02:59:36 02:59:36 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:59:36 #71 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:36 #71 ... 02:59:36 02:59:36 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:59:36 #75 ... 02:59:36 02:59:36 #58 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:59:36 #58 24.88 (1/5) Installing dumb-init (1.2.5-r3) 02:59:36 #58 24.89 (2/5) Installing musl-obstack (1.2.3-r2) 02:59:36 #58 24.90 (3/5) Installing libucontext (1.2-r3) 02:59:36 #58 25.04 (4/5) Installing gcompat (1.1.0-r4) 02:59:36 #58 25.04 (5/5) Installing openssl (3.3.3-r0) 02:59:36 #58 25.09 Executing busybox-1.36.1-r29.trigger 02:59:36 #58 25.18 OK: 10 MiB in 19 packages 02:59:36 #58 DONE 26.2s 02:59:36 02:59:36 #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:59:37 #76 ... 02:59:37 02:59:37 #43 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:59:37 #43 16.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:37 #43 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:37 #43 23.38 (1/7) Installing ca-certificates (20241121-r1) 02:59:37 #43 23.63 (2/7) Installing dumb-init (1.2.5-r3) 02:59:37 #43 23.66 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:59:37 #43 23.67 (4/7) Installing libsodium (1.0.19-r0) 02:59:37 #43 23.70 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:59:37 #43 23.80 (6/7) Installing libzmq (4.3.5-r2) 02:59:37 #43 23.83 (7/7) Installing zeromq (4.3.5-r2) 02:59:37 #43 23.84 Executing busybox-1.36.1-r29.trigger 02:59:37 #43 24.02 Executing ca-certificates-20241121-r1.trigger 02:59:37 #43 24.65 OK: 14 MiB in 21 packages 02:59:37 #43 DONE 25.6s 02:59:37 02:59:37 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:59:37 #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.9s 02:59:37 #55 ... 02:59:37 02:59:37 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:59:37 #73 14.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:38 #73 ... 02:59:38 02:59:38 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:59:38 #77 ... 02:59:38 02:59:38 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:59:42 #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.8s done 02:59:42 #55 ... 02:59:42 02:59:42 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:59:42 #78 ... 02:59:42 02:59:42 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:59:42 #77 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:42 #77 ... 02:59:42 02:59:42 #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:59:42 #55 DONE 32.5s 02:59:42 02:59:42 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:59:42 #78 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:44 #78 ... 02:59:44 02:59:44 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:59:44 #0 9.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:44 #79 ... 02:59:44 02:59:44 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:44 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.3s 02:59:45 #39 ... 02:59:45 02:59:45 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:59:45 #80 ... 02:59:45 02:59:45 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:59:45 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:45 #81 ... 02:59:45 02:59:45 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:45 #39 ... 02:59:45 02:59:45 #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 02:59:45 #66 15.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:45 #66 16.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:45 #66 22.25 OK: 9 MiB in 15 packages 02:59:45 #66 DONE 25.2s 02:59:45 02:59:45 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:59:45 #67 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:45 #67 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:45 #67 21.57 OK: 239 MiB in 58 packages 02:59:45 #67 DONE 24.6s 02:59:45 02:59:45 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:46 #39 ... 02:59:46 02:59:46 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:59:46 #82 ... 02:59:46 02:59:46 #83 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:59:46 #83 DONE 0.7s 02:59:46 02:59:46 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:47 #39 ... 02:59:47 02:59:47 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:59:47 #71 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:47 #71 24.02 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:59:47 #71 24.03 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:59:47 #71 24.03 OK: 24049 distinct packages available 02:59:47 #71 25.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:47 #71 ... 02:59:47 02:59:47 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:59:47 #0 9.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:47 #84 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:47 #84 ... 02:59:47 02:59:47 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:47 #39 ... 02:59:47 02:59:47 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:59:47 #69 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:47 #69 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:47 #69 ... 02:59:47 02:59:47 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:48 #39 ... 02:59:48 02:59:48 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:59:48 #70 17.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:48 #70 19.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:48 #70 ... 02:59:48 02:59:48 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:48 #39 ... 02:59:48 02:59:48 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:59:48 #74 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:48 #74 15.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:49 #74 ... 02:59:49 02:59:49 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:49 #39 ... 02:59:49 02:59:49 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:59:49 #73 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:49 #73 ... 02:59:49 02:59:49 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:59:49 #72 17.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:49 #72 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:49 #72 ... 02:59:49 02:59:49 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:49 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.5s 02:59:50 #39 ... 02:59:50 02:59:50 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:59:50 #69 26.63 OK: 239 MiB in 58 packages 02:59:50 #69 DONE 28.6s 02:59:50 02:59:50 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:50 #39 ... 02:59:50 02:59:50 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:59:50 #75 14.07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:50 #75 15.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:50 #75 ... 02:59:50 02:59:50 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:59:50 #85 DONE 0.6s 02:59:50 02:59:50 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:51 #39 ... 02:59:51 02:59:51 #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:59:51 #70 28.57 OK: 239 MiB in 58 packages 02:59:51 #70 DONE 30.4s 02:59:51 02:59:51 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:51 #39 ... 02:59:51 02:59:51 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:59:51 #74 24.47 OK: 20 MiB in 18 packages 02:59:51 #74 DONE 26.4s 02:59:51 02:59:51 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:59:51 #86 ... 02:59:51 02:59:51 #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:59:51 #73 26.49 OK: 20 MiB in 18 packages 02:59:51 #73 DONE 28.8s 02:59:51 02:59:51 #87 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:59:52 #87 DONE 0.8s 02:59:52 02:59:52 #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:52 #88 ... 02:59:52 02:59:52 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:59:52 #86 DONE 0.7s 02:59:52 02:59:52 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:52 #39 ... 02:59:52 02:59:52 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:59:52 #72 28.73 OK: 239 MiB in 58 packages 02:59:52 #72 DONE 30.9s 02:59:52 02:59:52 #89 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:59:53 #89 DONE 1.0s 02:59:53 02:59:53 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:54 #90 ... 02:59:54 02:59:54 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:59:54 #77 15.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:54 #77 25.24 OK: 15 MiB in 28 packages 02:59:54 #77 ... 02:59:54 02:59:54 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:54 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.5s 02:59:55 #39 ... 02:59:55 02:59:55 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:59:55 #80 10.47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:55 #80 12.00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:55 #80 ... 02:59:55 02:59:55 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:59:55 #77 DONE 26.8s 02:59:55 02:59:55 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:59:55 #78 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:55 #78 ... 02:59:55 02:59:55 #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:59:55 #75 26.42 (1/1) Installing dumb-init (1.2.5-r3) 02:59:55 #75 27.28 Executing busybox-1.36.1-r29.trigger 02:59:55 #75 27.49 OK: 9 MiB in 15 packages 02:59:55 #75 DONE 29.2s 02:59:55 02:59:55 #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:56 #39 ... 02:59:56 02:59:56 #91 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:59:56 #91 ... 02:59:56 02:59:56 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:59:56 #82 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:56 #82 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:56 #82 ... 02:59:56 02:59:56 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:59:56 #81 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:56 #81 20.83 OK: 9 MiB in 18 packages 02:59:57 #81 ... 02:59:57 02:59:57 #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:59:57 #76 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:59:57 #76 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:57 #76 20.41 OK: 10 MiB in 19 packages 02:59:57 #76 ... 02:59:57 02:59:57 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:59:57 #79 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:57 #79 21.69 OK: 11 MiB in 17 packages 02:59:57 #79 ... 02:59:57 02:59:57 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:59:57 #78 24.03 OK: 9 MiB in 16 packages 02:59:57 #78 DONE 25.3s 02:59:57 02:59:57 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:59:57 #81 DONE 22.3s 02:59:57 02:59:57 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:59:58 #92 ... 02:59:58 02:59:58 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:59:58 #79 DONE 23.5s 02:59:58 02:59:58 #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:59:58 #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.6s done 02:59:58 #39 DONE 47.9s 02:59:58 02:59:58 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:59:58 #80 23.17 OK: 239 MiB in 58 packages 02:59:59 #80 ... 02:59:59 02:59:59 #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:59:59 #76 DONE 22.3s 02:59:59 02:59:59 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:59:59 #84 19.86 OK: 14 MiB in 21 packages 02:59:59 #84 DONE 21.6s 02:59:59 02:59:59 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:59:59 #93 ... 02:59:59 02:59:59 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:59:59 #71 27.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:59:59 #71 36.92 OK: 239 MiB in 58 packages 02:59:59 #71 ... 02:59:59 02:59:59 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:59:59 #82 22.29 OK: 9 MiB in 15 packages 02:59:59 #82 ... 02:59:59 02:59:59 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:59:59 #80 DONE 24.7s 02:59:59 02:59:59 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:59:59 #82 DONE 23.6s 02:59:59 02:59:59 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:59:59 #94 ... 02:59:59 02:59:59 #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:59:59 #71 DONE 38.5s 03:00:00 03:00:00 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:00:00 #95 ... 03:00:00 03:00:00 #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:00 #96 ... 03:00:00 03:00:00 #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:00:00 #94 DONE 1.2s 03:00:00 03:00:00 #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:00:00 #95 DONE 0.9s 03:00:00 03:00:00 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:01 #97 ... 03:00:01 03:00:01 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:00:01 #93 DONE 3.2s 03:00:02 03:00:02 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:03 #98 ... 03:00:03 03:00:03 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:00:03 #92 DONE 5.7s 03:00:03 03:00:03 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:00:03 #99 DONE 0.3s 03:00:03 03:00:03 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:05 #100 ... 03:00:05 03:00:05 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:05 #101 DONE 3.1s 03:00:05 03:00:05 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:05 #102 DONE 3.1s 03:00:05 03:00:05 #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:00:05 #100 DONE 3.1s 03:00:05 03:00:05 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:00:05 #103 ... 03:00:05 03:00:05 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:00:05 #104 DONE 0.2s 03:00:05 03:00:05 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:00:05 #105 DONE 0.3s 03:00:06 03:00:06 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:00:06 #103 DONE 0.2s 03:00:06 03:00:06 #106 [security-spire-server stage-2 6/9] COPY security.txt / 03:00:06 #106 DONE 0.3s 03:00:06 03:00:06 #107 [security-spire-config stage-2 6/10] COPY security.txt / 03:00:06 #107 DONE 0.2s 03:00:06 03:00:06 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:00:06 #108 DONE 0.3s 03:00:06 03:00:06 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 03:00:06 #109 DONE 0.3s 03:00:06 03:00:06 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:00:06 #110 ... 03:00:06 03:00:06 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:00:06 #111 DONE 0.3s 03:00:06 03:00:06 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:00:06 #112 DONE 0.2s 03:00:06 03:00:06 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:00:06 #110 DONE 0.4s 03:00:06 03:00:06 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:00:06 #113 ... 03:00:06 03:00:06 #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:00:06 #114 DONE 0.2s 03:00:07 03:00:07 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:00:07 #113 DONE 0.3s 03:00:07 03:00:07 #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:00:07 #115 DONE 0.4s 03:00:07 03:00:07 #116 [security-spire-config] exporting to image 03:00:07 #116 exporting layers 03:00:07 #116 ... 03:00:07 03:00:07 #117 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:00:07 #117 DONE 0.3s 03:00:07 03:00:07 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:00:07 #118 DONE 0.3s 03:00:07 03:00:07 #116 [security-spire-server] exporting to image 03:00:10 #116 exporting layers 3.3s done 03:00:10 #116 writing image sha256:5f2bfa52c264d1362174657d3c28690ff4f40b19324e6d5e1923852fa64821c3 03:00:10 #116 writing image sha256:5f2bfa52c264d1362174657d3c28690ff4f40b19324e6d5e1923852fa64821c3 done 03:00:10 #116 naming to docker.io/library/security-spire-config-arm64 done 03:00:10 #116 exporting layers 3.4s done 03:00:10 #116 writing image sha256:0a53bc03be0c46787fab4226eb2c7d9e6224d48ee5baf7b1ab2280c25fd8586e 0.0s done 03:00:10 #116 naming to docker.io/library/security-spire-agent-arm64 done 03:00:10 #116 writing image sha256:af4d49c115ceee3688c8087b4afc60ebd0a0dba8759775dfe81d4e6290e4d5ea 0.0s done 03:00:10 #116 naming to docker.io/library/security-spire-server-arm64 done 03:00:10 #116 DONE 3.7s 03:00:10 03:00:10 #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:00:22 #154 ... 03:00:22 03:00:22 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:00:22 #149 DONE 89.6s 03:00:22 03:00:22 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:00:22 #155 DONE 0.1s 03:00:22 03:00:22 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:00:22 #156 ... 03:00:22 03:00:22 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:00:22 #151 DONE 91.2s 03:00:22 03:00:22 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:00:22 #156 DONE 1.4s 03:00:22 03:00:22 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:00:22 #157 DONE 0.3s 03:00:22 03:00:22 #158 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:00:22 #158 DONE 0.3s 03:00:22 03:00:22 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:00:22 #159 DONE 0.3s 03:00:22 03:00:22 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:00:22 #160 DONE 0.2s 03:00:22 03:00:22 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:00:22 #161 DONE 0.2s 03:00:22 03:00:22 #162 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:00:22 #162 DONE 0.2s 03:00:22 03:00:22 #163 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:00:22 #163 DONE 0.0s 03:00:22 03:00:22 #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:00:22 #164 DONE 0.0s 03:00:22 03:00:22 #165 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:00:22 #165 DONE 0.1s 03:00:22 03:00:22 #166 [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/ 03:00:22 #166 DONE 0.1s 03:00:22 03:00:22 #167 [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/ 03:00:22 #167 DONE 0.1s 03:00:22 03:00:22 #168 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:00:22 #168 ... 03:00:22 03:00:22 #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/ 03:00:22 #169 DONE 0.2s 03:00:22 03:00:22 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:00:22 #170 DONE 0.3s 03:00:22 03:00:22 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:00:22 #143 ... 03:00:22 03:00:22 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:00:22 #171 ... 03:00:22 03:00:22 #168 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:00:22 #168 DONE 1.4s 03:00:22 03:00:22 #114 [core-common-config-bootstrapper] exporting to image 03:00:22 #114 exporting layers 03:00:23 #114 exporting layers 0.4s done 03:00:23 #114 writing image sha256:5d89a5781f90ca83afaca79ac4b7095ab1a928c9ee8b4ff0ae1f05b6efae95e1 done 03:00:23 #114 naming to docker.io/library/core-common-config-bootstrapper done 03:00:23 #114 DONE 1.5s 03:00:23 03:00:23 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:00:23 #143 ... 03:00:23 03:00:23 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:00:23 #171 DONE 1.3s 03:00:23 03:00:23 #114 [security-bootstrapper] exporting to image 03:00:24 #114 exporting layers 0.7s done 03:00:24 #114 writing image sha256:cc94f36be1704864462cf47f17e120cae13c810e2fb76dd5fd58ff4693276ca3 0.0s done 03:00:24 #114 naming to docker.io/library/security-bootstrapper done 03:00:24 #114 DONE 2.2s 03:00:24 03:00:24 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:01:31 #150 ... 03:01:31 03:01:31 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:01:31 #144 157.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:01:31 #144 ... 03:01:31 03:01:31 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:01:31 #148 DONE 161.7s 03:01:31 03:01:31 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:01:31 #153 DONE 161.9s 03:01:31 03:01:31 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:31 #154 ... 03:01:31 03:01:31 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:01:31 #145 DONE 161.9s 03:01:31 03:01:31 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:01:31 #144 DONE 162.0s 03:01:31 03:01:31 #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:01:31 #172 DONE 0.2s 03:01:31 03:01:31 #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:01:31 #173 DONE 0.3s 03:01:31 03:01:31 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:01:31 #174 ... 03:01:31 03:01:31 #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:01:31 #175 DONE 0.3s 03:01:31 03:01:31 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:01:31 #176 DONE 0.3s 03:01:31 03:01:31 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:01:31 #174 DONE 0.3s 03:01:31 03:01:31 #177 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:01:31 #177 DONE 0.1s 03:01:31 03:01:31 #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:01:31 #178 DONE 0.3s 03:01:31 03:01:31 #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:01:31 #179 ... 03:01:31 03:01:31 #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:01:31 #180 DONE 0.2s 03:01:31 03:01:31 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:01:31 #181 DONE 0.2s 03:01:32 03:01:32 #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:01:32 #179 DONE 0.2s 03:01:32 03:01:32 #182 [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 03:01:32 #182 DONE 0.2s 03:01:32 03:01:32 #183 [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 03:01:32 #183 DONE 0.1s 03:01:32 03:01:32 #184 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:01:32 #184 DONE 0.1s 03:01:32 03:01:32 #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:01:32 #185 DONE 0.1s 03:01:32 03:01:32 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:01:32 #186 DONE 0.2s 03:01:32 03:01:32 #114 [security-spiffe-token-provider] exporting to image 03:01:32 #114 exporting layers 03:01:32 #96 ... 03:01:32 03:01:32 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #98 DONE 84.8s 03:01:32 03:01:32 #91 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #91 DONE 99.2s 03:01:32 03:01:32 #119 [core-metadata builder 6/7] COPY . . 03:01:32 #119 ... 03:01:32 03:01:32 #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #97 DONE 84.9s 03:01:32 03:01:32 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #90 DONE 92.4s 03:01:32 03:01:32 #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #96 DONE 95.2s 03:01:32 03:01:32 #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #88 DONE 93.9s 03:01:32 03:01:32 #120 [support-notifications builder 6/7] COPY . . 03:01:32 #120 ... 03:01:32 03:01:32 #121 [support-scheduler builder 6/7] COPY . . 03:01:32 #121 DONE 2.4s 03:01:32 03:01:32 #122 [security-proxy-setup builder 6/7] COPY . . 03:01:32 #122 CACHED 03:01:32 03:01:32 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:01:32 #123 CACHED 03:01:32 03:01:32 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #124 CACHED 03:01:32 03:01:32 #125 [security-spiffe-token-provider builder 6/7] COPY . . 03:01:32 #125 DONE 2.5s 03:01:32 03:01:32 #126 [security-secretstore-setup builder 6/7] COPY . . 03:01:32 #126 DONE 2.4s 03:01:32 03:01:32 #127 [core-keeper builder 7/8] COPY . . 03:01:32 #127 DONE 2.5s 03:01:32 03:01:32 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 03:01:32 #128 CACHED 03:01:32 03:01:32 #129 [core-data builder 6/7] COPY . . 03:01:32 #129 CACHED 03:01:32 03:01:32 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #130 CACHED 03:01:32 03:01:32 #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #131 CACHED 03:01:32 03:01:32 #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:32 #132 CACHED 03:01:32 03:01:32 #133 [security-bootstrapper builder 6/7] COPY . . 03:01:32 #133 CACHED 03:01:32 03:01:32 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 03:01:32 #134 CACHED 03:01:32 03:01:32 #135 [core-command builder 6/7] COPY . . 03:01:32 #135 CACHED 03:01:32 03:01:32 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #136 CACHED 03:01:32 03:01:32 #120 [support-notifications builder 6/7] COPY . . 03:01:32 #120 DONE 2.4s 03:01:32 03:01:32 #137 [core-common-config-bootstrapper builder 6/7] COPY . . 03:01:32 #137 CACHED 03:01:32 03:01:32 #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:01:32 #138 CACHED 03:01:32 03:01:32 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #139 CACHED 03:01:32 03:01:32 #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:01:32 #140 CACHED 03:01:32 03:01:32 #141 [security-proxy-auth builder 6/7] COPY . . 03:01:32 #141 CACHED 03:01:32 03:01:32 #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:01:32 #142 CACHED 03:01:32 03:01:32 #119 [core-metadata builder 6/7] COPY . . 03:01:32 #119 DONE 2.5s 03:01:32 03:01:32 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:32 #114 ... 03:01:32 03:01:32 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:01:32 #187 DONE 0.2s 03:01:32 03:01:32 #188 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:01:32 #188 DONE 0.2s 03:01:32 03:01:32 #114 [core-command] exporting to image 03:01:32 #114 ... 03:01:32 03:01:32 #189 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:01:32 #189 DONE 0.3s 03:01:32 03:01:32 #190 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:01:32 #190 DONE 0.3s 03:01:32 03:01:32 #114 [security-spiffe-token-provider] exporting to image 03:01:32 #114 exporting layers 0.4s done 03:01:32 #114 writing image sha256:c4d904c015d78a046f94e6399850facab7a7fdaf83e12b17a443171d02dfa2e7 done 03:01:32 #114 naming to docker.io/library/security-spiffe-token-provider done 03:01:32 #114 exporting layers 0.3s done 03:01:32 #114 writing image sha256:8839890bf1516e166ccb15219130ebe3a3af3f8fe3473a06e25e701cfafdf9d5 done 03:01:32 #114 naming to docker.io/library/core-command done 03:01:32 #114 DONE 2.9s 03:01:32 03:01:32 #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:01:32 #191 DONE 0.4s 03:01:32 03:01:32 #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:33 #192 ... 03:01:33 03:01:33 #193 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:01:33 #193 DONE 0.3s 03:01:33 03:01:33 #194 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:01:33 #194 DONE 0.3s 03:01:33 03:01:33 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:01:33 #147 ... 03:01:33 03:01:33 #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:33 #195 ... 03:01:33 03:01:33 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:01:33 #150 DONE 164.7s 03:01:33 #143 ... 03:01:33 03:01:33 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:01:33 #0 5.024 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:01:33 03:01:33 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:01:33 #147 DONE 164.7s 03:01:33 03:01:33 #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:33 #192 DONE 1.1s 03:01:33 03:01:33 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:01:33 #143 ... 03:01:33 03:01:33 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:01:34 #196 DONE 0.1s 03:01:34 03:01:34 #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:01:34 #197 DONE 0.2s 03:01:34 03:01:34 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:01:34 #144 ... 03:01:34 03:01:34 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:34 #143 5.812 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:01:34 #198 DONE 0.3s 03:01:34 03:01:34 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:01:34 #199 DONE 0.3s 03:01:34 03:01:34 #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:34 #195 DONE 1.1s 03:01:34 03:01:34 #114 [security-proxy-setup] exporting to image 03:01:34 #114 writing image sha256:7b34930457b79a0e102e79bb0cad0f13b26cb1cd53c9683c634d548527615b5d done 03:01:34 #114 naming to docker.io/library/security-proxy-setup done 03:01:34 #114 ... 03:01:34 03:01:34 #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:01:34 #200 DONE 0.2s 03:01:34 03:01:34 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:01:34 #201 DONE 0.2s 03:01:34 03:01:34 #114 [core-keeper] exporting to image 03:01:34 #114 ... 03:01:34 03:01:34 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:01:34 #202 DONE 0.1s 03:01:34 03:01:34 #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:01:34 #143 DONE 165.7s 03:01:34 03:01:34 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:01:34 #203 DONE 0.1s 03:01:35 03:01:35 #114 [security-secretstore-setup] exporting to image 03:01:35 #114 exporting layers 0.4s done 03:01:35 #114 writing image sha256:a1cf947a41d7d8d11dbf7052a64a22d956a77167effdf95365020a43c87cdf5a 0.0s done 03:01:35 #114 naming to docker.io/library/core-keeper done 03:01:35 #114 writing image sha256:8156a0df7e714e48d22bf1064ffe031e28af639bb2493a71fc367b64d654d1df done 03:01:35 #114 naming to docker.io/library/security-secretstore-setup done 03:01:35 #114 DONE 3.9s 03:01:35 03:01:35 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:01:35 #204 DONE 0.1s 03:01:35 03:01:35 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:01:35 #205 DONE 0.1s 03:01:35 03:01:35 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:35 #206 ... 03:01:35 03:01:35 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:01:35 #207 DONE 0.1s 03:01:35 03:01:35 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:01:35 #208 DONE 0.0s 03:01:35 03:01:35 #114 [core-data] exporting to image 03:01:35 #114 ... 03:01:35 03:01:35 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:01:35 #206 DONE 0.6s 03:01:35 03:01:35 #114 [core-data] exporting to image 03:01:35 #114 exporting layers 0.2s done 03:01:35 #114 writing image sha256:85bfa8f9fe44d82f80d57bd7486a6dbdfa7966356ac5660d00ff335493b2c97f done 03:01:35 #114 naming to docker.io/library/core-data done 03:01:35 #114 exporting layers 0.2s done 03:01:35 #114 writing image sha256:70021d55c09a8e2b5565e0abb94a35331bc35a94c7a3ceb99838392a738e0b8d done 03:01:35 #114 naming to docker.io/library/security-proxy-auth done 03:01:35 #114 DONE 4.3s 03:01:35 03:01:35 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:35 #154 ... 03:01:35 03:01:35 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:01:35 #146 DONE 166.6s 03:01:35 03:01:35 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:01:35 #209 DONE 0.1s 03:01:36 03:01:36 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:01:36 #210 DONE 0.0s 03:01:36 03:01:36 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:01:36 #211 DONE 0.1s 03:01:36 03:01:36 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:01:36 #212 DONE 0.0s 03:01:36 03:01:36 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:01:36 #213 DONE 0.0s 03:01:36 03:01:36 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:36 #154 ... 03:01:36 03:01:36 #114 [core-metadata] exporting to image 03:01:36 #114 exporting layers 0.1s done 03:01:36 #114 writing image sha256:8ac286757ee17e04c608cfdbd2adc94e7c40bdb416d92bc474cd0e879784b0df done 03:01:36 #114 naming to docker.io/library/core-metadata done 03:01:36 #114 DONE 4.4s 03:01:36 03:01:36 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:36 #154 ... 03:01:36 03:01:36 #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:01:36 #152 DONE 167.8s 03:01:36 03:01:36 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:01:36 #214 DONE 0.0s 03:01:36 03:01:36 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:01:36 #215 DONE 0.0s 03:01:37 03:01:37 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:01:37 #216 DONE 0.2s 03:01:37 03:01:37 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:01:37 #217 DONE 0.0s 03:01:37 03:01:37 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:37 #154 ... 03:01:37 03:01:37 #114 [support-scheduler] exporting to image 03:01:37 #114 exporting layers 0.2s done 03:01:37 #114 writing image sha256:3065516727738059bc79815255c5cb1546e2d0b7a1524a8cd574af0ea5aaacc1 done 03:01:37 #114 naming to docker.io/library/support-scheduler done 03:01:37 #114 DONE 4.7s 03:01:37 03:01:37 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:01:38 #143 ... 03:01:38 03:01:38 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:01:38 #0 5.477 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:01:38 #145 ... 03:01:38 03:01:38 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:01:38 #0 5.912 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:01:38 #146 ... 03:01:38 03:01:38 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:01:38 #0 4.878 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:01:38 #154 DONE 169.7s 03:01:38 03:01:38 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:01:38 #218 DONE 0.0s 03:01:38 #147 ... 03:01:38 03:01:38 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:01:38 #0 4.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:01:38 #148 ... 03:01:38 03:01:38 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:01:38 #0 6.242 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:01:39 03:01:39 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:01:39 #219 DONE 0.0s 03:01:39 03:01:39 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:01:39 #220 DONE 0.2s 03:01:39 #149 ... 03:01:39 03:01:39 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:01:39 #0 6.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:01:39 03:01:39 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:01:39 #221 DONE 0.0s 03:01:39 03:01:39 #114 [support-notifications] exporting to image 03:01:39 #114 exporting layers 0.2s done 03:01:39 #114 writing image sha256:7f9e52ef4d46427713a9912cfd5bfacdce68c25c21e080085e4908c022d2ac17 done 03:01:39 #114 naming to docker.io/library/support-notifications done 03:01:39 #114 DONE 4.8s 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:01:39 time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:01:39 $ docker stop --time=1 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 03:01:39 #150 ... 03:01:39 03:01:39 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:01:39 #0 5.357 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:01:39 #151 ... 03:01:39 03:01:39 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:01:39 #0 5.872 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:01:39 #152 ... 03:01:39 03:01:39 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:01:39 #0 4.423 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:01:39 #153 ... 03:01:39 03:01:39 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:01:39 #0 5.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:01:40 $ docker rm -f --volumes 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 [Pipeline] // withDockerContainer [Pipeline] sh 03:01:40 + docker images 03:01:40 REPOSITORY TAG IMAGE ID CREATED SIZE 03:01:40 support-notifications latest 7f9e52ef4d46 2 seconds ago 52.4MB 03:01:40 support-scheduler latest 306551672773 3 seconds ago 48.8MB 03:01:40 core-metadata latest 8ac286757ee1 5 seconds ago 33.1MB 03:01:40 security-proxy-auth latest 70021d55c09a 5 seconds ago 31.7MB 03:01:40 core-data latest 85bfa8f9fe44 5 seconds ago 32.9MB 03:01:40 core-keeper latest a1cf947a41d7 6 seconds ago 32.5MB 03:01:40 security-secretstore-setup latest 8156a0df7e71 6 seconds ago 68.7MB 03:01:40 security-proxy-setup latest 7b34930457b7 7 seconds ago 38.5MB 03:01:40 core-command latest 8839890bf151 8 seconds ago 28.4MB 03:01:40 security-spiffe-token-provider latest c4d904c015d7 9 seconds ago 47.7MB 03:01:40 security-bootstrapper latest cc94f36be170 About a minute ago 20.4MB 03:01:40 core-common-config-bootstrapper latest 5d89a5781f90 About a minute ago 17.1MB 03:01:40 security-spire-agent latest bd743c26f7ed 3 minutes ago 195MB 03:01:40 security-spire-server latest 7b0400940c3e 3 minutes ago 149MB 03:01:40 security-spire-config latest d34ac269a945 3 minutes ago 149MB 03:01:40 ci-base-image-x86_64 latest a45eec089915 7 minutes ago 924MB 03:01:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 10 days ago 573MB 03:01:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB 03:01:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:01:41 provisioning config files... 03:01:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config13209725136094842249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:01:41 ---> ****-login.sh 03:01:41 nexus3.edgexfoundry.org:10001 03:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:01:41 Configure a credential helper to remove this warning. See 03:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:01:41 03:01:41 Login Succeeded 03:01:41 nexus3.edgexfoundry.org:10002 03:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:01:41 Configure a credential helper to remove this warning. See 03:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:01:41 03:01:41 Login Succeeded 03:01:41 nexus3.edgexfoundry.org:10003 03:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:01:41 Configure a credential helper to remove this warning. See 03:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:01:41 03:01:41 Login Succeeded 03:01:41 nexus3.edgexfoundry.org:10004 03:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:01:41 Configure a credential helper to remove this warning. See 03:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:01:41 03:01:41 Login Succeeded 03:01:41 ****.io 03:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:01:41 Configure a credential helper to remove this warning. See 03:01:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:01:41 03:01:41 Login Succeeded 03:01:41 ---> ****-login.sh ends [Pipeline] } 03:01:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:01:42 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:01:42 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:42 latest 03:01:42 4.1.0-dev.20 03:01:42 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:42 main 03:01:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:42 + docker push nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:01:42 6439f2e8e6c7: Preparing 03:01:42 d3b6471521e9: Preparing 03:01:42 d3fd7e6d3356: Preparing 03:01:42 9716c758ecfd: Preparing 03:01:42 693732a7b69b: Preparing 03:01:42 effc452fd1b6: Preparing 03:01:42 994456c4fd7b: Preparing 03:01:42 994456c4fd7b: Waiting 03:01:42 effc452fd1b6: Waiting 03:01:42 d3fd7e6d3356: Pushed 03:01:42 693732a7b69b: Pushed 03:01:42 6439f2e8e6c7: Pushed 03:01:42 9716c758ecfd: Pushed 03:01:42 994456c4fd7b: Layer already exists 03:01:42 effc452fd1b6: Pushed 03:01:44 d3b6471521e9: Pushed 03:01:45 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:45 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:01:45 6439f2e8e6c7: Preparing 03:01:45 d3b6471521e9: Preparing 03:01:45 d3fd7e6d3356: Preparing 03:01:45 9716c758ecfd: Preparing 03:01:45 693732a7b69b: Preparing 03:01:45 effc452fd1b6: Preparing 03:01:45 994456c4fd7b: Preparing 03:01:45 effc452fd1b6: Waiting 03:01:45 9716c758ecfd: Layer already exists 03:01:45 693732a7b69b: Layer already exists 03:01:45 d3fd7e6d3356: Layer already exists 03:01:45 6439f2e8e6c7: Layer already exists 03:01:45 d3b6471521e9: Layer already exists 03:01:45 994456c4fd7b: Layer already exists 03:01:45 effc452fd1b6: Layer already exists 03:01:45 latest: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:46 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 03:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:01:46 6439f2e8e6c7: Preparing 03:01:46 d3b6471521e9: Preparing 03:01:46 d3fd7e6d3356: Preparing 03:01:46 9716c758ecfd: Preparing 03:01:46 693732a7b69b: Preparing 03:01:46 effc452fd1b6: Preparing 03:01:46 994456c4fd7b: Preparing 03:01:46 effc452fd1b6: Waiting 03:01:46 994456c4fd7b: Waiting 03:01:46 d3fd7e6d3356: Layer already exists 03:01:46 6439f2e8e6c7: Layer already exists 03:01:46 693732a7b69b: Layer already exists 03:01:46 9716c758ecfd: Layer already exists 03:01:46 d3b6471521e9: Layer already exists 03:01:46 994456c4fd7b: Layer already exists 03:01:46 effc452fd1b6: Layer already exists 03:01:46 4.1.0-dev.20: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:46 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:47 + docker push nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:01:47 6439f2e8e6c7: Preparing 03:01:47 d3b6471521e9: Preparing 03:01:47 d3fd7e6d3356: Preparing 03:01:47 9716c758ecfd: Preparing 03:01:47 693732a7b69b: Preparing 03:01:47 effc452fd1b6: Preparing 03:01:47 994456c4fd7b: Preparing 03:01:47 effc452fd1b6: Waiting 03:01:47 994456c4fd7b: Waiting 03:01:47 6439f2e8e6c7: Layer already exists 03:01:47 693732a7b69b: Layer already exists 03:01:47 9716c758ecfd: Layer already exists 03:01:47 d3fd7e6d3356: Layer already exists 03:01:47 d3b6471521e9: Layer already exists 03:01:47 effc452fd1b6: Layer already exists 03:01:47 994456c4fd7b: Layer already exists 03:01:47 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:47 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:01:47 6439f2e8e6c7: Preparing 03:01:47 d3b6471521e9: Preparing 03:01:47 d3fd7e6d3356: Preparing 03:01:47 9716c758ecfd: Preparing 03:01:47 693732a7b69b: Preparing 03:01:47 effc452fd1b6: Preparing 03:01:47 994456c4fd7b: Preparing 03:01:47 994456c4fd7b: Waiting 03:01:47 effc452fd1b6: Waiting 03:01:47 9716c758ecfd: Layer already exists 03:01:47 6439f2e8e6c7: Layer already exists 03:01:47 d3b6471521e9: Layer already exists 03:01:47 d3fd7e6d3356: Layer already exists 03:01:47 693732a7b69b: Layer already exists 03:01:47 994456c4fd7b: Layer already exists 03:01:47 effc452fd1b6: Layer already exists 03:01:47 main: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:47 ===================================================== [Pipeline] echo 03:01:47 taggedImages: 03:01:47 - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:47 - nexus3.edgexfoundry.org:10004/core-command:latest 03:01:47 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 03:01:47 - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:47 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:01:47 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:01:47 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:47 latest 03:01:47 4.1.0-dev.20 03:01:47 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:47 main 03:01:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:01:48 293f384afaa4: Preparing 03:01:48 30acf94c8022: Preparing 03:01:48 8f4049e158bf: Preparing 03:01:48 51780e583a70: Preparing 03:01:48 d3fd7e6d3356: Preparing 03:01:48 9716c758ecfd: Preparing 03:01:48 693732a7b69b: Preparing 03:01:48 effc452fd1b6: Preparing 03:01:48 994456c4fd7b: Preparing 03:01:48 994456c4fd7b: Waiting 03:01:48 9716c758ecfd: Waiting 03:01:48 693732a7b69b: Waiting 03:01:48 effc452fd1b6: Waiting 03:01:48 d3fd7e6d3356: Layer already exists 03:01:48 9716c758ecfd: Layer already exists 03:01:48 693732a7b69b: Layer already exists 03:01:48 effc452fd1b6: Layer already exists 03:01:48 994456c4fd7b: Layer already exists 03:01:48 293f384afaa4: Pushed 03:01:48 30acf94c8022: Pushed 03:01:48 8f4049e158bf: Pushed 03:01:49 51780e583a70: Pushed 03:01:49 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:50 + 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 03:01:50 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:01:50 293f384afaa4: Preparing 03:01:50 30acf94c8022: Preparing 03:01:50 8f4049e158bf: Preparing 03:01:50 51780e583a70: Preparing 03:01:50 d3fd7e6d3356: Preparing 03:01:50 9716c758ecfd: Preparing 03:01:50 693732a7b69b: Preparing 03:01:50 effc452fd1b6: Preparing 03:01:50 994456c4fd7b: Preparing 03:01:50 9716c758ecfd: Waiting 03:01:50 994456c4fd7b: Waiting 03:01:50 effc452fd1b6: Waiting 03:01:50 293f384afaa4: Layer already exists 03:01:50 51780e583a70: Layer already exists 03:01:50 30acf94c8022: Layer already exists 03:01:50 d3fd7e6d3356: Layer already exists 03:01:50 8f4049e158bf: Layer already exists 03:01:50 effc452fd1b6: Layer already exists 03:01:50 693732a7b69b: Layer already exists 03:01:50 9716c758ecfd: Layer already exists 03:01:50 994456c4fd7b: Layer already exists 03:01:50 latest: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:50 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 03:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:01:51 293f384afaa4: Preparing 03:01:51 30acf94c8022: Preparing 03:01:51 8f4049e158bf: Preparing 03:01:51 51780e583a70: Preparing 03:01:51 d3fd7e6d3356: Preparing 03:01:51 9716c758ecfd: Preparing 03:01:51 693732a7b69b: Preparing 03:01:51 effc452fd1b6: Preparing 03:01:51 994456c4fd7b: Preparing 03:01:51 effc452fd1b6: Waiting 03:01:51 9716c758ecfd: Waiting 03:01:51 693732a7b69b: Waiting 03:01:51 994456c4fd7b: Waiting 03:01:51 30acf94c8022: Layer already exists 03:01:51 8f4049e158bf: Layer already exists 03:01:51 293f384afaa4: Layer already exists 03:01:51 51780e583a70: Layer already exists 03:01:51 d3fd7e6d3356: Layer already exists 03:01:51 9716c758ecfd: Layer already exists 03:01:51 693732a7b69b: Layer already exists 03:01:51 994456c4fd7b: Layer already exists 03:01:51 effc452fd1b6: Layer already exists 03:01:51 4.1.0-dev.20: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:01:51 293f384afaa4: Preparing 03:01:51 30acf94c8022: Preparing 03:01:51 8f4049e158bf: Preparing 03:01:51 51780e583a70: Preparing 03:01:51 d3fd7e6d3356: Preparing 03:01:51 9716c758ecfd: Preparing 03:01:51 693732a7b69b: Preparing 03:01:51 effc452fd1b6: Preparing 03:01:51 994456c4fd7b: Preparing 03:01:51 693732a7b69b: Waiting 03:01:51 effc452fd1b6: Waiting 03:01:51 994456c4fd7b: Waiting 03:01:51 9716c758ecfd: Waiting 03:01:51 51780e583a70: Layer already exists 03:01:51 30acf94c8022: Layer already exists 03:01:51 293f384afaa4: Layer already exists 03:01:51 d3fd7e6d3356: Layer already exists 03:01:51 8f4049e158bf: Layer already exists 03:01:51 9716c758ecfd: Layer already exists 03:01:51 effc452fd1b6: Layer already exists 03:01:51 693732a7b69b: Layer already exists 03:01:51 994456c4fd7b: Layer already exists 03:01:51 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:52 + 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 03:01:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:01:52 293f384afaa4: Preparing 03:01:52 30acf94c8022: Preparing 03:01:52 8f4049e158bf: Preparing 03:01:52 51780e583a70: Preparing 03:01:52 d3fd7e6d3356: Preparing 03:01:52 9716c758ecfd: Preparing 03:01:52 693732a7b69b: Preparing 03:01:52 effc452fd1b6: Preparing 03:01:52 994456c4fd7b: Preparing 03:01:52 effc452fd1b6: Waiting 03:01:52 693732a7b69b: Waiting 03:01:52 994456c4fd7b: Waiting 03:01:52 9716c758ecfd: Waiting 03:01:52 8f4049e158bf: Layer already exists 03:01:52 51780e583a70: Layer already exists 03:01:52 30acf94c8022: Layer already exists 03:01:52 293f384afaa4: Layer already exists 03:01:52 d3fd7e6d3356: Layer already exists 03:01:52 9716c758ecfd: Layer already exists 03:01:52 994456c4fd7b: Layer already exists 03:01:52 effc452fd1b6: Layer already exists 03:01:52 693732a7b69b: Layer already exists 03:01:52 main: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:52 ===================================================== [Pipeline] echo 03:01:52 taggedImages: 03:01:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:01:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 03:01:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:52 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:01:52 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:01:52 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:52 latest 03:01:52 4.1.0-dev.20 03:01:52 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:52 main 03:01:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:52 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:53 + docker push nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:01:53 2101f44acb02: Preparing 03:01:53 0e26f317d7b6: Preparing 03:01:53 d3fd7e6d3356: Preparing 03:01:53 9716c758ecfd: Preparing 03:01:53 693732a7b69b: Preparing 03:01:53 90b89d4847b3: Preparing 03:01:53 994456c4fd7b: Preparing 03:01:53 90b89d4847b3: Waiting 03:01:53 994456c4fd7b: Waiting 03:01:53 693732a7b69b: Layer already exists 03:01:53 9716c758ecfd: Layer already exists 03:01:53 d3fd7e6d3356: Layer already exists 03:01:53 994456c4fd7b: Layer already exists 03:01:53 2101f44acb02: Pushed 03:01:53 90b89d4847b3: Pushed 03:01:55 0e26f317d7b6: Pushed 03:01:55 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:56 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:01:56 2101f44acb02: Preparing 03:01:56 0e26f317d7b6: Preparing 03:01:56 d3fd7e6d3356: Preparing 03:01:56 9716c758ecfd: Preparing 03:01:56 693732a7b69b: Preparing 03:01:56 90b89d4847b3: Preparing 03:01:56 994456c4fd7b: Preparing 03:01:56 90b89d4847b3: Waiting 03:01:56 994456c4fd7b: Waiting 03:01:56 693732a7b69b: Layer already exists 03:01:56 d3fd7e6d3356: Layer already exists 03:01:56 0e26f317d7b6: Layer already exists 03:01:56 2101f44acb02: Layer already exists 03:01:56 9716c758ecfd: Layer already exists 03:01:56 90b89d4847b3: Layer already exists 03:01:56 994456c4fd7b: Layer already exists 03:01:56 latest: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:57 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 03:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:01:57 2101f44acb02: Preparing 03:01:57 0e26f317d7b6: Preparing 03:01:57 d3fd7e6d3356: Preparing 03:01:57 9716c758ecfd: Preparing 03:01:57 693732a7b69b: Preparing 03:01:57 90b89d4847b3: Preparing 03:01:57 994456c4fd7b: Preparing 03:01:57 90b89d4847b3: Waiting 03:01:57 994456c4fd7b: Waiting 03:01:57 d3fd7e6d3356: Layer already exists 03:01:57 2101f44acb02: Layer already exists 03:01:57 9716c758ecfd: Layer already exists 03:01:57 693732a7b69b: Layer already exists 03:01:57 0e26f317d7b6: Layer already exists 03:01:57 994456c4fd7b: Layer already exists 03:01:57 90b89d4847b3: Layer already exists 03:01:57 4.1.0-dev.20: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:57 + docker push nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:01:57 2101f44acb02: Preparing 03:01:57 0e26f317d7b6: Preparing 03:01:57 d3fd7e6d3356: Preparing 03:01:57 9716c758ecfd: Preparing 03:01:57 693732a7b69b: Preparing 03:01:57 90b89d4847b3: Preparing 03:01:57 994456c4fd7b: Preparing 03:01:57 90b89d4847b3: Waiting 03:01:57 d3fd7e6d3356: Layer already exists 03:01:57 9716c758ecfd: Layer already exists 03:01:57 0e26f317d7b6: Layer already exists 03:01:57 693732a7b69b: Layer already exists 03:01:57 2101f44acb02: Layer already exists 03:01:57 90b89d4847b3: Layer already exists 03:01:57 994456c4fd7b: Layer already exists 03:01:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:58 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:01:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:01:58 2101f44acb02: Preparing 03:01:58 0e26f317d7b6: Preparing 03:01:58 d3fd7e6d3356: Preparing 03:01:58 9716c758ecfd: Preparing 03:01:58 693732a7b69b: Preparing 03:01:58 90b89d4847b3: Preparing 03:01:58 994456c4fd7b: Preparing 03:01:58 90b89d4847b3: Waiting 03:01:58 994456c4fd7b: Waiting 03:01:58 9716c758ecfd: Layer already exists 03:01:58 2101f44acb02: Layer already exists 03:01:58 693732a7b69b: Layer already exists 03:01:58 0e26f317d7b6: Layer already exists 03:01:58 d3fd7e6d3356: Layer already exists 03:01:58 994456c4fd7b: Layer already exists 03:01:58 90b89d4847b3: Layer already exists 03:01:58 main: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:01:58 ===================================================== [Pipeline] echo 03:01:58 taggedImages: 03:01:58 - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:58 - nexus3.edgexfoundry.org:10004/core-data:latest 03:01:58 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 03:01:58 - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:58 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:01:58 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:01:58 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:58 latest 03:01:58 4.1.0-dev.20 03:01:58 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:01:58 main 03:01:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:01:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:01:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:01:59 f108f0ddad3f: Preparing 03:01:59 daae51693854: Preparing 03:01:59 9716c758ecfd: Preparing 03:01:59 0c051ca2a946: Preparing 03:01:59 0f2106ca6aa0: Preparing 03:01:59 994456c4fd7b: Preparing 03:01:59 994456c4fd7b: Waiting 03:01:59 9716c758ecfd: Layer already exists 03:01:59 994456c4fd7b: Layer already exists 03:01:59 0c051ca2a946: Pushed 03:01:59 0f2106ca6aa0: Pushed 03:01:59 f108f0ddad3f: Pushed 03:02:01 daae51693854: Pushed 03:02:02 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:02:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:02:02 f108f0ddad3f: Preparing 03:02:02 daae51693854: Preparing 03:02:02 9716c758ecfd: Preparing 03:02:02 0c051ca2a946: Preparing 03:02:02 0f2106ca6aa0: Preparing 03:02:02 994456c4fd7b: Preparing 03:02:02 994456c4fd7b: Waiting 03:02:02 0c051ca2a946: Layer already exists 03:02:02 9716c758ecfd: Layer already exists 03:02:02 daae51693854: Layer already exists 03:02:02 f108f0ddad3f: Layer already exists 03:02:02 0f2106ca6aa0: Layer already exists 03:02:02 994456c4fd7b: Layer already exists 03:02:02 latest: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 03:02:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:02:03 f108f0ddad3f: Preparing 03:02:03 daae51693854: Preparing 03:02:03 9716c758ecfd: Preparing 03:02:03 0c051ca2a946: Preparing 03:02:03 0f2106ca6aa0: Preparing 03:02:03 994456c4fd7b: Preparing 03:02:03 994456c4fd7b: Waiting 03:02:03 9716c758ecfd: Layer already exists 03:02:03 f108f0ddad3f: Layer already exists 03:02:03 0f2106ca6aa0: Layer already exists 03:02:03 0c051ca2a946: Layer already exists 03:02:03 daae51693854: Layer already exists 03:02:03 994456c4fd7b: Layer already exists 03:02:03 4.1.0-dev.20: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:02:04 f108f0ddad3f: Preparing 03:02:04 daae51693854: Preparing 03:02:04 9716c758ecfd: Preparing 03:02:04 0c051ca2a946: Preparing 03:02:04 0f2106ca6aa0: Preparing 03:02:04 994456c4fd7b: Preparing 03:02:04 994456c4fd7b: Waiting 03:02:04 0c051ca2a946: Layer already exists 03:02:04 0f2106ca6aa0: Layer already exists 03:02:04 daae51693854: Layer already exists 03:02:04 9716c758ecfd: Layer already exists 03:02:04 f108f0ddad3f: Layer already exists 03:02:04 994456c4fd7b: Layer already exists 03:02:04 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:02:04 f108f0ddad3f: Preparing 03:02:04 daae51693854: Preparing 03:02:04 9716c758ecfd: Preparing 03:02:04 0c051ca2a946: Preparing 03:02:04 0f2106ca6aa0: Preparing 03:02:04 994456c4fd7b: Preparing 03:02:04 994456c4fd7b: Waiting 03:02:04 9716c758ecfd: Layer already exists 03:02:04 daae51693854: Layer already exists 03:02:04 0c051ca2a946: Layer already exists 03:02:04 0f2106ca6aa0: Layer already exists 03:02:04 f108f0ddad3f: Layer already exists 03:02:04 994456c4fd7b: Layer already exists 03:02:04 main: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:04 ===================================================== [Pipeline] echo 03:02:04 taggedImages: 03:02:04 - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:04 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:02:04 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 03:02:04 - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:04 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:02:04 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:02:04 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:04 latest 03:02:04 4.1.0-dev.20 03:02:04 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:04 main 03:02:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:02:05 c28e53522bc8: Preparing 03:02:05 ddf8d31eb314: Preparing 03:02:05 2e3c6b79288f: Preparing 03:02:05 d3fd7e6d3356: Preparing 03:02:05 9716c758ecfd: Preparing 03:02:05 693732a7b69b: Preparing 03:02:05 effc452fd1b6: Preparing 03:02:05 994456c4fd7b: Preparing 03:02:05 693732a7b69b: Waiting 03:02:05 effc452fd1b6: Waiting 03:02:05 994456c4fd7b: Waiting 03:02:05 9716c758ecfd: Layer already exists 03:02:05 d3fd7e6d3356: Layer already exists 03:02:05 693732a7b69b: Layer already exists 03:02:05 effc452fd1b6: Layer already exists 03:02:05 994456c4fd7b: Layer already exists 03:02:05 ddf8d31eb314: Pushed 03:02:05 c28e53522bc8: Pushed 03:02:08 2e3c6b79288f: Pushed 03:02:08 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:02:08 c28e53522bc8: Preparing 03:02:08 ddf8d31eb314: Preparing 03:02:08 2e3c6b79288f: Preparing 03:02:08 d3fd7e6d3356: Preparing 03:02:08 9716c758ecfd: Preparing 03:02:08 693732a7b69b: Preparing 03:02:08 effc452fd1b6: Preparing 03:02:08 994456c4fd7b: Preparing 03:02:08 effc452fd1b6: Waiting 03:02:08 994456c4fd7b: Waiting 03:02:08 693732a7b69b: Waiting 03:02:08 d3fd7e6d3356: Layer already exists 03:02:08 c28e53522bc8: Layer already exists 03:02:08 2e3c6b79288f: Layer already exists 03:02:08 ddf8d31eb314: Layer already exists 03:02:08 9716c758ecfd: Layer already exists 03:02:08 effc452fd1b6: Layer already exists 03:02:08 693732a7b69b: Layer already exists 03:02:08 994456c4fd7b: Layer already exists 03:02:08 latest: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 03:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:02:09 c28e53522bc8: Preparing 03:02:09 ddf8d31eb314: Preparing 03:02:09 2e3c6b79288f: Preparing 03:02:09 d3fd7e6d3356: Preparing 03:02:09 9716c758ecfd: Preparing 03:02:09 693732a7b69b: Preparing 03:02:09 effc452fd1b6: Preparing 03:02:09 994456c4fd7b: Preparing 03:02:09 693732a7b69b: Waiting 03:02:09 effc452fd1b6: Waiting 03:02:09 994456c4fd7b: Waiting 03:02:09 9716c758ecfd: Layer already exists 03:02:09 c28e53522bc8: Layer already exists 03:02:09 d3fd7e6d3356: Layer already exists 03:02:09 2e3c6b79288f: Layer already exists 03:02:09 ddf8d31eb314: Layer already exists 03:02:09 effc452fd1b6: Layer already exists 03:02:09 994456c4fd7b: Layer already exists 03:02:09 693732a7b69b: Layer already exists 03:02:09 4.1.0-dev.20: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:02:10 c28e53522bc8: Preparing 03:02:10 ddf8d31eb314: Preparing 03:02:10 2e3c6b79288f: Preparing 03:02:10 d3fd7e6d3356: Preparing 03:02:10 9716c758ecfd: Preparing 03:02:10 693732a7b69b: Preparing 03:02:10 effc452fd1b6: Preparing 03:02:10 994456c4fd7b: Preparing 03:02:10 693732a7b69b: Waiting 03:02:10 994456c4fd7b: Waiting 03:02:10 d3fd7e6d3356: Layer already exists 03:02:10 c28e53522bc8: Layer already exists 03:02:10 2e3c6b79288f: Layer already exists 03:02:10 9716c758ecfd: Layer already exists 03:02:10 ddf8d31eb314: Layer already exists 03:02:10 effc452fd1b6: Layer already exists 03:02:10 994456c4fd7b: Layer already exists 03:02:10 693732a7b69b: Layer already exists 03:02:10 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:02:10 c28e53522bc8: Preparing 03:02:10 ddf8d31eb314: Preparing 03:02:10 2e3c6b79288f: Preparing 03:02:10 d3fd7e6d3356: Preparing 03:02:10 9716c758ecfd: Preparing 03:02:10 693732a7b69b: Preparing 03:02:10 effc452fd1b6: Preparing 03:02:10 994456c4fd7b: Preparing 03:02:10 693732a7b69b: Waiting 03:02:10 effc452fd1b6: Waiting 03:02:10 994456c4fd7b: Waiting 03:02:10 d3fd7e6d3356: Layer already exists 03:02:10 c28e53522bc8: Layer already exists 03:02:10 2e3c6b79288f: Layer already exists 03:02:10 ddf8d31eb314: Layer already exists 03:02:10 9716c758ecfd: Layer already exists 03:02:10 693732a7b69b: Layer already exists 03:02:10 effc452fd1b6: Layer already exists 03:02:10 994456c4fd7b: Layer already exists 03:02:10 main: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:10 ===================================================== [Pipeline] echo 03:02:10 taggedImages: 03:02:10 - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:10 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:02:10 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 03:02:10 - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:10 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:02:11 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:02:11 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:11 latest 03:02:11 4.1.0-dev.20 03:02:11 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:11 main 03:02:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:02:11 b326437934ad: Preparing 03:02:11 fcbae6f2c8ef: Preparing 03:02:11 1f53a29479ea: Preparing 03:02:11 bdb1d6bf06b4: Preparing 03:02:11 3d06202ee5fa: Preparing 03:02:11 297d689e42e1: Preparing 03:02:11 6537cb7389da: Preparing 03:02:11 d3fd7e6d3356: Preparing 03:02:11 9716c758ecfd: Preparing 03:02:11 6537cb7389da: Waiting 03:02:11 d3fd7e6d3356: Waiting 03:02:11 eeddaa5f42a9: Preparing 03:02:11 9716c758ecfd: Waiting 03:02:11 387f564f3a0e: Preparing 03:02:11 5f70bf18a086: Preparing 03:02:11 eeddaa5f42a9: Waiting 03:02:11 387f564f3a0e: Waiting 03:02:11 1ebd145eb256: Preparing 03:02:11 9aa5e8f9fed7: Preparing 03:02:11 1ebd145eb256: Waiting 03:02:11 026c3d289584: Preparing 03:02:11 994456c4fd7b: Preparing 03:02:11 9aa5e8f9fed7: Waiting 03:02:11 994456c4fd7b: Waiting 03:02:11 3d06202ee5fa: Pushed 03:02:11 bdb1d6bf06b4: Pushed 03:02:11 1f53a29479ea: Pushed 03:02:11 b326437934ad: Pushed 03:02:11 fcbae6f2c8ef: Pushed 03:02:11 d3fd7e6d3356: Layer already exists 03:02:11 9716c758ecfd: Layer already exists 03:02:11 5f70bf18a086: Layer already exists 03:02:11 297d689e42e1: Pushed 03:02:11 eeddaa5f42a9: Pushed 03:02:11 387f564f3a0e: Pushed 03:02:11 1ebd145eb256: Pushed 03:02:11 994456c4fd7b: Layer already exists 03:02:11 9aa5e8f9fed7: Pushed 03:02:11 026c3d289584: Pushed 03:02:13 6537cb7389da: Pushed 03:02:13 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:02:14 b326437934ad: Preparing 03:02:14 fcbae6f2c8ef: Preparing 03:02:14 1f53a29479ea: Preparing 03:02:14 bdb1d6bf06b4: Preparing 03:02:14 3d06202ee5fa: Preparing 03:02:14 297d689e42e1: Preparing 03:02:14 6537cb7389da: Preparing 03:02:14 d3fd7e6d3356: Preparing 03:02:14 9716c758ecfd: Preparing 03:02:14 eeddaa5f42a9: Preparing 03:02:14 387f564f3a0e: Preparing 03:02:14 5f70bf18a086: Preparing 03:02:14 1ebd145eb256: Preparing 03:02:14 9aa5e8f9fed7: Preparing 03:02:14 026c3d289584: Preparing 03:02:14 994456c4fd7b: Preparing 03:02:14 387f564f3a0e: Waiting 03:02:14 9716c758ecfd: Waiting 03:02:14 5f70bf18a086: Waiting 03:02:14 eeddaa5f42a9: Waiting 03:02:14 1ebd145eb256: Waiting 03:02:14 6537cb7389da: Waiting 03:02:14 9aa5e8f9fed7: Waiting 03:02:14 d3fd7e6d3356: Waiting 03:02:14 026c3d289584: Waiting 03:02:14 297d689e42e1: Waiting 03:02:14 994456c4fd7b: Waiting 03:02:14 3d06202ee5fa: Layer already exists 03:02:14 1f53a29479ea: Layer already exists 03:02:14 b326437934ad: Layer already exists 03:02:14 bdb1d6bf06b4: Layer already exists 03:02:14 fcbae6f2c8ef: Layer already exists 03:02:14 6537cb7389da: Layer already exists 03:02:14 297d689e42e1: Layer already exists 03:02:14 d3fd7e6d3356: Layer already exists 03:02:14 9716c758ecfd: Layer already exists 03:02:14 eeddaa5f42a9: Layer already exists 03:02:14 5f70bf18a086: Layer already exists 03:02:14 387f564f3a0e: Layer already exists 03:02:14 026c3d289584: Layer already exists 03:02:14 1ebd145eb256: Layer already exists 03:02:14 9aa5e8f9fed7: Layer already exists 03:02:14 994456c4fd7b: Layer already exists 03:02:14 latest: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 03:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:02:14 b326437934ad: Preparing 03:02:14 fcbae6f2c8ef: Preparing 03:02:14 1f53a29479ea: Preparing 03:02:14 bdb1d6bf06b4: Preparing 03:02:14 3d06202ee5fa: Preparing 03:02:14 297d689e42e1: Preparing 03:02:14 6537cb7389da: Preparing 03:02:14 d3fd7e6d3356: Preparing 03:02:14 9716c758ecfd: Preparing 03:02:14 eeddaa5f42a9: Preparing 03:02:14 387f564f3a0e: Preparing 03:02:14 5f70bf18a086: Preparing 03:02:14 1ebd145eb256: Preparing 03:02:14 9aa5e8f9fed7: Preparing 03:02:14 026c3d289584: Preparing 03:02:14 994456c4fd7b: Preparing 03:02:14 6537cb7389da: Waiting 03:02:14 d3fd7e6d3356: Waiting 03:02:14 387f564f3a0e: Waiting 03:02:14 9716c758ecfd: Waiting 03:02:14 eeddaa5f42a9: Waiting 03:02:14 5f70bf18a086: Waiting 03:02:14 1ebd145eb256: Waiting 03:02:14 994456c4fd7b: Waiting 03:02:14 026c3d289584: Waiting 03:02:14 9aa5e8f9fed7: Waiting 03:02:14 297d689e42e1: Waiting 03:02:14 1f53a29479ea: Layer already exists 03:02:14 fcbae6f2c8ef: Layer already exists 03:02:14 3d06202ee5fa: Layer already exists 03:02:14 b326437934ad: Layer already exists 03:02:14 bdb1d6bf06b4: Layer already exists 03:02:14 6537cb7389da: Layer already exists 03:02:14 d3fd7e6d3356: Layer already exists 03:02:14 9716c758ecfd: Layer already exists 03:02:14 297d689e42e1: Layer already exists 03:02:14 eeddaa5f42a9: Layer already exists 03:02:14 1ebd145eb256: Layer already exists 03:02:14 387f564f3a0e: Layer already exists 03:02:14 5f70bf18a086: Layer already exists 03:02:14 9aa5e8f9fed7: Layer already exists 03:02:14 026c3d289584: Layer already exists 03:02:14 994456c4fd7b: Layer already exists 03:02:14 4.1.0-dev.20: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:02:15 b326437934ad: Preparing 03:02:15 fcbae6f2c8ef: Preparing 03:02:15 1f53a29479ea: Preparing 03:02:15 bdb1d6bf06b4: Preparing 03:02:15 3d06202ee5fa: Preparing 03:02:15 297d689e42e1: Preparing 03:02:15 6537cb7389da: Preparing 03:02:15 d3fd7e6d3356: Preparing 03:02:15 9716c758ecfd: Preparing 03:02:15 eeddaa5f42a9: Preparing 03:02:15 387f564f3a0e: Preparing 03:02:15 5f70bf18a086: Preparing 03:02:15 1ebd145eb256: Preparing 03:02:15 9aa5e8f9fed7: Preparing 03:02:15 026c3d289584: Preparing 03:02:15 994456c4fd7b: Preparing 03:02:15 9716c758ecfd: Waiting 03:02:15 d3fd7e6d3356: Waiting 03:02:15 1ebd145eb256: Waiting 03:02:15 6537cb7389da: Waiting 03:02:15 9aa5e8f9fed7: Waiting 03:02:15 026c3d289584: Waiting 03:02:15 994456c4fd7b: Waiting 03:02:15 387f564f3a0e: Waiting 03:02:15 5f70bf18a086: Waiting 03:02:15 297d689e42e1: Waiting 03:02:15 bdb1d6bf06b4: Layer already exists 03:02:15 fcbae6f2c8ef: Layer already exists 03:02:15 3d06202ee5fa: Layer already exists 03:02:15 1f53a29479ea: Layer already exists 03:02:15 b326437934ad: Layer already exists 03:02:15 297d689e42e1: Layer already exists 03:02:15 6537cb7389da: Layer already exists 03:02:15 9716c758ecfd: Layer already exists 03:02:15 d3fd7e6d3356: Layer already exists 03:02:15 eeddaa5f42a9: Layer already exists 03:02:15 387f564f3a0e: Layer already exists 03:02:15 026c3d289584: Layer already exists 03:02:15 1ebd145eb256: Layer already exists 03:02:15 9aa5e8f9fed7: Layer already exists 03:02:15 5f70bf18a086: Layer already exists 03:02:15 994456c4fd7b: Layer already exists 03:02:15 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:02:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:02:16 b326437934ad: Preparing 03:02:16 fcbae6f2c8ef: Preparing 03:02:16 1f53a29479ea: Preparing 03:02:16 bdb1d6bf06b4: Preparing 03:02:16 3d06202ee5fa: Preparing 03:02:16 297d689e42e1: Preparing 03:02:16 6537cb7389da: Preparing 03:02:16 d3fd7e6d3356: Preparing 03:02:16 9716c758ecfd: Preparing 03:02:16 eeddaa5f42a9: Preparing 03:02:16 387f564f3a0e: Preparing 03:02:16 5f70bf18a086: Preparing 03:02:16 1ebd145eb256: Preparing 03:02:16 9aa5e8f9fed7: Preparing 03:02:16 026c3d289584: Preparing 03:02:16 994456c4fd7b: Preparing 03:02:16 eeddaa5f42a9: Waiting 03:02:16 387f564f3a0e: Waiting 03:02:16 5f70bf18a086: Waiting 03:02:16 1ebd145eb256: Waiting 03:02:16 9aa5e8f9fed7: Waiting 03:02:16 026c3d289584: Waiting 03:02:16 297d689e42e1: Waiting 03:02:16 994456c4fd7b: Waiting 03:02:16 d3fd7e6d3356: Waiting 03:02:16 6537cb7389da: Waiting 03:02:16 9716c758ecfd: Waiting 03:02:16 3d06202ee5fa: Layer already exists 03:02:16 b326437934ad: Layer already exists 03:02:16 1f53a29479ea: Layer already exists 03:02:16 fcbae6f2c8ef: Layer already exists 03:02:16 bdb1d6bf06b4: Layer already exists 03:02:16 297d689e42e1: Layer already exists 03:02:16 6537cb7389da: Layer already exists 03:02:16 d3fd7e6d3356: Layer already exists 03:02:16 eeddaa5f42a9: Layer already exists 03:02:16 9716c758ecfd: Layer already exists 03:02:16 1ebd145eb256: Layer already exists 03:02:16 5f70bf18a086: Layer already exists 03:02:16 026c3d289584: Layer already exists 03:02:16 9aa5e8f9fed7: Layer already exists 03:02:16 387f564f3a0e: Layer already exists 03:02:16 994456c4fd7b: Layer already exists 03:02:16 main: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:16 ===================================================== [Pipeline] echo 03:02:16 taggedImages: 03:02:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:02:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 03:02:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:02:16 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:02:16 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:16 latest 03:02:16 4.1.0-dev.20 03:02:16 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:16 main 03:02:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:02:17 73aa0cd53ef2: Preparing 03:02:17 03fdc54dc3cd: Preparing 03:02:17 11eb6c71f31b: Preparing 03:02:17 5ae7b5815116: Preparing 03:02:17 d3fd7e6d3356: Preparing 03:02:17 9716c758ecfd: Preparing 03:02:17 693732a7b69b: Preparing 03:02:17 effc452fd1b6: Preparing 03:02:17 994456c4fd7b: Preparing 03:02:17 9716c758ecfd: Waiting 03:02:17 693732a7b69b: Waiting 03:02:17 effc452fd1b6: Waiting 03:02:17 994456c4fd7b: Waiting 03:02:17 d3fd7e6d3356: Layer already exists 03:02:17 9716c758ecfd: Layer already exists 03:02:17 693732a7b69b: Layer already exists 03:02:17 effc452fd1b6: Layer already exists 03:02:17 03fdc54dc3cd: Pushed 03:02:17 994456c4fd7b: Layer already exists 03:02:17 11eb6c71f31b: Pushed 03:02:17 73aa0cd53ef2: Pushed 03:02:19 5ae7b5815116: Pushed 03:02:19 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:02:20 73aa0cd53ef2: Preparing 03:02:20 03fdc54dc3cd: Preparing 03:02:20 11eb6c71f31b: Preparing 03:02:20 5ae7b5815116: Preparing 03:02:20 d3fd7e6d3356: Preparing 03:02:20 9716c758ecfd: Preparing 03:02:20 693732a7b69b: Preparing 03:02:20 effc452fd1b6: Preparing 03:02:20 994456c4fd7b: Preparing 03:02:20 9716c758ecfd: Waiting 03:02:20 693732a7b69b: Waiting 03:02:20 5ae7b5815116: Layer already exists 03:02:20 73aa0cd53ef2: Layer already exists 03:02:20 03fdc54dc3cd: Layer already exists 03:02:20 d3fd7e6d3356: Layer already exists 03:02:20 11eb6c71f31b: Layer already exists 03:02:20 9716c758ecfd: Layer already exists 03:02:20 effc452fd1b6: Layer already exists 03:02:20 994456c4fd7b: Layer already exists 03:02:20 693732a7b69b: Layer already exists 03:02:20 latest: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 03:02:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:02:21 73aa0cd53ef2: Preparing 03:02:21 03fdc54dc3cd: Preparing 03:02:21 11eb6c71f31b: Preparing 03:02:21 5ae7b5815116: Preparing 03:02:21 d3fd7e6d3356: Preparing 03:02:21 9716c758ecfd: Preparing 03:02:21 693732a7b69b: Preparing 03:02:21 effc452fd1b6: Preparing 03:02:21 994456c4fd7b: Preparing 03:02:21 693732a7b69b: Waiting 03:02:21 994456c4fd7b: Waiting 03:02:21 effc452fd1b6: Waiting 03:02:21 9716c758ecfd: Waiting 03:02:21 d3fd7e6d3356: Layer already exists 03:02:21 03fdc54dc3cd: Layer already exists 03:02:21 73aa0cd53ef2: Layer already exists 03:02:21 11eb6c71f31b: Layer already exists 03:02:21 5ae7b5815116: Layer already exists 03:02:21 693732a7b69b: Layer already exists 03:02:21 9716c758ecfd: Layer already exists 03:02:21 994456c4fd7b: Layer already exists 03:02:21 effc452fd1b6: Layer already exists 03:02:21 4.1.0-dev.20: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:02:21 73aa0cd53ef2: Preparing 03:02:21 03fdc54dc3cd: Preparing 03:02:21 11eb6c71f31b: Preparing 03:02:21 5ae7b5815116: Preparing 03:02:21 d3fd7e6d3356: Preparing 03:02:21 9716c758ecfd: Preparing 03:02:21 693732a7b69b: Preparing 03:02:21 effc452fd1b6: Preparing 03:02:21 994456c4fd7b: Preparing 03:02:21 9716c758ecfd: Waiting 03:02:21 effc452fd1b6: Waiting 03:02:21 693732a7b69b: Waiting 03:02:21 994456c4fd7b: Waiting 03:02:21 03fdc54dc3cd: Layer already exists 03:02:21 11eb6c71f31b: Layer already exists 03:02:21 5ae7b5815116: Layer already exists 03:02:21 d3fd7e6d3356: Layer already exists 03:02:21 73aa0cd53ef2: Layer already exists 03:02:21 9716c758ecfd: Layer already exists 03:02:21 693732a7b69b: Layer already exists 03:02:21 effc452fd1b6: Layer already exists 03:02:21 994456c4fd7b: Layer already exists 03:02:21 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:02:22 73aa0cd53ef2: Preparing 03:02:22 03fdc54dc3cd: Preparing 03:02:22 11eb6c71f31b: Preparing 03:02:22 5ae7b5815116: Preparing 03:02:22 d3fd7e6d3356: Preparing 03:02:22 9716c758ecfd: Preparing 03:02:22 693732a7b69b: Preparing 03:02:22 effc452fd1b6: Preparing 03:02:22 994456c4fd7b: Preparing 03:02:22 693732a7b69b: Waiting 03:02:22 effc452fd1b6: Waiting 03:02:22 994456c4fd7b: Waiting 03:02:22 9716c758ecfd: Waiting 03:02:22 d3fd7e6d3356: Layer already exists 03:02:22 11eb6c71f31b: Layer already exists 03:02:22 03fdc54dc3cd: Layer already exists 03:02:22 73aa0cd53ef2: Layer already exists 03:02:22 5ae7b5815116: Layer already exists 03:02:22 9716c758ecfd: Layer already exists 03:02:22 effc452fd1b6: Layer already exists 03:02:22 693732a7b69b: Layer already exists 03:02:22 994456c4fd7b: Layer already exists 03:02:22 main: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:22 ===================================================== [Pipeline] echo 03:02:22 taggedImages: 03:02:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:02:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 03:02:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:22 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:02:22 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:02:22 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:22 latest 03:02:22 4.1.0-dev.20 03:02:22 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:22 main 03:02:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:02:23 1bcfeced2658: Preparing 03:02:23 4bfeddba9874: Preparing 03:02:23 3cbd2aaf0f40: Preparing 03:02:23 dc7905b5899c: Preparing 03:02:23 54d98ef367a8: Preparing 03:02:23 d3fd7e6d3356: Preparing 03:02:23 9716c758ecfd: Preparing 03:02:23 cb4789bfc2d5: Preparing 03:02:23 f69521e955e8: Preparing 03:02:23 b25057665246: Preparing 03:02:23 994456c4fd7b: Preparing 03:02:23 9716c758ecfd: Waiting 03:02:23 cb4789bfc2d5: Waiting 03:02:23 d3fd7e6d3356: Waiting 03:02:23 f69521e955e8: Waiting 03:02:23 994456c4fd7b: Waiting 03:02:23 4bfeddba9874: Pushed 03:02:23 54d98ef367a8: Pushed 03:02:23 1bcfeced2658: Pushed 03:02:23 dc7905b5899c: Pushed 03:02:23 d3fd7e6d3356: Layer already exists 03:02:23 9716c758ecfd: Layer already exists 03:02:23 994456c4fd7b: Layer already exists 03:02:23 f69521e955e8: Pushed 03:02:23 cb4789bfc2d5: Pushed 03:02:24 b25057665246: Pushed 03:02:25 3cbd2aaf0f40: Pushed 03:02:25 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:02:26 1bcfeced2658: Preparing 03:02:26 4bfeddba9874: Preparing 03:02:26 3cbd2aaf0f40: Preparing 03:02:26 dc7905b5899c: Preparing 03:02:26 54d98ef367a8: Preparing 03:02:26 d3fd7e6d3356: Preparing 03:02:26 9716c758ecfd: Preparing 03:02:26 cb4789bfc2d5: Preparing 03:02:26 f69521e955e8: Preparing 03:02:26 b25057665246: Preparing 03:02:26 994456c4fd7b: Preparing 03:02:26 b25057665246: Waiting 03:02:26 cb4789bfc2d5: Waiting 03:02:26 f69521e955e8: Waiting 03:02:26 994456c4fd7b: Waiting 03:02:26 d3fd7e6d3356: Waiting 03:02:26 9716c758ecfd: Waiting 03:02:26 dc7905b5899c: Layer already exists 03:02:26 4bfeddba9874: Layer already exists 03:02:26 54d98ef367a8: Layer already exists 03:02:26 1bcfeced2658: Layer already exists 03:02:26 3cbd2aaf0f40: Layer already exists 03:02:26 9716c758ecfd: Layer already exists 03:02:26 cb4789bfc2d5: Layer already exists 03:02:26 f69521e955e8: Layer already exists 03:02:26 d3fd7e6d3356: Layer already exists 03:02:26 b25057665246: Layer already exists 03:02:26 994456c4fd7b: Layer already exists 03:02:26 latest: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 03:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:02:26 1bcfeced2658: Preparing 03:02:26 4bfeddba9874: Preparing 03:02:26 3cbd2aaf0f40: Preparing 03:02:26 dc7905b5899c: Preparing 03:02:26 54d98ef367a8: Preparing 03:02:26 d3fd7e6d3356: Preparing 03:02:26 9716c758ecfd: Preparing 03:02:26 cb4789bfc2d5: Preparing 03:02:26 f69521e955e8: Preparing 03:02:26 b25057665246: Preparing 03:02:26 994456c4fd7b: Preparing 03:02:26 f69521e955e8: Waiting 03:02:26 cb4789bfc2d5: Waiting 03:02:26 994456c4fd7b: Waiting 03:02:26 d3fd7e6d3356: Waiting 03:02:26 9716c758ecfd: Waiting 03:02:26 b25057665246: Waiting 03:02:26 dc7905b5899c: Layer already exists 03:02:26 1bcfeced2658: Layer already exists 03:02:26 3cbd2aaf0f40: Layer already exists 03:02:26 54d98ef367a8: Layer already exists 03:02:26 4bfeddba9874: Layer already exists 03:02:26 d3fd7e6d3356: Layer already exists 03:02:26 9716c758ecfd: Layer already exists 03:02:26 cb4789bfc2d5: Layer already exists 03:02:26 f69521e955e8: Layer already exists 03:02:26 b25057665246: Layer already exists 03:02:26 994456c4fd7b: Layer already exists 03:02:26 4.1.0-dev.20: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:02:27 1bcfeced2658: Preparing 03:02:27 4bfeddba9874: Preparing 03:02:27 3cbd2aaf0f40: Preparing 03:02:27 dc7905b5899c: Preparing 03:02:27 54d98ef367a8: Preparing 03:02:27 d3fd7e6d3356: Preparing 03:02:27 9716c758ecfd: Preparing 03:02:27 cb4789bfc2d5: Preparing 03:02:27 f69521e955e8: Preparing 03:02:27 b25057665246: Preparing 03:02:27 994456c4fd7b: Preparing 03:02:27 b25057665246: Waiting 03:02:27 f69521e955e8: Waiting 03:02:27 d3fd7e6d3356: Waiting 03:02:27 9716c758ecfd: Waiting 03:02:27 994456c4fd7b: Waiting 03:02:27 cb4789bfc2d5: Waiting 03:02:27 4bfeddba9874: Layer already exists 03:02:27 54d98ef367a8: Layer already exists 03:02:27 3cbd2aaf0f40: Layer already exists 03:02:27 1bcfeced2658: Layer already exists 03:02:27 dc7905b5899c: Layer already exists 03:02:27 9716c758ecfd: Layer already exists 03:02:27 d3fd7e6d3356: Layer already exists 03:02:27 cb4789bfc2d5: Layer already exists 03:02:27 f69521e955e8: Layer already exists 03:02:27 b25057665246: Layer already exists 03:02:27 994456c4fd7b: Layer already exists 03:02:27 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:02:28 1bcfeced2658: Preparing 03:02:28 4bfeddba9874: Preparing 03:02:28 3cbd2aaf0f40: Preparing 03:02:28 dc7905b5899c: Preparing 03:02:28 54d98ef367a8: Preparing 03:02:28 d3fd7e6d3356: Preparing 03:02:28 9716c758ecfd: Preparing 03:02:28 cb4789bfc2d5: Preparing 03:02:28 f69521e955e8: Preparing 03:02:28 b25057665246: Preparing 03:02:28 994456c4fd7b: Preparing 03:02:28 cb4789bfc2d5: Waiting 03:02:28 f69521e955e8: Waiting 03:02:28 b25057665246: Waiting 03:02:28 d3fd7e6d3356: Waiting 03:02:28 994456c4fd7b: Waiting 03:02:28 9716c758ecfd: Waiting 03:02:28 54d98ef367a8: Layer already exists 03:02:28 dc7905b5899c: Layer already exists 03:02:28 1bcfeced2658: Layer already exists 03:02:28 3cbd2aaf0f40: Layer already exists 03:02:28 4bfeddba9874: Layer already exists 03:02:28 f69521e955e8: Layer already exists 03:02:28 9716c758ecfd: Layer already exists 03:02:28 d3fd7e6d3356: Layer already exists 03:02:28 cb4789bfc2d5: Layer already exists 03:02:28 b25057665246: Layer already exists 03:02:28 994456c4fd7b: Layer already exists 03:02:28 main: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:28 ===================================================== [Pipeline] echo 03:02:28 taggedImages: 03:02:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:02:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 03:02:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:02:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:02:28 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:28 latest 03:02:28 4.1.0-dev.20 03:02:28 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:28 main 03:02:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:02:28 f8b745f88e8b: Preparing 03:02:28 f464e4ef6b65: Preparing 03:02:28 0d19974e9370: Preparing 03:02:28 7121f43f9991: Preparing 03:02:28 8ccb932f16e0: Preparing 03:02:28 d4a986143569: Preparing 03:02:28 8f4be438ee7e: Preparing 03:02:28 d3fd7e6d3356: Preparing 03:02:28 9716c758ecfd: Preparing 03:02:28 d4a986143569: Waiting 03:02:28 8f4be438ee7e: Waiting 03:02:28 d3fd7e6d3356: Waiting 03:02:28 08be0aea0c6c: Preparing 03:02:28 9716c758ecfd: Waiting 03:02:28 d4aec1aa7ece: Preparing 03:02:28 08be0aea0c6c: Waiting 03:02:28 994456c4fd7b: Preparing 03:02:28 d4aec1aa7ece: Waiting 03:02:28 994456c4fd7b: Waiting 03:02:28 f464e4ef6b65: Pushed 03:02:28 f8b745f88e8b: Pushed 03:02:28 8ccb932f16e0: Pushed 03:02:28 d3fd7e6d3356: Layer already exists 03:02:28 9716c758ecfd: Layer already exists 03:02:28 d4a986143569: Pushed 03:02:29 8f4be438ee7e: Pushed 03:02:29 994456c4fd7b: Layer already exists 03:02:29 08be0aea0c6c: Pushed 03:02:30 d4aec1aa7ece: Pushed 03:02:30 7121f43f9991: Pushed 03:02:31 0d19974e9370: Pushed 03:02:31 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:02:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:02:32 f8b745f88e8b: Preparing 03:02:32 f464e4ef6b65: Preparing 03:02:32 0d19974e9370: Preparing 03:02:32 7121f43f9991: Preparing 03:02:32 8ccb932f16e0: Preparing 03:02:32 d4a986143569: Preparing 03:02:32 8f4be438ee7e: Preparing 03:02:32 d3fd7e6d3356: Preparing 03:02:32 9716c758ecfd: Preparing 03:02:32 08be0aea0c6c: Preparing 03:02:32 d4aec1aa7ece: Preparing 03:02:32 994456c4fd7b: Preparing 03:02:32 d3fd7e6d3356: Waiting 03:02:32 8f4be438ee7e: Waiting 03:02:32 9716c758ecfd: Waiting 03:02:32 08be0aea0c6c: Waiting 03:02:32 7121f43f9991: Layer already exists 03:02:32 0d19974e9370: Layer already exists 03:02:32 8ccb932f16e0: Layer already exists 03:02:32 f464e4ef6b65: Layer already exists 03:02:32 f8b745f88e8b: Layer already exists 03:02:32 d4a986143569: Layer already exists 03:02:32 9716c758ecfd: Layer already exists 03:02:32 d3fd7e6d3356: Layer already exists 03:02:32 08be0aea0c6c: Layer already exists 03:02:32 8f4be438ee7e: Layer already exists 03:02:32 d4aec1aa7ece: Layer already exists 03:02:32 994456c4fd7b: Layer already exists 03:02:32 latest: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 03:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:02:33 f8b745f88e8b: Preparing 03:02:33 f464e4ef6b65: Preparing 03:02:33 0d19974e9370: Preparing 03:02:33 7121f43f9991: Preparing 03:02:33 8ccb932f16e0: Preparing 03:02:33 d4a986143569: Preparing 03:02:33 8f4be438ee7e: Preparing 03:02:33 d4a986143569: Waiting 03:02:33 d3fd7e6d3356: Preparing 03:02:33 9716c758ecfd: Preparing 03:02:33 d3fd7e6d3356: Waiting 03:02:33 8f4be438ee7e: Waiting 03:02:33 08be0aea0c6c: Preparing 03:02:33 d4aec1aa7ece: Preparing 03:02:33 9716c758ecfd: Waiting 03:02:33 994456c4fd7b: Preparing 03:02:33 994456c4fd7b: Waiting 03:02:33 8ccb932f16e0: Layer already exists 03:02:33 f464e4ef6b65: Layer already exists 03:02:33 f8b745f88e8b: Layer already exists 03:02:33 7121f43f9991: Layer already exists 03:02:33 0d19974e9370: Layer already exists 03:02:33 d4a986143569: Layer already exists 03:02:33 d3fd7e6d3356: Layer already exists 03:02:33 08be0aea0c6c: Layer already exists 03:02:33 8f4be438ee7e: Layer already exists 03:02:33 9716c758ecfd: Layer already exists 03:02:33 d4aec1aa7ece: Layer already exists 03:02:33 994456c4fd7b: Layer already exists 03:02:33 4.1.0-dev.20: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:02:33 f8b745f88e8b: Preparing 03:02:33 f464e4ef6b65: Preparing 03:02:33 0d19974e9370: Preparing 03:02:33 7121f43f9991: Preparing 03:02:33 8ccb932f16e0: Preparing 03:02:33 d4a986143569: Preparing 03:02:33 8f4be438ee7e: Preparing 03:02:33 d3fd7e6d3356: Preparing 03:02:33 9716c758ecfd: Preparing 03:02:33 08be0aea0c6c: Preparing 03:02:33 d4aec1aa7ece: Preparing 03:02:33 994456c4fd7b: Preparing 03:02:33 9716c758ecfd: Waiting 03:02:33 08be0aea0c6c: Waiting 03:02:33 d4a986143569: Waiting 03:02:33 8f4be438ee7e: Waiting 03:02:33 994456c4fd7b: Waiting 03:02:33 d4aec1aa7ece: Waiting 03:02:33 d3fd7e6d3356: Waiting 03:02:33 0d19974e9370: Layer already exists 03:02:33 f8b745f88e8b: Layer already exists 03:02:33 f464e4ef6b65: Layer already exists 03:02:33 7121f43f9991: Layer already exists 03:02:33 8ccb932f16e0: Layer already exists 03:02:33 8f4be438ee7e: Layer already exists 03:02:33 d3fd7e6d3356: Layer already exists 03:02:33 d4a986143569: Layer already exists 03:02:33 08be0aea0c6c: Layer already exists 03:02:33 9716c758ecfd: Layer already exists 03:02:33 d4aec1aa7ece: Layer already exists 03:02:33 994456c4fd7b: Layer already exists 03:02:33 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:02:34 f8b745f88e8b: Preparing 03:02:34 f464e4ef6b65: Preparing 03:02:34 0d19974e9370: Preparing 03:02:34 7121f43f9991: Preparing 03:02:34 8ccb932f16e0: Preparing 03:02:34 d4a986143569: Preparing 03:02:34 8f4be438ee7e: Preparing 03:02:34 d3fd7e6d3356: Preparing 03:02:34 9716c758ecfd: Preparing 03:02:34 08be0aea0c6c: Preparing 03:02:34 d4aec1aa7ece: Preparing 03:02:34 994456c4fd7b: Preparing 03:02:34 d4a986143569: Waiting 03:02:34 8f4be438ee7e: Waiting 03:02:34 d4aec1aa7ece: Waiting 03:02:34 994456c4fd7b: Waiting 03:02:34 d3fd7e6d3356: Waiting 03:02:34 9716c758ecfd: Waiting 03:02:34 08be0aea0c6c: Waiting 03:02:34 8ccb932f16e0: Layer already exists 03:02:34 f464e4ef6b65: Layer already exists 03:02:34 0d19974e9370: Layer already exists 03:02:34 7121f43f9991: Layer already exists 03:02:34 f8b745f88e8b: Layer already exists 03:02:34 d4a986143569: Layer already exists 03:02:34 8f4be438ee7e: Layer already exists 03:02:34 9716c758ecfd: Layer already exists 03:02:34 d3fd7e6d3356: Layer already exists 03:02:34 08be0aea0c6c: Layer already exists 03:02:34 d4aec1aa7ece: Layer already exists 03:02:34 994456c4fd7b: Layer already exists 03:02:34 main: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:34 ===================================================== [Pipeline] echo 03:02:34 taggedImages: 03:02:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:02:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 03:02:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:02:34 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:02:34 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:34 latest 03:02:34 4.1.0-dev.20 03:02:34 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:34 main 03:02:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:02:35 4c30979e0548: Preparing 03:02:35 6da03a8e7db0: Preparing 03:02:35 d3fd7e6d3356: Preparing 03:02:35 9716c758ecfd: Preparing 03:02:35 0357423d2e82: Preparing 03:02:35 cfb751dadb09: Preparing 03:02:35 994456c4fd7b: Preparing 03:02:35 cfb751dadb09: Waiting 03:02:35 994456c4fd7b: Waiting 03:02:35 d3fd7e6d3356: Layer already exists 03:02:35 9716c758ecfd: Layer already exists 03:02:35 994456c4fd7b: Layer already exists 03:02:35 0357423d2e82: Pushed 03:02:35 4c30979e0548: Pushed 03:02:36 cfb751dadb09: Pushed 03:02:38 6da03a8e7db0: Pushed 03:02:38 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:39 + 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 03:02:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:02:39 4c30979e0548: Preparing 03:02:39 6da03a8e7db0: Preparing 03:02:39 d3fd7e6d3356: Preparing 03:02:39 9716c758ecfd: Preparing 03:02:39 0357423d2e82: Preparing 03:02:39 cfb751dadb09: Preparing 03:02:39 994456c4fd7b: Preparing 03:02:39 cfb751dadb09: Waiting 03:02:39 994456c4fd7b: Waiting 03:02:39 9716c758ecfd: Layer already exists 03:02:39 0357423d2e82: Layer already exists 03:02:39 d3fd7e6d3356: Layer already exists 03:02:39 4c30979e0548: Layer already exists 03:02:39 6da03a8e7db0: Layer already exists 03:02:39 994456c4fd7b: Layer already exists 03:02:39 cfb751dadb09: Layer already exists 03:02:39 latest: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 03:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:02:40 4c30979e0548: Preparing 03:02:40 6da03a8e7db0: Preparing 03:02:40 d3fd7e6d3356: Preparing 03:02:40 9716c758ecfd: Preparing 03:02:40 0357423d2e82: Preparing 03:02:40 cfb751dadb09: Preparing 03:02:40 994456c4fd7b: Preparing 03:02:40 994456c4fd7b: Waiting 03:02:40 cfb751dadb09: Waiting 03:02:40 9716c758ecfd: Layer already exists 03:02:40 6da03a8e7db0: Layer already exists 03:02:40 0357423d2e82: Layer already exists 03:02:40 d3fd7e6d3356: Layer already exists 03:02:40 4c30979e0548: Layer already exists 03:02:40 994456c4fd7b: Layer already exists 03:02:40 cfb751dadb09: Layer already exists 03:02:40 4.1.0-dev.20: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:02:40 4c30979e0548: Preparing 03:02:40 6da03a8e7db0: Preparing 03:02:40 d3fd7e6d3356: Preparing 03:02:40 9716c758ecfd: Preparing 03:02:40 0357423d2e82: Preparing 03:02:40 cfb751dadb09: Preparing 03:02:40 994456c4fd7b: Preparing 03:02:40 cfb751dadb09: Waiting 03:02:40 994456c4fd7b: Waiting 03:02:40 9716c758ecfd: Layer already exists 03:02:40 4c30979e0548: Layer already exists 03:02:40 0357423d2e82: Layer already exists 03:02:40 6da03a8e7db0: Layer already exists 03:02:40 d3fd7e6d3356: Layer already exists 03:02:40 cfb751dadb09: Layer already exists 03:02:40 994456c4fd7b: Layer already exists 03:02:40 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:41 + 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 03:02:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:02:41 4c30979e0548: Preparing 03:02:41 6da03a8e7db0: Preparing 03:02:41 d3fd7e6d3356: Preparing 03:02:41 9716c758ecfd: Preparing 03:02:41 0357423d2e82: Preparing 03:02:41 cfb751dadb09: Preparing 03:02:41 994456c4fd7b: Preparing 03:02:41 cfb751dadb09: Waiting 03:02:41 994456c4fd7b: Waiting 03:02:41 0357423d2e82: Layer already exists 03:02:41 4c30979e0548: Layer already exists 03:02:41 9716c758ecfd: Layer already exists 03:02:41 d3fd7e6d3356: Layer already exists 03:02:41 6da03a8e7db0: Layer already exists 03:02:41 994456c4fd7b: Layer already exists 03:02:41 cfb751dadb09: Layer already exists 03:02:41 main: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:41 ===================================================== [Pipeline] echo 03:02:41 taggedImages: 03:02:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:02:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 03:02:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:02:41 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:02:41 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:41 latest 03:02:41 4.1.0-dev.20 03:02:41 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:41 main 03:02:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:02:42 9d637d3be6f0: Preparing 03:02:42 b10d119d6f65: Preparing 03:02:42 84bd0daba7d7: Preparing 03:02:42 d3fd7e6d3356: Preparing 03:02:42 9716c758ecfd: Preparing 03:02:42 4120fa6b42d5: Preparing 03:02:42 8839df81a81c: Preparing 03:02:42 04363d044e61: Preparing 03:02:42 ff43a6e7cc85: Preparing 03:02:42 994456c4fd7b: Preparing 03:02:42 04363d044e61: Waiting 03:02:42 4120fa6b42d5: Waiting 03:02:42 ff43a6e7cc85: Waiting 03:02:42 8839df81a81c: Waiting 03:02:42 994456c4fd7b: Waiting 03:02:42 9716c758ecfd: Layer already exists 03:02:42 d3fd7e6d3356: Layer already exists 03:02:42 84bd0daba7d7: Pushed 03:02:42 b10d119d6f65: Pushed 03:02:42 9d637d3be6f0: Pushed 03:02:42 994456c4fd7b: Layer already exists 03:02:42 04363d044e61: Pushed 03:02:42 ff43a6e7cc85: Pushed 03:02:47 8839df81a81c: Pushed 03:02:55 4120fa6b42d5: Pushed 03:02:55 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:02:55 9d637d3be6f0: Preparing 03:02:55 b10d119d6f65: Preparing 03:02:55 84bd0daba7d7: Preparing 03:02:55 d3fd7e6d3356: Preparing 03:02:55 9716c758ecfd: Preparing 03:02:55 4120fa6b42d5: Preparing 03:02:55 8839df81a81c: Preparing 03:02:55 04363d044e61: Preparing 03:02:55 ff43a6e7cc85: Preparing 03:02:55 994456c4fd7b: Preparing 03:02:55 4120fa6b42d5: Waiting 03:02:55 8839df81a81c: Waiting 03:02:55 ff43a6e7cc85: Waiting 03:02:55 04363d044e61: Waiting 03:02:55 994456c4fd7b: Waiting 03:02:55 d3fd7e6d3356: Layer already exists 03:02:55 9d637d3be6f0: Layer already exists 03:02:55 b10d119d6f65: Layer already exists 03:02:55 84bd0daba7d7: Layer already exists 03:02:55 9716c758ecfd: Layer already exists 03:02:55 8839df81a81c: Layer already exists 03:02:55 4120fa6b42d5: Layer already exists 03:02:55 994456c4fd7b: Layer already exists 03:02:55 04363d044e61: Layer already exists 03:02:55 ff43a6e7cc85: Layer already exists 03:02:55 latest: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 03:02:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:02:56 9d637d3be6f0: Preparing 03:02:56 b10d119d6f65: Preparing 03:02:56 84bd0daba7d7: Preparing 03:02:56 d3fd7e6d3356: Preparing 03:02:56 9716c758ecfd: Preparing 03:02:56 4120fa6b42d5: Preparing 03:02:56 8839df81a81c: Preparing 03:02:56 04363d044e61: Preparing 03:02:56 ff43a6e7cc85: Preparing 03:02:56 994456c4fd7b: Preparing 03:02:56 04363d044e61: Waiting 03:02:56 4120fa6b42d5: Waiting 03:02:56 8839df81a81c: Waiting 03:02:56 ff43a6e7cc85: Waiting 03:02:56 994456c4fd7b: Waiting 03:02:56 9716c758ecfd: Layer already exists 03:02:56 9d637d3be6f0: Layer already exists 03:02:56 84bd0daba7d7: Layer already exists 03:02:56 d3fd7e6d3356: Layer already exists 03:02:56 b10d119d6f65: Layer already exists 03:02:56 8839df81a81c: Layer already exists 03:02:56 4120fa6b42d5: Layer already exists 03:02:56 04363d044e61: Layer already exists 03:02:56 ff43a6e7cc85: Layer already exists 03:02:56 994456c4fd7b: Layer already exists 03:02:56 4.1.0-dev.20: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:02:57 9d637d3be6f0: Preparing 03:02:57 b10d119d6f65: Preparing 03:02:57 84bd0daba7d7: Preparing 03:02:57 d3fd7e6d3356: Preparing 03:02:57 9716c758ecfd: Preparing 03:02:57 4120fa6b42d5: Preparing 03:02:57 8839df81a81c: Preparing 03:02:57 04363d044e61: Preparing 03:02:57 ff43a6e7cc85: Preparing 03:02:57 994456c4fd7b: Preparing 03:02:57 04363d044e61: Waiting 03:02:57 ff43a6e7cc85: Waiting 03:02:57 4120fa6b42d5: Waiting 03:02:57 994456c4fd7b: Waiting 03:02:57 8839df81a81c: Waiting 03:02:57 b10d119d6f65: Layer already exists 03:02:57 84bd0daba7d7: Layer already exists 03:02:57 9d637d3be6f0: Layer already exists 03:02:57 9716c758ecfd: Layer already exists 03:02:57 d3fd7e6d3356: Layer already exists 03:02:57 8839df81a81c: Layer already exists 03:02:57 4120fa6b42d5: Layer already exists 03:02:57 04363d044e61: Layer already exists 03:02:57 994456c4fd7b: Layer already exists 03:02:57 ff43a6e7cc85: Layer already exists 03:02:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:57 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:02:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:02:57 9d637d3be6f0: Preparing 03:02:57 b10d119d6f65: Preparing 03:02:57 84bd0daba7d7: Preparing 03:02:57 d3fd7e6d3356: Preparing 03:02:57 9716c758ecfd: Preparing 03:02:57 4120fa6b42d5: Preparing 03:02:57 8839df81a81c: Preparing 03:02:57 04363d044e61: Preparing 03:02:57 ff43a6e7cc85: Preparing 03:02:57 994456c4fd7b: Preparing 03:02:57 04363d044e61: Waiting 03:02:57 4120fa6b42d5: Waiting 03:02:57 8839df81a81c: Waiting 03:02:57 994456c4fd7b: Waiting 03:02:57 ff43a6e7cc85: Waiting 03:02:57 9716c758ecfd: Layer already exists 03:02:57 b10d119d6f65: Layer already exists 03:02:57 d3fd7e6d3356: Layer already exists 03:02:57 84bd0daba7d7: Layer already exists 03:02:57 9d637d3be6f0: Layer already exists 03:02:57 4120fa6b42d5: Layer already exists 03:02:57 04363d044e61: Layer already exists 03:02:57 8839df81a81c: Layer already exists 03:02:57 994456c4fd7b: Layer already exists 03:02:57 ff43a6e7cc85: Layer already exists 03:02:57 main: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:02:57 ===================================================== [Pipeline] echo 03:02:57 taggedImages: 03:02:57 - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:57 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:02:57 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 03:02:57 - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:57 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:02:57 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:02:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:57 latest 03:02:57 4.1.0-dev.20 03:02:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:02:57 main 03:02:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:58 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:02:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:02:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:02:58 fae9de44de9a: Preparing 03:02:58 84a4a6864ea6: Preparing 03:02:58 0adede557aa7: Preparing 03:02:58 d3fd7e6d3356: Preparing 03:02:58 9716c758ecfd: Preparing 03:02:58 5661af1c6866: Preparing 03:02:58 eafd20fbc9b6: Preparing 03:02:58 9992f1d2e572: Preparing 03:02:58 994456c4fd7b: Preparing 03:02:58 5661af1c6866: Waiting 03:02:58 9992f1d2e572: Waiting 03:02:58 eafd20fbc9b6: Waiting 03:02:58 994456c4fd7b: Waiting 03:02:58 9716c758ecfd: Layer already exists 03:02:58 d3fd7e6d3356: Layer already exists 03:02:58 84a4a6864ea6: Pushed 03:02:58 fae9de44de9a: Pushed 03:02:58 eafd20fbc9b6: Pushed 03:02:58 0adede557aa7: Pushed 03:02:58 994456c4fd7b: Layer already exists 03:02:59 9992f1d2e572: Pushed 03:03:11 5661af1c6866: Pushed 03:03:11 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:03:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:03:12 fae9de44de9a: Preparing 03:03:12 84a4a6864ea6: Preparing 03:03:12 0adede557aa7: Preparing 03:03:12 d3fd7e6d3356: Preparing 03:03:12 9716c758ecfd: Preparing 03:03:12 5661af1c6866: Preparing 03:03:12 eafd20fbc9b6: Preparing 03:03:12 9992f1d2e572: Preparing 03:03:12 994456c4fd7b: Preparing 03:03:12 5661af1c6866: Waiting 03:03:12 eafd20fbc9b6: Waiting 03:03:12 9992f1d2e572: Waiting 03:03:12 994456c4fd7b: Waiting 03:03:12 84a4a6864ea6: Layer already exists 03:03:12 fae9de44de9a: Layer already exists 03:03:12 9716c758ecfd: Layer already exists 03:03:12 0adede557aa7: Layer already exists 03:03:12 d3fd7e6d3356: Layer already exists 03:03:12 9992f1d2e572: Layer already exists 03:03:12 5661af1c6866: Layer already exists 03:03:12 994456c4fd7b: Layer already exists 03:03:12 eafd20fbc9b6: Layer already exists 03:03:12 latest: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 03:03:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:03:12 fae9de44de9a: Preparing 03:03:12 84a4a6864ea6: Preparing 03:03:12 0adede557aa7: Preparing 03:03:12 d3fd7e6d3356: Preparing 03:03:12 9716c758ecfd: Preparing 03:03:12 5661af1c6866: Preparing 03:03:12 eafd20fbc9b6: Preparing 03:03:12 9992f1d2e572: Preparing 03:03:12 994456c4fd7b: Preparing 03:03:12 eafd20fbc9b6: Waiting 03:03:12 9992f1d2e572: Waiting 03:03:12 994456c4fd7b: Waiting 03:03:12 5661af1c6866: Waiting 03:03:12 fae9de44de9a: Layer already exists 03:03:12 9716c758ecfd: Layer already exists 03:03:12 0adede557aa7: Layer already exists 03:03:12 84a4a6864ea6: Layer already exists 03:03:12 d3fd7e6d3356: Layer already exists 03:03:12 5661af1c6866: Layer already exists 03:03:12 9992f1d2e572: Layer already exists 03:03:12 eafd20fbc9b6: Layer already exists 03:03:12 994456c4fd7b: Layer already exists 03:03:12 4.1.0-dev.20: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:03:13 fae9de44de9a: Preparing 03:03:13 84a4a6864ea6: Preparing 03:03:13 0adede557aa7: Preparing 03:03:13 d3fd7e6d3356: Preparing 03:03:13 9716c758ecfd: Preparing 03:03:13 5661af1c6866: Preparing 03:03:13 eafd20fbc9b6: Preparing 03:03:13 9992f1d2e572: Preparing 03:03:13 994456c4fd7b: Preparing 03:03:13 5661af1c6866: Waiting 03:03:13 eafd20fbc9b6: Waiting 03:03:13 9992f1d2e572: Waiting 03:03:13 d3fd7e6d3356: Layer already exists 03:03:13 84a4a6864ea6: Layer already exists 03:03:13 0adede557aa7: Layer already exists 03:03:13 fae9de44de9a: Layer already exists 03:03:13 9716c758ecfd: Layer already exists 03:03:13 eafd20fbc9b6: Layer already exists 03:03:13 994456c4fd7b: Layer already exists 03:03:13 5661af1c6866: Layer already exists 03:03:13 9992f1d2e572: Layer already exists 03:03:13 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:03:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:03:14 fae9de44de9a: Preparing 03:03:14 84a4a6864ea6: Preparing 03:03:14 0adede557aa7: Preparing 03:03:14 d3fd7e6d3356: Preparing 03:03:14 9716c758ecfd: Preparing 03:03:14 5661af1c6866: Preparing 03:03:14 eafd20fbc9b6: Preparing 03:03:14 9992f1d2e572: Preparing 03:03:14 994456c4fd7b: Preparing 03:03:14 eafd20fbc9b6: Waiting 03:03:14 9992f1d2e572: Waiting 03:03:14 5661af1c6866: Waiting 03:03:14 994456c4fd7b: Waiting 03:03:14 9716c758ecfd: Layer already exists 03:03:14 fae9de44de9a: Layer already exists 03:03:14 0adede557aa7: Layer already exists 03:03:14 84a4a6864ea6: Layer already exists 03:03:14 d3fd7e6d3356: Layer already exists 03:03:14 9992f1d2e572: Layer already exists 03:03:14 eafd20fbc9b6: Layer already exists 03:03:14 5661af1c6866: Layer already exists 03:03:14 994456c4fd7b: Layer already exists 03:03:14 main: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:03:14 ===================================================== [Pipeline] echo 03:03:14 taggedImages: 03:03:14 - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:14 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:03:14 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 03:03:14 - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:14 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:03:14 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:03:14 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:14 latest 03:03:14 4.1.0-dev.20 03:03:14 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:14 main 03:03:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:03:14 9d637d3be6f0: Preparing 03:03:14 962c29c69cf7: Preparing 03:03:14 c0190849ce31: Preparing 03:03:14 d3fd7e6d3356: Preparing 03:03:14 9716c758ecfd: Preparing 03:03:14 5661af1c6866: Preparing 03:03:14 04363d044e61: Preparing 03:03:14 5661af1c6866: Waiting 03:03:14 ff43a6e7cc85: Preparing 03:03:14 994456c4fd7b: Preparing 03:03:14 ff43a6e7cc85: Waiting 03:03:14 994456c4fd7b: Waiting 03:03:14 9d637d3be6f0: Layer already exists 03:03:14 d3fd7e6d3356: Layer already exists 03:03:14 9716c758ecfd: Layer already exists 03:03:14 5661af1c6866: Layer already exists 03:03:14 ff43a6e7cc85: Layer already exists 03:03:14 04363d044e61: Layer already exists 03:03:14 994456c4fd7b: Layer already exists 03:03:14 962c29c69cf7: Pushed 03:03:14 c0190849ce31: Pushed 03:03:15 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:03:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:03:15 9d637d3be6f0: Preparing 03:03:15 962c29c69cf7: Preparing 03:03:15 c0190849ce31: Preparing 03:03:15 d3fd7e6d3356: Preparing 03:03:15 9716c758ecfd: Preparing 03:03:15 5661af1c6866: Preparing 03:03:15 04363d044e61: Preparing 03:03:15 ff43a6e7cc85: Preparing 03:03:15 994456c4fd7b: Preparing 03:03:15 04363d044e61: Waiting 03:03:15 ff43a6e7cc85: Waiting 03:03:15 994456c4fd7b: Waiting 03:03:15 5661af1c6866: Waiting 03:03:15 9d637d3be6f0: Layer already exists 03:03:15 c0190849ce31: Layer already exists 03:03:15 d3fd7e6d3356: Layer already exists 03:03:15 9716c758ecfd: Layer already exists 03:03:15 962c29c69cf7: Layer already exists 03:03:15 5661af1c6866: Layer already exists 03:03:15 ff43a6e7cc85: Layer already exists 03:03:15 04363d044e61: Layer already exists 03:03:15 994456c4fd7b: Layer already exists 03:03:15 latest: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 03:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:03:16 9d637d3be6f0: Preparing 03:03:16 962c29c69cf7: Preparing 03:03:16 c0190849ce31: Preparing 03:03:16 d3fd7e6d3356: Preparing 03:03:16 9716c758ecfd: Preparing 03:03:16 5661af1c6866: Preparing 03:03:16 04363d044e61: Preparing 03:03:16 ff43a6e7cc85: Preparing 03:03:16 994456c4fd7b: Preparing 03:03:16 5661af1c6866: Waiting 03:03:16 04363d044e61: Waiting 03:03:16 ff43a6e7cc85: Waiting 03:03:16 994456c4fd7b: Waiting 03:03:16 962c29c69cf7: Layer already exists 03:03:16 d3fd7e6d3356: Layer already exists 03:03:16 c0190849ce31: Layer already exists 03:03:16 9d637d3be6f0: Layer already exists 03:03:16 9716c758ecfd: Layer already exists 03:03:16 04363d044e61: Layer already exists 03:03:16 994456c4fd7b: Layer already exists 03:03:16 ff43a6e7cc85: Layer already exists 03:03:16 5661af1c6866: Layer already exists 03:03:16 4.1.0-dev.20: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:03:17 9d637d3be6f0: Preparing 03:03:17 962c29c69cf7: Preparing 03:03:17 c0190849ce31: Preparing 03:03:17 d3fd7e6d3356: Preparing 03:03:17 9716c758ecfd: Preparing 03:03:17 5661af1c6866: Preparing 03:03:17 04363d044e61: Preparing 03:03:17 ff43a6e7cc85: Preparing 03:03:17 994456c4fd7b: Preparing 03:03:17 04363d044e61: Waiting 03:03:17 5661af1c6866: Waiting 03:03:17 ff43a6e7cc85: Waiting 03:03:17 9d637d3be6f0: Layer already exists 03:03:17 d3fd7e6d3356: Layer already exists 03:03:17 c0190849ce31: Layer already exists 03:03:17 9716c758ecfd: Layer already exists 03:03:17 962c29c69cf7: Layer already exists 03:03:17 5661af1c6866: Layer already exists 03:03:17 994456c4fd7b: Layer already exists 03:03:17 04363d044e61: Layer already exists 03:03:17 ff43a6e7cc85: Layer already exists 03:03:17 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:03:17 9d637d3be6f0: Preparing 03:03:17 962c29c69cf7: Preparing 03:03:17 c0190849ce31: Preparing 03:03:17 d3fd7e6d3356: Preparing 03:03:17 9716c758ecfd: Preparing 03:03:17 5661af1c6866: Preparing 03:03:17 04363d044e61: Preparing 03:03:17 ff43a6e7cc85: Preparing 03:03:17 994456c4fd7b: Preparing 03:03:17 5661af1c6866: Waiting 03:03:17 04363d044e61: Waiting 03:03:17 ff43a6e7cc85: Waiting 03:03:17 994456c4fd7b: Waiting 03:03:17 c0190849ce31: Layer already exists 03:03:17 9716c758ecfd: Layer already exists 03:03:17 962c29c69cf7: Layer already exists 03:03:17 9d637d3be6f0: Layer already exists 03:03:17 d3fd7e6d3356: Layer already exists 03:03:17 ff43a6e7cc85: Layer already exists 03:03:17 5661af1c6866: Layer already exists 03:03:17 04363d044e61: Layer already exists 03:03:17 994456c4fd7b: Layer already exists 03:03:17 main: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:03:17 ===================================================== [Pipeline] echo 03:03:17 taggedImages: 03:03:17 - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:17 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:03:17 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 03:03:17 - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:17 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:03:17 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:03:17 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:17 latest 03:03:17 4.1.0-dev.20 03:03:17 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:17 main 03:03:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:18 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:03:18 46f00967a24f: Preparing 03:03:18 021fb87b67c4: Preparing 03:03:18 d3fd7e6d3356: Preparing 03:03:18 9716c758ecfd: Preparing 03:03:18 27c755634a57: Preparing 03:03:18 065528b9d67d: Preparing 03:03:18 994456c4fd7b: Preparing 03:03:18 065528b9d67d: Waiting 03:03:18 994456c4fd7b: Waiting 03:03:18 d3fd7e6d3356: Layer already exists 03:03:18 9716c758ecfd: Layer already exists 03:03:18 994456c4fd7b: Layer already exists 03:03:18 27c755634a57: Pushed 03:03:18 46f00967a24f: Pushed 03:03:19 065528b9d67d: Pushed 03:03:23 021fb87b67c4: Pushed 03:03:23 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:03:23 46f00967a24f: Preparing 03:03:23 021fb87b67c4: Preparing 03:03:23 d3fd7e6d3356: Preparing 03:03:23 9716c758ecfd: Preparing 03:03:23 27c755634a57: Preparing 03:03:23 065528b9d67d: Preparing 03:03:23 994456c4fd7b: Preparing 03:03:23 065528b9d67d: Waiting 03:03:23 021fb87b67c4: Layer already exists 03:03:23 46f00967a24f: Layer already exists 03:03:23 d3fd7e6d3356: Layer already exists 03:03:23 27c755634a57: Layer already exists 03:03:23 9716c758ecfd: Layer already exists 03:03:23 994456c4fd7b: Layer already exists 03:03:23 065528b9d67d: Layer already exists 03:03:23 latest: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 03:03:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:03:24 46f00967a24f: Preparing 03:03:24 021fb87b67c4: Preparing 03:03:24 d3fd7e6d3356: Preparing 03:03:24 9716c758ecfd: Preparing 03:03:24 27c755634a57: Preparing 03:03:24 065528b9d67d: Preparing 03:03:24 994456c4fd7b: Preparing 03:03:24 065528b9d67d: Waiting 03:03:24 994456c4fd7b: Waiting 03:03:24 021fb87b67c4: Layer already exists 03:03:24 9716c758ecfd: Layer already exists 03:03:24 27c755634a57: Layer already exists 03:03:24 d3fd7e6d3356: Layer already exists 03:03:24 46f00967a24f: Layer already exists 03:03:24 065528b9d67d: Layer already exists 03:03:24 994456c4fd7b: Layer already exists 03:03:24 4.1.0-dev.20: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:03:25 46f00967a24f: Preparing 03:03:25 021fb87b67c4: Preparing 03:03:25 d3fd7e6d3356: Preparing 03:03:25 9716c758ecfd: Preparing 03:03:25 27c755634a57: Preparing 03:03:25 065528b9d67d: Preparing 03:03:25 994456c4fd7b: Preparing 03:03:25 065528b9d67d: Waiting 03:03:25 994456c4fd7b: Waiting 03:03:25 021fb87b67c4: Layer already exists 03:03:25 46f00967a24f: Layer already exists 03:03:25 27c755634a57: Layer already exists 03:03:25 9716c758ecfd: Layer already exists 03:03:25 d3fd7e6d3356: Layer already exists 03:03:25 994456c4fd7b: Layer already exists 03:03:25 065528b9d67d: Layer already exists 03:03:25 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:03:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:03:25 46f00967a24f: Preparing 03:03:25 021fb87b67c4: Preparing 03:03:25 d3fd7e6d3356: Preparing 03:03:25 9716c758ecfd: Preparing 03:03:25 27c755634a57: Preparing 03:03:25 065528b9d67d: Preparing 03:03:25 994456c4fd7b: Preparing 03:03:25 065528b9d67d: Waiting 03:03:25 994456c4fd7b: Waiting 03:03:25 021fb87b67c4: Layer already exists 03:03:25 d3fd7e6d3356: Layer already exists 03:03:25 27c755634a57: Layer already exists 03:03:25 46f00967a24f: Layer already exists 03:03:25 9716c758ecfd: Layer already exists 03:03:25 994456c4fd7b: Layer already exists 03:03:25 065528b9d67d: Layer already exists 03:03:25 main: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:03:26 ===================================================== [Pipeline] echo 03:03:26 taggedImages: 03:03:26 - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:26 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:03:26 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 03:03:26 - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:26 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:03:26 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:03:26 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:26 latest 03:03:26 4.1.0-dev.20 03:03:26 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:26 main 03:03:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:03:26 c309de337aa6: Preparing 03:03:26 5c24e0d2ffc1: Preparing 03:03:26 d3fd7e6d3356: Preparing 03:03:26 9716c758ecfd: Preparing 03:03:26 a47fa96789c1: Preparing 03:03:26 93287649707c: Preparing 03:03:26 994456c4fd7b: Preparing 03:03:26 93287649707c: Waiting 03:03:26 994456c4fd7b: Waiting 03:03:26 9716c758ecfd: Layer already exists 03:03:26 d3fd7e6d3356: Layer already exists 03:03:26 994456c4fd7b: Layer already exists 03:03:26 a47fa96789c1: Pushed 03:03:26 c309de337aa6: Pushed 03:03:27 93287649707c: Pushed 03:03:31 5c24e0d2ffc1: Pushed 03:03:31 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:03:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:03:31 c309de337aa6: Preparing 03:03:31 5c24e0d2ffc1: Preparing 03:03:31 d3fd7e6d3356: Preparing 03:03:31 9716c758ecfd: Preparing 03:03:31 a47fa96789c1: Preparing 03:03:31 93287649707c: Preparing 03:03:31 994456c4fd7b: Preparing 03:03:31 93287649707c: Waiting 03:03:31 994456c4fd7b: Waiting 03:03:31 a47fa96789c1: Layer already exists 03:03:31 5c24e0d2ffc1: Layer already exists 03:03:31 d3fd7e6d3356: Layer already exists 03:03:31 c309de337aa6: Layer already exists 03:03:31 9716c758ecfd: Layer already exists 03:03:31 994456c4fd7b: Layer already exists 03:03:31 93287649707c: Layer already exists 03:03:31 latest: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 03:03:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:03:32 c309de337aa6: Preparing 03:03:32 5c24e0d2ffc1: Preparing 03:03:32 d3fd7e6d3356: Preparing 03:03:32 9716c758ecfd: Preparing 03:03:32 a47fa96789c1: Preparing 03:03:32 93287649707c: Preparing 03:03:32 994456c4fd7b: Preparing 03:03:32 93287649707c: Waiting 03:03:32 994456c4fd7b: Waiting 03:03:32 d3fd7e6d3356: Layer already exists 03:03:32 c309de337aa6: Layer already exists 03:03:32 9716c758ecfd: Layer already exists 03:03:32 5c24e0d2ffc1: Layer already exists 03:03:32 a47fa96789c1: Layer already exists 03:03:32 93287649707c: Layer already exists 03:03:32 994456c4fd7b: Layer already exists 03:03:32 4.1.0-dev.20: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:03:33 c309de337aa6: Preparing 03:03:33 5c24e0d2ffc1: Preparing 03:03:33 d3fd7e6d3356: Preparing 03:03:33 9716c758ecfd: Preparing 03:03:33 a47fa96789c1: Preparing 03:03:33 93287649707c: Preparing 03:03:33 994456c4fd7b: Preparing 03:03:33 93287649707c: Waiting 03:03:33 994456c4fd7b: Waiting 03:03:33 c309de337aa6: Layer already exists 03:03:33 9716c758ecfd: Layer already exists 03:03:33 a47fa96789c1: Layer already exists 03:03:33 5c24e0d2ffc1: Layer already exists 03:03:33 d3fd7e6d3356: Layer already exists 03:03:33 93287649707c: Layer already exists 03:03:33 994456c4fd7b: Layer already exists 03:03:33 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:03:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:03:33 c309de337aa6: Preparing 03:03:33 5c24e0d2ffc1: Preparing 03:03:33 d3fd7e6d3356: Preparing 03:03:33 9716c758ecfd: Preparing 03:03:33 a47fa96789c1: Preparing 03:03:33 93287649707c: Preparing 03:03:33 994456c4fd7b: Preparing 03:03:33 994456c4fd7b: Waiting 03:03:33 93287649707c: Waiting 03:03:33 d3fd7e6d3356: Layer already exists 03:03:33 c309de337aa6: Layer already exists 03:03:33 9716c758ecfd: Layer already exists 03:03:33 5c24e0d2ffc1: Layer already exists 03:03:33 a47fa96789c1: Layer already exists 03:03:33 93287649707c: Layer already exists 03:03:33 994456c4fd7b: Layer already exists 03:03:33 main: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:03:33 ===================================================== [Pipeline] echo 03:03:33 taggedImages: 03:03:33 - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:03:33 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 03:03:33 - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:33 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:03:34 ========================================================= 03:03:34 [edgeXBuildMultiArch] RAW Config: 03:03:34 images: 03:03:34 - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/core-command:latest 03:03:34 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-command:main 03:03:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:03:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:03:34 - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/core-data:latest 03:03:34 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-data:main 03:03:34 - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:03:34 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:03:34 - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:03:34 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:03:34 - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:03:34 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:03:34 - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:03:34 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:03:34 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:03:34 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:03:34 settingsFile: 03:03:34 edgex-go-settings 03:03:34 ========================================================= [Pipeline] node 03:03:49 Still waiting to schedule task 03:03:49 ‘prd-centos7-docker-4c-2g-2802’ is offline 03:04:47 Running on prd-centos7-docker-4c-2g-2805 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:04:47 provisioning config files... 03:04:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7663862651394167559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:04:49 ---> ****-login.sh 03:04:49 nexus3.edgexfoundry.org:10001 03:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:49 Configure a credential helper to remove this warning. See 03:04:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:49 03:04:49 Login Succeeded 03:04:49 nexus3.edgexfoundry.org:10002 03:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:50 Configure a credential helper to remove this warning. See 03:04:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:50 03:04:50 Login Succeeded 03:04:50 nexus3.edgexfoundry.org:10003 03:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:50 Configure a credential helper to remove this warning. See 03:04:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:50 03:04:50 Login Succeeded 03:04:50 nexus3.edgexfoundry.org:10004 03:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:50 Configure a credential helper to remove this warning. See 03:04:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:50 03:04:50 Login Succeeded 03:04:50 ****.io 03:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:04:50 Configure a credential helper to remove this warning. See 03:04:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:04:50 03:04:50 Login Succeeded 03:04:50 ---> ****-login.sh ends [Pipeline] } 03:04:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:04:51 + docker buildx ls 03:04:51 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:04:51 default * docker 03:04:51 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:04:51 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:04:51 edgex-builder [Pipeline] sh 03:04:51 + docker buildx inspect --bootstrap 03:04:51 #1 [internal] booting buildkit 03:04:51 #1 pulling image moby/buildkit:buildx-stable-1 03:04:55 #1 pulling image moby/buildkit:buildx-stable-1 2.8s done 03:04:55 #1 creating container buildx_buildkit_edgex-builder0 03:04:56 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 03:04:56 #1 DONE 4.5s 03:04:56 Name: edgex-builder 03:04:56 Driver: docker-container 03:04:56 03:04:56 Nodes: 03:04:56 Name: edgex-builder0 03:04:56 Endpoint: unix:///var/run/docker.sock 03:04:56 Status: running 03:04:56 Buildkit: v0.21.1 03:04:56 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:04:56 + docker buildx ls 03:04:56 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:04:56 edgex-builder * docker-container 03:04:56 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:04:56 default docker 03:04:56 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:04:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:04:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:04:57 #1 [internal] load build definition from Dockerfile 03:04:57 #1 transferring dockerfile: 197B done 03:04:57 #1 DONE 0.0s 03:04:57 03:04:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:04:57 #2 DONE 0.1s 03:04:57 03:04:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:04:57 #3 DONE 0.1s 03:04:57 03:04:57 #4 [internal] load .dockerignore 03:04:57 #4 transferring context: 2B done 03:04:57 #4 DONE 0.0s 03:04:57 03:04:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:57 #5 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:57 #5 DONE 0.0s 03:04:57 03:04:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:57 #6 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:57 #6 DONE 0.1s 03:04:57 03:04:57 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:04:57 #7 DONE 0.0s 03:04:57 03:04:57 #8 exporting to image 03:04:57 #8 exporting layers done 03:04:57 #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab 0.0s done 03:04:57 #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done 03:04:57 #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done 03:04:57 #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 0.0s done 03:04:57 #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done 03:04:57 #8 pushing layers 03:04:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:04:57 #8 pushing layers 0.1s done 03:04:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done 03:04:57 #8 DONE 0.2s 03:04:57 03:04:57 1 warning found (use --debug to expand): 03:04:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:04:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 03:04:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 03:04:58 #1 [internal] load build definition from Dockerfile 03:04:58 #1 transferring dockerfile: 163B done 03:04:58 #1 DONE 0.0s 03:04:58 03:04:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:04:58 #2 DONE 0.0s 03:04:58 03:04:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:04:58 #3 DONE 0.0s 03:04:58 03:04:58 #4 [internal] load .dockerignore 03:04:58 #4 transferring context: 2B done 03:04:58 #4 DONE 0.0s 03:04:58 03:04:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:58 #5 DONE 0.0s 03:04:58 03:04:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:58 #6 CACHED 03:04:58 03:04:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:58 #5 CACHED 03:04:58 03:04:58 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:04:58 #7 DONE 0.0s 03:04:58 03:04:58 #8 exporting to image 03:04:58 #8 exporting layers done 03:04:58 #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done 03:04:58 #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done 03:04:58 #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done 03:04:58 #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done 03:04:58 #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done 03:04:58 #8 pushing layers 0.0s done 03:04:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done 03:04:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:04:58 #8 DONE 0.2s 03:04:58 03:04:58 1 warning found (use --debug to expand): 03:04:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:04:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20' 03:04:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 --push - 03:04:58 #1 [internal] load build definition from Dockerfile 03:04:58 #1 transferring dockerfile: 169B done 03:04:58 #1 DONE 0.0s 03:04:58 03:04:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 03:04:58 #2 DONE 0.0s 03:04:58 03:04:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 03:04:58 #3 DONE 0.0s 03:04:58 03:04:58 #4 [internal] load .dockerignore 03:04:58 #4 transferring context: 2B done 03:04:58 #4 DONE 0.0s 03:04:58 03:04:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:58 #5 CACHED 03:04:58 03:04:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:58 #6 CACHED 03:04:58 03:04:58 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:04:58 #7 DONE 0.0s 03:04:58 03:04:58 #8 exporting to image 03:04:58 #8 exporting layers done 03:04:58 #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done 03:04:58 #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done 03:04:58 #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done 03:04:58 #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done 03:04:58 #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done 03:04:58 #8 pushing layers 0.0s done 03:04:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done 03:04:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:04:58 #8 DONE 0.1s 03:04:58 03:04:58 1 warning found (use --debug to expand): 03:04:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:04:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:04:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:04:59 #1 [internal] load build definition from Dockerfile 03:04:59 #1 transferring dockerfile: 210B done 03:04:59 #1 DONE 0.0s 03:04:59 03:04:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:04:59 #2 DONE 0.0s 03:04:59 03:04:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:04:59 #3 DONE 0.0s 03:04:59 03:04:59 #4 [internal] load .dockerignore 03:04:59 #4 transferring context: 2B done 03:04:59 #4 DONE 0.0s 03:04:59 03:04:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:59 #5 CACHED 03:04:59 03:04:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:59 #6 CACHED 03:04:59 03:04:59 #7 exporting to image 03:04:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:04:59 #7 exporting layers done 03:04:59 #7 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done 03:04:59 #7 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done 03:04:59 #7 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done 03:04:59 #7 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done 03:04:59 #7 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done 03:04:59 #7 pushing layers 0.0s done 03:04:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done 03:04:59 #7 DONE 0.1s 03:04:59 03:04:59 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:04:59 #8 DONE 0.0s 03:04:59 03:04:59 1 warning found (use --debug to expand): 03:04:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:04:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 03:04:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 03:04:59 #1 [internal] load build definition from Dockerfile 03:04:59 #1 transferring dockerfile: 161B done 03:04:59 #1 DONE 0.0s 03:04:59 03:04:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:04:59 #2 DONE 0.0s 03:04:59 03:04:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:04:59 #3 DONE 0.0s 03:04:59 03:04:59 #4 [internal] load .dockerignore 03:04:59 #4 transferring context: 2B done 03:04:59 #4 DONE 0.0s 03:04:59 03:04:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:59 #5 DONE 0.0s 03:04:59 03:04:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done 03:04:59 #6 CACHED 03:04:59 03:04:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 03:04:59 #5 CACHED 03:04:59 03:04:59 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:04:59 #7 DONE 0.0s 03:04:59 03:04:59 #8 exporting to image 03:04:59 #8 exporting layers done 03:04:59 #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done 03:04:59 #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done 03:04:59 #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done 03:04:59 #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done 03:04:59 #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done 03:04:59 #8 pushing layers 0.0s done 03:04:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done 03:04:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:04:59 #8 DONE 0.1s 03:04:59 03:04:59 1 warning found (use --debug to expand): 03:04:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:00 #1 [internal] load build definition from Dockerfile 03:05:00 #1 transferring dockerfile: 216B done 03:05:00 #1 DONE 0.0s 03:05:00 03:05:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:00 #2 DONE 0.1s 03:05:00 03:05:00 #3 [internal] load .dockerignore 03:05:00 #3 transferring context: 2B done 03:05:00 #3 DONE 0.0s 03:05:00 03:05:00 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:00 #4 DONE 0.1s 03:05:00 03:05:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:00 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:00 #5 DONE 0.0s 03:05:00 03:05:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:00 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:00 #6 DONE 0.1s 03:05:00 03:05:00 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:00 #7 DONE 0.0s 03:05:00 03:05:00 #8 exporting to image 03:05:00 #8 exporting layers done 03:05:00 #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 0.0s done 03:05:00 #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done 03:05:00 #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 0.0s done 03:05:00 #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done 03:05:00 #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done 03:05:00 #8 pushing layers 03:05:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:00 #8 pushing layers 0.1s done 03:05:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done 03:05:00 #8 DONE 0.2s 03:05:00 03:05:00 1 warning found (use --debug to expand): 03:05:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 03:05:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 03:05:01 #1 [internal] load build definition from Dockerfile 03:05:01 #1 transferring dockerfile: 182B done 03:05:01 #1 DONE 0.0s 03:05:01 03:05:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:05:01 #2 DONE 0.0s 03:05:01 03:05:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:05:01 #3 DONE 0.0s 03:05:01 03:05:01 #4 [internal] load .dockerignore 03:05:01 #4 transferring context: 2B done 03:05:01 #4 DONE 0.0s 03:05:01 03:05:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:01 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done 03:05:01 #5 CACHED 03:05:01 03:05:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:01 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done 03:05:01 #6 CACHED 03:05:01 03:05:01 #7 exporting to image 03:05:01 #7 exporting layers done 03:05:01 #7 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done 03:05:01 #7 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done 03:05:01 #7 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done 03:05:01 #7 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done 03:05:01 #7 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done 03:05:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:01 #7 pushing layers 0.0s done 03:05:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done 03:05:01 #7 DONE 0.1s 03:05:01 03:05:01 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:01 #8 DONE 0.0s 03:05:01 03:05:01 1 warning found (use --debug to expand): 03:05:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20' 03:05:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 --push - 03:05:01 #1 [internal] load build definition from Dockerfile 03:05:01 #1 transferring dockerfile: 188B done 03:05:01 #1 DONE 0.0s 03:05:01 03:05:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 03:05:01 #2 DONE 0.0s 03:05:01 03:05:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 03:05:01 #3 DONE 0.0s 03:05:01 03:05:01 #4 [internal] load .dockerignore 03:05:01 #4 transferring context: 2B done 03:05:01 #4 DONE 0.0s 03:05:01 03:05:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:01 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:01 #5 DONE 0.0s 03:05:01 03:05:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:01 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:01 #6 CACHED 03:05:01 03:05:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:01 #5 CACHED 03:05:01 03:05:01 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:01 #7 DONE 0.0s 03:05:01 03:05:01 #8 exporting to image 03:05:01 #8 exporting layers done 03:05:01 #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done 03:05:01 #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done 03:05:01 #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done 03:05:01 #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done 03:05:01 #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done 03:05:01 #8 pushing layers 0.0s done 03:05:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done 03:05:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:01 #8 DONE 0.1s 03:05:01 03:05:01 1 warning found (use --debug to expand): 03:05:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:02 #1 [internal] load build definition from Dockerfile 03:05:02 #1 transferring dockerfile: 229B done 03:05:02 #1 DONE 0.0s 03:05:02 03:05:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:02 #2 DONE 0.0s 03:05:02 03:05:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:02 #3 DONE 0.0s 03:05:02 03:05:02 #4 [internal] load .dockerignore 03:05:02 #4 transferring context: 2B done 03:05:02 #4 DONE 0.0s 03:05:02 03:05:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:02 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done 03:05:02 #5 CACHED 03:05:02 03:05:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:02 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:02 #6 CACHED 03:05:02 03:05:02 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:02 #7 DONE 0.0s 03:05:02 03:05:02 #8 exporting to image 03:05:02 #8 exporting layers done 03:05:02 #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done 03:05:02 #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done 03:05:02 #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done 03:05:02 #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done 03:05:02 #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done 03:05:02 #8 pushing layers 0.0s done 03:05:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done 03:05:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:02 #8 DONE 0.1s 03:05:02 03:05:02 1 warning found (use --debug to expand): 03:05:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 03:05:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 03:05:03 #1 [internal] load build definition from Dockerfile 03:05:03 #1 transferring dockerfile: 180B done 03:05:03 #1 DONE 0.0s 03:05:03 03:05:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:05:03 #2 DONE 0.0s 03:05:03 03:05:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:05:03 #3 DONE 0.0s 03:05:03 03:05:03 #4 [internal] load .dockerignore 03:05:03 #4 transferring context: 2B done 03:05:03 #4 DONE 0.0s 03:05:03 03:05:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:03 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:03 #5 CACHED 03:05:03 03:05:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 03:05:03 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done 03:05:03 #6 CACHED 03:05:03 03:05:03 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:03 #7 DONE 0.0s 03:05:03 03:05:03 #8 exporting to image 03:05:03 #8 exporting layers done 03:05:03 #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done 03:05:03 #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done 03:05:03 #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done 03:05:03 #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done 03:05:03 #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done 03:05:03 #8 pushing layers 0.0s done 03:05:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done 03:05:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:03 #8 DONE 0.1s 03:05:03 03:05:03 1 warning found (use --debug to expand): 03:05:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:03 #1 [internal] load build definition from Dockerfile 03:05:03 #1 transferring dockerfile: 194B done 03:05:03 #1 DONE 0.0s 03:05:03 03:05:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:03 #2 DONE 0.0s 03:05:03 03:05:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:03 #3 DONE 0.0s 03:05:03 03:05:03 #4 [internal] load .dockerignore 03:05:03 #4 transferring context: 2B done 03:05:03 #4 DONE 0.0s 03:05:03 03:05:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:03 #5 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:03 #5 DONE 0.0s 03:05:03 03:05:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:03 #6 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:03 #6 DONE 0.1s 03:05:03 03:05:03 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:05:03 #7 DONE 0.0s 03:05:03 03:05:03 #8 exporting to image 03:05:03 #8 exporting layers done 03:05:03 #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 0.0s done 03:05:03 #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b 0.0s done 03:05:03 #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done 03:05:03 #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done 03:05:03 #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.0s done 03:05:03 #8 pushing layers 03:05:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:03 #8 pushing layers 0.1s done 03:05:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done 03:05:03 #8 DONE 0.3s 03:05:03 03:05:03 1 warning found (use --debug to expand): 03:05:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 03:05:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 03:05:04 #1 [internal] load build definition from Dockerfile 03:05:04 #1 transferring dockerfile: 160B done 03:05:04 #1 DONE 0.0s 03:05:04 03:05:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:05:04 #2 DONE 0.0s 03:05:04 03:05:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:05:04 #3 DONE 0.0s 03:05:04 03:05:04 #4 [internal] load .dockerignore 03:05:04 #4 transferring context: 2B done 03:05:04 #4 DONE 0.0s 03:05:04 03:05:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:04 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f done 03:05:04 #5 DONE 0.0s 03:05:04 03:05:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:04 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:04 #6 CACHED 03:05:04 03:05:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:04 #5 CACHED 03:05:04 03:05:04 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:05:04 #7 DONE 0.0s 03:05:04 03:05:04 #8 exporting to image 03:05:04 #8 exporting layers done 03:05:04 #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done 03:05:04 #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done 03:05:04 #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done 03:05:04 #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done 03:05:04 #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done 03:05:04 #8 pushing layers 0.0s done 03:05:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done 03:05:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:04 #8 DONE 0.1s 03:05:04 03:05:04 1 warning found (use --debug to expand): 03:05:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20' 03:05:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 --push - 03:05:04 #1 [internal] load build definition from Dockerfile 03:05:04 #1 transferring dockerfile: 166B done 03:05:04 #1 DONE 0.0s 03:05:04 03:05:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 03:05:04 #2 DONE 0.0s 03:05:04 03:05:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 03:05:04 #3 DONE 0.0s 03:05:04 03:05:04 #4 [internal] load .dockerignore 03:05:04 #4 transferring context: 2B done 03:05:04 #4 DONE 0.0s 03:05:04 03:05:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:04 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:04 #5 DONE 0.0s 03:05:04 03:05:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:05 #6 CACHED 03:05:05 03:05:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #5 CACHED 03:05:05 03:05:05 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:05:05 #7 DONE 0.0s 03:05:05 03:05:05 #8 exporting to image 03:05:05 #8 exporting layers done 03:05:05 #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done 03:05:05 #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done 03:05:05 #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done 03:05:05 #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done 03:05:05 #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done 03:05:05 #8 pushing layers 0.0s done 03:05:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done 03:05:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:05 #8 DONE 0.1s 03:05:05 03:05:05 1 warning found (use --debug to expand): 03:05:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:05 #1 [internal] load build definition from Dockerfile 03:05:05 #1 transferring dockerfile: 207B done 03:05:05 #1 DONE 0.0s 03:05:05 03:05:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:05 #2 DONE 0.0s 03:05:05 03:05:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:05 #3 DONE 0.0s 03:05:05 03:05:05 #4 [internal] load .dockerignore 03:05:05 #4 transferring context: 2B done 03:05:05 #4 DONE 0.0s 03:05:05 03:05:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #5 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:05 #5 CACHED 03:05:05 03:05:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #6 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:05 #6 DONE 0.0s 03:05:05 03:05:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #6 CACHED 03:05:05 03:05:05 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:05:05 #7 DONE 0.0s 03:05:05 03:05:05 #8 exporting to image 03:05:05 #8 exporting layers done 03:05:05 #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done 03:05:05 #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done 03:05:05 #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done 03:05:05 #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done 03:05:05 #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done 03:05:05 #8 pushing layers 0.0s done 03:05:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done 03:05:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:05 #8 DONE 0.1s 03:05:05 03:05:05 1 warning found (use --debug to expand): 03:05:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 03:05:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 03:05:05 #1 [internal] load build definition from Dockerfile 03:05:05 #1 transferring dockerfile: 158B done 03:05:05 #1 DONE 0.0s 03:05:05 03:05:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:05:05 #2 DONE 0.0s 03:05:05 03:05:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:05:05 #3 DONE 0.0s 03:05:05 03:05:05 #4 [internal] load .dockerignore 03:05:05 #4 transferring context: 2B done 03:05:05 #4 DONE 0.0s 03:05:05 03:05:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:05 #5 CACHED 03:05:05 03:05:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:05 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done 03:05:05 #6 DONE 0.0s 03:05:06 03:05:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 03:05:06 #6 CACHED 03:05:06 03:05:06 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:05:06 #7 DONE 0.0s 03:05:06 03:05:06 #8 exporting to image 03:05:06 #8 exporting layers done 03:05:06 #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done 03:05:06 #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done 03:05:06 #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done 03:05:06 #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done 03:05:06 #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done 03:05:06 #8 pushing layers 0.0s done 03:05:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done 03:05:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:06 #8 DONE 0.1s 03:05:06 03:05:06 1 warning found (use --debug to expand): 03:05:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:06 #1 [internal] load build definition from Dockerfile 03:05:06 #1 transferring dockerfile: 196B done 03:05:06 #1 DONE 0.0s 03:05:06 03:05:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:06 #2 DONE 0.1s 03:05:06 03:05:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:06 #3 DONE 0.1s 03:05:06 03:05:06 #4 [internal] load .dockerignore 03:05:06 #4 transferring context: 2B done 03:05:06 #4 DONE 0.0s 03:05:06 03:05:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:06 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:06 #5 DONE 0.0s 03:05:06 03:05:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:06 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:06 #6 DONE 0.1s 03:05:06 03:05:06 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:06 #7 DONE 0.0s 03:05:06 03:05:06 #8 exporting to image 03:05:06 #8 exporting layers done 03:05:06 #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done 03:05:06 #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done 03:05:06 #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done 03:05:06 #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done 03:05:06 #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done 03:05:06 #8 pushing layers 0.1s done 03:05:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 03:05:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done 03:05:06 #8 DONE 0.3s 03:05:06 03:05:06 1 warning found (use --debug to expand): 03:05:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 03:05:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 03:05:07 #1 [internal] load build definition from Dockerfile 03:05:07 #1 transferring dockerfile: 162B done 03:05:07 #1 DONE 0.0s 03:05:07 03:05:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:05:07 #2 DONE 0.0s 03:05:07 03:05:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:05:07 #3 DONE 0.0s 03:05:07 03:05:07 #4 [internal] load .dockerignore 03:05:07 #4 transferring context: 2B done 03:05:07 #4 DONE 0.0s 03:05:07 03:05:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:07 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:07 #5 DONE 0.0s 03:05:07 03:05:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:07 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:07 #6 CACHED 03:05:07 03:05:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:07 #5 CACHED 03:05:07 03:05:07 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:07 #7 DONE 0.0s 03:05:07 03:05:07 #8 exporting to image 03:05:07 #8 exporting layers done 03:05:07 #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done 03:05:07 #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done 03:05:07 #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done 03:05:07 #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done 03:05:07 #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done 03:05:07 #8 pushing layers 0.0s done 03:05:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done 03:05:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:07 #8 DONE 0.1s 03:05:07 03:05:07 1 warning found (use --debug to expand): 03:05:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20' 03:05:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 --push - 03:05:07 #1 [internal] load build definition from Dockerfile 03:05:07 #1 transferring dockerfile: 168B done 03:05:07 #1 DONE 0.0s 03:05:07 03:05:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 03:05:07 #2 DONE 0.0s 03:05:07 03:05:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 03:05:07 #3 DONE 0.0s 03:05:07 03:05:07 #4 [internal] load .dockerignore 03:05:07 #4 transferring context: 2B done 03:05:07 #4 DONE 0.0s 03:05:07 03:05:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:07 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc done 03:05:07 #5 CACHED 03:05:07 03:05:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:07 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:07 #6 DONE 0.0s 03:05:08 03:05:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:08 #6 CACHED 03:05:08 03:05:08 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:08 #7 DONE 0.0s 03:05:08 03:05:08 #8 exporting to image 03:05:08 #8 exporting layers done 03:05:08 #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done 03:05:08 #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done 03:05:08 #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done 03:05:08 #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done 03:05:08 #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done 03:05:08 #8 pushing layers 0.0s done 03:05:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done 03:05:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:08 #8 DONE 0.1s 03:05:08 03:05:08 1 warning found (use --debug to expand): 03:05:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:08 #1 [internal] load build definition from Dockerfile 03:05:08 #1 transferring dockerfile: 209B done 03:05:08 #1 DONE 0.0s 03:05:08 03:05:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:08 #2 DONE 0.0s 03:05:08 03:05:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:08 #3 DONE 0.0s 03:05:08 03:05:08 #4 [internal] load .dockerignore 03:05:08 #4 transferring context: 2B done 03:05:08 #4 DONE 0.0s 03:05:08 03:05:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:08 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:08 #5 DONE 0.0s 03:05:08 03:05:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:08 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:08 #6 CACHED 03:05:08 03:05:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:08 #5 CACHED 03:05:08 03:05:08 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:08 #7 DONE 0.0s 03:05:08 03:05:08 #8 exporting to image 03:05:08 #8 exporting layers done 03:05:08 #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done 03:05:08 #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done 03:05:08 #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done 03:05:08 #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done 03:05:08 #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done 03:05:08 #8 pushing layers 0.0s done 03:05:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done 03:05:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:08 #8 DONE 0.1s 03:05:08 03:05:08 1 warning found (use --debug to expand): 03:05:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 03:05:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 03:05:08 #1 [internal] load build definition from Dockerfile 03:05:08 #1 transferring dockerfile: 160B done 03:05:08 #1 DONE 0.0s 03:05:08 03:05:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:05:08 #2 DONE 0.0s 03:05:08 03:05:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:05:08 #3 DONE 0.0s 03:05:08 03:05:08 #4 [internal] load .dockerignore 03:05:08 #4 transferring context: 2B done 03:05:08 #4 DONE 0.0s 03:05:08 03:05:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:08 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:08 #5 DONE 0.0s 03:05:08 03:05:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:09 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done 03:05:09 #6 CACHED 03:05:09 03:05:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 03:05:09 #5 CACHED 03:05:09 03:05:09 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:09 #7 DONE 0.0s 03:05:09 03:05:09 #8 exporting to image 03:05:09 #8 exporting layers done 03:05:09 #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done 03:05:09 #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done 03:05:09 #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done 03:05:09 #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done 03:05:09 #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done 03:05:09 #8 pushing layers 0.0s done 03:05:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 03:05:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done 03:05:09 #8 DONE 0.1s 03:05:09 03:05:09 1 warning found (use --debug to expand): 03:05:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:09 #1 [internal] load build definition from Dockerfile 03:05:09 #1 transferring dockerfile: 198B done 03:05:09 #1 DONE 0.0s 03:05:09 03:05:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:09 #2 DONE 0.0s 03:05:09 03:05:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:09 #3 DONE 0.1s 03:05:09 03:05:09 #4 [internal] load .dockerignore 03:05:09 #4 transferring context: 2B done 03:05:09 #4 DONE 0.0s 03:05:09 03:05:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:09 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:09 #5 ... 03:05:09 03:05:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:09 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:09 #6 DONE 0.1s 03:05:09 03:05:09 #7 exporting to image 03:05:09 #7 exporting layers done 03:05:09 #7 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done 03:05:09 #7 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done 03:05:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:09 #7 ... 03:05:09 03:05:09 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:05:09 #8 DONE 0.0s 03:05:09 03:05:09 #7 exporting to image 03:05:09 #7 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 0.0s done 03:05:09 #7 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done 03:05:09 #7 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done 03:05:09 #7 pushing layers 0.1s done 03:05:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 03:05:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done 03:05:10 #7 DONE 0.2s 03:05:10 03:05:10 1 warning found (use --debug to expand): 03:05:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 03:05:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 03:05:10 #1 [internal] load build definition from Dockerfile 03:05:10 #1 transferring dockerfile: 164B done 03:05:10 #1 DONE 0.0s 03:05:10 03:05:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:05:10 #2 DONE 0.0s 03:05:10 03:05:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:05:10 #3 DONE 0.0s 03:05:10 03:05:10 #4 [internal] load .dockerignore 03:05:10 #4 transferring context: 2B done 03:05:10 #4 DONE 0.0s 03:05:10 03:05:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:10 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:10 #5 CACHED 03:05:10 03:05:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:10 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:10 #6 CACHED 03:05:10 03:05:10 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:05:10 #7 DONE 0.0s 03:05:10 03:05:10 #8 exporting to image 03:05:10 #8 exporting layers done 03:05:10 #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done 03:05:10 #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done 03:05:10 #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done 03:05:10 #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done 03:05:10 #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done 03:05:10 #8 pushing layers 0.0s done 03:05:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 03:05:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done 03:05:10 #8 DONE 0.1s 03:05:10 03:05:10 1 warning found (use --debug to expand): 03:05:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 --push - 03:05:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20' 03:05:10 #1 [internal] load build definition from Dockerfile 03:05:10 #1 transferring dockerfile: 170B done 03:05:10 #1 DONE 0.0s 03:05:10 03:05:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 03:05:10 #2 DONE 0.0s 03:05:10 03:05:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 03:05:10 #3 DONE 0.0s 03:05:10 03:05:10 #4 [internal] load .dockerignore 03:05:10 #4 transferring context: 2B done 03:05:10 #4 DONE 0.0s 03:05:10 03:05:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:10 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:10 #5 DONE 0.0s 03:05:10 03:05:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:11 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:11 #6 CACHED 03:05:11 03:05:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:11 #5 CACHED 03:05:11 03:05:11 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:05:11 #7 DONE 0.0s 03:05:11 03:05:11 #8 exporting to image 03:05:11 #8 exporting layers done 03:05:11 #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done 03:05:11 #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done 03:05:11 #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done 03:05:11 #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done 03:05:11 #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done 03:05:11 #8 pushing layers 0.0s done 03:05:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done 03:05:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:11 #8 DONE 0.1s 03:05:11 03:05:11 1 warning found (use --debug to expand): 03:05:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:11 #1 [internal] load build definition from Dockerfile 03:05:11 #1 transferring dockerfile: 211B done 03:05:11 #1 DONE 0.0s 03:05:11 03:05:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:11 #2 DONE 0.0s 03:05:11 03:05:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:11 #3 DONE 0.0s 03:05:11 03:05:11 #4 [internal] load .dockerignore 03:05:11 #4 transferring context: 2B done 03:05:11 #4 DONE 0.0s 03:05:11 03:05:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:11 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:11 #5 CACHED 03:05:11 03:05:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:11 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:11 #6 CACHED 03:05:11 03:05:11 #7 exporting to image 03:05:11 #7 exporting layers 03:05:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:11 #7 exporting layers done 03:05:11 #7 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done 03:05:11 #7 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done 03:05:11 #7 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done 03:05:11 #7 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done 03:05:11 #7 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done 03:05:11 #7 pushing layers 0.0s done 03:05:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done 03:05:11 #7 DONE 0.1s 03:05:11 03:05:11 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:05:11 #8 DONE 0.0s 03:05:11 03:05:11 1 warning found (use --debug to expand): 03:05:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 03:05:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 03:05:11 #1 [internal] load build definition from Dockerfile 03:05:11 #1 transferring dockerfile: 162B done 03:05:11 #1 DONE 0.0s 03:05:11 03:05:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:05:11 #2 DONE 0.0s 03:05:11 03:05:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:05:11 #3 DONE 0.0s 03:05:11 03:05:11 #4 [internal] load .dockerignore 03:05:11 #4 transferring context: 2B done 03:05:11 #4 DONE 0.0s 03:05:11 03:05:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:11 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:11 #5 DONE 0.0s 03:05:11 03:05:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:12 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done 03:05:12 #6 CACHED 03:05:12 03:05:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 03:05:12 #5 CACHED 03:05:12 03:05:12 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:05:12 #7 DONE 0.0s 03:05:12 03:05:12 #8 exporting to image 03:05:12 #8 exporting layers done 03:05:12 #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done 03:05:12 #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done 03:05:12 #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done 03:05:12 #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done 03:05:12 #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done 03:05:12 #8 pushing layers 0.0s done 03:05:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done 03:05:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:12 #8 DONE 0.1s 03:05:12 03:05:12 1 warning found (use --debug to expand): 03:05:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:12 #1 [internal] load build definition from Dockerfile 03:05:12 #1 transferring dockerfile: 206B done 03:05:12 #1 DONE 0.0s 03:05:12 03:05:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:12 #2 DONE 0.1s 03:05:12 03:05:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:12 #3 DONE 0.1s 03:05:12 03:05:12 #4 [internal] load .dockerignore 03:05:12 #4 transferring context: 03:05:12 #4 transferring context: 2B done 03:05:12 #4 DONE 0.0s 03:05:12 03:05:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:12 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:12 #5 DONE 0.0s 03:05:12 03:05:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:12 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:12 #6 DONE 0.2s 03:05:12 03:05:12 #7 exporting to image 03:05:12 #7 exporting layers done 03:05:12 #7 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c 0.0s done 03:05:12 #7 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done 03:05:12 #7 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done 03:05:12 #7 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done 03:05:12 #7 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done 03:05:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:13 #7 ... 03:05:13 03:05:13 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:13 #8 DONE 0.0s 03:05:13 03:05:13 #7 exporting to image 03:05:13 #7 pushing layers 0.1s done 03:05:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 03:05:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done 03:05:13 #7 DONE 0.2s 03:05:13 03:05:13 1 warning found (use --debug to expand): 03:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 03:05:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 03:05:13 #1 [internal] load build definition from Dockerfile 03:05:13 #1 transferring dockerfile: 172B done 03:05:13 #1 DONE 0.0s 03:05:13 03:05:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:05:13 #2 DONE 0.0s 03:05:13 03:05:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:05:13 #3 DONE 0.0s 03:05:13 03:05:13 #4 [internal] load .dockerignore 03:05:13 #4 transferring context: 2B done 03:05:13 #4 DONE 0.0s 03:05:13 03:05:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:13 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:13 #5 DONE 0.0s 03:05:13 03:05:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:13 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:13 #6 CACHED 03:05:13 03:05:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:13 #5 CACHED 03:05:13 03:05:13 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:13 #7 DONE 0.0s 03:05:13 03:05:13 #8 exporting to image 03:05:13 #8 exporting layers done 03:05:13 #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done 03:05:13 #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done 03:05:13 #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done 03:05:13 #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done 03:05:13 #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done 03:05:13 #8 pushing layers 0.0s done 03:05:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done 03:05:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:13 #8 DONE 0.1s 03:05:13 03:05:13 1 warning found (use --debug to expand): 03:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20' 03:05:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 --push - 03:05:14 #1 [internal] load build definition from Dockerfile 03:05:14 #1 transferring dockerfile: 178B done 03:05:14 #1 DONE 0.0s 03:05:14 03:05:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 03:05:14 #2 DONE 0.0s 03:05:14 03:05:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 03:05:14 #3 DONE 0.0s 03:05:14 03:05:14 #4 [internal] load .dockerignore 03:05:14 #4 transferring context: 2B done 03:05:14 #4 DONE 0.0s 03:05:14 03:05:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:14 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:14 #5 CACHED 03:05:14 03:05:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:14 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:14 #6 CACHED 03:05:14 03:05:14 #7 exporting to image 03:05:14 #7 exporting layers 03:05:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:14 #7 exporting layers done 03:05:14 #7 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done 03:05:14 #7 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done 03:05:14 #7 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done 03:05:14 #7 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done 03:05:14 #7 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done 03:05:14 #7 pushing layers 0.0s done 03:05:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done 03:05:14 #7 DONE 0.1s 03:05:14 03:05:14 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:14 #8 DONE 0.0s 03:05:14 03:05:14 1 warning found (use --debug to expand): 03:05:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:14 #1 [internal] load build definition from Dockerfile 03:05:14 #1 transferring dockerfile: 219B done 03:05:14 #1 DONE 0.0s 03:05:14 03:05:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:14 #2 DONE 0.0s 03:05:14 03:05:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:14 #3 DONE 0.0s 03:05:14 03:05:14 #4 [internal] load .dockerignore 03:05:14 #4 transferring context: 2B done 03:05:14 #4 DONE 0.0s 03:05:14 03:05:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:14 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:14 #5 CACHED 03:05:14 03:05:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:14 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:14 #6 CACHED 03:05:14 03:05:14 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:14 #7 DONE 0.0s 03:05:14 03:05:14 #8 exporting to image 03:05:14 #8 exporting layers done 03:05:14 #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done 03:05:14 #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done 03:05:14 #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done 03:05:14 #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done 03:05:14 #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done 03:05:14 #8 pushing layers 0.0s done 03:05:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done 03:05:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:14 #8 DONE 0.1s 03:05:14 03:05:14 1 warning found (use --debug to expand): 03:05:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 03:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 03:05:15 #1 [internal] load build definition from Dockerfile 03:05:15 #1 transferring dockerfile: 170B done 03:05:15 #1 DONE 0.0s 03:05:15 03:05:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:05:15 #2 DONE 0.0s 03:05:15 03:05:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:05:15 #3 DONE 0.0s 03:05:15 03:05:15 #4 [internal] load .dockerignore 03:05:15 #4 transferring context: 2B done 03:05:15 #4 DONE 0.0s 03:05:15 03:05:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:15 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:15 #5 CACHED 03:05:15 03:05:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 03:05:15 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done 03:05:15 #6 CACHED 03:05:15 03:05:15 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:05:15 #7 DONE 0.0s 03:05:15 03:05:15 #8 exporting to image 03:05:15 #8 exporting layers done 03:05:15 #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done 03:05:15 #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done 03:05:15 #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done 03:05:15 #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done 03:05:15 #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done 03:05:15 #8 pushing layers 0.1s done 03:05:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 03:05:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done 03:05:15 #8 DONE 0.1s 03:05:15 03:05:15 1 warning found (use --debug to expand): 03:05:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:15 #1 [internal] load build definition from Dockerfile 03:05:15 #1 transferring dockerfile: 204B done 03:05:15 #1 DONE 0.0s 03:05:15 03:05:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:15 #2 DONE 0.0s 03:05:15 03:05:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:15 #3 DONE 0.1s 03:05:15 03:05:15 #4 [internal] load .dockerignore 03:05:15 #4 transferring context: 2B done 03:05:15 #4 DONE 0.0s 03:05:15 03:05:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:15 #5 ... 03:05:15 03:05:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done 03:05:15 #6 DONE 0.1s 03:05:15 03:05:15 #7 exporting to image 03:05:15 #7 exporting layers done 03:05:15 #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f 0.0s done 03:05:15 #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done 03:05:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:16 #7 ... 03:05:16 03:05:16 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:05:16 #8 DONE 0.0s 03:05:16 03:05:16 #7 exporting to image 03:05:16 #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 0.0s done 03:05:16 #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done 03:05:16 #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done 03:05:16 #7 pushing layers 0.1s done 03:05:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 03:05:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done 03:05:16 #7 DONE 0.2s 03:05:16 03:05:16 1 warning found (use --debug to expand): 03:05:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 03:05:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 03:05:16 #1 [internal] load build definition from Dockerfile 03:05:16 #1 transferring dockerfile: 170B done 03:05:16 #1 DONE 0.0s 03:05:16 03:05:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:05:16 #2 DONE 0.0s 03:05:16 03:05:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:05:16 #3 DONE 0.0s 03:05:16 03:05:16 #4 [internal] load .dockerignore 03:05:16 #4 transferring context: 2B done 03:05:16 #4 DONE 0.0s 03:05:16 03:05:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done 03:05:16 #5 CACHED 03:05:16 03:05:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done 03:05:16 #6 CACHED 03:05:16 03:05:16 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:05:16 #7 DONE 0.0s 03:05:16 03:05:16 #8 exporting to image 03:05:16 #8 exporting layers done 03:05:16 #8 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done 03:05:16 #8 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done 03:05:16 #8 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done 03:05:16 #8 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done 03:05:16 #8 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done 03:05:16 #8 pushing layers 0.0s done 03:05:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done 03:05:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:16 #8 DONE 0.1s 03:05:16 03:05:16 1 warning found (use --debug to expand): 03:05:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20' 03:05:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 --push - 03:05:16 #1 [internal] load build definition from Dockerfile 03:05:16 #1 transferring dockerfile: 176B done 03:05:16 #1 DONE 0.0s 03:05:16 03:05:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 03:05:16 #2 DONE 0.0s 03:05:16 03:05:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 03:05:16 #3 DONE 0.0s 03:05:16 03:05:16 #4 [internal] load .dockerignore 03:05:16 #4 transferring context: 2B done 03:05:16 #4 DONE 0.0s 03:05:16 03:05:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done 03:05:16 #5 CACHED 03:05:16 03:05:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done 03:05:16 #6 CACHED 03:05:16 03:05:16 #7 exporting to image 03:05:16 #7 exporting layers done 03:05:16 #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done 03:05:16 #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 03:05:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:17 #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done 03:05:17 #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done 03:05:17 #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done 03:05:17 #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done 03:05:17 #7 pushing layers 0.0s done 03:05:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done 03:05:17 #7 DONE 0.1s 03:05:17 03:05:17 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:05:17 #8 DONE 0.0s 03:05:17 03:05:17 1 warning found (use --debug to expand): 03:05:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:17 #1 [internal] load build definition from Dockerfile 03:05:17 #1 transferring dockerfile: 217B 0.0s done 03:05:17 #1 DONE 0.0s 03:05:17 03:05:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:17 #2 DONE 0.0s 03:05:17 03:05:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:17 #3 DONE 0.0s 03:05:17 03:05:17 #4 [internal] load .dockerignore 03:05:17 #4 transferring context: 2B done 03:05:17 #4 DONE 0.0s 03:05:17 03:05:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done 03:05:17 #5 DONE 0.0s 03:05:17 03:05:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done 03:05:17 #6 CACHED 03:05:17 03:05:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:17 #5 CACHED 03:05:17 03:05:17 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:05:17 #7 DONE 0.0s 03:05:17 03:05:17 #8 exporting to image 03:05:17 #8 exporting layers done 03:05:17 #8 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done 03:05:17 #8 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done 03:05:17 #8 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done 03:05:17 #8 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done 03:05:17 #8 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done 03:05:17 #8 pushing layers 0.0s done 03:05:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done 03:05:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:17 #8 DONE 0.1s 03:05:17 03:05:17 1 warning found (use --debug to expand): 03:05:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 03:05:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 03:05:17 #1 [internal] load build definition from Dockerfile 03:05:17 #1 transferring dockerfile: 168B done 03:05:17 #1 DONE 0.0s 03:05:17 03:05:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:05:17 #2 DONE 0.0s 03:05:17 03:05:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:05:17 #3 DONE 0.0s 03:05:17 03:05:17 #4 [internal] load .dockerignore 03:05:17 #4 transferring context: 2B done 03:05:17 #4 DONE 0.0s 03:05:17 03:05:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done 03:05:17 #5 CACHED 03:05:17 03:05:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 03:05:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done 03:05:17 #6 CACHED 03:05:17 03:05:17 #7 exporting to image 03:05:17 #7 exporting layers done 03:05:17 #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done 03:05:17 #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done 03:05:17 #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done 03:05:17 #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done 03:05:17 #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done 03:05:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:18 #7 pushing layers 0.0s done 03:05:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done 03:05:18 #7 DONE 0.1s 03:05:18 03:05:18 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:05:18 #8 DONE 0.0s 03:05:18 03:05:18 1 warning found (use --debug to expand): 03:05:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:18 #1 [internal] load build definition from Dockerfile 03:05:18 #1 transferring dockerfile: 205B done 03:05:18 #1 DONE 0.0s 03:05:18 03:05:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:18 #2 DONE 0.1s 03:05:18 03:05:18 #3 [internal] load .dockerignore 03:05:18 #3 transferring context: 03:05:18 #3 transferring context: 2B done 03:05:18 #3 DONE 0.0s 03:05:18 03:05:18 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:18 #4 DONE 0.1s 03:05:18 03:05:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:18 #5 ... 03:05:18 03:05:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:18 #6 DONE 0.1s 03:05:19 03:05:19 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:19 #7 DONE 0.0s 03:05:19 03:05:19 #8 exporting to image 03:05:19 #8 exporting layers done 03:05:19 #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done 03:05:19 #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done 03:05:19 #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done 03:05:19 #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done 03:05:19 #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done 03:05:19 #8 pushing layers 0.1s done 03:05:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 03:05:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done 03:05:19 #8 DONE 0.2s 03:05:19 03:05:19 1 warning found (use --debug to expand): 03:05:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 03:05:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 03:05:19 #1 [internal] load build definition from Dockerfile 03:05:19 #1 transferring dockerfile: 171B done 03:05:19 #1 DONE 0.0s 03:05:19 03:05:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:05:19 #2 DONE 0.0s 03:05:19 03:05:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:05:19 #3 DONE 0.0s 03:05:19 03:05:19 #4 [internal] load .dockerignore 03:05:19 #4 transferring context: 2B done 03:05:19 #4 DONE 0.0s 03:05:19 03:05:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:19 #5 CACHED 03:05:19 03:05:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:19 #6 CACHED 03:05:19 03:05:19 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:19 #7 DONE 0.0s 03:05:19 03:05:19 #8 exporting to image 03:05:19 #8 exporting layers done 03:05:19 #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done 03:05:19 #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done 03:05:19 #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done 03:05:19 #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done 03:05:19 #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done 03:05:19 #8 pushing layers 0.0s done 03:05:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done 03:05:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:19 #8 DONE 0.1s 03:05:19 03:05:19 1 warning found (use --debug to expand): 03:05:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 --push - 03:05:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20' 03:05:19 #1 [internal] load build definition from Dockerfile 03:05:19 #1 transferring dockerfile: 177B done 03:05:19 #1 DONE 0.0s 03:05:19 03:05:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 03:05:19 #2 DONE 0.0s 03:05:19 03:05:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 03:05:19 #3 DONE 0.0s 03:05:19 03:05:19 #4 [internal] load .dockerignore 03:05:19 #4 transferring context: 2B done 03:05:19 #4 DONE 0.0s 03:05:19 03:05:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:19 #5 CACHED 03:05:19 03:05:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:19 #6 CACHED 03:05:19 03:05:19 #7 exporting to image 03:05:19 #7 exporting layers 03:05:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:20 #7 exporting layers done 03:05:20 #7 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done 03:05:20 #7 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done 03:05:20 #7 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done 03:05:20 #7 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done 03:05:20 #7 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done 03:05:20 #7 pushing layers 0.0s done 03:05:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done 03:05:20 #7 DONE 0.1s 03:05:20 03:05:20 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:20 #8 DONE 0.0s 03:05:20 03:05:20 1 warning found (use --debug to expand): 03:05:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:20 #1 [internal] load build definition from Dockerfile 03:05:20 #1 transferring dockerfile: 218B done 03:05:20 #1 DONE 0.0s 03:05:20 03:05:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:20 #2 DONE 0.0s 03:05:20 03:05:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:20 #3 DONE 0.0s 03:05:20 03:05:20 #4 [internal] load .dockerignore 03:05:20 #4 transferring context: 2B done 03:05:20 #4 DONE 0.0s 03:05:20 03:05:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:20 #5 CACHED 03:05:20 03:05:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:20 #6 CACHED 03:05:20 03:05:20 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:20 #7 DONE 0.0s 03:05:20 03:05:20 #8 exporting to image 03:05:20 #8 exporting layers done 03:05:20 #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done 03:05:20 #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done 03:05:20 #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done 03:05:20 #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done 03:05:20 #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done 03:05:20 #8 pushing layers 0.0s done 03:05:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done 03:05:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:20 #8 DONE 0.1s 03:05:20 03:05:20 1 warning found (use --debug to expand): 03:05:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 03:05:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 03:05:21 #1 [internal] load build definition from Dockerfile 03:05:21 #1 transferring dockerfile: 169B done 03:05:21 #1 DONE 0.0s 03:05:21 03:05:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:05:21 #2 DONE 0.0s 03:05:21 03:05:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:05:21 #3 DONE 0.0s 03:05:21 03:05:21 #4 [internal] load .dockerignore 03:05:21 #4 transferring context: 2B done 03:05:21 #4 DONE 0.0s 03:05:21 03:05:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:21 #5 CACHED 03:05:21 03:05:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 03:05:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done 03:05:21 #6 CACHED 03:05:21 03:05:21 #7 exporting to image 03:05:21 #7 exporting layers done 03:05:21 #7 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done 03:05:21 #7 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done 03:05:21 #7 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done 03:05:21 #7 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done 03:05:21 #7 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done 03:05:21 #7 pushing layers 03:05:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:21 #7 pushing layers 0.0s done 03:05:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done 03:05:21 #7 DONE 0.1s 03:05:21 03:05:21 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:21 #8 DONE 0.0s 03:05:21 03:05:21 1 warning found (use --debug to expand): 03:05:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:21 #1 [internal] load build definition from Dockerfile 03:05:21 #1 transferring dockerfile: 211B done 03:05:21 #1 DONE 0.0s 03:05:21 03:05:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:21 #2 DONE 0.0s 03:05:21 03:05:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:21 #3 DONE 0.1s 03:05:21 03:05:21 #4 [internal] load .dockerignore 03:05:21 #4 transferring context: 2B done 03:05:21 #4 DONE 0.0s 03:05:21 03:05:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:21 #5 DONE 0.0s 03:05:21 03:05:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:21 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:21 #6 DONE 0.1s 03:05:21 03:05:21 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:21 #7 DONE 0.0s 03:05:21 03:05:21 #8 exporting to image 03:05:21 #8 exporting layers done 03:05:21 #8 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done 03:05:21 #8 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done 03:05:21 #8 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done 03:05:21 #8 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done 03:05:21 #8 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done 03:05:21 #8 pushing layers 0.1s done 03:05:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 03:05:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done 03:05:22 #8 DONE 0.2s 03:05:22 03:05:22 1 warning found (use --debug to expand): 03:05:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 03:05:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 03:05:22 #1 [internal] load build definition from Dockerfile 03:05:22 #1 transferring dockerfile: 177B done 03:05:22 #1 DONE 0.0s 03:05:22 03:05:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:05:22 #2 DONE 0.0s 03:05:22 03:05:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:05:22 #3 DONE 0.0s 03:05:22 03:05:22 #4 [internal] load .dockerignore 03:05:22 #4 transferring context: 2B done 03:05:22 #4 DONE 0.0s 03:05:22 03:05:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:22 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:22 #5 CACHED 03:05:22 03:05:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:22 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:22 #6 CACHED 03:05:22 03:05:22 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:22 #7 DONE 0.0s 03:05:22 03:05:22 #8 exporting to image 03:05:22 #8 exporting layers done 03:05:22 #8 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done 03:05:22 #8 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done 03:05:22 #8 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done 03:05:22 #8 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done 03:05:22 #8 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done 03:05:22 #8 pushing layers 0.0s done 03:05:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done 03:05:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:22 #8 DONE 0.1s 03:05:22 03:05:22 1 warning found (use --debug to expand): 03:05:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20' 03:05:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 --push - 03:05:22 #1 [internal] load build definition from Dockerfile 03:05:22 #1 transferring dockerfile: 183B done 03:05:22 #1 DONE 0.0s 03:05:22 03:05:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 03:05:22 #2 DONE 0.0s 03:05:22 03:05:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 03:05:22 #3 DONE 0.0s 03:05:22 03:05:22 #4 [internal] load .dockerignore 03:05:22 #4 transferring context: 2B done 03:05:22 #4 DONE 0.0s 03:05:22 03:05:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:22 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:22 #5 CACHED 03:05:22 03:05:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:22 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:22 #6 CACHED 03:05:22 03:05:22 #7 exporting to image 03:05:22 #7 exporting layers 03:05:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:23 #7 exporting layers done 03:05:23 #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done 03:05:23 #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done 03:05:23 #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done 03:05:23 #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done 03:05:23 #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done 03:05:23 #7 pushing layers 0.0s done 03:05:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done 03:05:23 #7 DONE 0.1s 03:05:23 03:05:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:23 #8 DONE 0.0s 03:05:23 03:05:23 1 warning found (use --debug to expand): 03:05:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:23 #1 [internal] load build definition from Dockerfile 03:05:23 #1 transferring dockerfile: 224B done 03:05:23 #1 DONE 0.0s 03:05:23 03:05:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:23 #2 DONE 0.0s 03:05:23 03:05:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:23 #3 DONE 0.0s 03:05:23 03:05:23 #4 [internal] load .dockerignore 03:05:23 #4 transferring context: 2B done 03:05:23 #4 DONE 0.0s 03:05:23 03:05:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:23 #5 CACHED 03:05:23 03:05:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:23 #6 CACHED 03:05:23 03:05:23 #7 exporting to image 03:05:23 #7 exporting layers done 03:05:23 #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done 03:05:23 #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c 03:05:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:23 #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done 03:05:23 #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done 03:05:23 #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done 03:05:23 #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done 03:05:23 #7 pushing layers 0.0s done 03:05:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done 03:05:23 #7 DONE 0.1s 03:05:23 03:05:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:23 #8 DONE 0.0s 03:05:23 03:05:23 1 warning found (use --debug to expand): 03:05:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 03:05:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 03:05:24 #1 [internal] load build definition from Dockerfile 03:05:24 #1 transferring dockerfile: 175B done 03:05:24 #1 DONE 0.0s 03:05:24 03:05:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:05:24 #2 DONE 0.0s 03:05:24 03:05:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:05:24 #3 DONE 0.0s 03:05:24 03:05:24 #4 [internal] load .dockerignore 03:05:24 #4 transferring context: 2B done 03:05:24 #4 DONE 0.0s 03:05:24 03:05:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:24 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 done 03:05:24 #5 CACHED 03:05:24 03:05:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 03:05:24 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done 03:05:24 #6 CACHED 03:05:24 03:05:24 #7 exporting to image 03:05:24 #7 exporting layers done 03:05:24 #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done 03:05:24 #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done 03:05:24 #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 03:05:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:24 #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done 03:05:24 #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done 03:05:24 #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done 03:05:24 #7 pushing layers 0.0s done 03:05:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done 03:05:24 #7 DONE 0.1s 03:05:24 03:05:24 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:05:24 #8 DONE 0.0s 03:05:24 03:05:24 1 warning found (use --debug to expand): 03:05:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:24 #1 [internal] load build definition from Dockerfile 03:05:24 #1 transferring dockerfile: 215B done 03:05:24 #1 DONE 0.0s 03:05:24 03:05:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:24 #2 DONE 0.0s 03:05:24 03:05:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:24 #3 DONE 0.1s 03:05:24 03:05:24 #4 [internal] load .dockerignore 03:05:24 #4 transferring context: 2B done 03:05:24 #4 DONE 0.0s 03:05:24 03:05:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:24 #5 ... 03:05:24 03:05:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:24 #6 DONE 0.1s 03:05:24 03:05:24 #7 exporting to image 03:05:24 #7 exporting layers done 03:05:24 #7 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done 03:05:24 #7 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done 03:05:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:24 #7 ... 03:05:24 03:05:24 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:05:24 #8 DONE 0.0s 03:05:24 03:05:24 #7 exporting to image 03:05:24 #7 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e 0.0s done 03:05:24 #7 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done 03:05:24 #7 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done 03:05:24 #7 pushing layers 0.1s done 03:05:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 03:05:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done 03:05:25 #7 DONE 0.2s 03:05:25 03:05:25 1 warning found (use --debug to expand): 03:05:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 03:05:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 03:05:25 #1 [internal] load build definition from Dockerfile 03:05:25 #1 transferring dockerfile: 181B done 03:05:25 #1 DONE 0.0s 03:05:25 03:05:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:05:25 #2 DONE 0.0s 03:05:25 03:05:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:05:25 #3 DONE 0.0s 03:05:25 03:05:25 #4 [internal] load .dockerignore 03:05:25 #4 transferring context: 2B done 03:05:25 #4 DONE 0.0s 03:05:25 03:05:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:25 #5 DONE 0.0s 03:05:25 03:05:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:25 #6 CACHED 03:05:25 03:05:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:25 #5 CACHED 03:05:25 03:05:25 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:05:25 #7 DONE 0.0s 03:05:25 03:05:25 #8 exporting to image 03:05:25 #8 exporting layers done 03:05:25 #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done 03:05:25 #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done 03:05:25 #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done 03:05:25 #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done 03:05:25 #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done 03:05:25 #8 pushing layers 0.0s done 03:05:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done 03:05:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:25 #8 DONE 0.1s 03:05:25 03:05:25 1 warning found (use --debug to expand): 03:05:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20' 03:05:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 --push - 03:05:25 #1 [internal] load build definition from Dockerfile 03:05:25 #1 transferring dockerfile: 187B done 03:05:25 #1 DONE 0.0s 03:05:25 03:05:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 03:05:25 #2 DONE 0.0s 03:05:25 03:05:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 03:05:25 #3 DONE 0.0s 03:05:25 03:05:25 #4 [internal] load .dockerignore 03:05:25 #4 transferring context: 2B done 03:05:25 #4 DONE 0.0s 03:05:25 03:05:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:25 #5 DONE 0.0s 03:05:25 03:05:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:26 #6 CACHED 03:05:26 03:05:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:26 #5 CACHED 03:05:26 03:05:26 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:05:26 #7 DONE 0.0s 03:05:26 03:05:26 #8 exporting to image 03:05:26 #8 exporting layers done 03:05:26 #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done 03:05:26 #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done 03:05:26 #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done 03:05:26 #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done 03:05:26 #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done 03:05:26 #8 pushing layers 0.0s done 03:05:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done 03:05:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:26 #8 DONE 0.1s 03:05:26 03:05:26 1 warning found (use --debug to expand): 03:05:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:26 #1 [internal] load build definition from Dockerfile 03:05:26 #1 transferring dockerfile: 228B done 03:05:26 #1 DONE 0.0s 03:05:26 03:05:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:26 #2 DONE 0.0s 03:05:26 03:05:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:26 #3 DONE 0.0s 03:05:26 03:05:26 #4 [internal] load .dockerignore 03:05:26 #4 transferring context: 2B done 03:05:26 #4 DONE 0.0s 03:05:26 03:05:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:26 #5 CACHED 03:05:26 03:05:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done 03:05:26 #6 DONE 0.0s 03:05:26 03:05:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:26 #6 CACHED 03:05:26 03:05:26 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:05:26 #7 DONE 0.0s 03:05:26 03:05:26 #8 exporting to image 03:05:26 #8 exporting layers done 03:05:26 #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done 03:05:26 #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done 03:05:26 #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done 03:05:26 #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done 03:05:26 #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done 03:05:26 #8 pushing layers 0.0s done 03:05:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done 03:05:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:26 #8 DONE 0.1s 03:05:26 03:05:26 1 warning found (use --debug to expand): 03:05:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 03:05:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 03:05:27 #1 [internal] load build definition from Dockerfile 03:05:27 #1 transferring dockerfile: 179B done 03:05:27 #1 DONE 0.0s 03:05:27 03:05:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:05:27 #2 DONE 0.0s 03:05:27 03:05:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:05:27 #3 DONE 0.0s 03:05:27 03:05:27 #4 [internal] load .dockerignore 03:05:27 #4 transferring context: 2B done 03:05:27 #4 DONE 0.0s 03:05:27 03:05:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f done 03:05:27 #5 CACHED 03:05:27 03:05:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 03:05:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f done 03:05:27 #6 CACHED 03:05:27 03:05:27 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:05:27 #7 DONE 0.0s 03:05:27 03:05:27 #8 exporting to image 03:05:27 #8 exporting layers done 03:05:27 #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done 03:05:27 #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done 03:05:27 #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done 03:05:27 #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done 03:05:27 #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done 03:05:27 #8 pushing layers 0.0s done 03:05:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done 03:05:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:27 #8 DONE 0.1s 03:05:27 03:05:27 1 warning found (use --debug to expand): 03:05:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:27 #1 [internal] load build definition from Dockerfile 03:05:27 #1 transferring dockerfile: 205B done 03:05:27 #1 DONE 0.0s 03:05:27 03:05:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:27 #2 DONE 0.0s 03:05:27 03:05:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:27 #3 DONE 0.1s 03:05:27 03:05:27 #4 [internal] load .dockerignore 03:05:27 #4 transferring context: 2B done 03:05:27 #4 DONE 0.0s 03:05:27 03:05:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:27 #5 DONE 0.0s 03:05:27 03:05:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:27 #6 DONE 0.1s 03:05:27 03:05:27 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:05:27 #7 DONE 0.0s 03:05:27 03:05:27 #8 exporting to image 03:05:27 #8 exporting layers done 03:05:27 #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done 03:05:27 #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done 03:05:27 #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done 03:05:27 #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done 03:05:27 #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done 03:05:27 #8 pushing layers 0.1s done 03:05:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 03:05:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done 03:05:28 #8 DONE 0.2s 03:05:28 03:05:28 1 warning found (use --debug to expand): 03:05:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 03:05:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 03:05:28 #1 [internal] load build definition from Dockerfile 03:05:28 #1 transferring dockerfile: 171B done 03:05:28 #1 DONE 0.0s 03:05:28 03:05:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:05:28 #2 DONE 0.0s 03:05:28 03:05:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:05:28 #3 DONE 0.0s 03:05:28 03:05:28 #4 [internal] load .dockerignore 03:05:28 #4 transferring context: 2B done 03:05:28 #4 DONE 0.0s 03:05:28 03:05:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:28 #5 DONE 0.0s 03:05:28 03:05:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:28 #6 CACHED 03:05:28 03:05:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:28 #5 CACHED 03:05:28 03:05:28 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:05:28 #7 DONE 0.0s 03:05:28 03:05:28 #8 exporting to image 03:05:28 #8 exporting layers done 03:05:28 #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done 03:05:28 #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done 03:05:28 #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done 03:05:28 #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done 03:05:28 #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done 03:05:28 #8 pushing layers 0.0s done 03:05:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done 03:05:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:28 #8 DONE 0.1s 03:05:28 03:05:28 1 warning found (use --debug to expand): 03:05:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20' 03:05:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 --push - 03:05:28 #1 [internal] load build definition from Dockerfile 03:05:28 #1 transferring dockerfile: 177B done 03:05:28 #1 DONE 0.0s 03:05:28 03:05:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 03:05:28 #2 DONE 0.0s 03:05:28 03:05:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 03:05:28 #3 DONE 0.0s 03:05:28 03:05:28 #4 [internal] load .dockerignore 03:05:28 #4 transferring context: 2B done 03:05:28 #4 DONE 0.0s 03:05:28 03:05:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:28 #5 CACHED 03:05:28 03:05:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:28 #6 CACHED 03:05:28 03:05:28 #7 exporting to image 03:05:28 #7 exporting layers 03:05:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:29 #7 ... 03:05:29 03:05:29 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:05:29 #8 DONE 0.0s 03:05:29 03:05:29 #7 exporting to image 03:05:29 #7 exporting layers done 03:05:29 #7 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done 03:05:29 #7 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done 03:05:29 #7 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done 03:05:29 #7 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done 03:05:29 #7 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done 03:05:29 #7 pushing layers 0.0s done 03:05:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 03:05:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.2s done 03:05:29 #7 DONE 0.3s 03:05:29 03:05:29 1 warning found (use --debug to expand): 03:05:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:29 #1 [internal] load build definition from Dockerfile 03:05:29 #1 transferring dockerfile: 218B done 03:05:29 #1 DONE 0.0s 03:05:29 03:05:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:29 #2 DONE 0.0s 03:05:29 03:05:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:29 #3 DONE 0.0s 03:05:29 03:05:29 #4 [internal] load .dockerignore 03:05:29 #4 transferring context: 2B done 03:05:29 #4 DONE 0.0s 03:05:29 03:05:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:29 #5 DONE 0.0s 03:05:29 03:05:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:29 #6 CACHED 03:05:29 03:05:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:29 #5 CACHED 03:05:29 03:05:29 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:05:30 #7 DONE 0.0s 03:05:30 03:05:30 #8 exporting to image 03:05:30 #8 exporting layers done 03:05:30 #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done 03:05:30 #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done 03:05:30 #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done 03:05:30 #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done 03:05:30 #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done 03:05:30 #8 pushing layers 0.1s done 03:05:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.2s done 03:05:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:30 #8 DONE 0.3s 03:05:30 03:05:30 1 warning found (use --debug to expand): 03:05:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 03:05:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 03:05:30 #1 [internal] load build definition from Dockerfile 03:05:30 #1 transferring dockerfile: 169B done 03:05:30 #1 DONE 0.0s 03:05:30 03:05:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:05:30 #2 DONE 0.0s 03:05:30 03:05:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:05:30 #3 DONE 0.0s 03:05:30 03:05:30 #4 [internal] load .dockerignore 03:05:30 #4 transferring context: 2B done 03:05:30 #4 DONE 0.0s 03:05:30 03:05:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done 03:05:30 #5 DONE 0.0s 03:05:30 03:05:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a done 03:05:30 #6 CACHED 03:05:30 03:05:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 03:05:30 #5 CACHED 03:05:30 03:05:30 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:05:30 #7 DONE 0.0s 03:05:30 03:05:30 #8 exporting to image 03:05:30 #8 exporting layers done 03:05:30 #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done 03:05:30 #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done 03:05:30 #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done 03:05:30 #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done 03:05:30 #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done 03:05:30 #8 pushing layers 0.0s done 03:05:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 03:05:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done 03:05:30 #8 DONE 0.1s 03:05:30 03:05:30 1 warning found (use --debug to expand): 03:05:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:31 #1 [internal] load build definition from Dockerfile 03:05:31 #1 transferring dockerfile: 206B done 03:05:31 #1 DONE 0.0s 03:05:31 03:05:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:31 #2 DONE 0.0s 03:05:31 03:05:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:31 #3 DONE 0.1s 03:05:31 03:05:31 #4 [internal] load .dockerignore 03:05:31 #4 transferring context: 2B done 03:05:31 #4 DONE 0.0s 03:05:31 03:05:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done 03:05:31 #5 DONE 0.0s 03:05:31 03:05:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:31 #6 DONE 0.0s 03:05:31 03:05:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done 03:05:31 #5 DONE 0.1s 03:05:31 03:05:31 #7 exporting to image 03:05:31 #7 exporting layers done 03:05:31 #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done 03:05:31 #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done 03:05:31 #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done 03:05:31 #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done 03:05:31 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 03:05:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:31 #7 ... 03:05:31 03:05:31 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:05:31 #8 DONE 0.0s 03:05:31 03:05:31 #7 exporting to image 03:05:31 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done 03:05:31 #7 pushing layers 0.1s done 03:05:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 03:05:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done 03:05:31 #7 DONE 0.2s 03:05:31 03:05:31 1 warning found (use --debug to expand): 03:05:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 03:05:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 03:05:31 #1 [internal] load build definition from Dockerfile 03:05:31 #1 transferring dockerfile: 172B done 03:05:31 #1 DONE 0.0s 03:05:31 03:05:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:05:31 #2 DONE 0.0s 03:05:31 03:05:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:05:31 #3 DONE 0.0s 03:05:31 03:05:31 #4 [internal] load .dockerignore 03:05:31 #4 transferring context: 2B done 03:05:31 #4 DONE 0.0s 03:05:31 03:05:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done 03:05:31 #5 CACHED 03:05:31 03:05:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:31 #6 CACHED 03:05:31 03:05:31 #7 exporting to image 03:05:31 #7 exporting layers done 03:05:31 #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done 03:05:31 #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b 03:05:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:32 #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done 03:05:32 #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done 03:05:32 #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done 03:05:32 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done 03:05:32 #7 pushing layers 0.0s done 03:05:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done 03:05:32 #7 DONE 0.1s 03:05:32 03:05:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:05:32 #8 DONE 0.0s 03:05:32 03:05:32 1 warning found (use --debug to expand): 03:05:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20' 03:05:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 --push - 03:05:32 #1 [internal] load build definition from Dockerfile 03:05:32 #1 transferring dockerfile: 178B done 03:05:32 #1 DONE 0.0s 03:05:32 03:05:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 03:05:32 #2 DONE 0.0s 03:05:32 03:05:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 03:05:32 #3 DONE 0.0s 03:05:32 03:05:32 #4 [internal] load .dockerignore 03:05:32 #4 transferring context: 2B done 03:05:32 #4 DONE 0.0s 03:05:32 03:05:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:32 #5 CACHED 03:05:32 03:05:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:32 #6 CACHED 03:05:32 03:05:32 #7 exporting to image 03:05:32 #7 exporting layers done 03:05:32 #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done 03:05:32 #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done 03:05:32 #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done 03:05:32 #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 03:05:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:32 #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done 03:05:32 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done 03:05:32 #7 pushing layers 0.0s done 03:05:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done 03:05:32 #7 DONE 0.1s 03:05:32 03:05:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:05:32 #8 DONE 0.0s 03:05:32 03:05:32 1 warning found (use --debug to expand): 03:05:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:33 #1 [internal] load build definition from Dockerfile 03:05:33 #1 transferring dockerfile: 219B done 03:05:33 #1 DONE 0.0s 03:05:33 03:05:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:33 #2 DONE 0.0s 03:05:33 03:05:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:33 #3 DONE 0.0s 03:05:33 03:05:33 #4 [internal] load .dockerignore 03:05:33 #4 transferring context: 2B done 03:05:33 #4 DONE 0.0s 03:05:33 03:05:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:33 #5 CACHED 03:05:33 03:05:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:33 #6 CACHED 03:05:33 03:05:33 #7 exporting to image 03:05:33 #7 exporting layers done 03:05:33 #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done 03:05:33 #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done 03:05:33 #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done 03:05:33 #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done 03:05:33 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 03:05:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:33 #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done 03:05:33 #7 pushing layers 0.0s done 03:05:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done 03:05:33 #7 DONE 0.1s 03:05:33 03:05:33 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:05:33 #8 DONE 0.0s 03:05:33 03:05:33 1 warning found (use --debug to expand): 03:05:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 03:05:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 03:05:33 #1 [internal] load build definition from Dockerfile 03:05:33 #1 transferring dockerfile: 170B done 03:05:33 #1 DONE 0.0s 03:05:33 03:05:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:05:33 #2 DONE 0.0s 03:05:33 03:05:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:05:33 #3 DONE 0.0s 03:05:33 03:05:33 #4 [internal] load .dockerignore 03:05:33 #4 transferring context: 2B done 03:05:33 #4 DONE 0.0s 03:05:33 03:05:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:33 #5 CACHED 03:05:33 03:05:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done 03:05:33 #6 DONE 0.0s 03:05:33 03:05:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 03:05:33 #6 CACHED 03:05:33 03:05:33 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:05:33 #7 DONE 0.0s 03:05:33 03:05:33 #8 exporting to image 03:05:33 #8 exporting layers done 03:05:33 #8 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done 03:05:33 #8 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done 03:05:33 #8 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done 03:05:33 #8 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done 03:05:33 #8 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done 03:05:33 #8 pushing layers 0.0s done 03:05:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done 03:05:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:33 #8 DONE 0.1s 03:05:33 03:05:33 1 warning found (use --debug to expand): 03:05:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:34 #1 [internal] load build definition from Dockerfile 03:05:34 #1 transferring dockerfile: 206B done 03:05:34 #1 DONE 0.0s 03:05:34 03:05:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:34 #2 DONE 0.0s 03:05:34 03:05:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:34 #3 DONE 0.0s 03:05:34 03:05:34 #4 [internal] load .dockerignore 03:05:34 #4 transferring context: 2B done 03:05:34 #4 DONE 0.0s 03:05:34 03:05:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:34 #5 ... 03:05:34 03:05:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:34 #6 DONE 0.1s 03:05:34 03:05:34 #7 exporting to image 03:05:34 #7 exporting layers done 03:05:34 #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done 03:05:34 #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done 03:05:34 #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done 03:05:34 #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c 03:05:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:34 #7 ... 03:05:34 03:05:34 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:05:34 #8 DONE 0.0s 03:05:34 03:05:34 #7 exporting to image 03:05:34 #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done 03:05:34 #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done 03:05:34 #7 pushing layers 0.1s done 03:05:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 03:05:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done 03:05:34 #7 DONE 0.2s 03:05:34 03:05:34 1 warning found (use --debug to expand): 03:05:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 03:05:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 03:05:34 #1 [internal] load build definition from Dockerfile 03:05:34 #1 transferring dockerfile: 172B done 03:05:34 #1 DONE 0.0s 03:05:34 03:05:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:05:34 #2 DONE 0.0s 03:05:34 03:05:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:05:34 #3 DONE 0.0s 03:05:34 03:05:34 #4 [internal] load .dockerignore 03:05:34 #4 transferring context: 2B done 03:05:34 #4 DONE 0.0s 03:05:34 03:05:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f done 03:05:34 #5 CACHED 03:05:34 03:05:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f done 03:05:34 #6 CACHED 03:05:34 03:05:34 #7 exporting to image 03:05:34 #7 exporting layers 03:05:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:35 #7 exporting layers done 03:05:35 #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e 0.0s done 03:05:35 #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done 03:05:35 #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done 03:05:35 #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done 03:05:35 #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done 03:05:35 #7 pushing layers 0.0s done 03:05:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done 03:05:35 #7 DONE 0.1s 03:05:35 03:05:35 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:05:35 #8 DONE 0.0s 03:05:35 03:05:35 1 warning found (use --debug to expand): 03:05:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20' 03:05:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 --push - 03:05:35 #1 [internal] load build definition from Dockerfile 03:05:35 #1 transferring dockerfile: 178B done 03:05:35 #1 DONE 0.0s 03:05:35 03:05:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 03:05:35 #2 DONE 0.0s 03:05:35 03:05:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 03:05:35 #3 DONE 0.0s 03:05:35 03:05:35 #4 [internal] load .dockerignore 03:05:35 #4 transferring context: 2B done 03:05:35 #4 DONE 0.0s 03:05:35 03:05:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:35 #5 DONE 0.0s 03:05:35 03:05:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:35 #6 CACHED 03:05:35 03:05:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:35 #5 CACHED 03:05:35 03:05:35 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:05:35 #7 DONE 0.0s 03:05:35 03:05:35 #8 exporting to image 03:05:35 #8 exporting layers done 03:05:35 #8 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done 03:05:35 #8 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done 03:05:35 #8 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done 03:05:35 #8 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done 03:05:35 #8 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done 03:05:35 #8 pushing layers 0.0s done 03:05:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done 03:05:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:35 #8 DONE 0.1s 03:05:35 03:05:35 1 warning found (use --debug to expand): 03:05:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:35 #1 [internal] load build definition from Dockerfile 03:05:35 #1 transferring dockerfile: 219B done 03:05:35 #1 DONE 0.0s 03:05:35 03:05:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:35 #2 DONE 0.0s 03:05:35 03:05:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:35 #3 DONE 0.0s 03:05:35 03:05:35 #4 [internal] load .dockerignore 03:05:35 #4 transferring context: 2B done 03:05:35 #4 DONE 0.0s 03:05:35 03:05:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:35 #5 CACHED 03:05:35 03:05:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:35 #6 CACHED 03:05:35 03:05:35 #7 exporting to image 03:05:35 #7 exporting layers 03:05:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:36 #7 exporting layers done 03:05:36 #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done 03:05:36 #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done 03:05:36 #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done 03:05:36 #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done 03:05:36 #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done 03:05:36 #7 pushing layers 0.0s done 03:05:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done 03:05:36 #7 DONE 0.1s 03:05:36 03:05:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:05:36 #8 DONE 0.0s 03:05:36 03:05:36 1 warning found (use --debug to expand): 03:05:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 03:05:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 03:05:36 #1 [internal] load build definition from Dockerfile 03:05:36 #1 transferring dockerfile: 170B done 03:05:36 #1 DONE 0.0s 03:05:36 03:05:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:05:36 #2 DONE 0.0s 03:05:36 03:05:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:05:36 #3 DONE 0.0s 03:05:36 03:05:36 #4 [internal] load .dockerignore 03:05:36 #4 transferring context: 2B done 03:05:36 #4 DONE 0.0s 03:05:36 03:05:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:36 #5 CACHED 03:05:36 03:05:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 03:05:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done 03:05:36 #6 CACHED 03:05:36 03:05:36 #7 exporting to image 03:05:36 #7 exporting layers done 03:05:36 #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done 03:05:36 #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done 03:05:36 #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done 03:05:36 #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done 03:05:36 #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done 03:05:36 #7 pushing layers 0.0s done 03:05:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 03:05:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done 03:05:36 #7 DONE 0.1s 03:05:36 03:05:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:05:36 #8 DONE 0.0s 03:05:36 03:05:36 1 warning found (use --debug to expand): 03:05:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:37 #1 [internal] load build definition from Dockerfile 03:05:37 #1 transferring dockerfile: 206B done 03:05:37 #1 DONE 0.0s 03:05:37 03:05:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:37 #2 DONE 0.0s 03:05:37 03:05:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:37 #3 DONE 0.0s 03:05:37 03:05:37 #4 [internal] load .dockerignore 03:05:37 #4 transferring context: 2B done 03:05:37 #4 DONE 0.0s 03:05:37 03:05:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done 03:05:37 #5 DONE 0.0s 03:05:37 03:05:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done 03:05:37 #6 DONE 0.1s 03:05:37 03:05:37 #7 exporting to image 03:05:37 #7 exporting layers done 03:05:37 #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done 03:05:37 #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done 03:05:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:37 #7 ... 03:05:37 03:05:37 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:05:37 #8 DONE 0.0s 03:05:37 03:05:37 #7 exporting to image 03:05:37 #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done 03:05:37 #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done 03:05:37 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done 03:05:37 #7 pushing layers 0.1s done 03:05:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 03:05:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done 03:05:37 #7 DONE 0.2s 03:05:37 03:05:37 1 warning found (use --debug to expand): 03:05:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 03:05:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 03:05:37 #1 [internal] load build definition from Dockerfile 03:05:37 #1 transferring dockerfile: 172B done 03:05:37 #1 DONE 0.0s 03:05:37 03:05:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:05:37 #2 DONE 0.0s 03:05:37 03:05:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:05:37 #3 DONE 0.0s 03:05:37 03:05:37 #4 [internal] load .dockerignore 03:05:37 #4 transferring context: 2B done 03:05:37 #4 DONE 0.0s 03:05:37 03:05:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done 03:05:37 #5 CACHED 03:05:37 03:05:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done 03:05:37 #6 CACHED 03:05:37 03:05:37 #7 exporting to image 03:05:37 #7 exporting layers done 03:05:37 #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done 03:05:37 #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done 03:05:37 #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done 03:05:37 #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done 03:05:37 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done 03:05:37 #7 pushing layers 0.0s done 03:05:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 03:05:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done 03:05:38 #7 DONE 0.1s 03:05:38 03:05:38 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:05:38 #8 DONE 0.0s 03:05:38 03:05:38 1 warning found (use --debug to expand): 03:05:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 --push - 03:05:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20' 03:05:38 #1 [internal] load build definition from Dockerfile 03:05:38 #1 transferring dockerfile: 178B done 03:05:38 #1 DONE 0.0s 03:05:38 03:05:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 03:05:38 #2 DONE 0.0s 03:05:38 03:05:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 03:05:38 #3 DONE 0.0s 03:05:38 03:05:38 #4 [internal] load .dockerignore 03:05:38 #4 transferring context: 2B done 03:05:38 #4 DONE 0.0s 03:05:38 03:05:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done 03:05:38 #5 CACHED 03:05:38 03:05:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done 03:05:38 #6 CACHED 03:05:38 03:05:38 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:05:38 #7 DONE 0.0s 03:05:38 03:05:38 #8 exporting to image 03:05:38 #8 exporting layers done 03:05:38 #8 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done 03:05:38 #8 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done 03:05:38 #8 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done 03:05:38 #8 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done 03:05:38 #8 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done 03:05:38 #8 pushing layers 0.0s done 03:05:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done 03:05:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:38 #8 DONE 0.1s 03:05:38 03:05:38 1 warning found (use --debug to expand): 03:05:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:39 #1 [internal] load build definition from Dockerfile 03:05:39 #1 transferring dockerfile: 219B done 03:05:39 #1 DONE 0.0s 03:05:39 03:05:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:39 #2 DONE 0.0s 03:05:39 03:05:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:39 #3 DONE 0.0s 03:05:39 03:05:39 #4 [internal] load .dockerignore 03:05:39 #4 transferring context: 2B done 03:05:39 #4 DONE 0.0s 03:05:39 03:05:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done 03:05:39 #5 CACHED 03:05:39 03:05:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done 03:05:39 #6 CACHED 03:05:39 03:05:39 #7 exporting to image 03:05:39 #7 exporting layers done 03:05:39 #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done 03:05:39 #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done 03:05:39 #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done 03:05:39 #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done 03:05:39 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 03:05:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:39 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done 03:05:39 #7 pushing layers 0.0s done 03:05:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done 03:05:39 #7 DONE 0.1s 03:05:39 03:05:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:05:39 #8 DONE 0.0s 03:05:39 03:05:39 1 warning found (use --debug to expand): 03:05:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 03:05:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 03:05:39 #1 [internal] load build definition from Dockerfile 03:05:39 #1 transferring dockerfile: 170B done 03:05:39 #1 DONE 0.0s 03:05:39 03:05:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:05:39 #2 DONE 0.0s 03:05:39 03:05:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:05:39 #3 DONE 0.0s 03:05:39 03:05:39 #4 [internal] load .dockerignore 03:05:39 #4 transferring context: 2B done 03:05:39 #4 DONE 0.0s 03:05:39 03:05:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done 03:05:39 #5 CACHED 03:05:39 03:05:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 03:05:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done 03:05:39 #6 CACHED 03:05:39 03:05:39 #7 exporting to image 03:05:39 #7 exporting layers done 03:05:39 #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done 03:05:39 #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done 03:05:39 #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done 03:05:39 #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done 03:05:39 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 03:05:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:39 #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done 03:05:39 #7 pushing layers 0.0s done 03:05:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done 03:05:39 #7 DONE 0.1s 03:05:39 03:05:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:05:39 #8 DONE 0.0s 03:05:39 03:05:39 1 warning found (use --debug to expand): 03:05:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' 03:05:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - 03:05:40 #1 [internal] load build definition from Dockerfile 03:05:40 #1 transferring dockerfile: 202B done 03:05:40 #1 DONE 0.0s 03:05:40 03:05:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:40 #2 DONE 0.0s 03:05:40 03:05:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:05:40 #3 DONE 0.1s 03:05:40 03:05:40 #4 [internal] load .dockerignore 03:05:40 #4 transferring context: 2B done 03:05:40 #4 DONE 0.0s 03:05:40 03:05:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:40 #5 ... 03:05:40 03:05:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:40 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:40 #6 DONE 0.1s 03:05:40 03:05:40 #7 exporting to image 03:05:40 #7 exporting layers 03:05:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:40 #7 exporting layers done 03:05:40 #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done 03:05:40 #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done 03:05:40 #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done 03:05:40 #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done 03:05:40 #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done 03:05:40 #7 pushing layers 03:05:40 #7 ... 03:05:40 03:05:40 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:05:40 #8 DONE 0.0s 03:05:40 03:05:40 #7 exporting to image 03:05:40 #7 pushing layers 0.5s done 03:05:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 03:05:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done 03:05:40 #7 DONE 0.6s 03:05:40 03:05:40 1 warning found (use --debug to expand): 03:05:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 03:05:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 03:05:41 #1 [internal] load build definition from Dockerfile 03:05:41 #1 transferring dockerfile: 168B done 03:05:41 #1 DONE 0.0s 03:05:41 03:05:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:05:44 #2 DONE 2.8s 03:05:44 03:05:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:05:44 #3 DONE 2.8s 03:05:44 03:05:44 #4 [internal] load .dockerignore 03:05:44 #4 transferring context: 2B done 03:05:44 #4 DONE 0.0s 03:05:44 03:05:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:44 #5 CACHED 03:05:44 03:05:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:44 #6 CACHED 03:05:44 03:05:44 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:05:44 #7 DONE 0.0s 03:05:44 03:05:44 #8 exporting to image 03:05:44 #8 exporting layers done 03:05:44 #8 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done 03:05:44 #8 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done 03:05:44 #8 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done 03:05:44 #8 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done 03:05:44 #8 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done 03:05:44 #8 pushing layers 0.0s done 03:05:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 03:05:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done 03:05:44 #8 DONE 0.1s 03:05:44 03:05:44 1 warning found (use --debug to expand): 03:05:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20' 03:05:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 --push - 03:05:44 #1 [internal] load build definition from Dockerfile 03:05:44 #1 transferring dockerfile: 174B done 03:05:44 #1 DONE 0.0s 03:05:44 03:05:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 03:05:44 #2 DONE 0.0s 03:05:44 03:05:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 03:05:44 #3 DONE 0.0s 03:05:44 03:05:44 #4 [internal] load .dockerignore 03:05:44 #4 transferring context: 2B done 03:05:44 #4 DONE 0.0s 03:05:44 03:05:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:44 #5 DONE 0.0s 03:05:44 03:05:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:44 #6 CACHED 03:05:44 03:05:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:44 #5 CACHED 03:05:44 03:05:44 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:05:44 #7 DONE 0.0s 03:05:44 03:05:44 #8 exporting to image 03:05:44 #8 exporting layers done 03:05:44 #8 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done 03:05:44 #8 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done 03:05:44 #8 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done 03:05:44 #8 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done 03:05:44 #8 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done 03:05:44 #8 pushing layers 0.0s done 03:05:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done 03:05:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:44 #8 DONE 0.1s 03:05:44 03:05:44 1 warning found (use --debug to expand): 03:05:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' 03:05:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - 03:05:45 #1 [internal] load build definition from Dockerfile 03:05:45 #1 transferring dockerfile: 215B done 03:05:45 #1 DONE 0.0s 03:05:45 03:05:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:45 #2 DONE 0.0s 03:05:45 03:05:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:05:45 #3 DONE 0.0s 03:05:45 03:05:45 #4 [internal] load .dockerignore 03:05:45 #4 transferring context: 2B done 03:05:45 #4 DONE 0.0s 03:05:45 03:05:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:45 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:45 #5 CACHED 03:05:45 03:05:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:45 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:45 #6 CACHED 03:05:45 03:05:45 #7 exporting to image 03:05:45 #7 exporting layers done 03:05:45 #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done 03:05:45 #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done 03:05:45 #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done 03:05:45 #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done 03:05:45 #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done 03:05:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:45 #7 pushing layers 0.0s done 03:05:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done 03:05:45 #7 DONE 0.1s 03:05:45 03:05:45 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:05:45 #8 DONE 0.0s 03:05:45 03:05:45 1 warning found (use --debug to expand): 03:05:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:05:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 03:05:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 03:05:45 #1 [internal] load build definition from Dockerfile 03:05:45 #1 transferring dockerfile: 166B done 03:05:45 #1 DONE 0.0s 03:05:45 03:05:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:05:45 #2 DONE 0.0s 03:05:45 03:05:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:05:45 #3 DONE 0.0s 03:05:45 03:05:45 #4 [internal] load .dockerignore 03:05:45 #4 transferring context: 2B done 03:05:45 #4 DONE 0.0s 03:05:45 03:05:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:45 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:45 #5 CACHED 03:05:45 03:05:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 03:05:45 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done 03:05:45 #6 CACHED 03:05:45 03:05:45 #7 exporting to image 03:05:45 #7 exporting layers done 03:05:45 #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done 03:05:45 #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done 03:05:45 #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done 03:05:45 #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done 03:05:45 #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done 03:05:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:05:45 #7 pushing layers 0.0s done 03:05:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done 03:05:45 #7 DONE 0.1s 03:05:45 03:05:45 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:05:45 #8 DONE 0.0s 03:05:45 03:05:45 1 warning found (use --debug to expand): 03:05:45  - 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 03:05:46 + '[' -d /w/workspace/edgex-go/847/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:05:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:05:47 ---> package-listing.sh 03:05:47 ++ facter osfamily 03:05:47 ++ tr '[:upper:]' '[:lower:]' 03:05:47 + OS_FAMILY=redhat 03:05:47 + workspace=/w/workspace/edgex-go/847 03:05:47 + START_PACKAGES=/tmp/packages_start.txt 03:05:47 + END_PACKAGES=/tmp/packages_end.txt 03:05:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:05:47 + PACKAGES=/tmp/packages_start.txt 03:05:47 + '[' /w/workspace/edgex-go/847 ']' 03:05:47 + PACKAGES=/tmp/packages_end.txt 03:05:47 + case "${OS_FAMILY}" in 03:05:47 + rpm -qa 03:05:47 + sort 03:05:48 + '[' -f /tmp/packages_start.txt ']' 03:05:48 + '[' -f /tmp/packages_end.txt ']' 03:05:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:05:48 + '[' /w/workspace/edgex-go/847 ']' 03:05:48 + mkdir -p /w/workspace/edgex-go/847/archives/ 03:05:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/847/archives/ [Pipeline] echo 03:05:48 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/847/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:05:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:48 03:05:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:05:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:49 latest: Pulling from edgex-lftools-log-publisher 03:05:49 5eb5b503b376: Pulling fs layer 03:05:49 5c69ac0246d0: Pulling fs layer 03:05:49 ec43610c2a17: Pulling fs layer 03:05:49 3a2ae6a8a46f: Pulling fs layer 03:05:49 33b1e0a273af: Pulling fs layer 03:05:49 5d3b04190fa2: Pulling fs layer 03:05:49 2f39f015ded8: Pulling fs layer 03:05:49 33b1e0a273af: Waiting 03:05:49 5d3b04190fa2: Waiting 03:05:49 2f39f015ded8: Waiting 03:05:49 3a2ae6a8a46f: Waiting 03:05:49 5c69ac0246d0: Verifying Checksum 03:05:49 5c69ac0246d0: Download complete 03:05:49 3a2ae6a8a46f: Verifying Checksum 03:05:49 3a2ae6a8a46f: Download complete 03:05:49 33b1e0a273af: Verifying Checksum 03:05:49 33b1e0a273af: Download complete 03:05:49 5d3b04190fa2: Verifying Checksum 03:05:49 5d3b04190fa2: Download complete 03:05:49 ec43610c2a17: Verifying Checksum 03:05:49 ec43610c2a17: Download complete 03:05:49 5eb5b503b376: Verifying Checksum 03:05:49 5eb5b503b376: Download complete 03:05:50 2f39f015ded8: Verifying Checksum 03:05:50 2f39f015ded8: Download complete 03:05:50 5eb5b503b376: Pull complete 03:05:50 5c69ac0246d0: Pull complete 03:05:51 ec43610c2a17: Pull complete 03:05:51 3a2ae6a8a46f: Pull complete 03:05:51 33b1e0a273af: Pull complete 03:05:51 5d3b04190fa2: Pull complete 03:05:56 2f39f015ded8: Pull complete 03:05:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:05:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:05:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:05:56 prd-centos7-docker-4c-2g-2805 does not seem to be running inside a container 03:05:56 $ 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/847/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 03:05:59 $ docker top b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade -eo pid,comm [Pipeline] { [Pipeline] sh 03:06:00 + touch /tmp/pre-build-complete [Pipeline] sh 03:06:00 + mkdir -p /var/log/sysstat [Pipeline] sh 03:06:00 + ls /var/log/sa-host 03:06:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:06:00 provisioning config files... 03:06:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2772351783768987382tmp [Pipeline] { [Pipeline] echo 03:06:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:06:01 ---> create-netrc.sh [Pipeline] } 03:06:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:06:01 ---> python-tools-install.sh [Pipeline] echo 03:06:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:06:01 ---> sudo-logs.sh 03:06:01 Archiving 'sudo' log.. 03:06:01 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:06:02 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:06:02 $ docker stop --time=1 b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade 03:06:03 $ docker rm -f --volumes b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:06:03 [WS-CLEANUP] Deleting project workspace... 03:06:03 [WS-CLEANUP] Deferred wipeout is used... 03:06:03 [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] } 03:19:17 #154 ... 03:19:17 03:19:17 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:19:17 #149 DONE 1059.3s 03:19:17 03:19:17 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:19:17 #146 ... 03:19:17 03:19:17 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:19:17 #155 DONE 0.2s 03:19:17 03:19:17 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:19:17 #156 DONE 0.3s 03:19:17 03:19:17 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:19:17 #157 DONE 0.3s 03:19:17 03:19:17 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:19:17 #158 DONE 0.2s 03:19:17 03:19:17 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:19:17 #159 DONE 0.2s 03:19:17 03:19:17 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:19:17 #160 DONE 2.4s 03:19:17 03:19:17 #116 [core-common-config-bootstrapper] exporting to image 03:19:17 #116 exporting layers 03:19:17 #116 exporting layers 0.6s done 03:19:17 #116 writing image sha256:36507ad85269d49ff623664e3dc5d28da6208b0ccdefaadac5d6a3c7dae70252 done 03:19:17 #116 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:19:17 #116 DONE 4.3s 03:19:17 03:19:17 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:19:21 #153 ... 03:19:21 03:19:21 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:19:21 #154 DONE 1073.2s 03:19:21 03:19:21 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:19:22 #161 DONE 0.4s 03:19:22 03:19:22 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:19:25 #162 DONE 3.1s 03:19:25 03:19:25 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:19:25 #163 DONE 0.3s 03:19:25 03:19:25 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:19:25 #146 ... 03:19:25 03:19:25 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:19:25 #164 DONE 0.2s 03:19:25 03:19:25 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:19:25 #165 DONE 0.3s 03:19:25 03:19:25 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:19:26 #166 DONE 0.1s 03:19:26 03:19: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/ 03:19:26 #167 DONE 0.1s 03:19:26 03:19: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/ 03:19:26 #168 DONE 0.1s 03:19:26 03:19: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/ 03:19:26 #169 DONE 0.1s 03:19:26 03:19:26 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:19:26 #170 DONE 0.1s 03:19:26 03:19:26 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:19:26 #146 ... 03:19:26 03:19:26 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:19:28 #171 DONE 2.2s 03:19:28 03:19:28 #116 [security-bootstrapper] exporting to image 03:19:28 #116 exporting layers 03:19:29 #116 exporting layers 1.0s done 03:19:29 #116 writing image sha256:4e9c01603a980664cbb5bb89af279c4fcfa6fc82c7d00236b9a75ff0b28418fd done 03:19:29 #116 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 03:19:29 #116 DONE 5.3s 03:19:29 03:19:29 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:33:53 #146 ... 03:33:53 03:33:53 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:33:53 #144 DONE 1940.1s 03:33:53 03:33:53 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:33:53 #146 ... 03:33:53 03:33:53 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:33:53 #172 DONE 0.1s 03:33:53 03:33:53 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:33:53 #173 DONE 0.2s 03:33:53 03:33:53 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:33:53 #174 DONE 0.4s 03:33:53 03:33:53 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:33:53 #151 ... 03:33:53 03:33:53 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:33:53 #175 DONE 0.1s 03:33:53 03:33:53 #116 [core-command] exporting to image 03:33:53 #116 exporting layers 03:33:53 #116 exporting layers 0.3s done 03:33:53 #116 writing image sha256:578655b5e8daddffd18e665c0f702ed77300ffe3e73d2ad98fcad4c3dcab195c 0.0s done 03:33:53 #116 naming to docker.io/library/core-command-arm64 done 03:33:53 #116 DONE 5.7s 03:33:53 03:33:53 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:34:15 #147 ... 03:34:15 03:34:15 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:34:15 #145 1963.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:34:18 #145 ... 03:34:18 03:34:18 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:34:18 #152 DONE 1970.3s 03:34:18 03:34:18 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:34:19 #147 ... 03:34:19 03:34:19 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:34:19 #176 DONE 0.2s 03:34:19 03:34:19 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:34:19 #177 DONE 0.2s 03:34:19 03:34:19 #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 03:34:19 #178 DONE 0.1s 03:34:19 03:34:19 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:34:19 #179 DONE 0.1s 03:34:19 03:34:19 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:34:19 #143 ... 03:34:19 03:34:19 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:34:20 #180 DONE 0.3s 03:34:20 03:34:20 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:34:20 #181 DONE 0.1s 03:34:20 03:34:20 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:34:22 #182 DONE 1.8s 03:34:22 03:34:22 #116 [security-proxy-setup] exporting to image 03:34:22 #116 exporting layers 03:34:22 #116 exporting layers 0.8s done 03:34:23 #116 writing image sha256:8560dc27d473e5b0f2d345204422d6141ccde2eae2bc926b4f1971abf0f409ec done 03:34:23 #116 naming to docker.io/library/security-proxy-setup-arm64 done 03:34:23 #116 DONE 6.6s 03:34:23 03:34:23 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:34:49 #146 ... 03:34:49 03:34:49 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:34:49 #145 DONE 1998.2s 03:34:49 03:34:49 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:34:49 #147 ... 03:34:49 03:34:49 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:34:49 #183 DONE 0.2s 03:34:49 03:34:49 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:34:49 #143 ... 03:34:49 03:34:49 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:34:49 #184 DONE 0.2s 03:34:49 03:34:49 #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 03:34:49 #185 DONE 0.2s 03:34:49 03:34:49 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:34:49 #146 ... 03:34:49 03:34:49 #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 03:34:49 #186 DONE 0.2s 03:34:49 03:34:49 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:34:49 #187 DONE 0.2s 03:34:49 03:34:49 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:34:49 #188 DONE 0.3s 03:34:49 03:34:49 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:34:49 #189 DONE 0.3s 03:34:49 03:34:49 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:34:49 #190 DONE 0.1s 03:34:49 03:34:49 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:34:50 #191 DONE 1.7s 03:34:50 03:34:50 #116 [security-secretstore-setup] exporting to image 03:34:50 #116 exporting layers 03:34:52 #116 exporting layers 1.5s done 03:34:52 #116 writing image sha256:33dbb0cc8d6cb9b4941ba2037fd63d7b511aef85c0d956f4586803171d1a6884 done 03:34:52 #116 naming to docker.io/library/security-secretstore-setup-arm64 done 03:34:52 #116 DONE 8.1s 03:34:52 03:34:52 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:35:59 #146 ... 03:35:59 03:35:59 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:35:59 #147 DONE 2069.8s 03:35:59 03:35:59 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:35:59 #153 ... 03:35:59 03:35:59 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:35:59 #192 DONE 0.1s 03:35:59 03:35:59 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:35:59 #153 ... 03:35:59 03:35:59 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:35:59 #193 DONE 0.1s 03:35:59 03:35:59 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:35:59 #146 ... 03:35:59 03:35:59 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:35:59 #194 DONE 0.5s 03:35:59 03:35:59 #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 03:35:59 #195 DONE 0.1s 03:35:59 03:35:59 #116 [security-spiffe-token-provider] exporting to image 03:35:59 #116 exporting layers 03:36:00 #116 exporting layers 0.8s done 03:36:00 #116 writing image sha256:5e1c2d69ed8d191e9692258759a657ffca7d33cae98c0bd3b220c204b9c84721 done 03:36:00 #116 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:36:00 #116 DONE 8.9s 03:36:00 03:36:00 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:36:27 #143 ... 03:36:27 03:36:27 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:36:27 #146 DONE 2096.4s 03:36:27 03:36:27 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:36:27 #150 ... 03:36:27 03:36:27 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:36:27 #196 DONE 0.1s 03:36:27 03:36:27 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:36:27 #143 ... 03:36:27 03:36:27 #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:36:27 #197 DONE 0.1s 03:36:27 03:36:27 #198 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:36:27 #198 DONE 0.4s 03:36:27 03:36:27 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:36:27 #150 ... 03:36:27 03:36:27 #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:36:27 #199 DONE 0.2s 03:36:27 03:36:27 #116 [core-data] exporting to image 03:36:27 #116 exporting layers 03:36:27 #116 exporting layers 0.4s done 03:36:27 #116 writing image sha256:2c055d5aaef6a448919a7e60edb4ab323d93e68be234fd7f42b59eaf704b9cd5 done 03:36:27 #116 naming to docker.io/library/core-data-arm64 done 03:36:27 #116 DONE 9.4s 03:36:27 03:36:27 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:36:29 #150 ... 03:36:29 03:36:29 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:36:29 #153 DONE 2100.9s 03:36:29 03:36:29 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:36:30 #148 ... 03:36:30 03:36:30 #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:36:30 #200 DONE 0.2s 03:36:30 03:36:30 #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:36:30 #201 DONE 0.1s 03:36:30 03:36:30 #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:36:30 #202 DONE 0.4s 03:36:30 03:36:30 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:36:31 #203 DONE 0.1s 03:36:31 03:36:31 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:36:31 #204 DONE 0.2s 03:36:31 03:36:31 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:36:32 #205 ... 03:36:32 03:36:32 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:36:32 #150 DONE 2104.1s 03:36:32 03:36:32 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:36:33 #151 ... 03:36:33 03:36:33 #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:36:33 #205 DONE 2.5s 03:36:33 03:36:33 #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:36:33 #206 CACHED 03:36:33 03:36:33 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:36:33 #207 CACHED 03:36:33 03:36:33 #116 [security-proxy-auth] exporting to image 03:36:33 #116 exporting layers 03:36:34 #116 ... 03:36:34 03:36:34 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:36:34 #151 DONE 2106.2s 03:36:34 03:36:34 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:36:34 #208 DONE 1.0s 03:36:34 03:36:34 #116 [security-proxy-auth] exporting to image 03:36:34 #116 exporting layers 1.1s done 03:36:34 #116 writing image sha256:5321cf83fe7961f9ca2dfa16e41fd37eda8fc7cb9e6ed24bf489ae06634abc90 03:36:34 #116 writing image sha256:5321cf83fe7961f9ca2dfa16e41fd37eda8fc7cb9e6ed24bf489ae06634abc90 0.0s done 03:36:34 #116 naming to docker.io/library/security-proxy-auth-arm64 done 03:36:34 #116 DONE 10.5s 03:36:34 03:36:34 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:36:35 #209 DONE 0.3s 03:36:35 03:36:35 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:36:35 #210 DONE 0.2s 03:36:35 03:36:35 #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:36:35 #211 DONE 0.4s 03:36:35 03:36:35 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:36:36 #212 DONE 0.5s 03:36:36 03:36:36 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:36:36 #213 DONE 0.2s 03:36:36 03:36:36 #116 [core-metadata] exporting to image 03:36:36 #116 exporting layers 1.2s done 03:36:36 #116 writing image sha256:f2ca576e443040d49465786888177992e657d1b1b2bb2074629e8d1293582e55 03:36:36 #116 writing image sha256:f2ca576e443040d49465786888177992e657d1b1b2bb2074629e8d1293582e55 0.0s done 03:36:36 #116 naming to docker.io/library/core-metadata-arm64 done 03:36:36 #116 exporting layers 0.5s done 03:36:36 #116 writing image sha256:ba15d2802bcd11c3bc5420d6cacc18c8319008a1ec35f3f04d9948a3104acc32 done 03:36:36 #116 naming to docker.io/library/core-keeper-arm64 done 03:36:36 #116 DONE 11.9s 03:36:36 03:36:36 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:37:08 #148 DONE 2136.8s 03:37:08 03:37:08 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:08 #143 ... 03:37:08 03:37:08 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:37:08 #214 DONE 0.1s 03:37:08 03:37:08 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:37:08 #215 DONE 0.1s 03:37:08 03:37:08 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:08 #143 ... 03:37:08 03:37:08 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:37:08 #216 DONE 0.6s 03:37:08 03:37:08 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:08 #143 ... 03:37:08 03:37:08 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:37:08 #217 DONE 0.2s 03:37:08 03:37:08 #116 [support-scheduler] exporting to image 03:37:08 #116 exporting layers 03:37:08 #116 exporting layers 1.0s done 03:37:08 #116 writing image sha256:e3bb7c882cac3842272a4966a097de27136da9b248aa259063cc8e6e02cd62c8 done 03:37:08 #116 naming to docker.io/library/support-scheduler-arm64 done 03:37:08 #116 DONE 12.9s 03:37:08 03:37:08 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:37:10 #143 DONE 2142.5s 03:37:11 03:37:11 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:37:11 #218 DONE 0.1s 03:37:11 03:37:11 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:37:11 #219 DONE 0.1s 03:37:11 03:37:11 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:37:11 #220 DONE 0.3s 03:37:12 03:37:12 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:37:12 #221 DONE 0.1s 03:37:12 03:37:12 #116 [support-notifications] exporting to image 03:37:12 #116 exporting layers 0.6s done 03:37:12 #116 writing image sha256:c3d34d742d59d9c668d88047569f64f7d04bb09673544adb9ab0f18c9b458ddf done 03:37:12 #116 naming to docker.io/library/support-notifications-arm64 done 03:37:12 #116 DONE 13.5s 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:37:12 time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:37:12 $ docker stop --time=1 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 03:37:14 $ docker rm -f --volumes 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 [Pipeline] // withDockerContainer [Pipeline] sh 03:37:14 + docker images 03:37:14 REPOSITORY TAG IMAGE ID CREATED SIZE 03:37:14 support-notifications-arm64 latest c3d34d742d59 3 seconds ago 52.8MB 03:37:14 support-scheduler-arm64 latest e3bb7c882cac 8 seconds ago 48.9MB 03:37:14 core-keeper-arm64 latest ba15d2802bcd 38 seconds ago 33MB 03:37:14 core-metadata-arm64 latest f2ca576e4430 39 seconds ago 33.4MB 03:37:14 security-proxy-auth-arm64 latest 5321cf83fe79 41 seconds ago 32.2MB 03:37:14 core-data-arm64 latest 2c055d5aaef6 48 seconds ago 33.3MB 03:37:14 security-spiffe-token-provider-arm64 latest 5e1c2d69ed8d About a minute ago 48.6MB 03:37:14 security-secretstore-setup-arm64 latest 33dbb0cc8d6c 2 minutes ago 68.2MB 03:37:14 security-proxy-setup-arm64 latest 8560dc27d473 2 minutes ago 38.9MB 03:37:14 core-command-arm64 latest 578655b5e8da 3 minutes ago 28.9MB 03:37:14 security-bootstrapper-arm64 latest 4e9c01603a98 17 minutes ago 21.1MB 03:37:14 core-common-config-bootstrapper-arm64 latest 36507ad85269 18 minutes ago 18MB 03:37:14 security-spire-agent-arm64 latest 0a53bc03be0c 37 minutes ago 187MB 03:37:14 security-spire-config-arm64 latest 5f2bfa52c264 37 minutes ago 143MB 03:37:14 security-spire-server-arm64 latest af4d49c115ce 37 minutes ago 144MB 03:37:14 ci-base-image-arm64 latest be3b6e857fef 38 minutes ago 910MB 03:37:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 weeks ago 560MB 03:37:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:37:14 provisioning config files... 03:37:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config9194835248718374784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:37:15 ---> ****-login.sh 03:37:15 nexus3.edgexfoundry.org:10001 03:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:15 Configure a credential helper to remove this warning. See 03:37:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:15 03:37:15 Login Succeeded 03:37:15 nexus3.edgexfoundry.org:10002 03:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:16 Configure a credential helper to remove this warning. See 03:37:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:16 03:37:16 Login Succeeded 03:37:16 nexus3.edgexfoundry.org:10003 03:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:16 Configure a credential helper to remove this warning. See 03:37:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:16 03:37:16 Login Succeeded 03:37:16 nexus3.edgexfoundry.org:10004 03:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:16 Configure a credential helper to remove this warning. See 03:37:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:16 03:37:16 Login Succeeded 03:37:16 ****.io 03:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:37:17 Configure a credential helper to remove this warning. See 03:37:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:37:17 03:37:17 Login Succeeded 03:37:17 ---> ****-login.sh ends [Pipeline] } 03:37:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:37:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:37:17 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:37:17 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:17 latest 03:37:17 4.1.0-dev.20 03:37:17 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:17 main 03:37:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:37:17 3174fb91c220: Preparing 03:37:17 badf8ed0e1c6: Preparing 03:37:17 9bc3979e409c: Preparing 03:37:17 04d44e38a418: Preparing 03:37:17 f2ce92235716: Preparing 03:37:17 df13e010c79c: Preparing 03:37:17 dd9c8f8612c8: Preparing 03:37:17 dd9c8f8612c8: Waiting 03:37:18 9bc3979e409c: Pushed 03:37:18 04d44e38a418: Pushed 03:37:18 3174fb91c220: Pushed 03:37:18 f2ce92235716: Pushed 03:37:18 dd9c8f8612c8: Layer already exists 03:37:18 df13e010c79c: Pushed 03:37:22 badf8ed0e1c6: Pushed 03:37:22 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:37:23 3174fb91c220: Preparing 03:37:23 badf8ed0e1c6: Preparing 03:37:23 9bc3979e409c: Preparing 03:37:23 04d44e38a418: Preparing 03:37:23 f2ce92235716: Preparing 03:37:23 df13e010c79c: Preparing 03:37:23 dd9c8f8612c8: Preparing 03:37:23 df13e010c79c: Waiting 03:37:23 9bc3979e409c: Layer already exists 03:37:23 3174fb91c220: Layer already exists 03:37:23 badf8ed0e1c6: Layer already exists 03:37:23 f2ce92235716: Layer already exists 03:37:23 04d44e38a418: Layer already exists 03:37:23 dd9c8f8612c8: Layer already exists 03:37:23 df13e010c79c: Layer already exists 03:37:23 latest: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 03:37:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:37:24 3174fb91c220: Preparing 03:37:24 badf8ed0e1c6: Preparing 03:37:24 9bc3979e409c: Preparing 03:37:24 04d44e38a418: Preparing 03:37:24 f2ce92235716: Preparing 03:37:24 df13e010c79c: Preparing 03:37:24 dd9c8f8612c8: Preparing 03:37:24 df13e010c79c: Waiting 03:37:24 dd9c8f8612c8: Waiting 03:37:24 9bc3979e409c: Layer already exists 03:37:24 04d44e38a418: Layer already exists 03:37:24 3174fb91c220: Layer already exists 03:37:24 f2ce92235716: Layer already exists 03:37:24 badf8ed0e1c6: Layer already exists 03:37:24 dd9c8f8612c8: Layer already exists 03:37:24 df13e010c79c: Layer already exists 03:37:24 4.1.0-dev.20: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:37:25 3174fb91c220: Preparing 03:37:25 badf8ed0e1c6: Preparing 03:37:25 9bc3979e409c: Preparing 03:37:25 04d44e38a418: Preparing 03:37:25 f2ce92235716: Preparing 03:37:25 df13e010c79c: Preparing 03:37:25 dd9c8f8612c8: Preparing 03:37:25 df13e010c79c: Waiting 03:37:25 dd9c8f8612c8: Waiting 03:37:25 9bc3979e409c: Layer already exists 03:37:25 3174fb91c220: Layer already exists 03:37:25 f2ce92235716: Layer already exists 03:37:25 04d44e38a418: Layer already exists 03:37:25 badf8ed0e1c6: Layer already exists 03:37:25 dd9c8f8612c8: Layer already exists 03:37:25 df13e010c79c: Layer already exists 03:37:25 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:37:26 3174fb91c220: Preparing 03:37:26 badf8ed0e1c6: Preparing 03:37:26 9bc3979e409c: Preparing 03:37:26 04d44e38a418: Preparing 03:37:26 f2ce92235716: Preparing 03:37:26 df13e010c79c: Preparing 03:37:26 dd9c8f8612c8: Preparing 03:37:26 df13e010c79c: Waiting 03:37:26 dd9c8f8612c8: Waiting 03:37:26 04d44e38a418: Layer already exists 03:37:26 f2ce92235716: Layer already exists 03:37:26 badf8ed0e1c6: Layer already exists 03:37:26 9bc3979e409c: Layer already exists 03:37:26 3174fb91c220: Layer already exists 03:37:26 dd9c8f8612c8: Layer already exists 03:37:26 df13e010c79c: Layer already exists 03:37:26 main: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:37:26 ===================================================== [Pipeline] echo 03:37:26 taggedImages: 03:37:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:37:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 03:37:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:37:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:37:26 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:26 latest 03:37:26 4.1.0-dev.20 03:37:26 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:26 main 03:37:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:37:27 6f682e089e22: Preparing 03:37:27 0243fb76211a: Preparing 03:37:27 f9d7bd94dc7a: Preparing 03:37:27 e6a9197eb759: Preparing 03:37:27 9bc3979e409c: Preparing 03:37:27 04d44e38a418: Preparing 03:37:27 f2ce92235716: Preparing 03:37:27 df13e010c79c: Preparing 03:37:27 dd9c8f8612c8: Preparing 03:37:27 04d44e38a418: Waiting 03:37:27 f2ce92235716: Waiting 03:37:27 df13e010c79c: Waiting 03:37:27 dd9c8f8612c8: Waiting 03:37:27 9bc3979e409c: Layer already exists 03:37:27 04d44e38a418: Layer already exists 03:37:27 f2ce92235716: Layer already exists 03:37:27 f9d7bd94dc7a: Pushed 03:37:27 0243fb76211a: Pushed 03:37:27 6f682e089e22: Pushed 03:37:27 df13e010c79c: Layer already exists 03:37:27 dd9c8f8612c8: Layer already exists 03:37:29 e6a9197eb759: Pushed 03:37:30 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:30 + 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 03:37:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:37:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:37:30 6f682e089e22: Preparing 03:37:30 0243fb76211a: Preparing 03:37:30 f9d7bd94dc7a: Preparing 03:37:30 e6a9197eb759: Preparing 03:37:30 9bc3979e409c: Preparing 03:37:30 04d44e38a418: Preparing 03:37:30 f2ce92235716: Preparing 03:37:30 df13e010c79c: Preparing 03:37:30 dd9c8f8612c8: Preparing 03:37:30 f2ce92235716: Waiting 03:37:30 df13e010c79c: Waiting 03:37:30 04d44e38a418: Waiting 03:37:30 dd9c8f8612c8: Waiting 03:37:30 0243fb76211a: Layer already exists 03:37:30 6f682e089e22: Layer already exists 03:37:30 9bc3979e409c: Layer already exists 03:37:30 e6a9197eb759: Layer already exists 03:37:30 f9d7bd94dc7a: Layer already exists 03:37:30 f2ce92235716: Layer already exists 03:37:30 04d44e38a418: Layer already exists 03:37:30 df13e010c79c: Layer already exists 03:37:30 dd9c8f8612c8: Layer already exists 03:37:30 latest: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 03:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:37:31 6f682e089e22: Preparing 03:37:31 0243fb76211a: Preparing 03:37:31 f9d7bd94dc7a: Preparing 03:37:31 e6a9197eb759: Preparing 03:37:31 9bc3979e409c: Preparing 03:37:31 04d44e38a418: Preparing 03:37:31 f2ce92235716: Preparing 03:37:31 df13e010c79c: Preparing 03:37:31 dd9c8f8612c8: Preparing 03:37:31 04d44e38a418: Waiting 03:37:31 df13e010c79c: Waiting 03:37:31 dd9c8f8612c8: Waiting 03:37:31 0243fb76211a: Layer already exists 03:37:31 e6a9197eb759: Layer already exists 03:37:31 6f682e089e22: Layer already exists 03:37:31 9bc3979e409c: Layer already exists 03:37:31 f9d7bd94dc7a: Layer already exists 03:37:31 04d44e38a418: Layer already exists 03:37:31 f2ce92235716: Layer already exists 03:37:31 dd9c8f8612c8: Layer already exists 03:37:31 df13e010c79c: Layer already exists 03:37:31 4.1.0-dev.20: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:37:32 6f682e089e22: Preparing 03:37:32 0243fb76211a: Preparing 03:37:32 f9d7bd94dc7a: Preparing 03:37:32 e6a9197eb759: Preparing 03:37:32 9bc3979e409c: Preparing 03:37:32 04d44e38a418: Preparing 03:37:32 f2ce92235716: Preparing 03:37:32 df13e010c79c: Preparing 03:37:32 dd9c8f8612c8: Preparing 03:37:32 df13e010c79c: Waiting 03:37:32 04d44e38a418: Waiting 03:37:32 f2ce92235716: Waiting 03:37:32 dd9c8f8612c8: Waiting 03:37:32 e6a9197eb759: Layer already exists 03:37:32 9bc3979e409c: Layer already exists 03:37:32 6f682e089e22: Layer already exists 03:37:32 0243fb76211a: Layer already exists 03:37:32 f9d7bd94dc7a: Layer already exists 03:37:32 04d44e38a418: Layer already exists 03:37:32 f2ce92235716: Layer already exists 03:37:32 dd9c8f8612c8: Layer already exists 03:37:32 df13e010c79c: Layer already exists 03:37:32 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:33 + 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 03:37:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:37:33 6f682e089e22: Preparing 03:37:33 0243fb76211a: Preparing 03:37:33 f9d7bd94dc7a: Preparing 03:37:33 e6a9197eb759: Preparing 03:37:33 9bc3979e409c: Preparing 03:37:33 04d44e38a418: Preparing 03:37:33 f2ce92235716: Preparing 03:37:33 df13e010c79c: Preparing 03:37:33 dd9c8f8612c8: Preparing 03:37:33 04d44e38a418: Waiting 03:37:33 dd9c8f8612c8: Waiting 03:37:33 df13e010c79c: Waiting 03:37:33 0243fb76211a: Layer already exists 03:37:33 f9d7bd94dc7a: Layer already exists 03:37:33 6f682e089e22: Layer already exists 03:37:33 e6a9197eb759: Layer already exists 03:37:33 9bc3979e409c: Layer already exists 03:37:33 04d44e38a418: Layer already exists 03:37:33 f2ce92235716: Layer already exists 03:37:33 dd9c8f8612c8: Layer already exists 03:37:33 df13e010c79c: Layer already exists 03:37:34 main: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:37:34 ===================================================== [Pipeline] echo 03:37:34 taggedImages: 03:37:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:37:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 03:37:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:34 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:37:34 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:37:34 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:34 latest 03:37:34 4.1.0-dev.20 03:37:34 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:34 main 03:37:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:37:34 5fd7a55619b8: Preparing 03:37:34 a2b9f2e59328: Preparing 03:37:34 9bc3979e409c: Preparing 03:37:34 04d44e38a418: Preparing 03:37:34 3139ddbf31f0: Preparing 03:37:34 bf2886e5aad8: Preparing 03:37:34 dd9c8f8612c8: Preparing 03:37:34 bf2886e5aad8: Waiting 03:37:34 dd9c8f8612c8: Waiting 03:37:34 9bc3979e409c: Layer already exists 03:37:34 04d44e38a418: Layer already exists 03:37:35 dd9c8f8612c8: Layer already exists 03:37:35 5fd7a55619b8: Pushed 03:37:35 3139ddbf31f0: Pushed 03:37:35 bf2886e5aad8: Pushed 03:37:40 a2b9f2e59328: Pushed 03:37:40 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:37:41 5fd7a55619b8: Preparing 03:37:41 a2b9f2e59328: Preparing 03:37:41 9bc3979e409c: Preparing 03:37:41 04d44e38a418: Preparing 03:37:41 3139ddbf31f0: Preparing 03:37:41 bf2886e5aad8: Preparing 03:37:41 dd9c8f8612c8: Preparing 03:37:41 dd9c8f8612c8: Waiting 03:37:41 a2b9f2e59328: Layer already exists 03:37:41 04d44e38a418: Layer already exists 03:37:41 9bc3979e409c: Layer already exists 03:37:41 3139ddbf31f0: Layer already exists 03:37:41 5fd7a55619b8: Layer already exists 03:37:41 bf2886e5aad8: Layer already exists 03:37:41 dd9c8f8612c8: Layer already exists 03:37:41 latest: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 03:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:37:42 5fd7a55619b8: Preparing 03:37:42 a2b9f2e59328: Preparing 03:37:42 9bc3979e409c: Preparing 03:37:42 04d44e38a418: Preparing 03:37:42 3139ddbf31f0: Preparing 03:37:42 bf2886e5aad8: Preparing 03:37:42 dd9c8f8612c8: Preparing 03:37:42 bf2886e5aad8: Waiting 03:37:42 dd9c8f8612c8: Waiting 03:37:42 5fd7a55619b8: Layer already exists 03:37:42 3139ddbf31f0: Layer already exists 03:37:42 04d44e38a418: Layer already exists 03:37:42 9bc3979e409c: Layer already exists 03:37:42 a2b9f2e59328: Layer already exists 03:37:42 dd9c8f8612c8: Layer already exists 03:37:42 bf2886e5aad8: Layer already exists 03:37:42 4.1.0-dev.20: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:37:43 5fd7a55619b8: Preparing 03:37:43 a2b9f2e59328: Preparing 03:37:43 9bc3979e409c: Preparing 03:37:43 04d44e38a418: Preparing 03:37:43 3139ddbf31f0: Preparing 03:37:43 bf2886e5aad8: Preparing 03:37:43 dd9c8f8612c8: Preparing 03:37:43 dd9c8f8612c8: Waiting 03:37:43 bf2886e5aad8: Waiting 03:37:43 9bc3979e409c: Layer already exists 03:37:43 a2b9f2e59328: Layer already exists 03:37:43 3139ddbf31f0: Layer already exists 03:37:43 04d44e38a418: Layer already exists 03:37:43 5fd7a55619b8: Layer already exists 03:37:43 dd9c8f8612c8: Layer already exists 03:37:43 bf2886e5aad8: Layer already exists 03:37:43 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:37:43 5fd7a55619b8: Preparing 03:37:43 a2b9f2e59328: Preparing 03:37:43 9bc3979e409c: Preparing 03:37:43 04d44e38a418: Preparing 03:37:43 3139ddbf31f0: Preparing 03:37:43 bf2886e5aad8: Preparing 03:37:43 dd9c8f8612c8: Preparing 03:37:43 bf2886e5aad8: Waiting 03:37:43 dd9c8f8612c8: Waiting 03:37:43 a2b9f2e59328: Layer already exists 03:37:43 9bc3979e409c: Layer already exists 03:37:43 3139ddbf31f0: Layer already exists 03:37:43 04d44e38a418: Layer already exists 03:37:43 5fd7a55619b8: Layer already exists 03:37:43 bf2886e5aad8: Layer already exists 03:37:43 dd9c8f8612c8: Layer already exists 03:37:44 main: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:37:44 ===================================================== [Pipeline] echo 03:37:44 taggedImages: 03:37:44 - nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:44 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:37:44 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 03:37:44 - nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:44 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:37:44 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:37:44 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:44 latest 03:37:44 4.1.0-dev.20 03:37:44 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:44 main 03:37:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:44 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:37:45 36b9e8e17197: Preparing 03:37:45 6edf89485d57: Preparing 03:37:45 04d44e38a418: Preparing 03:37:45 777769bb1cb1: Preparing 03:37:45 0ff2a07ab489: Preparing 03:37:45 dd9c8f8612c8: Preparing 03:37:45 dd9c8f8612c8: Waiting 03:37:45 04d44e38a418: Layer already exists 03:37:45 dd9c8f8612c8: Layer already exists 03:37:45 0ff2a07ab489: Pushed 03:37:45 36b9e8e17197: Pushed 03:37:45 777769bb1cb1: Pushed 03:37:50 6edf89485d57: Pushed 03:37:50 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:51 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:51 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:37:51 36b9e8e17197: Preparing 03:37:51 6edf89485d57: Preparing 03:37:51 04d44e38a418: Preparing 03:37:51 777769bb1cb1: Preparing 03:37:51 0ff2a07ab489: Preparing 03:37:51 dd9c8f8612c8: Preparing 03:37:51 dd9c8f8612c8: Waiting 03:37:51 04d44e38a418: Layer already exists 03:37:51 6edf89485d57: Layer already exists 03:37:51 777769bb1cb1: Layer already exists 03:37:51 0ff2a07ab489: Layer already exists 03:37:51 36b9e8e17197: Layer already exists 03:37:51 dd9c8f8612c8: Layer already exists 03:37:51 latest: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:52 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 03:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:37:52 36b9e8e17197: Preparing 03:37:52 6edf89485d57: Preparing 03:37:52 04d44e38a418: Preparing 03:37:52 777769bb1cb1: Preparing 03:37:52 0ff2a07ab489: Preparing 03:37:52 dd9c8f8612c8: Preparing 03:37:52 dd9c8f8612c8: Waiting 03:37:52 6edf89485d57: Layer already exists 03:37:52 0ff2a07ab489: Layer already exists 03:37:52 777769bb1cb1: Layer already exists 03:37:52 04d44e38a418: Layer already exists 03:37:52 36b9e8e17197: Layer already exists 03:37:52 dd9c8f8612c8: Layer already exists 03:37:52 4.1.0-dev.20: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:52 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:37:53 36b9e8e17197: Preparing 03:37:53 6edf89485d57: Preparing 03:37:53 04d44e38a418: Preparing 03:37:53 777769bb1cb1: Preparing 03:37:53 0ff2a07ab489: Preparing 03:37:53 dd9c8f8612c8: Preparing 03:37:53 dd9c8f8612c8: Waiting 03:37:53 04d44e38a418: Layer already exists 03:37:53 6edf89485d57: Layer already exists 03:37:53 777769bb1cb1: Layer already exists 03:37:53 0ff2a07ab489: Layer already exists 03:37:53 36b9e8e17197: Layer already exists 03:37:53 dd9c8f8612c8: Layer already exists 03:37:53 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:53 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:37:54 36b9e8e17197: Preparing 03:37:54 6edf89485d57: Preparing 03:37:54 04d44e38a418: Preparing 03:37:54 777769bb1cb1: Preparing 03:37:54 0ff2a07ab489: Preparing 03:37:54 dd9c8f8612c8: Preparing 03:37:54 dd9c8f8612c8: Waiting 03:37:54 6edf89485d57: Layer already exists 03:37:54 0ff2a07ab489: Layer already exists 03:37:54 777769bb1cb1: Layer already exists 03:37:54 04d44e38a418: Layer already exists 03:37:54 36b9e8e17197: Layer already exists 03:37:54 dd9c8f8612c8: Layer already exists 03:37:54 main: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:37:54 ===================================================== [Pipeline] echo 03:37:54 taggedImages: 03:37:54 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:54 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:37:54 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 03:37:54 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:54 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:37:54 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:37:54 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:54 latest 03:37:54 4.1.0-dev.20 03:37:54 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:37:54 main 03:37:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:37:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:37:55 318a7472de8c: Preparing 03:37:55 a28c6f57d101: Preparing 03:37:55 089cea0cad96: Preparing 03:37:55 9bc3979e409c: Preparing 03:37:55 04d44e38a418: Preparing 03:37:55 f2ce92235716: Preparing 03:37:55 df13e010c79c: Preparing 03:37:55 dd9c8f8612c8: Preparing 03:37:55 f2ce92235716: Waiting 03:37:55 df13e010c79c: Waiting 03:37:55 dd9c8f8612c8: Waiting 03:37:55 a28c6f57d101: Pushed 03:37:56 9bc3979e409c: Layer already exists 03:37:56 04d44e38a418: Layer already exists 03:37:56 dd9c8f8612c8: Layer already exists 03:37:56 df13e010c79c: Layer already exists 03:37:56 f2ce92235716: Layer already exists 03:37:56 318a7472de8c: Pushed 03:38:00 089cea0cad96: Pushed 03:38:00 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:01 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:38:01 318a7472de8c: Preparing 03:38:01 a28c6f57d101: Preparing 03:38:01 089cea0cad96: Preparing 03:38:01 9bc3979e409c: Preparing 03:38:01 04d44e38a418: Preparing 03:38:01 f2ce92235716: Preparing 03:38:01 df13e010c79c: Preparing 03:38:01 dd9c8f8612c8: Preparing 03:38:01 f2ce92235716: Waiting 03:38:01 df13e010c79c: Waiting 03:38:01 dd9c8f8612c8: Waiting 03:38:01 089cea0cad96: Layer already exists 03:38:01 318a7472de8c: Layer already exists 03:38:01 a28c6f57d101: Layer already exists 03:38:01 04d44e38a418: Layer already exists 03:38:01 9bc3979e409c: Layer already exists 03:38:01 df13e010c79c: Layer already exists 03:38:01 f2ce92235716: Layer already exists 03:38:01 dd9c8f8612c8: Layer already exists 03:38:01 latest: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 03:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:38:02 318a7472de8c: Preparing 03:38:02 a28c6f57d101: Preparing 03:38:02 089cea0cad96: Preparing 03:38:02 9bc3979e409c: Preparing 03:38:02 04d44e38a418: Preparing 03:38:02 f2ce92235716: Preparing 03:38:02 df13e010c79c: Preparing 03:38:02 dd9c8f8612c8: Preparing 03:38:02 f2ce92235716: Waiting 03:38:02 df13e010c79c: Waiting 03:38:02 dd9c8f8612c8: Waiting 03:38:02 089cea0cad96: Layer already exists 03:38:02 9bc3979e409c: Layer already exists 03:38:02 a28c6f57d101: Layer already exists 03:38:02 04d44e38a418: Layer already exists 03:38:02 318a7472de8c: Layer already exists 03:38:02 f2ce92235716: Layer already exists 03:38:02 df13e010c79c: Layer already exists 03:38:02 dd9c8f8612c8: Layer already exists 03:38:02 4.1.0-dev.20: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:38:03 318a7472de8c: Preparing 03:38:03 a28c6f57d101: Preparing 03:38:03 089cea0cad96: Preparing 03:38:03 9bc3979e409c: Preparing 03:38:03 04d44e38a418: Preparing 03:38:03 f2ce92235716: Preparing 03:38:03 df13e010c79c: Preparing 03:38:03 dd9c8f8612c8: Preparing 03:38:03 f2ce92235716: Waiting 03:38:03 df13e010c79c: Waiting 03:38:03 dd9c8f8612c8: Waiting 03:38:03 9bc3979e409c: Layer already exists 03:38:03 a28c6f57d101: Layer already exists 03:38:03 318a7472de8c: Layer already exists 03:38:03 089cea0cad96: Layer already exists 03:38:03 04d44e38a418: Layer already exists 03:38:03 f2ce92235716: Layer already exists 03:38:03 df13e010c79c: Layer already exists 03:38:03 dd9c8f8612c8: Layer already exists 03:38:03 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:38:04 318a7472de8c: Preparing 03:38:04 a28c6f57d101: Preparing 03:38:04 089cea0cad96: Preparing 03:38:04 9bc3979e409c: Preparing 03:38:04 04d44e38a418: Preparing 03:38:04 f2ce92235716: Preparing 03:38:04 df13e010c79c: Preparing 03:38:04 dd9c8f8612c8: Preparing 03:38:04 df13e010c79c: Waiting 03:38:04 dd9c8f8612c8: Waiting 03:38:04 f2ce92235716: Waiting 03:38:04 a28c6f57d101: Layer already exists 03:38:04 318a7472de8c: Layer already exists 03:38:04 089cea0cad96: Layer already exists 03:38:04 9bc3979e409c: Layer already exists 03:38:04 04d44e38a418: Layer already exists 03:38:04 f2ce92235716: Layer already exists 03:38:04 dd9c8f8612c8: Layer already exists 03:38:04 df13e010c79c: Layer already exists 03:38:04 main: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:04 ===================================================== [Pipeline] echo 03:38:04 taggedImages: 03:38:04 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:04 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:38:04 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 03:38:04 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:04 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:38:04 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:38:04 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:04 latest 03:38:04 4.1.0-dev.20 03:38:04 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:04 main 03:38:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:38:05 3896d9581284: Preparing 03:38:05 790a7b6aa80e: Preparing 03:38:05 7e3ee10d1c44: Preparing 03:38:05 942d6bed0e5e: Preparing 03:38:05 921d570cc393: Preparing 03:38:05 508a49b62ce7: Preparing 03:38:05 ddd1c8d4c8f5: Preparing 03:38:05 9bc3979e409c: Preparing 03:38:05 04d44e38a418: Preparing 03:38:05 a9aed82c9899: Preparing 03:38:05 8daf332af461: Preparing 03:38:05 5f70bf18a086: Preparing 03:38:05 bc44d5f98bb9: Preparing 03:38:05 3fa5188c3a81: Preparing 03:38:05 2250cbba2a35: Preparing 03:38:05 dd9c8f8612c8: Preparing 03:38:05 a9aed82c9899: Waiting 03:38:05 8daf332af461: Waiting 03:38:05 5f70bf18a086: Waiting 03:38:05 bc44d5f98bb9: Waiting 03:38:05 dd9c8f8612c8: Waiting 03:38:05 ddd1c8d4c8f5: Waiting 03:38:05 9bc3979e409c: Waiting 03:38:05 04d44e38a418: Waiting 03:38:05 3fa5188c3a81: Waiting 03:38:05 508a49b62ce7: Waiting 03:38:05 2250cbba2a35: Waiting 03:38:05 942d6bed0e5e: Pushed 03:38:05 790a7b6aa80e: Pushed 03:38:05 921d570cc393: Pushed 03:38:05 3896d9581284: Pushed 03:38:05 7e3ee10d1c44: Pushed 03:38:05 9bc3979e409c: Layer already exists 03:38:05 04d44e38a418: Layer already exists 03:38:05 508a49b62ce7: Pushed 03:38:05 5f70bf18a086: Layer already exists 03:38:06 8daf332af461: Pushed 03:38:06 a9aed82c9899: Pushed 03:38:06 dd9c8f8612c8: Layer already exists 03:38:06 3fa5188c3a81: Pushed 03:38:06 bc44d5f98bb9: Pushed 03:38:06 2250cbba2a35: Pushed 03:38:09 ddd1c8d4c8f5: Pushed 03:38:09 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:09 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:38:09 3896d9581284: Preparing 03:38:09 790a7b6aa80e: Preparing 03:38:09 7e3ee10d1c44: Preparing 03:38:09 942d6bed0e5e: Preparing 03:38:09 921d570cc393: Preparing 03:38:09 508a49b62ce7: Preparing 03:38:09 ddd1c8d4c8f5: Preparing 03:38:09 9bc3979e409c: Preparing 03:38:09 04d44e38a418: Preparing 03:38:09 a9aed82c9899: Preparing 03:38:09 8daf332af461: Preparing 03:38:09 5f70bf18a086: Preparing 03:38:09 bc44d5f98bb9: Preparing 03:38:09 3fa5188c3a81: Preparing 03:38:09 2250cbba2a35: Preparing 03:38:09 dd9c8f8612c8: Preparing 03:38:09 04d44e38a418: Waiting 03:38:09 a9aed82c9899: Waiting 03:38:09 8daf332af461: Waiting 03:38:09 5f70bf18a086: Waiting 03:38:09 bc44d5f98bb9: Waiting 03:38:09 3fa5188c3a81: Waiting 03:38:09 2250cbba2a35: Waiting 03:38:09 dd9c8f8612c8: Waiting 03:38:09 508a49b62ce7: Waiting 03:38:09 ddd1c8d4c8f5: Waiting 03:38:09 9bc3979e409c: Waiting 03:38:09 790a7b6aa80e: Layer already exists 03:38:09 3896d9581284: Layer already exists 03:38:09 921d570cc393: Layer already exists 03:38:09 7e3ee10d1c44: Layer already exists 03:38:09 942d6bed0e5e: Layer already exists 03:38:09 9bc3979e409c: Layer already exists 03:38:09 508a49b62ce7: Layer already exists 03:38:09 04d44e38a418: Layer already exists 03:38:09 ddd1c8d4c8f5: Layer already exists 03:38:09 a9aed82c9899: Layer already exists 03:38:09 5f70bf18a086: Layer already exists 03:38:09 8daf332af461: Layer already exists 03:38:09 2250cbba2a35: Layer already exists 03:38:09 3fa5188c3a81: Layer already exists 03:38:09 bc44d5f98bb9: Layer already exists 03:38:09 dd9c8f8612c8: Layer already exists 03:38:09 latest: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 03:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:38:10 3896d9581284: Preparing 03:38:10 790a7b6aa80e: Preparing 03:38:10 7e3ee10d1c44: Preparing 03:38:10 942d6bed0e5e: Preparing 03:38:10 921d570cc393: Preparing 03:38:10 508a49b62ce7: Preparing 03:38:10 ddd1c8d4c8f5: Preparing 03:38:10 9bc3979e409c: Preparing 03:38:10 04d44e38a418: Preparing 03:38:10 a9aed82c9899: Preparing 03:38:10 8daf332af461: Preparing 03:38:10 5f70bf18a086: Preparing 03:38:10 bc44d5f98bb9: Preparing 03:38:10 508a49b62ce7: Waiting 03:38:10 3fa5188c3a81: Preparing 03:38:10 2250cbba2a35: Preparing 03:38:10 dd9c8f8612c8: Preparing 03:38:10 ddd1c8d4c8f5: Waiting 03:38:10 9bc3979e409c: Waiting 03:38:10 04d44e38a418: Waiting 03:38:10 a9aed82c9899: Waiting 03:38:10 8daf332af461: Waiting 03:38:10 5f70bf18a086: Waiting 03:38:10 bc44d5f98bb9: Waiting 03:38:10 3fa5188c3a81: Waiting 03:38:10 2250cbba2a35: Waiting 03:38:10 dd9c8f8612c8: Waiting 03:38:10 942d6bed0e5e: Layer already exists 03:38:10 3896d9581284: Layer already exists 03:38:10 921d570cc393: Layer already exists 03:38:10 790a7b6aa80e: Layer already exists 03:38:10 7e3ee10d1c44: Layer already exists 03:38:10 ddd1c8d4c8f5: Layer already exists 03:38:10 04d44e38a418: Layer already exists 03:38:10 a9aed82c9899: Layer already exists 03:38:10 9bc3979e409c: Layer already exists 03:38:10 508a49b62ce7: Layer already exists 03:38:10 5f70bf18a086: Layer already exists 03:38:10 8daf332af461: Layer already exists 03:38:10 bc44d5f98bb9: Layer already exists 03:38:10 3fa5188c3a81: Layer already exists 03:38:10 2250cbba2a35: Layer already exists 03:38:10 dd9c8f8612c8: Layer already exists 03:38:10 4.1.0-dev.20: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:38:11 3896d9581284: Preparing 03:38:11 790a7b6aa80e: Preparing 03:38:11 7e3ee10d1c44: Preparing 03:38:11 942d6bed0e5e: Preparing 03:38:11 921d570cc393: Preparing 03:38:11 508a49b62ce7: Preparing 03:38:11 ddd1c8d4c8f5: Preparing 03:38:11 508a49b62ce7: Waiting 03:38:11 9bc3979e409c: Preparing 03:38:11 ddd1c8d4c8f5: Waiting 03:38:11 04d44e38a418: Preparing 03:38:11 9bc3979e409c: Waiting 03:38:11 a9aed82c9899: Preparing 03:38:11 8daf332af461: Preparing 03:38:11 a9aed82c9899: Waiting 03:38:11 5f70bf18a086: Preparing 03:38:11 8daf332af461: Waiting 03:38:11 bc44d5f98bb9: Preparing 03:38:11 5f70bf18a086: Waiting 03:38:11 3fa5188c3a81: Preparing 03:38:11 bc44d5f98bb9: Waiting 03:38:11 2250cbba2a35: Preparing 03:38:11 3fa5188c3a81: Waiting 03:38:11 dd9c8f8612c8: Preparing 03:38:11 dd9c8f8612c8: Waiting 03:38:11 7e3ee10d1c44: Layer already exists 03:38:11 921d570cc393: Layer already exists 03:38:11 3896d9581284: Layer already exists 03:38:11 942d6bed0e5e: Layer already exists 03:38:11 790a7b6aa80e: Layer already exists 03:38:11 ddd1c8d4c8f5: Layer already exists 03:38:11 a9aed82c9899: Layer already exists 03:38:11 508a49b62ce7: Layer already exists 03:38:11 9bc3979e409c: Layer already exists 03:38:11 04d44e38a418: Layer already exists 03:38:11 3fa5188c3a81: Layer already exists 03:38:11 8daf332af461: Layer already exists 03:38:11 5f70bf18a086: Layer already exists 03:38:11 bc44d5f98bb9: Layer already exists 03:38:11 2250cbba2a35: Layer already exists 03:38:11 dd9c8f8612c8: Layer already exists 03:38:11 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:38:12 3896d9581284: Preparing 03:38:12 790a7b6aa80e: Preparing 03:38:12 7e3ee10d1c44: Preparing 03:38:12 942d6bed0e5e: Preparing 03:38:12 921d570cc393: Preparing 03:38:12 508a49b62ce7: Preparing 03:38:12 ddd1c8d4c8f5: Preparing 03:38:12 9bc3979e409c: Preparing 03:38:12 04d44e38a418: Preparing 03:38:12 a9aed82c9899: Preparing 03:38:12 8daf332af461: Preparing 03:38:12 5f70bf18a086: Preparing 03:38:12 bc44d5f98bb9: Preparing 03:38:12 3fa5188c3a81: Preparing 03:38:12 2250cbba2a35: Preparing 03:38:12 dd9c8f8612c8: Preparing 03:38:12 8daf332af461: Waiting 03:38:12 5f70bf18a086: Waiting 03:38:12 508a49b62ce7: Waiting 03:38:12 bc44d5f98bb9: Waiting 03:38:12 3fa5188c3a81: Waiting 03:38:12 2250cbba2a35: Waiting 03:38:12 ddd1c8d4c8f5: Waiting 03:38:12 dd9c8f8612c8: Waiting 03:38:12 9bc3979e409c: Waiting 03:38:12 04d44e38a418: Waiting 03:38:12 a9aed82c9899: Waiting 03:38:12 942d6bed0e5e: Layer already exists 03:38:12 790a7b6aa80e: Layer already exists 03:38:12 7e3ee10d1c44: Layer already exists 03:38:12 3896d9581284: Layer already exists 03:38:12 921d570cc393: Layer already exists 03:38:12 ddd1c8d4c8f5: Layer already exists 03:38:12 508a49b62ce7: Layer already exists 03:38:12 9bc3979e409c: Layer already exists 03:38:12 a9aed82c9899: Layer already exists 03:38:12 04d44e38a418: Layer already exists 03:38:12 5f70bf18a086: Layer already exists 03:38:12 8daf332af461: Layer already exists 03:38:12 3fa5188c3a81: Layer already exists 03:38:12 2250cbba2a35: Layer already exists 03:38:12 bc44d5f98bb9: Layer already exists 03:38:12 dd9c8f8612c8: Layer already exists 03:38:12 main: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:12 ===================================================== [Pipeline] echo 03:38:12 taggedImages: 03:38:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:38:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 03:38:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:38:12 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:38:12 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:12 latest 03:38:12 4.1.0-dev.20 03:38:12 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:12 main 03:38:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:38:13 4575e95449fe: Preparing 03:38:13 24b49f98b0ea: Preparing 03:38:13 57591b76577b: Preparing 03:38:13 11bfed82a969: Preparing 03:38:13 9bc3979e409c: Preparing 03:38:13 04d44e38a418: Preparing 03:38:13 f2ce92235716: Preparing 03:38:13 df13e010c79c: Preparing 03:38:13 dd9c8f8612c8: Preparing 03:38:13 04d44e38a418: Waiting 03:38:13 f2ce92235716: Waiting 03:38:13 df13e010c79c: Waiting 03:38:13 dd9c8f8612c8: Waiting 03:38:13 9bc3979e409c: Layer already exists 03:38:13 04d44e38a418: Layer already exists 03:38:13 f2ce92235716: Layer already exists 03:38:13 24b49f98b0ea: Pushed 03:38:13 57591b76577b: Pushed 03:38:13 df13e010c79c: Layer already exists 03:38:13 4575e95449fe: Pushed 03:38:13 dd9c8f8612c8: Layer already exists 03:38:19 11bfed82a969: Pushed 03:38:19 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:19 + 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 03:38:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:38:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:38:19 4575e95449fe: Preparing 03:38:19 24b49f98b0ea: Preparing 03:38:19 57591b76577b: Preparing 03:38:19 11bfed82a969: Preparing 03:38:19 9bc3979e409c: Preparing 03:38:19 04d44e38a418: Preparing 03:38:19 f2ce92235716: Preparing 03:38:19 df13e010c79c: Preparing 03:38:19 dd9c8f8612c8: Preparing 03:38:19 f2ce92235716: Waiting 03:38:19 df13e010c79c: Waiting 03:38:19 dd9c8f8612c8: Waiting 03:38:19 04d44e38a418: Waiting 03:38:19 57591b76577b: Layer already exists 03:38:19 11bfed82a969: Layer already exists 03:38:19 4575e95449fe: Layer already exists 03:38:19 9bc3979e409c: Layer already exists 03:38:19 24b49f98b0ea: Layer already exists 03:38:19 04d44e38a418: Layer already exists 03:38:19 dd9c8f8612c8: Layer already exists 03:38:19 f2ce92235716: Layer already exists 03:38:19 df13e010c79c: Layer already exists 03:38:20 latest: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:20 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 03:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:38:20 4575e95449fe: Preparing 03:38:20 24b49f98b0ea: Preparing 03:38:20 57591b76577b: Preparing 03:38:20 11bfed82a969: Preparing 03:38:20 9bc3979e409c: Preparing 03:38:20 04d44e38a418: Preparing 03:38:20 f2ce92235716: Preparing 03:38:20 df13e010c79c: Preparing 03:38:20 dd9c8f8612c8: Preparing 03:38:20 04d44e38a418: Waiting 03:38:20 f2ce92235716: Waiting 03:38:20 df13e010c79c: Waiting 03:38:20 dd9c8f8612c8: Waiting 03:38:20 24b49f98b0ea: Layer already exists 03:38:20 57591b76577b: Layer already exists 03:38:20 9bc3979e409c: Layer already exists 03:38:20 11bfed82a969: Layer already exists 03:38:20 4575e95449fe: Layer already exists 03:38:20 04d44e38a418: Layer already exists 03:38:20 f2ce92235716: Layer already exists 03:38:20 dd9c8f8612c8: Layer already exists 03:38:20 df13e010c79c: Layer already exists 03:38:21 4.1.0-dev.20: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:21 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:38:21 4575e95449fe: Preparing 03:38:21 24b49f98b0ea: Preparing 03:38:21 57591b76577b: Preparing 03:38:21 11bfed82a969: Preparing 03:38:21 9bc3979e409c: Preparing 03:38:21 04d44e38a418: Preparing 03:38:21 f2ce92235716: Preparing 03:38:21 df13e010c79c: Preparing 03:38:21 dd9c8f8612c8: Preparing 03:38:21 04d44e38a418: Waiting 03:38:21 f2ce92235716: Waiting 03:38:21 df13e010c79c: Waiting 03:38:21 dd9c8f8612c8: Waiting 03:38:21 24b49f98b0ea: Layer already exists 03:38:21 11bfed82a969: Layer already exists 03:38:21 9bc3979e409c: Layer already exists 03:38:21 4575e95449fe: Layer already exists 03:38:21 57591b76577b: Layer already exists 03:38:21 df13e010c79c: Layer already exists 03:38:21 04d44e38a418: Layer already exists 03:38:21 f2ce92235716: Layer already exists 03:38:21 dd9c8f8612c8: Layer already exists 03:38:22 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:22 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:38:22 4575e95449fe: Preparing 03:38:22 24b49f98b0ea: Preparing 03:38:22 57591b76577b: Preparing 03:38:22 11bfed82a969: Preparing 03:38:22 9bc3979e409c: Preparing 03:38:22 04d44e38a418: Preparing 03:38:22 f2ce92235716: Preparing 03:38:22 df13e010c79c: Preparing 03:38:22 dd9c8f8612c8: Preparing 03:38:22 f2ce92235716: Waiting 03:38:22 df13e010c79c: Waiting 03:38:22 04d44e38a418: Waiting 03:38:22 9bc3979e409c: Layer already exists 03:38:22 11bfed82a969: Layer already exists 03:38:22 57591b76577b: Layer already exists 03:38:22 4575e95449fe: Layer already exists 03:38:22 24b49f98b0ea: Layer already exists 03:38:22 04d44e38a418: Layer already exists 03:38:22 dd9c8f8612c8: Layer already exists 03:38:22 f2ce92235716: Layer already exists 03:38:22 df13e010c79c: Layer already exists 03:38:23 main: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:23 ===================================================== [Pipeline] echo 03:38:23 taggedImages: 03:38:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:38:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 03:38:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:23 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:38:23 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:38:23 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:23 latest 03:38:23 4.1.0-dev.20 03:38:23 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:23 main 03:38:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:38:23 21379ced7d88: Preparing 03:38:23 861074908dae: Preparing 03:38:23 5f7fd816ec29: Preparing 03:38:23 d0066421caa7: Preparing 03:38:23 64c0c8dc9816: Preparing 03:38:23 9bc3979e409c: Preparing 03:38:23 04d44e38a418: Preparing 03:38:23 9bc3979e409c: Waiting 03:38:23 5e6f2f6181fe: Preparing 03:38:23 04d44e38a418: Waiting 03:38:23 d6218bffc50d: Preparing 03:38:23 5e6f2f6181fe: Waiting 03:38:23 d6218bffc50d: Waiting 03:38:23 8c1cf7e5f1f4: Preparing 03:38:23 dd9c8f8612c8: Preparing 03:38:23 8c1cf7e5f1f4: Waiting 03:38:23 dd9c8f8612c8: Waiting 03:38:24 d0066421caa7: Pushed 03:38:24 861074908dae: Pushed 03:38:24 64c0c8dc9816: Pushed 03:38:24 21379ced7d88: Pushed 03:38:24 9bc3979e409c: Layer already exists 03:38:24 04d44e38a418: Layer already exists 03:38:24 dd9c8f8612c8: Layer already exists 03:38:24 5e6f2f6181fe: Pushed 03:38:24 d6218bffc50d: Pushed 03:38:27 8c1cf7e5f1f4: Pushed 03:38:28 5f7fd816ec29: Pushed 03:38:28 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:28 + 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 03:38:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:38:29 21379ced7d88: Preparing 03:38:29 861074908dae: Preparing 03:38:29 5f7fd816ec29: Preparing 03:38:29 d0066421caa7: Preparing 03:38:29 64c0c8dc9816: Preparing 03:38:29 9bc3979e409c: Preparing 03:38:29 04d44e38a418: Preparing 03:38:29 5e6f2f6181fe: Preparing 03:38:29 d6218bffc50d: Preparing 03:38:29 8c1cf7e5f1f4: Preparing 03:38:29 dd9c8f8612c8: Preparing 03:38:29 04d44e38a418: Waiting 03:38:29 8c1cf7e5f1f4: Waiting 03:38:29 dd9c8f8612c8: Waiting 03:38:29 5e6f2f6181fe: Waiting 03:38:29 d6218bffc50d: Waiting 03:38:29 9bc3979e409c: Waiting 03:38:29 861074908dae: Layer already exists 03:38:29 64c0c8dc9816: Layer already exists 03:38:29 d0066421caa7: Layer already exists 03:38:29 5f7fd816ec29: Layer already exists 03:38:29 21379ced7d88: Layer already exists 03:38:29 9bc3979e409c: Layer already exists 03:38:29 5e6f2f6181fe: Layer already exists 03:38:29 04d44e38a418: Layer already exists 03:38:29 8c1cf7e5f1f4: Layer already exists 03:38:29 d6218bffc50d: Layer already exists 03:38:29 dd9c8f8612c8: Layer already exists 03:38:29 latest: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:29 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 03:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:38:30 21379ced7d88: Preparing 03:38:30 861074908dae: Preparing 03:38:30 5f7fd816ec29: Preparing 03:38:30 d0066421caa7: Preparing 03:38:30 64c0c8dc9816: Preparing 03:38:30 9bc3979e409c: Preparing 03:38:30 04d44e38a418: Preparing 03:38:30 5e6f2f6181fe: Preparing 03:38:30 d6218bffc50d: Preparing 03:38:30 8c1cf7e5f1f4: Preparing 03:38:30 dd9c8f8612c8: Preparing 03:38:30 9bc3979e409c: Waiting 03:38:30 04d44e38a418: Waiting 03:38:30 5e6f2f6181fe: Waiting 03:38:30 d6218bffc50d: Waiting 03:38:30 8c1cf7e5f1f4: Waiting 03:38:30 dd9c8f8612c8: Waiting 03:38:30 64c0c8dc9816: Layer already exists 03:38:30 861074908dae: Layer already exists 03:38:30 d0066421caa7: Layer already exists 03:38:30 21379ced7d88: Layer already exists 03:38:30 5f7fd816ec29: Layer already exists 03:38:30 5e6f2f6181fe: Layer already exists 03:38:30 04d44e38a418: Layer already exists 03:38:30 9bc3979e409c: Layer already exists 03:38:30 d6218bffc50d: Layer already exists 03:38:30 8c1cf7e5f1f4: Layer already exists 03:38:30 dd9c8f8612c8: Layer already exists 03:38:30 4.1.0-dev.20: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:30 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:38:31 21379ced7d88: Preparing 03:38:31 861074908dae: Preparing 03:38:31 5f7fd816ec29: Preparing 03:38:31 d0066421caa7: Preparing 03:38:31 64c0c8dc9816: Preparing 03:38:31 9bc3979e409c: Preparing 03:38:31 04d44e38a418: Preparing 03:38:31 5e6f2f6181fe: Preparing 03:38:31 d6218bffc50d: Preparing 03:38:31 8c1cf7e5f1f4: Preparing 03:38:31 dd9c8f8612c8: Preparing 03:38:31 04d44e38a418: Waiting 03:38:31 5e6f2f6181fe: Waiting 03:38:31 d6218bffc50d: Waiting 03:38:31 8c1cf7e5f1f4: Waiting 03:38:31 dd9c8f8612c8: Waiting 03:38:31 9bc3979e409c: Waiting 03:38:31 64c0c8dc9816: Layer already exists 03:38:31 d0066421caa7: Layer already exists 03:38:31 5f7fd816ec29: Layer already exists 03:38:31 861074908dae: Layer already exists 03:38:31 21379ced7d88: Layer already exists 03:38:31 9bc3979e409c: Layer already exists 03:38:31 5e6f2f6181fe: Layer already exists 03:38:31 04d44e38a418: Layer already exists 03:38:31 d6218bffc50d: Layer already exists 03:38:31 8c1cf7e5f1f4: Layer already exists 03:38:31 dd9c8f8612c8: Layer already exists 03:38:31 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:31 + 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 03:38:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:38:32 21379ced7d88: Preparing 03:38:32 861074908dae: Preparing 03:38:32 5f7fd816ec29: Preparing 03:38:32 d0066421caa7: Preparing 03:38:32 64c0c8dc9816: Preparing 03:38:32 9bc3979e409c: Preparing 03:38:32 04d44e38a418: Preparing 03:38:32 5e6f2f6181fe: Preparing 03:38:32 d6218bffc50d: Preparing 03:38:32 8c1cf7e5f1f4: Preparing 03:38:32 dd9c8f8612c8: Preparing 03:38:32 04d44e38a418: Waiting 03:38:32 5e6f2f6181fe: Waiting 03:38:32 9bc3979e409c: Waiting 03:38:32 d6218bffc50d: Waiting 03:38:32 8c1cf7e5f1f4: Waiting 03:38:32 dd9c8f8612c8: Waiting 03:38:32 d0066421caa7: Layer already exists 03:38:32 5f7fd816ec29: Layer already exists 03:38:32 861074908dae: Layer already exists 03:38:32 64c0c8dc9816: Layer already exists 03:38:32 21379ced7d88: Layer already exists 03:38:32 9bc3979e409c: Layer already exists 03:38:32 5e6f2f6181fe: Layer already exists 03:38:32 04d44e38a418: Layer already exists 03:38:32 8c1cf7e5f1f4: Layer already exists 03:38:32 d6218bffc50d: Layer already exists 03:38:32 dd9c8f8612c8: Layer already exists 03:38:32 main: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:32 ===================================================== [Pipeline] echo 03:38:32 taggedImages: 03:38:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:38:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 03:38:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:38:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:38:32 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:32 latest 03:38:32 4.1.0-dev.20 03:38:32 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:32 main 03:38:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:38:33 75377d9caaf5: Preparing 03:38:33 e6d0b96eba22: Preparing 03:38:33 f22808f8b5b5: Preparing 03:38:33 e856635f6fdd: Preparing 03:38:33 ca79961cf344: Preparing 03:38:33 502fdfb15a66: Preparing 03:38:33 ea5ecdd20893: Preparing 03:38:33 9bc3979e409c: Preparing 03:38:33 04d44e38a418: Preparing 03:38:33 390ab53b428d: Preparing 03:38:33 9b975b2cfed8: Preparing 03:38:33 dd9c8f8612c8: Preparing 03:38:33 502fdfb15a66: Waiting 03:38:33 04d44e38a418: Waiting 03:38:33 9b975b2cfed8: Waiting 03:38:33 dd9c8f8612c8: Waiting 03:38:33 ea5ecdd20893: Waiting 03:38:33 9bc3979e409c: Waiting 03:38:33 390ab53b428d: Waiting 03:38:33 e6d0b96eba22: Pushed 03:38:33 75377d9caaf5: Pushed 03:38:33 ca79961cf344: Pushed 03:38:33 9bc3979e409c: Layer already exists 03:38:33 04d44e38a418: Layer already exists 03:38:33 502fdfb15a66: Pushed 03:38:33 ea5ecdd20893: Pushed 03:38:33 dd9c8f8612c8: Layer already exists 03:38:33 390ab53b428d: Pushed 03:38:36 9b975b2cfed8: Pushed 03:38:37 e856635f6fdd: Pushed 03:38:40 f22808f8b5b5: Pushed 03:38:40 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:40 + 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 03:38:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:38:41 75377d9caaf5: Preparing 03:38:41 e6d0b96eba22: Preparing 03:38:41 f22808f8b5b5: Preparing 03:38:41 e856635f6fdd: Preparing 03:38:41 ca79961cf344: Preparing 03:38:41 502fdfb15a66: Preparing 03:38:41 ea5ecdd20893: Preparing 03:38:41 9bc3979e409c: Preparing 03:38:41 04d44e38a418: Preparing 03:38:41 390ab53b428d: Preparing 03:38:41 9b975b2cfed8: Preparing 03:38:41 dd9c8f8612c8: Preparing 03:38:41 502fdfb15a66: Waiting 03:38:41 ea5ecdd20893: Waiting 03:38:41 9bc3979e409c: Waiting 03:38:41 9b975b2cfed8: Waiting 03:38:41 390ab53b428d: Waiting 03:38:41 04d44e38a418: Waiting 03:38:41 dd9c8f8612c8: Waiting 03:38:41 75377d9caaf5: Layer already exists 03:38:41 e856635f6fdd: Layer already exists 03:38:41 e6d0b96eba22: Layer already exists 03:38:41 ca79961cf344: Layer already exists 03:38:41 f22808f8b5b5: Layer already exists 03:38:41 ea5ecdd20893: Layer already exists 03:38:41 502fdfb15a66: Layer already exists 03:38:41 04d44e38a418: Layer already exists 03:38:41 9bc3979e409c: Layer already exists 03:38:41 390ab53b428d: Layer already exists 03:38:41 9b975b2cfed8: Layer already exists 03:38:41 dd9c8f8612c8: Layer already exists 03:38:42 latest: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:42 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 03:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:38:42 75377d9caaf5: Preparing 03:38:42 e6d0b96eba22: Preparing 03:38:42 f22808f8b5b5: Preparing 03:38:42 e856635f6fdd: Preparing 03:38:42 ca79961cf344: Preparing 03:38:42 502fdfb15a66: Preparing 03:38:42 ea5ecdd20893: Preparing 03:38:42 9bc3979e409c: Preparing 03:38:42 04d44e38a418: Preparing 03:38:42 390ab53b428d: Preparing 03:38:42 9b975b2cfed8: Preparing 03:38:42 dd9c8f8612c8: Preparing 03:38:42 04d44e38a418: Waiting 03:38:42 390ab53b428d: Waiting 03:38:42 9b975b2cfed8: Waiting 03:38:42 dd9c8f8612c8: Waiting 03:38:42 502fdfb15a66: Waiting 03:38:42 ea5ecdd20893: Waiting 03:38:42 9bc3979e409c: Waiting 03:38:42 e856635f6fdd: Layer already exists 03:38:42 ca79961cf344: Layer already exists 03:38:42 f22808f8b5b5: Layer already exists 03:38:42 e6d0b96eba22: Layer already exists 03:38:42 75377d9caaf5: Layer already exists 03:38:42 ea5ecdd20893: Layer already exists 03:38:42 502fdfb15a66: Layer already exists 03:38:42 04d44e38a418: Layer already exists 03:38:42 9bc3979e409c: Layer already exists 03:38:42 390ab53b428d: Layer already exists 03:38:42 9b975b2cfed8: Layer already exists 03:38:42 dd9c8f8612c8: Layer already exists 03:38:43 4.1.0-dev.20: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:38:43 75377d9caaf5: Preparing 03:38:43 e6d0b96eba22: Preparing 03:38:43 f22808f8b5b5: Preparing 03:38:43 e856635f6fdd: Preparing 03:38:43 ca79961cf344: Preparing 03:38:43 502fdfb15a66: Preparing 03:38:43 ea5ecdd20893: Preparing 03:38:43 502fdfb15a66: Waiting 03:38:43 9bc3979e409c: Preparing 03:38:43 ea5ecdd20893: Waiting 03:38:43 04d44e38a418: Preparing 03:38:43 9bc3979e409c: Waiting 03:38:43 04d44e38a418: Waiting 03:38:43 390ab53b428d: Preparing 03:38:43 9b975b2cfed8: Preparing 03:38:43 390ab53b428d: Waiting 03:38:43 dd9c8f8612c8: Preparing 03:38:43 9b975b2cfed8: Waiting 03:38:43 dd9c8f8612c8: Waiting 03:38:43 e6d0b96eba22: Layer already exists 03:38:43 e856635f6fdd: Layer already exists 03:38:43 ca79961cf344: Layer already exists 03:38:43 75377d9caaf5: Layer already exists 03:38:43 f22808f8b5b5: Layer already exists 03:38:43 502fdfb15a66: Layer already exists 03:38:43 ea5ecdd20893: Layer already exists 03:38:43 9bc3979e409c: Layer already exists 03:38:43 390ab53b428d: Layer already exists 03:38:43 04d44e38a418: Layer already exists 03:38:43 dd9c8f8612c8: Layer already exists 03:38:43 9b975b2cfed8: Layer already exists 03:38:44 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:38:44 75377d9caaf5: Preparing 03:38:44 e6d0b96eba22: Preparing 03:38:44 f22808f8b5b5: Preparing 03:38:44 e856635f6fdd: Preparing 03:38:44 ca79961cf344: Preparing 03:38:44 502fdfb15a66: Preparing 03:38:44 ea5ecdd20893: Preparing 03:38:44 9bc3979e409c: Preparing 03:38:44 04d44e38a418: Preparing 03:38:44 390ab53b428d: Preparing 03:38:44 9b975b2cfed8: Preparing 03:38:44 dd9c8f8612c8: Preparing 03:38:44 9bc3979e409c: Waiting 03:38:44 04d44e38a418: Waiting 03:38:44 390ab53b428d: Waiting 03:38:44 9b975b2cfed8: Waiting 03:38:44 dd9c8f8612c8: Waiting 03:38:44 502fdfb15a66: Waiting 03:38:44 ea5ecdd20893: Waiting 03:38:44 ca79961cf344: Layer already exists 03:38:44 75377d9caaf5: Layer already exists 03:38:44 e6d0b96eba22: Layer already exists 03:38:44 f22808f8b5b5: Layer already exists 03:38:44 e856635f6fdd: Layer already exists 03:38:44 ea5ecdd20893: Layer already exists 03:38:44 390ab53b428d: Layer already exists 03:38:44 9bc3979e409c: Layer already exists 03:38:44 502fdfb15a66: Layer already exists 03:38:44 04d44e38a418: Layer already exists 03:38:44 dd9c8f8612c8: Layer already exists 03:38:44 9b975b2cfed8: Layer already exists 03:38:45 main: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:45 ===================================================== [Pipeline] echo 03:38:45 taggedImages: 03:38:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:38:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 03:38:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:45 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:38:45 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:38:45 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:45 latest 03:38:45 4.1.0-dev.20 03:38:45 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:45 main 03:38:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:45 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:38:45 af53abd592bd: Preparing 03:38:45 35f30ecc25a7: Preparing 03:38:45 9bc3979e409c: Preparing 03:38:45 04d44e38a418: Preparing 03:38:45 1c1f0cb1da79: Preparing 03:38:45 65e1e3be6f20: Preparing 03:38:45 dd9c8f8612c8: Preparing 03:38:45 65e1e3be6f20: Waiting 03:38:45 dd9c8f8612c8: Waiting 03:38:45 9bc3979e409c: Layer already exists 03:38:45 04d44e38a418: Layer already exists 03:38:46 dd9c8f8612c8: Layer already exists 03:38:46 1c1f0cb1da79: Pushed 03:38:46 af53abd592bd: Pushed 03:38:48 65e1e3be6f20: Pushed 03:38:53 35f30ecc25a7: Pushed 03:38:53 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:38:54 af53abd592bd: Preparing 03:38:54 35f30ecc25a7: Preparing 03:38:54 9bc3979e409c: Preparing 03:38:54 04d44e38a418: Preparing 03:38:54 1c1f0cb1da79: Preparing 03:38:54 65e1e3be6f20: Preparing 03:38:54 dd9c8f8612c8: Preparing 03:38:54 65e1e3be6f20: Waiting 03:38:54 dd9c8f8612c8: Waiting 03:38:54 04d44e38a418: Layer already exists 03:38:54 af53abd592bd: Layer already exists 03:38:54 9bc3979e409c: Layer already exists 03:38:54 1c1f0cb1da79: Layer already exists 03:38:54 35f30ecc25a7: Layer already exists 03:38:54 dd9c8f8612c8: Layer already exists 03:38:54 65e1e3be6f20: Layer already exists 03:38:54 latest: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:54 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 03:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:38:55 af53abd592bd: Preparing 03:38:55 35f30ecc25a7: Preparing 03:38:55 9bc3979e409c: Preparing 03:38:55 04d44e38a418: Preparing 03:38:55 1c1f0cb1da79: Preparing 03:38:55 65e1e3be6f20: Preparing 03:38:55 dd9c8f8612c8: Preparing 03:38:55 65e1e3be6f20: Waiting 03:38:55 dd9c8f8612c8: Waiting 03:38:55 1c1f0cb1da79: Layer already exists 03:38:55 04d44e38a418: Layer already exists 03:38:55 9bc3979e409c: Layer already exists 03:38:55 35f30ecc25a7: Layer already exists 03:38:55 af53abd592bd: Layer already exists 03:38:55 65e1e3be6f20: Layer already exists 03:38:55 dd9c8f8612c8: Layer already exists 03:38:55 4.1.0-dev.20: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:55 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:38:55 af53abd592bd: Preparing 03:38:55 35f30ecc25a7: Preparing 03:38:55 9bc3979e409c: Preparing 03:38:55 04d44e38a418: Preparing 03:38:55 1c1f0cb1da79: Preparing 03:38:55 65e1e3be6f20: Preparing 03:38:55 dd9c8f8612c8: Preparing 03:38:55 65e1e3be6f20: Waiting 03:38:55 dd9c8f8612c8: Waiting 03:38:55 35f30ecc25a7: Layer already exists 03:38:55 04d44e38a418: Layer already exists 03:38:55 1c1f0cb1da79: Layer already exists 03:38:55 af53abd592bd: Layer already exists 03:38:55 9bc3979e409c: Layer already exists 03:38:55 65e1e3be6f20: Layer already exists 03:38:55 dd9c8f8612c8: Layer already exists 03:38:55 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:56 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:38:56 af53abd592bd: Preparing 03:38:56 35f30ecc25a7: Preparing 03:38:56 9bc3979e409c: Preparing 03:38:56 04d44e38a418: Preparing 03:38:56 1c1f0cb1da79: Preparing 03:38:56 65e1e3be6f20: Preparing 03:38:56 dd9c8f8612c8: Preparing 03:38:56 65e1e3be6f20: Waiting 03:38:56 1c1f0cb1da79: Layer already exists 03:38:56 35f30ecc25a7: Layer already exists 03:38:56 9bc3979e409c: Layer already exists 03:38:56 af53abd592bd: Layer already exists 03:38:56 04d44e38a418: Layer already exists 03:38:56 65e1e3be6f20: Layer already exists 03:38:56 dd9c8f8612c8: Layer already exists 03:38:56 main: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:38:57 ===================================================== [Pipeline] echo 03:38:57 taggedImages: 03:38:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:38:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 03:38:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:57 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:38:57 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:38:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:57 latest 03:38:57 4.1.0-dev.20 03:38:57 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:38:57 main 03:38:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:38:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:38:57 5a356a59dbc5: Preparing 03:38:57 a81e108b1ce4: Preparing 03:38:57 99745d66ee6b: Preparing 03:38:57 9bc3979e409c: Preparing 03:38:57 04d44e38a418: Preparing 03:38:57 e393d3620cea: Preparing 03:38:57 24ca47c2ad3c: Preparing 03:38:57 ca251aa8439d: Preparing 03:38:57 e393d3620cea: Waiting 03:38:57 24ca47c2ad3c: Waiting 03:38:57 69e3360c9456: Preparing 03:38:57 dd9c8f8612c8: Preparing 03:38:57 ca251aa8439d: Waiting 03:38:57 69e3360c9456: Waiting 03:38:57 dd9c8f8612c8: Waiting 03:38:57 9bc3979e409c: Layer already exists 03:38:57 04d44e38a418: Layer already exists 03:38:58 5a356a59dbc5: Pushed 03:38:58 99745d66ee6b: Pushed 03:38:58 a81e108b1ce4: Pushed 03:38:58 dd9c8f8612c8: Layer already exists 03:38:58 ca251aa8439d: Pushed 03:38:58 69e3360c9456: Pushed 03:39:09 24ca47c2ad3c: Pushed 03:39:23 e393d3620cea: Pushed 03:39:23 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:24 + 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 03:39:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:39:24 5a356a59dbc5: Preparing 03:39:24 a81e108b1ce4: Preparing 03:39:24 99745d66ee6b: Preparing 03:39:24 9bc3979e409c: Preparing 03:39:24 04d44e38a418: Preparing 03:39:24 e393d3620cea: Preparing 03:39:24 24ca47c2ad3c: Preparing 03:39:24 ca251aa8439d: Preparing 03:39:24 69e3360c9456: Preparing 03:39:24 dd9c8f8612c8: Preparing 03:39:24 e393d3620cea: Waiting 03:39:24 24ca47c2ad3c: Waiting 03:39:24 ca251aa8439d: Waiting 03:39:24 dd9c8f8612c8: Waiting 03:39:24 69e3360c9456: Waiting 03:39:24 9bc3979e409c: Layer already exists 03:39:24 a81e108b1ce4: Layer already exists 03:39:24 99745d66ee6b: Layer already exists 03:39:24 5a356a59dbc5: Layer already exists 03:39:24 04d44e38a418: Layer already exists 03:39:24 24ca47c2ad3c: Layer already exists 03:39:24 ca251aa8439d: Layer already exists 03:39:24 69e3360c9456: Layer already exists 03:39:24 e393d3620cea: Layer already exists 03:39:24 dd9c8f8612c8: Layer already exists 03:39:24 latest: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 03:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:39:25 5a356a59dbc5: Preparing 03:39:25 a81e108b1ce4: Preparing 03:39:25 99745d66ee6b: Preparing 03:39:25 9bc3979e409c: Preparing 03:39:25 04d44e38a418: Preparing 03:39:25 e393d3620cea: Preparing 03:39:25 24ca47c2ad3c: Preparing 03:39:25 ca251aa8439d: Preparing 03:39:25 69e3360c9456: Preparing 03:39:25 24ca47c2ad3c: Waiting 03:39:25 dd9c8f8612c8: Preparing 03:39:25 ca251aa8439d: Waiting 03:39:25 69e3360c9456: Waiting 03:39:25 e393d3620cea: Waiting 03:39:25 9bc3979e409c: Layer already exists 03:39:25 04d44e38a418: Layer already exists 03:39:25 a81e108b1ce4: Layer already exists 03:39:25 5a356a59dbc5: Layer already exists 03:39:25 99745d66ee6b: Layer already exists 03:39:25 24ca47c2ad3c: Layer already exists 03:39:25 e393d3620cea: Layer already exists 03:39:25 69e3360c9456: Layer already exists 03:39:25 ca251aa8439d: Layer already exists 03:39:25 dd9c8f8612c8: Layer already exists 03:39:25 4.1.0-dev.20: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:26 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:39:26 5a356a59dbc5: Preparing 03:39:26 a81e108b1ce4: Preparing 03:39:26 99745d66ee6b: Preparing 03:39:26 9bc3979e409c: Preparing 03:39:26 04d44e38a418: Preparing 03:39:26 e393d3620cea: Preparing 03:39:26 24ca47c2ad3c: Preparing 03:39:26 ca251aa8439d: Preparing 03:39:26 69e3360c9456: Preparing 03:39:26 dd9c8f8612c8: Preparing 03:39:26 24ca47c2ad3c: Waiting 03:39:26 ca251aa8439d: Waiting 03:39:26 e393d3620cea: Waiting 03:39:26 69e3360c9456: Waiting 03:39:26 dd9c8f8612c8: Waiting 03:39:26 9bc3979e409c: Layer already exists 03:39:26 a81e108b1ce4: Layer already exists 03:39:26 5a356a59dbc5: Layer already exists 03:39:26 04d44e38a418: Layer already exists 03:39:26 99745d66ee6b: Layer already exists 03:39:26 24ca47c2ad3c: Layer already exists 03:39:26 ca251aa8439d: Layer already exists 03:39:26 dd9c8f8612c8: Layer already exists 03:39:26 e393d3620cea: Layer already exists 03:39:26 69e3360c9456: Layer already exists 03:39:27 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:27 + 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 03:39:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:39:27 5a356a59dbc5: Preparing 03:39:27 a81e108b1ce4: Preparing 03:39:27 99745d66ee6b: Preparing 03:39:27 9bc3979e409c: Preparing 03:39:27 04d44e38a418: Preparing 03:39:27 e393d3620cea: Preparing 03:39:27 24ca47c2ad3c: Preparing 03:39:27 ca251aa8439d: Preparing 03:39:27 69e3360c9456: Preparing 03:39:27 dd9c8f8612c8: Preparing 03:39:27 ca251aa8439d: Waiting 03:39:27 69e3360c9456: Waiting 03:39:27 dd9c8f8612c8: Waiting 03:39:27 e393d3620cea: Waiting 03:39:27 24ca47c2ad3c: Waiting 03:39:27 a81e108b1ce4: Layer already exists 03:39:27 99745d66ee6b: Layer already exists 03:39:27 9bc3979e409c: Layer already exists 03:39:27 04d44e38a418: Layer already exists 03:39:27 5a356a59dbc5: Layer already exists 03:39:27 ca251aa8439d: Layer already exists 03:39:27 69e3360c9456: Layer already exists 03:39:27 dd9c8f8612c8: Layer already exists 03:39:27 24ca47c2ad3c: Layer already exists 03:39:27 e393d3620cea: Layer already exists 03:39:28 main: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:28 ===================================================== [Pipeline] echo 03:39:28 taggedImages: 03:39:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:39:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 03:39:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:28 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:39:28 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:39:28 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:28 latest 03:39:28 4.1.0-dev.20 03:39:28 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:28 main 03:39:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:39:28 c9b4a5affcbf: Preparing 03:39:28 18292d2fbba1: Preparing 03:39:28 668b6a7c2e7f: Preparing 03:39:28 9bc3979e409c: Preparing 03:39:28 04d44e38a418: Preparing 03:39:28 e393d3620cea: Preparing 03:39:28 9dc2f9f65d43: Preparing 03:39:28 b3fa38de9f15: Preparing 03:39:28 dd9c8f8612c8: Preparing 03:39:28 9dc2f9f65d43: Waiting 03:39:28 b3fa38de9f15: Waiting 03:39:28 dd9c8f8612c8: Waiting 03:39:28 e393d3620cea: Waiting 03:39:28 04d44e38a418: Layer already exists 03:39:28 9bc3979e409c: Layer already exists 03:39:29 e393d3620cea: Layer already exists 03:39:29 18292d2fbba1: Pushed 03:39:29 c9b4a5affcbf: Pushed 03:39:29 668b6a7c2e7f: Pushed 03:39:29 9dc2f9f65d43: Pushed 03:39:29 dd9c8f8612c8: Layer already exists 03:39:29 b3fa38de9f15: Pushed 03:39:30 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:30 + 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 03:39:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:39:30 c9b4a5affcbf: Preparing 03:39:30 18292d2fbba1: Preparing 03:39:30 668b6a7c2e7f: Preparing 03:39:30 9bc3979e409c: Preparing 03:39:30 04d44e38a418: Preparing 03:39:30 e393d3620cea: Preparing 03:39:30 9dc2f9f65d43: Preparing 03:39:30 b3fa38de9f15: Preparing 03:39:30 dd9c8f8612c8: Preparing 03:39:30 e393d3620cea: Waiting 03:39:30 b3fa38de9f15: Waiting 03:39:30 9dc2f9f65d43: Waiting 03:39:30 dd9c8f8612c8: Waiting 03:39:30 668b6a7c2e7f: Layer already exists 03:39:30 9bc3979e409c: Layer already exists 03:39:30 04d44e38a418: Layer already exists 03:39:30 18292d2fbba1: Layer already exists 03:39:30 c9b4a5affcbf: Layer already exists 03:39:30 e393d3620cea: Layer already exists 03:39:30 b3fa38de9f15: Layer already exists 03:39:30 9dc2f9f65d43: Layer already exists 03:39:30 dd9c8f8612c8: Layer already exists 03:39:30 latest: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 03:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:39:31 c9b4a5affcbf: Preparing 03:39:31 18292d2fbba1: Preparing 03:39:31 668b6a7c2e7f: Preparing 03:39:31 9bc3979e409c: Preparing 03:39:31 04d44e38a418: Preparing 03:39:31 e393d3620cea: Preparing 03:39:31 9dc2f9f65d43: Preparing 03:39:31 b3fa38de9f15: Preparing 03:39:31 dd9c8f8612c8: Preparing 03:39:31 e393d3620cea: Waiting 03:39:31 9dc2f9f65d43: Waiting 03:39:31 b3fa38de9f15: Waiting 03:39:31 dd9c8f8612c8: Waiting 03:39:31 9bc3979e409c: Layer already exists 03:39:31 c9b4a5affcbf: Layer already exists 03:39:31 18292d2fbba1: Layer already exists 03:39:31 04d44e38a418: Layer already exists 03:39:31 668b6a7c2e7f: Layer already exists 03:39:31 e393d3620cea: Layer already exists 03:39:31 dd9c8f8612c8: Layer already exists 03:39:31 b3fa38de9f15: Layer already exists 03:39:31 9dc2f9f65d43: Layer already exists 03:39:31 4.1.0-dev.20: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:39:32 c9b4a5affcbf: Preparing 03:39:32 18292d2fbba1: Preparing 03:39:32 668b6a7c2e7f: Preparing 03:39:32 9bc3979e409c: Preparing 03:39:32 04d44e38a418: Preparing 03:39:32 e393d3620cea: Preparing 03:39:32 9dc2f9f65d43: Preparing 03:39:32 b3fa38de9f15: Preparing 03:39:32 dd9c8f8612c8: Preparing 03:39:32 dd9c8f8612c8: Waiting 03:39:32 9dc2f9f65d43: Waiting 03:39:32 b3fa38de9f15: Waiting 03:39:32 e393d3620cea: Waiting 03:39:32 04d44e38a418: Layer already exists 03:39:32 18292d2fbba1: Layer already exists 03:39:32 c9b4a5affcbf: Layer already exists 03:39:32 668b6a7c2e7f: Layer already exists 03:39:32 9bc3979e409c: Layer already exists 03:39:32 e393d3620cea: Layer already exists 03:39:32 9dc2f9f65d43: Layer already exists 03:39:32 b3fa38de9f15: Layer already exists 03:39:32 dd9c8f8612c8: Layer already exists 03:39:32 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:33 + 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 03:39:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:39:33 c9b4a5affcbf: Preparing 03:39:33 18292d2fbba1: Preparing 03:39:33 668b6a7c2e7f: Preparing 03:39:33 9bc3979e409c: Preparing 03:39:33 04d44e38a418: Preparing 03:39:33 e393d3620cea: Preparing 03:39:33 9dc2f9f65d43: Preparing 03:39:33 b3fa38de9f15: Preparing 03:39:33 dd9c8f8612c8: Preparing 03:39:33 9dc2f9f65d43: Waiting 03:39:33 b3fa38de9f15: Waiting 03:39:33 dd9c8f8612c8: Waiting 03:39:33 e393d3620cea: Waiting 03:39:33 c9b4a5affcbf: Layer already exists 03:39:33 18292d2fbba1: Layer already exists 03:39:33 04d44e38a418: Layer already exists 03:39:33 9bc3979e409c: Layer already exists 03:39:33 668b6a7c2e7f: Layer already exists 03:39:33 9dc2f9f65d43: Layer already exists 03:39:33 e393d3620cea: Layer already exists 03:39:33 dd9c8f8612c8: Layer already exists 03:39:33 b3fa38de9f15: Layer already exists 03:39:33 main: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:33 ===================================================== [Pipeline] echo 03:39:33 taggedImages: 03:39:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:39:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 03:39:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:33 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:39:33 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:39:33 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:33 latest 03:39:33 4.1.0-dev.20 03:39:33 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:33 main 03:39:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:39:34 5a356a59dbc5: Preparing 03:39:34 19c6641cc893: Preparing 03:39:34 9849b753d783: Preparing 03:39:34 9bc3979e409c: Preparing 03:39:34 04d44e38a418: Preparing 03:39:34 e393d3620cea: Preparing 03:39:34 ca251aa8439d: Preparing 03:39:34 69e3360c9456: Preparing 03:39:34 dd9c8f8612c8: Preparing 03:39:34 ca251aa8439d: Waiting 03:39:34 69e3360c9456: Waiting 03:39:34 dd9c8f8612c8: Waiting 03:39:34 e393d3620cea: Waiting 03:39:34 04d44e38a418: Layer already exists 03:39:34 9bc3979e409c: Layer already exists 03:39:34 5a356a59dbc5: Layer already exists 03:39:34 e393d3620cea: Layer already exists 03:39:34 ca251aa8439d: Layer already exists 03:39:34 69e3360c9456: Layer already exists 03:39:34 dd9c8f8612c8: Layer already exists 03:39:34 19c6641cc893: Pushed 03:39:34 9849b753d783: Pushed 03:39:34 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:35 + 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 03:39:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:39:35 5a356a59dbc5: Preparing 03:39:35 19c6641cc893: Preparing 03:39:35 9849b753d783: Preparing 03:39:35 9bc3979e409c: Preparing 03:39:35 04d44e38a418: Preparing 03:39:35 e393d3620cea: Preparing 03:39:35 ca251aa8439d: Preparing 03:39:35 69e3360c9456: Preparing 03:39:35 dd9c8f8612c8: Preparing 03:39:35 69e3360c9456: Waiting 03:39:35 dd9c8f8612c8: Waiting 03:39:35 e393d3620cea: Waiting 03:39:35 ca251aa8439d: Waiting 03:39:35 9bc3979e409c: Layer already exists 03:39:35 9849b753d783: Layer already exists 03:39:35 19c6641cc893: Layer already exists 03:39:35 04d44e38a418: Layer already exists 03:39:35 5a356a59dbc5: Layer already exists 03:39:35 69e3360c9456: Layer already exists 03:39:35 e393d3620cea: Layer already exists 03:39:35 ca251aa8439d: Layer already exists 03:39:35 dd9c8f8612c8: Layer already exists 03:39:35 latest: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 03:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:39:36 5a356a59dbc5: Preparing 03:39:36 19c6641cc893: Preparing 03:39:36 9849b753d783: Preparing 03:39:36 9bc3979e409c: Preparing 03:39:36 04d44e38a418: Preparing 03:39:36 e393d3620cea: Preparing 03:39:36 ca251aa8439d: Preparing 03:39:36 69e3360c9456: Preparing 03:39:36 dd9c8f8612c8: Preparing 03:39:36 ca251aa8439d: Waiting 03:39:36 69e3360c9456: Waiting 03:39:36 dd9c8f8612c8: Waiting 03:39:36 e393d3620cea: Waiting 03:39:36 9849b753d783: Layer already exists 03:39:36 5a356a59dbc5: Layer already exists 03:39:36 04d44e38a418: Layer already exists 03:39:36 19c6641cc893: Layer already exists 03:39:36 9bc3979e409c: Layer already exists 03:39:36 69e3360c9456: Layer already exists 03:39:36 ca251aa8439d: Layer already exists 03:39:36 dd9c8f8612c8: Layer already exists 03:39:36 e393d3620cea: Layer already exists 03:39:36 4.1.0-dev.20: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:39:37 5a356a59dbc5: Preparing 03:39:37 19c6641cc893: Preparing 03:39:37 9849b753d783: Preparing 03:39:37 9bc3979e409c: Preparing 03:39:37 04d44e38a418: Preparing 03:39:37 e393d3620cea: Preparing 03:39:37 ca251aa8439d: Preparing 03:39:37 69e3360c9456: Preparing 03:39:37 dd9c8f8612c8: Preparing 03:39:37 e393d3620cea: Waiting 03:39:37 ca251aa8439d: Waiting 03:39:37 69e3360c9456: Waiting 03:39:37 dd9c8f8612c8: Waiting 03:39:37 04d44e38a418: Layer already exists 03:39:37 9bc3979e409c: Layer already exists 03:39:37 19c6641cc893: Layer already exists 03:39:37 9849b753d783: Layer already exists 03:39:37 5a356a59dbc5: Layer already exists 03:39:37 e393d3620cea: Layer already exists 03:39:37 ca251aa8439d: Layer already exists 03:39:37 dd9c8f8612c8: Layer already exists 03:39:37 69e3360c9456: Layer already exists 03:39:37 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:38 + 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 03:39:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:39:38 5a356a59dbc5: Preparing 03:39:38 19c6641cc893: Preparing 03:39:38 9849b753d783: Preparing 03:39:38 9bc3979e409c: Preparing 03:39:38 04d44e38a418: Preparing 03:39:38 e393d3620cea: Preparing 03:39:38 ca251aa8439d: Preparing 03:39:38 69e3360c9456: Preparing 03:39:38 dd9c8f8612c8: Preparing 03:39:38 e393d3620cea: Waiting 03:39:38 ca251aa8439d: Waiting 03:39:38 69e3360c9456: Waiting 03:39:38 dd9c8f8612c8: Waiting 03:39:38 9bc3979e409c: Layer already exists 03:39:38 04d44e38a418: Layer already exists 03:39:38 19c6641cc893: Layer already exists 03:39:38 5a356a59dbc5: Layer already exists 03:39:38 9849b753d783: Layer already exists 03:39:38 ca251aa8439d: Layer already exists 03:39:38 e393d3620cea: Layer already exists 03:39:38 dd9c8f8612c8: Layer already exists 03:39:38 69e3360c9456: Layer already exists 03:39:38 main: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:38 ===================================================== [Pipeline] echo 03:39:38 taggedImages: 03:39:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:39:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 03:39:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:38 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:39:38 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:39:38 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:38 latest 03:39:38 4.1.0-dev.20 03:39:38 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:38 main 03:39:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:39:39 21229425e881: Preparing 03:39:39 dde2e56ea67a: Preparing 03:39:39 9bc3979e409c: Preparing 03:39:39 04d44e38a418: Preparing 03:39:39 48f843729a8e: Preparing 03:39:39 28a29e3f23ff: Preparing 03:39:39 dd9c8f8612c8: Preparing 03:39:39 28a29e3f23ff: Waiting 03:39:39 dd9c8f8612c8: Waiting 03:39:39 04d44e38a418: Layer already exists 03:39:39 9bc3979e409c: Layer already exists 03:39:39 48f843729a8e: Pushed 03:39:39 dd9c8f8612c8: Layer already exists 03:39:39 21229425e881: Pushed 03:39:41 28a29e3f23ff: Pushed 03:39:47 dde2e56ea67a: Pushed 03:39:47 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:39:48 21229425e881: Preparing 03:39:48 dde2e56ea67a: Preparing 03:39:48 9bc3979e409c: Preparing 03:39:48 04d44e38a418: Preparing 03:39:48 48f843729a8e: Preparing 03:39:48 28a29e3f23ff: Preparing 03:39:48 dd9c8f8612c8: Preparing 03:39:48 dd9c8f8612c8: Waiting 03:39:48 28a29e3f23ff: Waiting 03:39:48 04d44e38a418: Layer already exists 03:39:48 dde2e56ea67a: Layer already exists 03:39:48 9bc3979e409c: Layer already exists 03:39:48 21229425e881: Layer already exists 03:39:48 48f843729a8e: Layer already exists 03:39:48 dd9c8f8612c8: Layer already exists 03:39:48 28a29e3f23ff: Layer already exists 03:39:48 latest: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 03:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:39:49 21229425e881: Preparing 03:39:49 dde2e56ea67a: Preparing 03:39:49 9bc3979e409c: Preparing 03:39:49 04d44e38a418: Preparing 03:39:49 48f843729a8e: Preparing 03:39:49 28a29e3f23ff: Preparing 03:39:49 dd9c8f8612c8: Preparing 03:39:49 28a29e3f23ff: Waiting 03:39:49 dd9c8f8612c8: Waiting 03:39:49 04d44e38a418: Layer already exists 03:39:49 dde2e56ea67a: Layer already exists 03:39:49 9bc3979e409c: Layer already exists 03:39:49 21229425e881: Layer already exists 03:39:49 48f843729a8e: Layer already exists 03:39:49 28a29e3f23ff: Layer already exists 03:39:49 dd9c8f8612c8: Layer already exists 03:39:49 4.1.0-dev.20: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:39:50 21229425e881: Preparing 03:39:50 dde2e56ea67a: Preparing 03:39:50 9bc3979e409c: Preparing 03:39:50 04d44e38a418: Preparing 03:39:50 48f843729a8e: Preparing 03:39:50 28a29e3f23ff: Preparing 03:39:50 dd9c8f8612c8: Preparing 03:39:50 28a29e3f23ff: Waiting 03:39:50 dd9c8f8612c8: Waiting 03:39:50 9bc3979e409c: Layer already exists 03:39:50 48f843729a8e: Layer already exists 03:39:50 21229425e881: Layer already exists 03:39:50 dde2e56ea67a: Layer already exists 03:39:50 04d44e38a418: Layer already exists 03:39:50 28a29e3f23ff: Layer already exists 03:39:50 dd9c8f8612c8: Layer already exists 03:39:50 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:39:51 21229425e881: Preparing 03:39:51 dde2e56ea67a: Preparing 03:39:51 9bc3979e409c: Preparing 03:39:51 04d44e38a418: Preparing 03:39:51 48f843729a8e: Preparing 03:39:51 28a29e3f23ff: Preparing 03:39:51 dd9c8f8612c8: Preparing 03:39:51 28a29e3f23ff: Waiting 03:39:51 dd9c8f8612c8: Waiting 03:39:51 04d44e38a418: Layer already exists 03:39:51 dde2e56ea67a: Layer already exists 03:39:51 48f843729a8e: Layer already exists 03:39:51 9bc3979e409c: Layer already exists 03:39:51 21229425e881: Layer already exists 03:39:51 28a29e3f23ff: Layer already exists 03:39:51 dd9c8f8612c8: Layer already exists 03:39:51 main: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:39:51 ===================================================== [Pipeline] echo 03:39:51 taggedImages: 03:39:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:39:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 03:39:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:39:51 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:39:51 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:51 latest 03:39:51 4.1.0-dev.20 03:39:51 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:39:51 main 03:39:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:52 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:39:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:39:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:39:52 d84b5c120ad8: Preparing 03:39:52 6d49497f2281: Preparing 03:39:52 9bc3979e409c: Preparing 03:39:52 04d44e38a418: Preparing 03:39:52 af47b626354d: Preparing 03:39:52 adc720fa1f6a: Preparing 03:39:52 dd9c8f8612c8: Preparing 03:39:52 adc720fa1f6a: Waiting 03:39:52 dd9c8f8612c8: Waiting 03:39:52 04d44e38a418: Layer already exists 03:39:52 9bc3979e409c: Layer already exists 03:39:52 dd9c8f8612c8: Layer already exists 03:39:52 af47b626354d: Pushed 03:39:52 d84b5c120ad8: Pushed 03:39:53 adc720fa1f6a: Pushed 03:40:01 6d49497f2281: Pushed 03:40:01 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:40:02 d84b5c120ad8: Preparing 03:40:02 6d49497f2281: Preparing 03:40:02 9bc3979e409c: Preparing 03:40:02 04d44e38a418: Preparing 03:40:02 af47b626354d: Preparing 03:40:02 adc720fa1f6a: Preparing 03:40:02 dd9c8f8612c8: Preparing 03:40:02 adc720fa1f6a: Waiting 03:40:02 dd9c8f8612c8: Waiting 03:40:02 d84b5c120ad8: Layer already exists 03:40:02 af47b626354d: Layer already exists 03:40:02 6d49497f2281: Layer already exists 03:40:02 04d44e38a418: Layer already exists 03:40:02 9bc3979e409c: Layer already exists 03:40:02 adc720fa1f6a: Layer already exists 03:40:02 dd9c8f8612c8: Layer already exists 03:40:02 latest: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 03:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:40:02 d84b5c120ad8: Preparing 03:40:02 6d49497f2281: Preparing 03:40:02 9bc3979e409c: Preparing 03:40:02 04d44e38a418: Preparing 03:40:02 af47b626354d: Preparing 03:40:02 adc720fa1f6a: Preparing 03:40:02 dd9c8f8612c8: Preparing 03:40:02 adc720fa1f6a: Waiting 03:40:02 dd9c8f8612c8: Waiting 03:40:02 d84b5c120ad8: Layer already exists 03:40:02 04d44e38a418: Layer already exists 03:40:02 6d49497f2281: Layer already exists 03:40:02 af47b626354d: Layer already exists 03:40:02 9bc3979e409c: Layer already exists 03:40:02 adc720fa1f6a: Layer already exists 03:40:02 dd9c8f8612c8: Layer already exists 03:40:02 4.1.0-dev.20: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:40:03 d84b5c120ad8: Preparing 03:40:03 6d49497f2281: Preparing 03:40:03 9bc3979e409c: Preparing 03:40:03 04d44e38a418: Preparing 03:40:03 af47b626354d: Preparing 03:40:03 adc720fa1f6a: Preparing 03:40:03 dd9c8f8612c8: Preparing 03:40:03 adc720fa1f6a: Waiting 03:40:03 dd9c8f8612c8: Waiting 03:40:03 af47b626354d: Layer already exists 03:40:03 6d49497f2281: Layer already exists 03:40:03 9bc3979e409c: Layer already exists 03:40:03 04d44e38a418: Layer already exists 03:40:03 d84b5c120ad8: Layer already exists 03:40:03 adc720fa1f6a: Layer already exists 03:40:03 dd9c8f8612c8: Layer already exists 03:40:03 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:04 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:40:04 d84b5c120ad8: Preparing 03:40:04 6d49497f2281: Preparing 03:40:04 9bc3979e409c: Preparing 03:40:04 04d44e38a418: Preparing 03:40:04 af47b626354d: Preparing 03:40:04 adc720fa1f6a: Preparing 03:40:04 dd9c8f8612c8: Preparing 03:40:04 adc720fa1f6a: Waiting 03:40:04 dd9c8f8612c8: Waiting 03:40:04 af47b626354d: Layer already exists 03:40:04 6d49497f2281: Layer already exists 03:40:04 d84b5c120ad8: Layer already exists 03:40:04 9bc3979e409c: Layer already exists 03:40:04 04d44e38a418: Layer already exists 03:40:04 adc720fa1f6a: Layer already exists 03:40:04 dd9c8f8612c8: Layer already exists 03:40:04 main: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:40:04 ===================================================== [Pipeline] echo 03:40:05 taggedImages: 03:40:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 03:40:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:40:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 03:40:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 03:40:05 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [Pipeline] echo 03:40:05 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo 03:40:05 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 03:40:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:40:06 03:40:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:40:06 arm64: Pulling from edgex-lftools-log-publisher 03:40:06 8998bd30e6a1: Pulling fs layer 03:40:06 04944245beec: Pulling fs layer 03:40:06 699f458cf7ca: Pulling fs layer 03:40:06 765212b225bb: Pulling fs layer 03:40:06 f23df028b6ca: Pulling fs layer 03:40:06 d65c8cfc05b1: Pulling fs layer 03:40:06 2437ff75d9bd: Pulling fs layer 03:40:06 f23df028b6ca: Waiting 03:40:06 d65c8cfc05b1: Waiting 03:40:06 2437ff75d9bd: Waiting 03:40:06 765212b225bb: Waiting 03:40:06 04944245beec: Verifying Checksum 03:40:06 04944245beec: Download complete 03:40:06 765212b225bb: Verifying Checksum 03:40:06 765212b225bb: Download complete 03:40:06 f23df028b6ca: Verifying Checksum 03:40:06 f23df028b6ca: Download complete 03:40:06 d65c8cfc05b1: Download complete 03:40:07 699f458cf7ca: Verifying Checksum 03:40:07 699f458cf7ca: Download complete 03:40:07 8998bd30e6a1: Verifying Checksum 03:40:07 8998bd30e6a1: Download complete 03:40:10 2437ff75d9bd: Verifying Checksum 03:40:10 2437ff75d9bd: Download complete 03:40:11 8998bd30e6a1: Pull complete 03:40:12 04944245beec: Pull complete 03:40:13 699f458cf7ca: Pull complete 03:40:14 765212b225bb: Pull complete 03:40:15 f23df028b6ca: Pull complete 03:40:15 d65c8cfc05b1: Pull complete 03:40:33 2437ff75d9bd: Pull complete 03:40:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:40:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:40:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:40:33 prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container 03:40:33 $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@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 03:40:36 $ docker top 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:40:37 ---> job-cost.sh 03:40:37 lf-activate-venv: SKIPPING 03:40:37 INFO: No Stack... 03:40:38 INFO: Retrieving Pricing Info for: v3-standard-4 03:40:39 INFO: Archiving Costs [Pipeline] sh 03:40:39 + cut -d, -f6 03:40:39 + cat /w/workspace/edgex-go/847/archives/cost.csv [Pipeline] lock 03:40:39 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] 03:40:39 Resource [jenkins-edgexfoundry-edgex-go-main-847-stack-cost] did not exist. Created. 03:40:39 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:40:40 + echo total: 0.10999999940395355 [Pipeline] stash 03:40:41 Stashed 1 file(s) [Pipeline] } 03:40:41 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] [Pipeline] // lock [Pipeline] } 03:40:41 $ docker stop --time=1 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 03:40:42 $ docker rm -f --volumes 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 [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 03:40:43 provisioning config files... 03:40:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/847@tmp/config16732169089522833542tmp [Pipeline] { [Pipeline] sh 03:40:43 + set +x 03:40:43 + curl -s https://codecov.io/bash 03:40:43 + bash -s -- 03:40:43 03:40:43 _____ _ 03:40:43 / ____| | | 03:40:43 | | ___ __| | ___ ___ _____ __ 03:40:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:40:43 | |___| (_) | (_| | __/ (_| (_) \ V / 03:40:43 \_____\___/ \__,_|\___|\___\___/ \_/ 03:40:43 Bash-1.0.6 03:40:43 03:40:43 03:40:43 ==> git version 2.25.1 found 03:40:43 ==> 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 03:40:43 Release-Date: 2020-01-08 03:40:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:40:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:40:43 ==> Jenkins CI detected. 03:40:43 current dir:  /w/workspace/edgex-go/847 03:40:43 project root: . 03:40:43 --> token set from env 03:40:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:40:43 ==> Running gcov in . (disable via -X gcov) 03:40:43 ==> Python coveragepy not found 03:40:43 ==> Searching for coverage reports in: 03:40:43 + . 03:40:43 -> Found 1 reports 03:40:43 ==> Detecting git/mercurial file structure 03:40:43 ==> Reading reports 03:40:43 + ./coverage.out bytes=1661403 03:40:43 ==> Appending adjustments 03:40:43 https://docs.codecov.io/docs/fixing-reports 03:40:45 + Found adjustments 03:40:45 ==> Gzipping contents 03:40:45 140K /tmp/codecov.MSV23O.gz 03:40:45 ==> Uploading reports 03:40:45 url: https://codecov.io 03:40:45 query: branch=main&commit=67eb838e0013ccc5770cca20e8eb5c048bf4ea9c&build=847&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F847%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:45 -> Pinging Codecov 03:40:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=67eb838e0013ccc5770cca20e8eb5c048bf4ea9c&build=847&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F847%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:40:45 -> Uploading to 03:40:45 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/67eb838e0013ccc5770cca20e8eb5c048bf4ea9c/91296d79-3406-4642-8a9a-570ca2fac79b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250605%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250605T034045Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=19e3899ea7779152db11130ed4fa6e750fcb6d4f1b359d7395f42fba68ebc8ff 03:40:45 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:45 Dload Upload Total Spent Left Speed 03:40:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 277k --:--:-- --:--:-- --:--:-- 277k 100 138k 0 0 100 138k 0 277k --:--:-- --:--:-- --:--:-- 277k 03:40:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } 03:40:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:40:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:40:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:40:46 03:40:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:40:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:40:46 latest: Pulling from edgex-devops/edgex-snyk-go 03:40:46 43c4264eed91: Pulling fs layer 03:40:46 4cc291be95ef: Pulling fs layer 03:40:46 2ac1f1163629: Pulling fs layer 03:40:46 5c3c966382ef: Pulling fs layer 03:40:46 4f4fb700ef54: Pulling fs layer 03:40:46 d9c7d2e4e75e: Pulling fs layer 03:40:46 9c3e1370e548: Pulling fs layer 03:40:46 d9c7d2e4e75e: Waiting 03:40:46 4f4fb700ef54: Waiting 03:40:46 9c3e1370e548: Waiting 03:40:46 5c3c966382ef: Waiting 03:40:46 4cc291be95ef: Verifying Checksum 03:40:46 4cc291be95ef: Download complete 03:40:46 5c3c966382ef: Verifying Checksum 03:40:46 5c3c966382ef: Download complete 03:40:46 4f4fb700ef54: Verifying Checksum 03:40:46 4f4fb700ef54: Download complete 03:40:46 43c4264eed91: Verifying Checksum 03:40:46 43c4264eed91: Download complete 03:40:47 d9c7d2e4e75e: Verifying Checksum 03:40:47 d9c7d2e4e75e: Download complete 03:40:47 43c4264eed91: Pull complete 03:40:47 4cc291be95ef: Pull complete 03:40:47 2ac1f1163629: Verifying Checksum 03:40:47 2ac1f1163629: Download complete 03:40:47 9c3e1370e548: Verifying Checksum 03:40:47 9c3e1370e548: Download complete 03:40:51 2ac1f1163629: Pull complete 03:40:51 5c3c966382ef: Pull complete 03:40:51 4f4fb700ef54: Pull complete 03:40:51 d9c7d2e4e75e: Pull complete 03:40:54 9c3e1370e548: Pull complete 03:40:54 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 03:40:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:40:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:40:54 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:40:54 $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 03:40:56 $ docker top ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad -eo pid,comm [Pipeline] { [Pipeline] sh 03:40:56 + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo 03:40:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:40:57 + set -o pipefail 03:40:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:41:09 03:41:09 Monitoring /w/workspace/edgex-go/847 (github.com/edgexfoundry/edgex-go)... 03:41:09 03:41:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8c94c289-dff3-4438-8454-cd75c82635b4 03:41:09 03:41:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:41:09 03:41:09 03:41:09 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 03:41:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:41:09 $ docker stop --time=1 ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad 03:41:11 $ docker rm -f --volumes ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:41:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:12 provisioning config files... 03:41:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/847@tmp/config4700631427777039226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:41:12 --> edgex-publish-swagger.sh 03:41:12 === Publish openapi API === 03:41:12 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 03:41:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/847/openapi/core-command.yaml] 03:41:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:12 Dload Upload Total Spent Left Speed 03:41:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 257 125k --:--:-- --:--:-- --:--:-- 125k 03:41:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:12 03:41:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/847/openapi/core-data.yaml] 03:41:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:12 Dload Upload Total Spent Left Speed 03:41:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70951 0 0 100 70951 0 343k --:--:-- --:--:-- --:--:-- 341k 100 71017 100 66 100 70951 250 262k --:--:-- --:--:-- --:--:-- 261k 03:41:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:12 03:41:12 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/847/openapi/core-keeper.yaml] 03:41:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:12 Dload Upload Total Spent Left Speed 03:41:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 519 232k --:--:-- --:--:-- --:--:-- 232k 03:41:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:12 03:41:12 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/847/openapi/core-metadata.yaml] 03:41:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:12 Dload Upload Total Spent Left Speed 03:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 404 962k --:--:-- --:--:-- --:--:-- 962k 03:41:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:13 03:41:13 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/847/openapi/security-proxy-auth.yaml] 03:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:13 Dload Upload Total Spent Left Speed 03:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 478 173k --:--:-- --:--:-- --:--:-- 173k 03:41:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:13 03:41:13 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/847/openapi/security-secretstore-setup.yaml] 03:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:13 Dload Upload Total Spent Left Speed 03:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 496 29421 --:--:-- --:--:-- --:--:-- 29917 03:41:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:13 03:41:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/847/openapi/support-notifications.yaml] 03:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:13 Dload Upload Total Spent Left Speed 03:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 265 392k --:--:-- --:--:-- --:--:-- 390k 100 97k 100 66 100 99976 265 392k --:--:-- --:--:-- --:--:-- 390k 03:41:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:13 03:41:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/847/openapi/support-scheduler.yaml] 03:41:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:13 Dload Upload Total Spent Left Speed 03:41:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 488 366k --:--:-- --:--:-- --:--:-- 367k 03:41:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:41:13 [Pipeline] } 03:41:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:41:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:41:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:41:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:41:14 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:41:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:41:15 $ docker top 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:15 [ssh-agent] Looking for ssh-agent implementation... 03:41:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:15 $ docker exec 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 ssh-agent 03:41:15 SSH_AUTH_SOCK=/tmp/ssh-DKkDIpM0IYsl/agent.33 03:41:15 SSH_AGENT_PID=39 03:41:15 Running ssh-add (command line suppressed) 03:41:16 Identity added: /w/workspace/edgex-go/847@tmp/private_key_16019895096231114550.key (/w/workspace/edgex-go/847@tmp/private_key_16019895096231114550.key) 03:41:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:16 + git semver tag 03:41:16 2025-06-05 03:41:16,658 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:41:16 2025-06-05 03:41:16,661 [run_tag] DEBUG tag force:False 03:41:16 2025-06-05 03:41:16,661 [check_head_tag] DEBUG check head tag 03:41:16 2025-06-05 03:41:16,662 [execute] INFO git cat-file --batch-check 03:41:16 2025-06-05 03:41:16,662 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847, stdin=, shell=False, universal_newlines=False) 03:41:16 2025-06-05 03:41:16,663 [execute] INFO git cat-file --batch 03:41:16 2025-06-05 03:41:16,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/847, stdin=, shell=False, universal_newlines=False) 03:41:16 2025-06-05 03:41:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:16 2025-06-05 03:41:16,675 [execute] INFO git tag -a v4.1.0-dev.20 -m v4.1.0-dev.20 03:41:16 2025-06-05 03:41:16,675 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.20', '-m', 'v4.1.0-dev.20'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) 03:41:16 2025-06-05 03:41:16,678 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:16 4.1.0-dev.20 [Pipeline] } 03:41:16 $ docker exec --env ******** --env ******** 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 ssh-agent -k 03:41:16 unset SSH_AUTH_SOCK; 03:41:16 unset SSH_AGENT_PID; 03:41:16 echo Agent pid 39 killed; 03:41:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:17 + git semver [Pipeline] } 03:41:17 $ docker stop --time=1 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 03:41:18 $ docker rm -f --volumes 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:19 03:41:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:19 0.23.1-centos7: Pulling from edgex-lftools 03:41:19 ab5ef0e58194: Pulling fs layer 03:41:19 9712f1f96733: Pulling fs layer 03:41:19 63f879dbbcfc: Pulling fs layer 03:41:19 0d9ebad4ef96: Pulling fs layer 03:41:19 e9a5061849ea: Pulling fs layer 03:41:19 d747dcd14b5f: Pulling fs layer 03:41:19 2de7ff778b66: Pulling fs layer 03:41:19 0d9ebad4ef96: Waiting 03:41:19 e9a5061849ea: Waiting 03:41:19 d747dcd14b5f: Waiting 03:41:19 2de7ff778b66: Waiting 03:41:19 9712f1f96733: Verifying Checksum 03:41:19 9712f1f96733: Download complete 03:41:19 63f879dbbcfc: Verifying Checksum 03:41:19 63f879dbbcfc: Download complete 03:41:19 e9a5061849ea: Verifying Checksum 03:41:19 e9a5061849ea: Download complete 03:41:19 d747dcd14b5f: Verifying Checksum 03:41:19 d747dcd14b5f: Download complete 03:41:19 0d9ebad4ef96: Verifying Checksum 03:41:19 0d9ebad4ef96: Download complete 03:41:19 ab5ef0e58194: Download complete 03:41:19 2de7ff778b66: Verifying Checksum 03:41:19 2de7ff778b66: Download complete 03:41:23 ab5ef0e58194: Pull complete 03:41:23 9712f1f96733: Pull complete 03:41:24 63f879dbbcfc: Pull complete 03:41:27 0d9ebad4ef96: Pull complete 03:41:27 e9a5061849ea: Pull complete 03:41:27 d747dcd14b5f: Pull complete 03:41:28 2de7ff778b66: Pull complete 03:41:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:41:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:41:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:41:28 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:41:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:41:30 $ docker top 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:41:30 provisioning config files... 03:41:30 copy managed file [sigul-config] to file:/w/workspace/edgex-go/847@tmp/config6741786987158276630tmp 03:41:30 copy managed file [sigul-password] to file:/w/workspace/edgex-go/847@tmp/config5705199496755255936tmp 03:41:30 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/847@tmp/config3655887754505887521tmp [Pipeline] { [Pipeline] echo 03:41:30 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:41:31 ---> sigul-configuration.sh 03:41:31 gpg: directory `/root/.gnupg' created 03:41:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:41:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:41:31 gpg: keyring `/root/.gnupg/secring.gpg' created 03:41:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:41:31 gpg: CAST5 encrypted data 03:41:31 gpg: encrypted with 1 passphrase 03:41:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:41:31 + mkdir /home/jenkins 03:41:31 + mkdir /home/jenkins/sigul [Pipeline] sh 03:41:31 + 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 03:41:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:41:32 ---> sigul-install.sh 03:41:32 Sigul already installed; skipping installation. [Pipeline] sh 03:41:32 + git tag --list 03:41:32 0.6.0 03:41:32 0.6.1 03:41:32 0.7.0 03:41:32 0.7.1 03:41:32 v1.0.0 03:41:32 v1.0.1 03:41:32 v1.1.0 03:41:32 v1.2.0 03:41:32 v1.2.1 03:41:32 v1.3.0 03:41:32 v1.3.1 03:41:32 v2.0.0 03:41:32 v2.1.0 03:41:32 v2.1.1 03:41:32 v2.2.0 03:41:32 v2.3.0 03:41:32 v3.0 03:41:32 v3.0.0 03:41:32 v3.1 03:41:32 v3.1.0 03:41:32 v3.1.1 03:41:32 v4.0 03:41:32 v4.0.0 03:41:32 v4.0.1 03:41:32 v4.1.0-dev.1 03:41:32 v4.1.0-dev.10 03:41:32 v4.1.0-dev.11 03:41:32 v4.1.0-dev.12 03:41:32 v4.1.0-dev.13 03:41:32 v4.1.0-dev.14 03:41:32 v4.1.0-dev.15 03:41:32 v4.1.0-dev.16 03:41:32 v4.1.0-dev.17 03:41:32 v4.1.0-dev.18 03:41:32 v4.1.0-dev.19 03:41:32 v4.1.0-dev.2 03:41:32 v4.1.0-dev.20 03:41:32 v4.1.0-dev.3 03:41:32 v4.1.0-dev.4 03:41:32 v4.1.0-dev.5 03:41:32 v4.1.0-dev.6 03:41:32 v4.1.0-dev.7 03:41:32 v4.1.0-dev.8 03:41:32 v4.1.0-dev.9 [Pipeline] sh 03:41:32 + lftools sign git-tag v4.1.0-dev.20 03:41:33 Signing Git tag with Sigul... 03:41:33 Signing v4.1.0-dev.20 [Pipeline] echo 03:41:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:41:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:41:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:41:34 $ docker stop --time=1 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 03:41:35 $ docker rm -f --volumes 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:41:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:41:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:41:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:41:36 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:41:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:41:37 $ docker top 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 -eo pid,comm 03:41:37 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). 03:41:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:37 [ssh-agent] Looking for ssh-agent implementation... 03:41:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:37 $ docker exec 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 ssh-agent 03:41:37 SSH_AUTH_SOCK=/tmp/ssh-HNf2B7cQ4LR9/agent.33 03:41:37 SSH_AGENT_PID=39 03:41:37 Running ssh-add (command line suppressed) 03:41:37 Identity added: /w/workspace/edgex-go/847@tmp/private_key_16950595849529119960.key (/w/workspace/edgex-go/847@tmp/private_key_16950595849529119960.key) 03:41:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:37 + git semver bump pre 03:41:38 2025-06-05 03:41:37,973 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:41:38 2025-06-05 03:41:37,977 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:38 2025-06-05 03:41:37,977 [bump_version] DEBUG bumping version:4.1.0-dev.20 on axis:pre with prefix:dev 03:41:38 2025-06-05 03:41:37,977 [bump_version] DEBUG bumped version:4.1.0-dev.21 03:41:38 2025-06-05 03:41:37,977 [write_version] DEBUG write version:4.1.0-dev.21 to path:/w/workspace/edgex-go/847/.semver/main with force:True 03:41:38 2025-06-05 03:41:37,977 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:38 2025-06-05 03:41:37,977 [write_file] DEBUG write to file:/w/workspace/edgex-go/847/.semver/main 03:41:38 2025-06-05 03:41:37,979 [execute] INFO git cat-file --batch-check 03:41:38 2025-06-05 03:41:37,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) 03:41:38 2025-06-05 03:41:37,982 [execute] INFO git cat-file --batch 03:41:38 2025-06-05 03:41:37,983 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) 03:41:38 2025-06-05 03:41:37,985 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:38 4.1.0-dev.21 [Pipeline] } 03:41:38 $ docker exec --env ******** --env ******** 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 ssh-agent -k 03:41:38 unset SSH_AUTH_SOCK; 03:41:38 unset SSH_AGENT_PID; 03:41:38 echo Agent pid 39 killed; 03:41:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:38 + git semver [Pipeline] } 03:41:39 $ docker stop --time=1 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 03:41:40 $ docker rm -f --volumes 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 [Pipeline] // withDockerContainer [Pipeline] sh 03:41:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:41:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:41:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:41:41 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:41:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:41:41 $ docker top af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b -eo pid,comm 03:41:41 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). 03:41:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:41:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:41:41 [ssh-agent] Looking for ssh-agent implementation... 03:41:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:41:41 $ docker exec af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b ssh-agent 03:41:41 SSH_AUTH_SOCK=/tmp/ssh-uJJpwroHHCs0/agent.32 03:41:41 SSH_AGENT_PID=38 03:41:41 Running ssh-add (command line suppressed) 03:41:41 Identity added: /w/workspace/edgex-go/847@tmp/private_key_10135732137214119685.key (/w/workspace/edgex-go/847@tmp/private_key_10135732137214119685.key) 03:41:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:41:42 + git semver push 03:41:42 2025-06-05 03:41:42,380 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:41:42 2025-06-05 03:41:42,383 [run_push] DEBUG push 03:41:42 2025-06-05 03:41:42,383 [execute] INFO git cat-file --batch-check 03:41:42 2025-06-05 03:41:42,384 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) 03:41:42 2025-06-05 03:41:42,385 [execute] INFO git rev-list b5db1fb958c2c12b6d3e52912a2f8debe1a17fa4 -- 03:41:42 2025-06-05 03:41:42,385 [execute] DEBUG Popen(['git', 'rev-list', 'b5db1fb958c2c12b6d3e52912a2f8debe1a17fa4', '--'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=False) 03:41:42 2025-06-05 03:41:42,402 [execute] INFO git fetch -v -- origin 03:41:42 2025-06-05 03:41:42,403 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=True) 03:41:42 2025-06-05 03:41:42,844 [run_push] DEBUG no remote changes detected 03:41:42 2025-06-05 03:41:42,844 [execute] INFO git push origin semver 03:41:42 2025-06-05 03:41:42,845 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=False) 03:41:43 2025-06-05 03:41:43,516 [run_push] DEBUG push all version tags 03:41:43 2025-06-05 03:41:43,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:41:43 2025-06-05 03:41:43,517 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) 03:41:44 2025-06-05 03:41:44,125 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main 03:41:44 4.1.0-dev.21 [Pipeline] } 03:41:44 $ docker exec --env ******** --env ******** af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b ssh-agent -k 03:41:44 unset SSH_AUTH_SOCK; 03:41:44 unset SSH_AGENT_PID; 03:41:44 echo Agent pid 38 killed; 03:41:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:44 + git semver [Pipeline] } 03:41:45 $ docker stop --time=1 af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b 03:41:46 $ docker rm -f --volumes af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b [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 03:41:46 + [ -d /w/workspace/edgex-go/847/archives ] [Pipeline] libraryResource [Pipeline] sh 03:41:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:41:48 ---> package-listing.sh 03:41:48 ++ facter osfamily 03:41:48 ++ tr '[:upper:]' '[:lower:]' 03:41:48 + OS_FAMILY=debian 03:41:48 + workspace=/w/workspace/edgex-go/847 03:41:48 + START_PACKAGES=/tmp/packages_start.txt 03:41:48 + END_PACKAGES=/tmp/packages_end.txt 03:41:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:41:48 + PACKAGES=/tmp/packages_start.txt 03:41:48 + '[' /w/workspace/edgex-go/847 ']' 03:41:48 + PACKAGES=/tmp/packages_end.txt 03:41:48 + case "${OS_FAMILY}" in 03:41:48 + dpkg -l 03:41:48 + grep '^ii' 03:41:48 + '[' -f /tmp/packages_start.txt ']' 03:41:48 + '[' -f /tmp/packages_end.txt ']' 03:41:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:41:48 + '[' /w/workspace/edgex-go/847 ']' 03:41:48 + mkdir -p /w/workspace/edgex-go/847/archives/ 03:41:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/847/archives/ [Pipeline] echo 03:41:48 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/847/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:41:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:41:49 03:41:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:41:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:41:49 latest: Pulling from edgex-lftools-log-publisher 03:41:49 5eb5b503b376: Pulling fs layer 03:41:49 5c69ac0246d0: Pulling fs layer 03:41:49 ec43610c2a17: Pulling fs layer 03:41:49 3a2ae6a8a46f: Pulling fs layer 03:41:49 33b1e0a273af: Pulling fs layer 03:41:49 5d3b04190fa2: Pulling fs layer 03:41:49 2f39f015ded8: Pulling fs layer 03:41:49 5d3b04190fa2: Waiting 03:41:49 2f39f015ded8: Waiting 03:41:49 33b1e0a273af: Waiting 03:41:49 3a2ae6a8a46f: Waiting 03:41:49 5c69ac0246d0: Download complete 03:41:49 3a2ae6a8a46f: Verifying Checksum 03:41:49 3a2ae6a8a46f: Download complete 03:41:49 33b1e0a273af: Verifying Checksum 03:41:49 33b1e0a273af: Download complete 03:41:49 5d3b04190fa2: Verifying Checksum 03:41:49 5d3b04190fa2: Download complete 03:41:49 ec43610c2a17: Verifying Checksum 03:41:49 ec43610c2a17: Download complete 03:41:49 5eb5b503b376: Verifying Checksum 03:41:49 5eb5b503b376: Download complete 03:41:50 2f39f015ded8: Download complete 03:41:50 5eb5b503b376: Pull complete 03:41:51 5c69ac0246d0: Pull complete 03:41:51 ec43610c2a17: Pull complete 03:41:51 3a2ae6a8a46f: Pull complete 03:41:51 33b1e0a273af: Pull complete 03:41:51 5d3b04190fa2: Pull complete 03:41:55 2f39f015ded8: Pull complete 03:41:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:41:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:41:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:41:55 prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container 03:41:56 $ 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/847/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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:41:57 $ docker top db10d96b1b909b98b245a1ba3a1c0cdd87010a93228c2dd7a2114078e43469d1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:41:57 + touch /tmp/pre-build-complete [Pipeline] sh 03:41:58 + mkdir -p /var/log/sysstat [Pipeline] sh 03:41:58 + ls /var/log/sa-host 03:41:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:58 provisioning config files... 03:41:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/847@tmp/config10561139847118137202tmp [Pipeline] { [Pipeline] echo 03:41:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:41:58 ---> create-netrc.sh [Pipeline] } 03:41:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:41:59 ---> python-tools-install.sh [Pipeline] echo 03:41:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:41:59 ---> sudo-logs.sh 03:41:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:41:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:41:59 ---> job-cost.sh 03:41:59 lf-activate-venv: SKIPPING 03:41:59 DEBUG: total: 0.10999999940395355 03:41:59 INFO: Retrieving Stack Cost... 03:42:00 INFO: Retrieving Pricing Info for: v3-standard-8 03:42:00 INFO: Archiving Costs [Pipeline] echo 03:42:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:42:00 ---> logs-deploy.sh 03:42:00 lf-activate-venv: SKIPPING 03:42:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/847 03:42:00 INFO: archiving workspace using pattern(s): 03:42:01 Archives upload complete. 03:42:01 INFO: archiving logs to Nexus 03:42:02 ---> uname -a: 03:42:02 Linux prd-ubuntu20-04-docker-8c-8g-2800 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:42:02 03:42:02 03:42:02 ---> lscpu: 03:42:02 Architecture: x86_64 03:42:02 CPU op-mode(s): 32-bit, 64-bit 03:42:02 Byte Order: Little Endian 03:42:02 Address sizes: 40 bits physical, 48 bits virtual 03:42:02 CPU(s): 8 03:42:02 On-line CPU(s) list: 0-7 03:42:02 Thread(s) per core: 1 03:42:02 Core(s) per socket: 1 03:42:02 Socket(s): 8 03:42:02 NUMA node(s): 1 03:42:02 Vendor ID: AuthenticAMD 03:42:02 CPU family: 23 03:42:02 Model: 49 03:42:02 Model name: AMD EPYC-Rome Processor 03:42:02 Stepping: 0 03:42:02 CPU MHz: 2800.000 03:42:02 BogoMIPS: 5600.00 03:42:02 Virtualization: AMD-V 03:42:02 Hypervisor vendor: KVM 03:42:02 Virtualization type: full 03:42:02 L1d cache: 256 KiB 03:42:02 L1i cache: 256 KiB 03:42:02 L2 cache: 4 MiB 03:42:02 L3 cache: 128 MiB 03:42:02 NUMA node0 CPU(s): 0-7 03:42:02 Vulnerability Itlb multihit: Not affected 03:42:02 Vulnerability L1tf: Not affected 03:42:02 Vulnerability Mds: Not affected 03:42:02 Vulnerability Meltdown: Not affected 03:42:02 Vulnerability Mmio stale data: Not affected 03:42:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:42:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:42:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:42:02 Vulnerability Srbds: Not affected 03:42:02 Vulnerability Tsx async abort: Not affected 03:42:02 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 03:42:02 03:42:02 03:42:02 ---> nproc: 03:42:02 8 03:42:02 03:42:02 03:42:02 ---> df -h: 03:42:02 Filesystem Size Used Avail Use% Mounted on 03:42:02 overlay 155G 31G 125G 20% / 03:42:02 tmpfs 64M 0 64M 0% /dev 03:42:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:42:02 shm 64M 0 64M 0% /dev/shm 03:42:02 /dev/vda1 155G 31G 125G 20% /facter-os 03:42:02 03:42:02 03:42:02 ---> sar -b -r -n DEV: 03:42:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2800) 06/05/25 _x86_64_ (8 CPU) 03:42:02 03:42:02 02:53:00 LINUX RESTART (8 CPU) 03:42:02 03:42:02 02:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:42:02 02:55:01 189.37 1.58 187.79 0.00 46.79 65624.93 0.00 03:42:02 02:56:01 46.29 0.00 46.29 0.00 0.00 35887.50 0.00 03:42:02 02:57:01 40.43 0.23 40.19 0.00 3.07 20398.47 0.00 03:42:02 02:58:01 300.97 0.38 300.58 0.00 45.16 240741.38 0.00 03:42:02 02:59:01 1097.22 20.76 1076.46 0.00 2756.15 265100.17 0.00 03:42:02 03:00:01 202.42 0.12 202.30 0.00 0.93 59923.09 0.00 03:42:02 03:01:01 350.87 0.07 350.81 0.00 0.53 88556.12 0.00 03:42:02 03:02:01 726.43 0.07 726.36 0.00 5.20 153115.55 0.00 03:42:02 03:03:01 34.49 0.15 34.34 0.00 18.93 897.72 0.00 03:42:02 03:04:01 14.51 0.00 14.51 0.00 0.00 363.67 0.00 03:42:02 03:05:01 1.43 0.00 1.43 0.00 0.00 20.66 0.00 03:42:02 03:06:01 1.22 0.00 1.22 0.00 0.00 13.69 0.00 03:42:02 03:07:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 03:42:02 03:08:01 1.80 0.00 1.80 0.00 0.00 20.40 0.00 03:42:02 03:09:01 1.85 0.02 1.83 0.00 0.13 23.86 0.00 03:42:02 03:10:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 03:42:02 03:11:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 03:42:02 03:12:01 1.17 0.00 1.17 0.00 0.00 15.20 0.00 03:42:02 03:13:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 03:42:02 03:14:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 03:42:02 03:15:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 03:42:02 03:16:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 03:42:02 03:17:01 0.97 0.02 0.95 0.00 0.13 11.06 0.00 03:42:02 03:18:01 1.50 0.00 1.50 0.00 0.00 18.93 0.00 03:42:02 03:19:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 03:42:02 03:20:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 03:42:02 03:21:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 03:42:02 03:22:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 03:42:02 03:23:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 03:42:02 03:24:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 03:42:02 03:25:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 03:42:02 03:26:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 03:42:02 03:27:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 03:42:02 03:28:01 1.87 0.00 1.87 0.00 0.00 22.53 0.00 03:42:02 03:29:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 03:42:02 03:30:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 03:42:02 03:31:01 2.87 1.02 1.85 0.00 21.86 26.93 0.00 03:42:02 03:32:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 03:42:02 03:33:01 1.60 0.37 1.23 0.00 11.46 15.59 0.00 03:42:02 03:34:01 2.47 1.22 1.25 0.00 25.46 16.26 0.00 03:42:02 03:35:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 03:42:02 03:36:01 1.32 0.00 1.32 0.00 0.00 16.39 0.00 03:42:02 03:37:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 03:42:02 03:38:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 03:42:02 03:39:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 03:42:02 03:40:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 03:42:02 03:41:01 73.07 0.15 72.92 0.00 8.53 24163.17 0.00 03:42:02 03:42:01 179.70 0.27 179.44 0.00 13.06 54105.52 0.00 03:42:02 Average: 68.86 0.55 68.31 0.00 61.64 21040.73 0.00 03:42:02 03:42:02 02:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:42:02 02:55:01 27105260 31118500 1186232 3.61 127680 4034108 2576216 7.59 1878632 3375252 472476 03:42:02 02:56:01 27119172 31363416 937252 2.85 130772 4233512 2371512 6.99 1521360 3684880 143072 03:42:02 02:57:01 26101284 31424012 875664 2.66 135632 5246788 1990836 5.87 1783588 4384416 600024 03:42:02 02:58:01 20726172 31381464 908200 2.76 147448 10448884 3132592 9.23 1901768 9501572 286712 03:42:02 02:59:01 10358076 29183120 3000864 9.13 397444 17611232 7605368 22.41 5211088 15675676 325524 03:42:02 03:00:01 6246372 27896260 4278912 13.01 414736 20277344 11199068 33.00 7794608 17038284 1358096 03:42:02 03:01:01 4449956 28953856 3226476 9.81 430844 23012680 8453128 24.91 7976392 18566428 1877776 03:42:02 03:02:01 8196332 31451760 793328 2.41 440244 21990492 2174200 6.41 3427228 19696784 484 03:42:02 03:03:01 8182552 31440592 803888 2.44 441992 21991672 2281892 6.72 3823976 19312760 580 03:42:02 03:04:01 8194440 31452796 791488 2.41 442500 21991768 2157448 6.36 3984632 19143848 8 03:42:02 03:05:01 8193604 31451980 792200 2.41 442544 21991776 2157448 6.36 3984380 19143856 16 03:42:02 03:06:01 8207888 31466316 778408 2.37 442556 21991776 2157448 6.36 3968728 19143856 12 03:42:02 03:07:01 8208308 31466740 778224 2.37 442560 21991780 2157448 6.36 3968856 19143860 8 03:42:02 03:08:01 8210788 31469252 775628 2.36 442600 21991780 2157448 6.36 3966844 19143864 16 03:42:02 03:09:01 8209012 31467528 777228 2.36 442624 21991760 2192392 6.46 3967192 19143840 8 03:42:02 03:10:01 8208592 31467112 777488 2.36 442644 21991768 2192392 6.46 3967212 19143844 44 03:42:02 03:11:01 8209048 31467696 776828 2.36 442656 21991768 2192392 6.46 3966956 19143852 4 03:42:02 03:12:01 8209176 31467836 776864 2.36 442684 21991772 2192392 6.46 3967024 19143852 32 03:42:02 03:13:01 8210412 31469104 775576 2.36 442708 21991764 2192392 6.46 3966048 19143856 4 03:42:02 03:14:01 8210428 31469144 775500 2.36 442728 21991776 2192392 6.46 3965920 19143856 8 03:42:02 03:15:01 8210348 31469084 775504 2.36 442740 21991780 2192392 6.46 3965920 19143860 24 03:42:02 03:16:01 8210528 31469276 775240 2.36 442748 21991780 2192392 6.46 3965940 19143860 16 03:42:02 03:17:01 8210204 31468960 775500 2.36 442764 21991780 2192392 6.46 3966000 19143864 28 03:42:02 03:18:01 8210196 31469012 775360 2.36 442776 21991784 2208576 6.51 3966008 19143872 40 03:42:02 03:19:01 8210132 31468984 775344 2.36 442804 21991792 2208576 6.51 3966088 19143872 8 03:42:02 03:20:01 8210040 31468928 775556 2.36 442824 21991800 2208576 6.51 3965992 19143880 4 03:42:02 03:21:01 8210032 31468928 775532 2.36 442832 21991800 2208576 6.51 3965996 19143880 12 03:42:02 03:22:01 8209976 31468888 775484 2.36 442868 21991804 2208576 6.51 3966028 19143884 8 03:42:02 03:23:01 8210220 31469188 775156 2.36 442892 21991804 2208576 6.51 3966168 19143888 8 03:42:02 03:24:01 8210040 31469024 775456 2.36 442920 21991808 2208576 6.51 3966160 19143888 8 03:42:02 03:25:01 8209732 31468728 775708 2.36 442936 21991812 2208576 6.51 3966092 19143892 8 03:42:02 03:26:01 8209984 31469040 775356 2.36 442952 21991812 2208576 6.51 3966160 19143896 20 03:42:02 03:27:01 8210212 31469272 775072 2.36 442960 21991816 2208576 6.51 3966144 19143900 8 03:42:02 03:28:01 8209976 31469184 775132 2.36 442992 21991940 2208576 6.51 3966312 19144028 8 03:42:02 03:29:01 8209928 31469160 775184 2.36 443024 21991952 2208576 6.51 3966272 19144032 12 03:42:02 03:30:01 8209912 31469152 775136 2.36 443028 21991956 2208576 6.51 3966200 19144036 8 03:42:02 03:31:01 8208764 31469076 775680 2.36 443092 21992596 2214124 6.53 3966488 19144580 36 03:42:02 03:32:01 8208504 31468856 775888 2.36 443108 21992600 2214124 6.53 3966448 19144584 28 03:42:02 03:33:01 8207944 31468676 776008 2.36 443148 21992936 2214124 6.53 3968516 19144708 24 03:42:02 03:34:01 8200120 31462668 781948 2.38 443164 21993708 2214124 6.53 3977192 19144936 40 03:42:02 03:35:01 8199852 31462416 782132 2.38 443184 21993712 2214124 6.53 3977228 19144880 28 03:42:02 03:36:01 8200024 31462612 781916 2.38 443192 21993720 2214124 6.53 3977072 19144884 12 03:42:02 03:37:01 8199684 31462288 782180 2.38 443200 21993724 2214124 6.53 3976944 19144888 32 03:42:02 03:38:01 8199708 31462320 782076 2.38 443228 21993716 2214124 6.53 3976944 19144892 28 03:42:02 03:39:01 8199692 31462348 782000 2.38 443244 21993728 2214124 6.53 3977052 19144892 12 03:42:02 03:40:01 8199820 31462504 781992 2.38 443264 21993732 2214124 6.53 3977020 19144896 8 03:42:02 03:41:01 6968176 31175184 1064228 3.24 448476 22851828 2584104 7.62 4297260 19962972 179728 03:42:02 03:42:01 6128892 31354704 882064 2.68 485344 23729568 2291280 6.75 4182184 20810472 556 03:42:02 Average: 9484156 31270978 973752 2.96 416402 20607104 2667327 7.86 3972297 17923803 109284 03:42:02 03:42:02 02:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:42:02 02:55:01 veth0e7cb6f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:55:01 ens3 538.33 384.60 5174.44 51.19 0.00 0.00 0.00 0.00 03:42:02 02:55:01 docker0 291.72 386.30 23.18 1942.63 0.00 0.00 0.00 0.00 03:42:02 02:55:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 03:42:02 02:56:01 veth0e7cb6f 1.17 1.20 0.10 0.11 0.00 0.00 0.00 0.00 03:42:02 02:56:01 ens3 35.69 25.88 27.90 16.22 0.00 0.00 0.00 0.00 03:42:02 02:56:01 docker0 1.17 1.17 0.09 0.11 0.00 0.00 0.00 0.00 03:42:02 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 02:57:01 veth0e7cb6f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:57:01 ens3 18.36 12.31 15.60 9.87 0.00 0.00 0.00 0.00 03:42:02 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth1e32b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth01b6ecb 1.23 2.90 0.10 38.63 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethb9406ea 3.41 1.73 39.23 0.13 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth5836fd8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethc0576c2 1.62 2.91 0.12 38.11 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth16ceae7 1.23 3.21 0.10 38.67 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth3f3157f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 ens3 208.31 131.16 3577.16 157.65 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethc7a94f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth071d303 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth41b39ae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth034ed30 2.10 4.21 0.16 44.58 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethd4a9ba7 1.73 3.41 0.13 39.23 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth8c97730 1.97 3.85 0.14 38.15 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethebdabec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth8c23d6e 1.52 3.18 0.11 38.11 0.00 0.00 0.00 0.00 03:42:02 02:58:01 docker0 19.00 42.21 1.15 498.59 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth7292ab9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth96c8f6d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth24d2584 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vethef1190b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth188f3be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 02:58:01 veth3e3f708 4.40 12.14 0.31 110.32 0.00 0.00 0.00 0.01 03:42:02 02:58:01 veth79c39e0 2.63 7.81 0.20 112.69 0.00 0.00 0.00 0.01 03:42:02 02:58:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 03:42:02 02:58:01 vetha0a887e 0.58 0.73 0.05 0.25 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vethd046ff9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth69efb07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 ens3 1062.38 585.47 10584.65 66.93 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth4b641de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth276cd83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vethb5f380f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth185fbcc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth7349d12 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vethcca5b18 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vethc2b0faa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 docker0 523.04 936.77 45.07 8286.25 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth4ea38fc 0.03 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vetha87fad5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 veth9f46123 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 02:59:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 03:42:02 02:59:01 vetha0a887e 0.08 0.97 0.00 0.05 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vethd046ff9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth69efb07 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 ens3 5.41 3.75 4.37 2.43 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth4b641de 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth276cd83 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vethb5f380f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth185fbcc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth7349d12 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vethcca5b18 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vethc2b0faa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 docker0 0.10 0.08 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth4ea38fc 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vetha87fad5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 veth9f46123 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:00:01 vetha0a887e 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:42:02 03:01:01 vethd046ff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth69efb07 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 ens3 7.93 3.93 6.22 3.39 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth4b641de 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth276cd83 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 vethb5f380f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth7349d12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 vethc2b0faa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth4ea38fc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 vetha87fad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 veth9f46123 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:01:01 vetha0a887e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:02:01 ens3 136.54 123.70 84.62 477.55 0.00 0.00 0.00 0.00 03:42:02 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:02:01 lo 17.33 17.33 1.70 1.70 0.00 0.00 0.00 0.00 03:42:02 03:03:01 ens3 460.59 470.84 207.99 2456.05 0.00 0.00 0.00 0.00 03:42:02 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:03:01 lo 44.79 44.79 4.42 4.42 0.00 0.00 0.00 0.00 03:42:02 03:04:01 ens3 168.51 163.06 90.57 886.94 0.00 0.00 0.00 0.00 03:42:02 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:04:01 lo 17.13 17.13 1.68 1.68 0.00 0.00 0.00 0.00 03:42:02 03:05:01 ens3 1.17 0.43 0.56 0.40 0.00 0.00 0.00 0.00 03:42:02 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:06:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:09:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:42:02 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:10:01 ens3 0.28 0.17 0.07 0.01 0.00 0.00 0.00 0.00 03:42:02 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:14:01 ens3 0.38 0.23 0.14 0.07 0.00 0.00 0.00 0.00 03:42:02 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:15:01 ens3 0.30 0.00 0.04 0.00 0.00 0.00 0.00 0.00 03:42:02 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:18:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:19:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:42:02 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:21:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 03:42:02 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:24:01 ens3 0.37 0.23 0.14 0.08 0.00 0.00 0.00 0.00 03:42:02 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:27:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:28:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:29:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 03:42:02 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:33:01 ens3 0.82 0.60 0.81 0.36 0.00 0.00 0.00 0.00 03:42:02 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:34:01 ens3 27.65 43.58 5.28 114.94 0.00 0.00 0.00 0.00 03:42:02 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:42:02 03:35:01 ens3 1.73 1.45 0.97 1.21 0.00 0.00 0.00 0.00 03:42:02 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:36:01 ens3 0.53 0.42 0.27 0.22 0.00 0.00 0.00 0.00 03:42:02 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:39:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 03:42:02 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:40:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:42:02 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:42:02 03:41:01 ens3 195.73 115.13 4443.19 18.94 0.00 0.00 0.00 0.00 03:42:02 03:41:01 veth8d83eae 37.76 61.76 3.64 514.10 0.00 0.00 0.00 0.04 03:42:02 03:41:01 docker0 37.76 61.66 3.12 514.09 0.00 0.00 0.00 0.00 03:42:02 03:41:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 03:42:02 03:42:01 ens3 341.89 212.10 6168.45 60.39 0.00 0.00 0.00 0.00 03:42:02 03:42:01 docker0 29.91 49.04 3.19 358.21 0.00 0.00 0.00 0.00 03:42:02 03:42:01 lo 2.80 2.80 0.29 0.29 0.00 0.00 0.00 0.00 03:42:02 Average: ens3 67.02 47.54 633.48 90.14 0.00 0.00 0.00 0.00 03:42:02 Average: docker0 18.81 30.79 1.58 241.77 0.00 0.00 0.00 0.00 03:42:02 Average: lo 1.88 1.88 0.18 0.18 0.00 0.00 0.00 0.00 03:42:02 03:42:02 03:42:02 ---> sar -P ALL: 03:42:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2800) 06/05/25 _x86_64_ (8 CPU) 03:42:02 03:42:02 02:53:00 LINUX RESTART (8 CPU) 03:42:02 03:42:02 02:54:01 CPU %user %nice %system %iowait %steal %idle 03:42:02 02:55:01 all 24.48 0.00 5.93 1.07 0.10 68.44 03:42:02 02:55:01 0 23.17 0.00 6.09 0.38 0.12 70.24 03:42:02 02:55:01 1 25.59 0.00 6.78 3.02 0.08 64.52 03:42:02 02:55:01 2 23.86 0.00 5.52 0.05 0.08 70.49 03:42:02 02:55:01 3 26.51 0.00 5.40 0.51 0.10 67.48 03:42:02 02:55:01 4 23.19 0.00 6.47 3.61 0.10 66.63 03:42:02 02:55:01 5 23.66 0.00 5.78 0.08 0.08 70.39 03:42:02 02:55:01 6 25.52 0.00 5.46 0.19 0.10 68.74 03:42:02 02:55:01 7 24.31 0.00 5.93 0.71 0.08 68.96 03:42:02 02:56:01 all 36.66 0.00 6.39 0.38 0.09 56.48 03:42:02 02:56:01 0 36.80 0.00 6.58 0.00 0.10 56.52 03:42:02 02:56:01 1 34.66 0.00 6.74 2.89 0.10 55.61 03:42:02 02:56:01 2 38.83 0.00 6.06 0.02 0.10 55.00 03:42:02 02:56:01 3 37.55 0.00 6.86 0.00 0.08 55.51 03:42:02 02:56:01 4 40.50 0.00 6.24 0.07 0.10 53.09 03:42:02 02:56:01 5 35.80 0.00 6.00 0.02 0.08 58.10 03:42:02 02:56:01 6 34.13 0.00 6.05 0.00 0.08 59.73 03:42:02 02:56:01 7 35.03 0.00 6.59 0.02 0.08 58.28 03:42:02 02:57:01 all 72.16 0.00 9.02 0.07 0.10 18.64 03:42:02 02:57:01 0 71.99 0.00 9.17 0.00 0.10 18.74 03:42:02 02:57:01 1 71.72 0.00 8.96 0.45 0.08 18.78 03:42:02 02:57:01 2 71.72 0.00 8.82 0.00 0.10 19.36 03:42:02 02:57:01 3 72.23 0.00 9.23 0.00 0.10 18.44 03:42:02 02:57:01 4 73.37 0.00 9.08 0.08 0.10 17.37 03:42:02 02:57:01 5 72.51 0.00 8.58 0.02 0.12 18.78 03:42:02 02:57:01 6 72.32 0.00 8.45 0.00 0.10 19.12 03:42:02 02:57:01 7 71.43 0.00 9.87 0.02 0.12 18.57 03:42:02 02:58:01 all 29.42 0.00 8.64 5.60 0.09 56.25 03:42:02 02:58:01 0 28.81 0.00 9.28 4.93 0.10 56.88 03:42:02 02:58:01 1 29.60 0.00 9.00 8.80 0.12 52.49 03:42:02 02:58:01 2 31.22 0.00 8.11 5.73 0.10 54.84 03:42:02 02:58:01 3 30.66 0.00 9.28 4.68 0.10 55.28 03:42:02 02:58:01 4 29.74 0.00 8.69 5.39 0.07 56.10 03:42:02 02:58:01 5 28.86 0.00 8.77 7.71 0.08 54.58 03:42:02 02:58:01 6 28.52 0.00 7.83 2.43 0.08 61.14 03:42:02 02:58:01 7 27.94 0.00 8.19 5.13 0.08 58.65 03:42:02 02:59:01 all 29.92 0.00 11.26 8.51 0.10 50.21 03:42:02 02:59:01 0 26.87 0.00 8.47 6.98 0.08 57.60 03:42:02 02:59:01 1 30.73 0.00 11.24 5.26 0.08 52.68 03:42:02 02:59:01 2 31.41 0.00 11.70 8.83 0.10 47.97 03:42:02 02:59:01 3 31.30 0.00 11.70 5.72 0.10 51.19 03:42:02 02:59:01 4 29.43 0.00 11.88 6.81 0.10 51.78 03:42:02 02:59:01 5 29.97 0.00 13.47 26.16 0.12 30.28 03:42:02 02:59:01 6 29.40 0.00 9.67 3.75 0.08 57.09 03:42:02 02:59:01 7 30.25 0.00 12.00 4.70 0.10 52.95 03:42:02 03:00:01 all 89.05 0.00 10.83 0.00 0.12 0.00 03:42:02 03:00:01 0 90.15 0.00 9.70 0.02 0.13 0.00 03:42:02 03:00:01 1 88.30 0.00 11.56 0.00 0.13 0.00 03:42:02 03:00:01 2 89.15 0.00 10.73 0.00 0.12 0.00 03:42:02 03:00:01 3 88.69 0.00 11.20 0.00 0.12 0.00 03:42:02 03:00:01 4 88.45 0.00 11.43 0.00 0.12 0.00 03:42:02 03:00:01 5 89.55 0.00 10.33 0.00 0.12 0.00 03:42:02 03:00:01 6 89.95 0.00 9.93 0.00 0.12 0.00 03:42:02 03:00:01 7 88.11 0.00 11.76 0.00 0.13 0.00 03:42:02 03:01:01 all 90.36 0.00 9.53 0.00 0.12 0.00 03:42:02 03:01:01 0 91.08 0.00 8.80 0.00 0.12 0.00 03:42:02 03:01:01 1 89.79 0.00 10.08 0.00 0.13 0.00 03:42:02 03:01:01 2 90.60 0.00 9.30 0.00 0.10 0.00 03:42:02 03:01:01 3 90.54 0.00 9.35 0.00 0.12 0.00 03:42:02 03:01:01 4 89.32 0.00 10.56 0.00 0.12 0.00 03:42:02 03:01:01 5 91.25 0.00 8.63 0.00 0.12 0.00 03:42:02 03:01:01 6 91.09 0.00 8.80 0.00 0.12 0.00 03:42:02 03:01:01 7 89.19 0.00 10.70 0.00 0.12 0.00 03:42:02 03:02:01 all 52.51 0.00 7.52 0.37 0.09 39.51 03:42:02 03:02:01 0 51.56 0.00 7.32 0.22 0.10 40.80 03:42:02 03:02:01 1 52.15 0.00 8.30 0.30 0.07 39.18 03:42:02 03:02:01 2 54.01 0.00 7.19 0.85 0.10 37.85 03:42:02 03:02:01 3 51.61 0.00 8.29 0.23 0.10 39.76 03:42:02 03:02:01 4 53.84 0.00 7.58 0.23 0.08 38.26 03:42:02 03:02:01 5 54.40 0.00 7.16 0.12 0.10 38.23 03:42:02 03:02:01 6 49.95 0.00 7.04 0.55 0.08 42.37 03:42:02 03:02:01 7 52.55 0.00 7.24 0.44 0.12 39.66 03:42:02 03:03:01 all 10.03 0.00 1.10 0.10 0.06 88.70 03:42:02 03:03:01 0 10.44 0.00 1.05 0.25 0.05 88.20 03:42:02 03:03:01 1 7.81 0.00 1.16 0.03 0.05 90.95 03:42:02 03:03:01 2 9.75 0.00 0.99 0.40 0.10 88.76 03:42:02 03:03:01 3 13.26 0.00 1.52 0.02 0.08 85.12 03:42:02 03:03:01 4 11.38 0.00 1.05 0.03 0.07 87.47 03:42:02 03:03:01 5 13.40 0.00 1.12 0.02 0.07 85.39 03:42:02 03:03:01 6 5.83 0.00 0.69 0.02 0.03 93.43 03:42:02 03:03:01 7 8.39 0.00 1.23 0.03 0.05 90.30 03:42:02 03:04:01 all 4.04 0.00 0.51 0.04 0.04 95.37 03:42:02 03:04:01 0 3.46 0.00 0.53 0.25 0.03 95.72 03:42:02 03:04:01 1 2.18 0.00 0.64 0.02 0.03 97.13 03:42:02 03:04:01 2 5.58 0.00 0.57 0.02 0.05 93.79 03:42:02 03:04:01 3 2.95 0.00 0.53 0.00 0.02 96.50 03:42:02 03:04:01 4 6.38 0.00 0.54 0.00 0.05 93.04 03:42:02 03:04:01 5 6.98 0.00 0.50 0.02 0.05 92.46 03:42:02 03:04:01 6 1.69 0.00 0.45 0.02 0.03 97.81 03:42:02 03:04:01 7 3.13 0.00 0.35 0.00 0.03 96.48 03:42:02 03:05:01 all 0.02 0.00 0.01 0.01 0.02 99.95 03:42:02 03:05:01 0 0.02 0.00 0.02 0.03 0.02 99.92 03:42:02 03:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:05:01 2 0.03 0.00 0.02 0.00 0.05 99.90 03:42:02 03:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:42:02 03:05:01 4 0.07 0.00 0.00 0.00 0.02 99.92 03:42:02 03:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:05:01 7 0.00 0.00 0.02 0.02 0.00 99.97 03:42:02 03:42:02 03:05:01 CPU %user %nice %system %iowait %steal %idle 03:42:02 03:06:01 all 0.04 0.00 0.01 0.00 0.01 99.93 03:42:02 03:06:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 03:42:02 03:06:01 2 0.12 0.00 0.03 0.00 0.03 99.81 03:42:02 03:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:06:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:06:01 6 0.07 0.00 0.00 0.00 0.02 99.92 03:42:02 03:06:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:07:01 all 0.05 0.00 0.02 0.00 0.01 99.91 03:42:02 03:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:07:01 1 0.27 0.00 0.02 0.00 0.02 99.70 03:42:02 03:07:01 2 0.07 0.00 0.05 0.00 0.03 99.85 03:42:02 03:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:07:01 4 0.05 0.00 0.02 0.00 0.03 99.90 03:42:02 03:07:01 5 0.00 0.00 0.03 0.00 0.00 99.97 03:42:02 03:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:07:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:42:02 03:08:01 all 0.28 0.00 0.02 0.03 0.01 99.66 03:42:02 03:08:01 0 0.05 0.00 0.05 0.02 0.02 99.87 03:42:02 03:08:01 1 1.99 0.00 0.00 0.00 0.00 98.01 03:42:02 03:08:01 2 0.07 0.00 0.05 0.00 0.03 99.85 03:42:02 03:08:01 3 0.03 0.00 0.00 0.13 0.00 99.83 03:42:02 03:08:01 4 0.03 0.00 0.02 0.12 0.02 99.82 03:42:02 03:08:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:09:01 all 0.28 0.00 0.03 0.01 0.02 99.67 03:42:02 03:09:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:42:02 03:09:01 1 1.97 0.00 0.02 0.00 0.02 98.00 03:42:02 03:09:01 2 0.07 0.00 0.05 0.05 0.03 99.80 03:42:02 03:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:09:01 4 0.03 0.00 0.05 0.00 0.03 99.88 03:42:02 03:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:09:01 7 0.02 0.00 0.05 0.00 0.02 99.92 03:42:02 03:10:01 all 0.12 0.00 0.04 0.00 0.01 99.83 03:42:02 03:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:42:02 03:10:01 1 0.70 0.00 0.15 0.00 0.00 99.15 03:42:02 03:10:01 2 0.12 0.00 0.03 0.02 0.03 99.80 03:42:02 03:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:10:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:42:02 03:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:42:02 03:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:11:01 2 0.08 0.00 0.03 0.00 0.03 99.85 03:42:02 03:11:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:42:02 03:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 03:42:02 03:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:11:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:42:02 03:12:01 all 0.08 0.00 0.01 0.01 0.01 99.89 03:42:02 03:12:01 0 0.03 0.00 0.02 0.03 0.00 99.92 03:42:02 03:12:01 1 0.38 0.00 0.00 0.00 0.02 99.60 03:42:02 03:12:01 2 0.08 0.00 0.03 0.05 0.02 99.82 03:42:02 03:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 03:42:02 03:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:12:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:13:01 all 0.30 0.00 0.02 0.00 0.01 99.67 03:42:02 03:13:01 0 0.00 0.00 0.02 0.03 0.02 99.93 03:42:02 03:13:01 1 1.99 0.00 0.00 0.00 0.00 98.01 03:42:02 03:13:01 2 0.07 0.00 0.05 0.00 0.03 99.85 03:42:02 03:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:13:01 4 0.08 0.00 0.07 0.00 0.02 99.83 03:42:02 03:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:13:01 6 0.17 0.00 0.00 0.00 0.00 99.83 03:42:02 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:14:01 all 0.27 0.00 0.02 0.00 0.01 99.70 03:42:02 03:14:01 0 0.03 0.00 0.02 0.02 0.00 99.93 03:42:02 03:14:01 1 1.94 0.00 0.00 0.00 0.00 98.06 03:42:02 03:14:01 2 0.05 0.00 0.05 0.02 0.03 99.85 03:42:02 03:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:14:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:42:02 03:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:15:01 all 0.16 0.00 0.01 0.00 0.01 99.82 03:42:02 03:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 03:42:02 03:15:01 1 0.99 0.00 0.07 0.00 0.02 98.92 03:42:02 03:15:01 2 0.08 0.00 0.02 0.00 0.02 99.88 03:42:02 03:15:01 3 0.05 0.00 0.00 0.00 0.02 99.93 03:42:02 03:15:01 4 0.08 0.00 0.00 0.00 0.02 99.90 03:42:02 03:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:16:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:42:02 03:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:16:01 2 0.03 0.00 0.07 0.00 0.03 99.87 03:42:02 03:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:16:01 4 0.05 0.00 0.05 0.00 0.03 99.87 03:42:02 03:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 03:42:02 03:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:42:02 03:16:01 CPU %user %nice %system %iowait %steal %idle 03:42:02 03:17:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:42:02 03:17:01 0 0.03 0.00 0.02 0.02 0.02 99.92 03:42:02 03:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:17:01 2 0.08 0.00 0.03 0.02 0.03 99.83 03:42:02 03:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:17:01 4 0.08 0.00 0.05 0.00 0.02 99.85 03:42:02 03:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:17:01 6 0.10 0.00 0.02 0.00 0.00 99.88 03:42:02 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:42:02 03:18:01 0 0.02 0.00 0.02 0.02 0.02 99.93 03:42:02 03:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 03:42:02 03:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:42:02 03:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:19:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:42:02 03:19:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:42:02 03:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:19:01 2 0.07 0.00 0.02 0.02 0.03 99.87 03:42:02 03:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:19:01 4 0.05 0.00 0.05 0.00 0.02 99.88 03:42:02 03:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:19:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:42:02 03:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:42:02 03:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:20:01 2 0.03 0.00 0.07 0.02 0.05 99.83 03:42:02 03:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:20:01 4 0.03 0.00 0.05 0.00 0.02 99.90 03:42:02 03:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:21:01 all 0.03 0.00 0.01 0.02 0.01 99.92 03:42:02 03:21:01 0 0.07 0.00 0.02 0.02 0.02 99.88 03:42:02 03:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:42:02 03:21:01 2 0.10 0.00 0.07 0.15 0.03 99.65 03:42:02 03:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:22:01 all 0.10 0.00 0.02 0.03 0.01 99.85 03:42:02 03:22:01 0 0.00 0.00 0.02 0.20 0.02 99.77 03:42:02 03:22:01 1 0.62 0.00 0.02 0.00 0.02 99.35 03:42:02 03:22:01 2 0.07 0.00 0.05 0.02 0.03 99.83 03:42:02 03:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:42:02 03:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:23:01 all 0.04 0.00 0.02 0.00 0.02 99.92 03:42:02 03:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:23:01 2 0.15 0.00 0.03 0.02 0.03 99.77 03:42:02 03:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:23:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:23:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:42:02 03:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:24:01 all 0.25 0.00 0.02 0.00 0.01 99.71 03:42:02 03:24:01 0 0.03 0.00 0.03 0.03 0.00 99.90 03:42:02 03:24:01 1 1.74 0.00 0.03 0.00 0.02 98.21 03:42:02 03:24:01 2 0.05 0.00 0.03 0.00 0.03 99.88 03:42:02 03:24:01 3 0.07 0.00 0.02 0.00 0.00 99.92 03:42:02 03:24:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:25:01 all 0.28 0.00 0.02 0.00 0.01 99.68 03:42:02 03:25:01 0 0.05 0.00 0.05 0.02 0.02 99.87 03:42:02 03:25:01 1 2.00 0.00 0.03 0.00 0.02 97.95 03:42:02 03:25:01 2 0.05 0.00 0.03 0.02 0.02 99.88 03:42:02 03:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:25:01 4 0.05 0.00 0.03 0.00 0.00 99.92 03:42:02 03:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:26:01 all 0.28 0.00 0.01 0.00 0.01 99.69 03:42:02 03:26:01 0 0.03 0.00 0.03 0.03 0.02 99.88 03:42:02 03:26:01 1 1.97 0.00 0.02 0.00 0.00 98.01 03:42:02 03:26:01 2 0.07 0.00 0.03 0.00 0.03 99.87 03:42:02 03:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:27:01 all 0.19 0.00 0.03 0.00 0.01 99.77 03:42:02 03:27:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:42:02 03:27:01 1 1.30 0.00 0.08 0.00 0.00 98.61 03:42:02 03:27:01 2 0.02 0.00 0.05 0.02 0.03 99.88 03:42:02 03:27:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:42:02 03:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:42:02 03:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:42:02 03:27:01 CPU %user %nice %system %iowait %steal %idle 03:42:02 03:28:01 all 0.05 0.00 0.02 0.00 0.01 99.91 03:42:02 03:28:01 0 0.02 0.00 0.05 0.02 0.02 99.90 03:42:02 03:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 03:42:02 03:28:01 2 0.13 0.00 0.07 0.02 0.03 99.75 03:42:02 03:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:28:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:42:02 03:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:42:02 03:29:01 0 0.02 0.00 0.05 0.02 0.03 99.88 03:42:02 03:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:29:01 2 0.05 0.00 0.02 0.00 0.03 99.90 03:42:02 03:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:29:01 6 0.03 0.00 0.00 0.00 0.03 99.93 03:42:02 03:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:30:01 all 0.17 0.00 0.01 0.00 0.01 99.81 03:42:02 03:30:01 0 0.07 0.00 0.03 0.02 0.02 99.87 03:42:02 03:30:01 1 0.88 0.00 0.00 0.00 0.02 99.10 03:42:02 03:30:01 2 0.18 0.00 0.03 0.02 0.03 99.73 03:42:02 03:30:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:42:02 03:30:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:42:02 03:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:42:02 03:30:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:42:02 03:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:31:01 all 0.28 0.00 0.10 0.01 0.01 99.60 03:42:02 03:31:01 0 0.08 0.00 0.10 0.02 0.02 99.78 03:42:02 03:31:01 1 1.81 0.00 0.10 0.00 0.02 98.08 03:42:02 03:31:01 2 0.03 0.00 0.07 0.02 0.03 99.85 03:42:02 03:31:01 3 0.05 0.00 0.07 0.00 0.02 99.87 03:42:02 03:31:01 4 0.18 0.00 0.25 0.03 0.02 99.52 03:42:02 03:31:01 5 0.00 0.00 0.07 0.00 0.00 99.93 03:42:02 03:31:01 6 0.03 0.00 0.08 0.00 0.02 99.87 03:42:02 03:31:01 7 0.03 0.00 0.03 0.00 0.00 99.93 03:42:02 03:32:01 all 0.25 0.00 0.02 0.00 0.01 99.71 03:42:02 03:32:01 0 0.02 0.00 0.00 0.02 0.03 99.93 03:42:02 03:32:01 1 1.65 0.00 0.07 0.00 0.00 98.29 03:42:02 03:32:01 2 0.07 0.00 0.07 0.02 0.03 99.82 03:42:02 03:32:01 3 0.08 0.00 0.00 0.00 0.00 99.92 03:42:02 03:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:32:01 5 0.07 0.00 0.02 0.00 0.00 99.92 03:42:02 03:32:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:33:01 all 0.14 0.00 0.03 0.01 0.01 99.81 03:42:02 03:33:01 0 0.12 0.00 0.07 0.02 0.02 99.78 03:42:02 03:33:01 1 0.60 0.00 0.03 0.02 0.02 99.33 03:42:02 03:33:01 2 0.12 0.00 0.03 0.02 0.03 99.80 03:42:02 03:33:01 3 0.03 0.00 0.02 0.02 0.02 99.92 03:42:02 03:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:33:01 5 0.07 0.00 0.05 0.00 0.02 99.87 03:42:02 03:33:01 6 0.15 0.00 0.03 0.00 0.02 99.80 03:42:02 03:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:34:01 all 0.27 0.00 0.05 0.00 0.01 99.66 03:42:02 03:34:01 0 0.27 0.00 0.03 0.00 0.02 99.68 03:42:02 03:34:01 1 0.32 0.00 0.07 0.03 0.02 99.57 03:42:02 03:34:01 2 0.52 0.00 0.07 0.00 0.02 99.40 03:42:02 03:34:01 3 0.18 0.00 0.02 0.00 0.00 99.80 03:42:02 03:34:01 4 0.23 0.00 0.07 0.00 0.03 99.67 03:42:02 03:34:01 5 0.22 0.00 0.00 0.00 0.00 99.78 03:42:02 03:34:01 6 0.32 0.00 0.03 0.00 0.02 99.63 03:42:02 03:34:01 7 0.08 0.00 0.13 0.00 0.00 99.78 03:42:02 03:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 03:42:02 03:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:42:02 03:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:42:02 03:35:01 2 0.00 0.00 0.03 0.02 0.02 99.93 03:42:02 03:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 03:42:02 03:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:36:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:42:02 03:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:36:01 2 0.05 0.00 0.03 0.02 0.02 99.88 03:42:02 03:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:36:01 4 0.08 0.00 0.02 0.00 0.03 99.87 03:42:02 03:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:36:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:42:02 03:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:37:01 all 0.02 0.00 0.02 0.02 0.01 99.93 03:42:02 03:37:01 0 0.00 0.00 0.00 0.02 0.02 99.97 03:42:02 03:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:37:01 2 0.05 0.00 0.03 0.13 0.02 99.77 03:42:02 03:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:37:01 4 0.07 0.00 0.05 0.00 0.03 99.85 03:42:02 03:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:42:02 03:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:42:02 03:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:42:02 03:38:01 2 0.05 0.00 0.02 0.02 0.02 99.90 03:42:02 03:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:38:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:42:02 03:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:42:02 03:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:42:02 03:38:01 CPU %user %nice %system %iowait %steal %idle 03:42:02 03:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:42:02 03:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 03:42:02 03:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:42:02 03:39:01 2 0.00 0.00 0.00 0.03 0.00 99.97 03:42:02 03:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:42:02 03:39:01 4 0.00 0.00 0.03 0.00 0.02 99.95 03:42:02 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:42:02 03:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:42:02 03:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:42:02 03:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:42:02 03:40:01 2 0.02 0.00 0.02 0.02 0.02 99.93 03:42:02 03:40:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:40:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:42:02 03:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:42:02 03:40:01 6 0.07 0.00 0.02 0.00 0.02 99.90 03:42:02 03:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:42:02 03:41:01 all 4.24 0.00 1.93 0.27 0.03 93.54 03:42:02 03:41:01 0 3.89 0.00 2.72 1.71 0.05 91.63 03:42:02 03:41:01 1 5.57 0.00 1.74 0.00 0.03 92.65 03:42:02 03:41:01 2 4.47 0.00 1.55 0.29 0.02 93.68 03:42:02 03:41:01 3 4.18 0.00 1.19 0.02 0.02 94.60 03:42:02 03:41:01 4 3.60 0.00 1.37 0.00 0.05 94.98 03:42:02 03:41:01 5 5.12 0.00 2.28 0.10 0.02 92.49 03:42:02 03:41:01 6 3.40 0.00 1.99 0.02 0.02 94.58 03:42:02 03:41:01 7 3.69 0.00 2.59 0.00 0.03 93.68 03:42:02 03:42:01 all 9.31 0.00 4.08 0.64 0.07 85.89 03:42:02 03:42:01 0 11.34 0.00 5.62 3.59 0.07 79.38 03:42:02 03:42:01 1 8.46 0.00 4.07 0.20 0.07 87.20 03:42:02 03:42:01 2 10.83 0.00 4.14 0.27 0.08 84.68 03:42:02 03:42:01 3 8.22 0.00 3.71 0.02 0.07 87.99 03:42:02 03:42:01 4 9.45 0.00 3.70 0.03 0.07 86.75 03:42:02 03:42:01 5 9.66 0.00 3.96 0.20 0.07 86.11 03:42:02 03:42:01 6 8.28 0.00 3.69 0.78 0.07 87.19 03:42:02 03:42:01 7 8.26 0.00 3.76 0.05 0.05 87.88 03:42:02 Average: all 9.49 0.00 1.61 0.36 0.03 88.52 03:42:02 Average: 0 9.38 0.00 1.58 0.39 0.03 88.61 03:42:02 Average: 1 9.76 0.00 1.68 0.43 0.03 88.10 03:42:02 Average: 2 9.66 0.00 1.58 0.35 0.04 88.37 03:42:02 Average: 3 9.54 0.00 1.63 0.23 0.03 88.57 03:42:02 Average: 4 9.57 0.00 1.66 0.34 0.03 88.40 03:42:02 Average: 5 9.60 0.00 1.60 0.71 0.02 88.07 03:42:02 Average: 6 9.18 0.00 1.46 0.16 0.03 89.17 03:42:02 Average: 7 9.20 0.00 1.67 0.23 0.02 88.88 03:42:02 03:42:02 03:42:02