Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 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-ssh7126953611731286217.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-ssh11591809725755713852.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-ssh8434445580568032619.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-ssh10481830329710795533.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-ssh2373660933488398491.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3952 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/860 [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/860 # 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 37471aae1dd3b986ef91b9bd0a84b6b5a271aace (main) Commit message: "Merge pull request #5193 from yichun-chou/issue-5192" > 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 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 > git rev-list --no-walk edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:52:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:52:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:52:10 ========================================================= 01:52:10 EdgeX Global Pipelines Version Info 01:52:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:52:11 ------------------- 01:52:11 stable info: 01:52:11 ------------------- 01:52:11 Commited By: Ginny Guan ginny@iotechsys.com 01:52:11 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:52:11 Message: update stable to v1.0.274 01:52:12 ------------------- 01:52:12 experimental info: 01:52:12 ------------------- 01:52:12 Commited By: **** collab-it+edgex@linuxfoundation.org 01:52:12 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 01:52:12 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37471aa [Pipeline] echo 01:52:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:52:12 provisioning config files... 01:52:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config18254205923046819015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:52:15 ---> ****-login.sh 01:52:15 nexus3.edgexfoundry.org:10001 01:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:52:15 Configure a credential helper to remove this warning. See 01:52:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:52:15 01:52:15 Login Succeeded 01:52:15 nexus3.edgexfoundry.org:10002 01:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:52:15 Configure a credential helper to remove this warning. See 01:52:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:52:15 01:52:15 Login Succeeded 01:52:15 nexus3.edgexfoundry.org:10003 01:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:52:15 Configure a credential helper to remove this warning. See 01:52:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:52:15 01:52:15 Login Succeeded 01:52:15 nexus3.edgexfoundry.org:10004 01:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:52:15 Configure a credential helper to remove this warning. See 01:52:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:52:15 01:52:15 Login Succeeded 01:52:15 ****.io 01:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:52:16 Configure a credential helper to remove this warning. See 01:52:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:52:16 01:52:16 Login Succeeded 01:52:16 ---> ****-login.sh ends [Pipeline] } 01:52:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:52:16 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:52:16 + dirname cmd/core-command/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo core-command,cmd/core-command/Dockerfile 01:52:16 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:52:16 + + cut -d/ -f2 01:52:16 dirname cmd/core-data/Dockerfile 01:52:16 + echo core-data,cmd/core-data/Dockerfile 01:52:16 + dirname cmd/core-keeper/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo core-keeper,cmd/core-keeper/Dockerfile 01:52:16 + + dirname cmd/core-metadata/Dockerfile 01:52:16 cut -d/ -f2 01:52:16 + echo core-metadata,cmd/core-metadata/Dockerfile 01:52:16 + dirname cmd/security-bootstrapper/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:52:16 + dirname cmd/security-proxy-auth/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:52:16 + dirname cmd/security-proxy-setup/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:52:16 + dirname cmd/security-secretstore-setup/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:52:16 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:52:16 + dirname cmd/security-spire-agent/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:52:16 + dirname cmd/security-spire-config/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:52:16 + dirname cmd/security-spire-server/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:52:16 + dirname cmd/support-notifications/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo support-notifications,cmd/support-notifications/Dockerfile 01:52:16 + dirname cmd/support-scheduler/Dockerfile 01:52:16 + cut -d/ -f2 01:52:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:52:16 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:52:16 + git rev-list -1 --merges 37471aae1dd3b986ef91b9bd0a84b6b5a271aace~1..37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 01:52:16 -----------> git rev-list -1 --merges 37471aae1dd3b986ef91b9bd0a84b6b5a271aace~1..37471aae1dd3b986ef91b9bd0a84b6b5a271aace 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 01:52:16 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [false] [Pipeline] sh 01:52:17 + git log --format=format:%s -1 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 01:52:17 ========================================================= 01:52:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:52:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:52:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:52:17 + grep -v github /etc/ssh/ssh_known_hosts 01:52:17 + [ -e /tmp/ssh_known_hosts ] 01:52:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:52:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:52:17 + sudo tee -a /etc/ssh/ssh_known_hosts 01:52:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:52:18 01:52:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:52:18 0.1.4: Pulling from edgex-devops/py-git-semver 01:52:18 3dae71ba6b94: Pulling fs layer 01:52:18 6bf1a483ea7c: Pulling fs layer 01:52:18 f5dfc541a4d3: Pulling fs layer 01:52:18 461d9e800cba: Pulling fs layer 01:52:18 80192f66455f: Pulling fs layer 01:52:18 2e8e34ca0e6c: Pulling fs layer 01:52:18 a29436f7fd5d: Pulling fs layer 01:52:18 923cac83aea3: Pulling fs layer 01:52:18 25ad8b0a4227: Pulling fs layer 01:52:18 db01528c6b51: Pulling fs layer 01:52:18 28988de357af: Pulling fs layer 01:52:18 461d9e800cba: Waiting 01:52:18 80192f66455f: Waiting 01:52:18 2e8e34ca0e6c: Waiting 01:52:18 a29436f7fd5d: Waiting 01:52:18 923cac83aea3: Waiting 01:52:18 25ad8b0a4227: Waiting 01:52:18 db01528c6b51: Waiting 01:52:18 28988de357af: Waiting 01:52:18 6bf1a483ea7c: Verifying Checksum 01:52:18 6bf1a483ea7c: Download complete 01:52:18 461d9e800cba: Download complete 01:52:18 80192f66455f: Verifying Checksum 01:52:18 80192f66455f: Download complete 01:52:18 f5dfc541a4d3: Verifying Checksum 01:52:18 f5dfc541a4d3: Download complete 01:52:18 3dae71ba6b94: Verifying Checksum 01:52:18 3dae71ba6b94: Download complete 01:52:18 923cac83aea3: Download complete 01:52:19 25ad8b0a4227: Verifying Checksum 01:52:19 25ad8b0a4227: Download complete 01:52:19 db01528c6b51: Download complete 01:52:19 28988de357af: Download complete 01:52:19 a29436f7fd5d: Verifying Checksum 01:52:19 a29436f7fd5d: Download complete 01:52:20 3dae71ba6b94: Pull complete 01:52:20 2e8e34ca0e6c: Verifying Checksum 01:52:20 2e8e34ca0e6c: Download complete 01:52:20 6bf1a483ea7c: Pull complete 01:52:20 f5dfc541a4d3: Pull complete 01:52:20 461d9e800cba: Pull complete 01:52:20 80192f66455f: Pull complete 01:52:24 2e8e34ca0e6c: Pull complete 01:52:24 a29436f7fd5d: Pull complete 01:52:24 923cac83aea3: Pull complete 01:52:25 25ad8b0a4227: Pull complete 01:52:25 db01528c6b51: Pull complete 01:52:25 28988de357af: Pull complete 01:52:25 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:52:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:52:25 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:25 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 01:52:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:52:29 $ docker top 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f -eo pid,comm 01:52:30 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). 01:52:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:52:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:52:30 [ssh-agent] Looking for ssh-agent implementation... 01:52:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:52:30 $ docker exec 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent 01:52:30 SSH_AUTH_SOCK=/tmp/ssh-U8zNVDHon23d/agent.33 01:52:30 SSH_AGENT_PID=39 01:52:30 Running ssh-add (command line suppressed) 01:52:30 Identity added: /w/workspace/edgex-go/860@tmp/private_key_6439591992976181677.key (/w/workspace/edgex-go/860@tmp/private_key_6439591992976181677.key) 01:52:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:52:31 + git tag --points-at HEAD [Pipeline] } 01:52:31 $ docker exec --env ******** --env ******** 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent -k 01:52:31 unset SSH_AUTH_SOCK; 01:52:31 unset SSH_AGENT_PID; 01:52:31 echo Agent pid 39 killed; 01:52:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:52:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:52:31 [ssh-agent] Looking for ssh-agent implementation... 01:52:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:52:31 $ docker exec 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent 01:52:31 SSH_AUTH_SOCK=/tmp/ssh-f0FGOVmTN0CN/agent.73 01:52:31 SSH_AGENT_PID=80 01:52:31 Running ssh-add (command line suppressed) 01:52:31 Identity added: /w/workspace/edgex-go/860@tmp/private_key_2693839377902878205.key (/w/workspace/edgex-go/860@tmp/private_key_2693839377902878205.key) 01:52:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:52:32 + git semver init 01:52:32 2025-06-25 01:52:32,253 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:52:32 2025-06-25 01:52:32,257 [run_init] DEBUG init version:0.0.0 force:False 01:52:32 2025-06-25 01:52:32,257 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/860/.semver 01:52:32 2025-06-25 01:52:32,258 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/860/.semver 01:52:32 2025-06-25 01:52:32,258 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/860/.semver'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) 01:53:55 2025-06-25 01:53:48,168 [append_file] DEBUG append to file:/w/workspace/edgex-go/860/.git/info/exclude 01:53:55 2025-06-25 01:53:48,168 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/860/.semver/main with force:False 01:53:55 2025-06-25 01:53:48,168 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 01:53:55 2025-06-25 01:53:48,169 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 01:53:55 4.1.0-dev.28 [Pipeline] } 01:53:55 $ docker exec --env ******** --env ******** 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent -k 01:53:55 unset SSH_AUTH_SOCK; 01:53:55 unset SSH_AGENT_PID; 01:53:55 echo Agent pid 80 killed; 01:53:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:53:55 + git semver [Pipeline] } 01:53:55 $ docker stop --time=1 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f 01:53:57 $ docker rm -f --volumes 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f [Pipeline] // withDockerContainer [Pipeline] sh 01:53:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:53:58 Stashed 1 file(s) [Pipeline] echo 01:53:58 [edgeXSemver]: initialized semver on version 4.1.0-dev.28 [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 01:54:00 + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo 01:54:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:54:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:54:00 ========================================================= 01:54:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:54:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:54:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:54:00 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:54:00 0a9a5dfd008f: Pulling fs layer 01:54:00 36466aa92d05: Pulling fs layer 01:54:00 e10405b45d13: Pulling fs layer 01:54:00 096b7ceb2af7: Pulling fs layer 01:54:00 4f4fb700ef54: Pulling fs layer 01:54:00 8213a616a21b: Pulling fs layer 01:54:00 985586143405: Pulling fs layer 01:54:00 0eae2285b678: Pulling fs layer 01:54:00 d3ac315be8c5: Pulling fs layer 01:54:00 4f4fb700ef54: Waiting 01:54:00 8213a616a21b: Waiting 01:54:00 985586143405: Waiting 01:54:00 0eae2285b678: Waiting 01:54:00 d3ac315be8c5: Waiting 01:54:00 36466aa92d05: Verifying Checksum 01:54:00 36466aa92d05: Download complete 01:54:00 096b7ceb2af7: Verifying Checksum 01:54:00 096b7ceb2af7: Download complete 01:54:00 4f4fb700ef54: Verifying Checksum 01:54:00 4f4fb700ef54: Download complete 01:54:00 8213a616a21b: Verifying Checksum 01:54:00 8213a616a21b: Download complete 01:54:00 0a9a5dfd008f: Download complete 01:54:00 985586143405: Verifying Checksum 01:54:00 985586143405: Download complete 01:54:04 0a9a5dfd008f: Pull complete 01:54:04 36466aa92d05: Pull complete 01:54:04 d3ac315be8c5: Verifying Checksum 01:54:04 d3ac315be8c5: Download complete 01:54:04 e10405b45d13: Download complete 01:54:05 0eae2285b678: Verifying Checksum 01:54:05 0eae2285b678: Download complete 01:54:07 e10405b45d13: Pull complete 01:54:07 096b7ceb2af7: Pull complete 01:54:07 4f4fb700ef54: Pull complete 01:54:07 8213a616a21b: Pull complete 01:54:07 985586143405: Pull complete 01:54:10 0eae2285b678: Pull complete 01:54:10 d3ac315be8c5: Pull complete 01:54:10 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:54:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:54:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:54:11 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:54:11 WORKDIR /edgex 01:54:11 COPY go.mod . 01:54:11 RUN go mod download 01:54:11 + docker build -t ci-base-image-x86_64 -f - . 01:54:11 Sending build context to Docker daemon 185.9MB 01:54:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:54:11 ---> ea6120ae94a0 01:54:11 Step 2/4 : WORKDIR /edgex 01:54:13 Still waiting to schedule task 01:54:13 ‘prd-ubuntu20.04-docker-arm64-4c-16g-3894’ is offline 01:54:16 ---> Running in cd68dc19b741 01:54:16 Removing intermediate container cd68dc19b741 01:54:16 ---> 9e949990c3db 01:54:16 Step 3/4 : COPY go.mod . 01:54:16 ---> f8db91bac7b4 01:54:16 Step 4/4 : RUN go mod download 01:54:16 ---> Running in ec69d55434db 01:54:55 Removing intermediate container ec69d55434db 01:54:55 ---> 1e384050a997 01:54:55 Successfully built 1e384050a997 01:54:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:56 + docker inspect -f . ci-base-image-x86_64 01:54:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:56 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 01:54:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:54:56 $ docker top f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:56 + go version 01:54:56 go version go1.23.9 linux/amd64 [Pipeline] } 01:54:56 $ docker stop --time=1 f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c 01:54:58 $ docker rm -f --volumes f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:58 + docker inspect -f . ci-base-image-x86_64 01:54:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:54:58 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 01:54:58 $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:54:59 $ docker top ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff -eo pid,comm [Pipeline] { [Pipeline] echo 01:54:59 ========================================================= 01:54:59 [edgeXBuildGoParallel] Running Tests and Build... 01:54:59 ========================================================= [Pipeline] sh 01:54:59 + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] fileExists [Pipeline] sh 01:54:59 + make test 01:54:59 go test -race -coverprofile=coverage.out ./... 01:55:07 ? github.com/edgexfoundry/edgex-go [no test files] 01:55:32 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:55:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:55:32 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements 01:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:55:32 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:55:34 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:55:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:55:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:55:34 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:55:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements 01:55:35 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 01:55:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.059s coverage: 46.3% of statements 01:55:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.796s coverage: 93.4% of statements 01:55:35 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 92.3% of statements 01:55:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:55:35 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements 01:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:55:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:55:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:55:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:55:37 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:55:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.349s coverage: 95.8% of statements 01:55:38 ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements 01:55:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:55:39 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:55:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:55:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:55:39 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:55:39 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.017s coverage: 87.1% of statements 01:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:55:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 96.3% of statements 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:55:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:55:41 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:55:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.027s coverage: 87.5% of statements 01:55:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:55:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:55:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:55:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:55:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:55:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:55:43 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:55:44 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:55:44 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:55:44 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:55:46 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:55:47 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:55:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:55:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:55:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:55:51 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:55:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:55:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:55:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:55:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:55:52 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:55:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:55:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:55:54 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:55:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:55:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:55:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:55:56 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:56:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:56:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:56:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:56:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:56:00 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.040s coverage: 92.9% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.027s coverage: 87.2% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.205s coverage: 54.5% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 29.2% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.016s coverage: 3.1% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 01:56:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements 01:56:03 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 01:56:04 running golangci-lint 01:56:04 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:56:04 go version go1.23.9 linux/amd64 01:56:04 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:56:04 level=info msg="[config_reader] Used config file .golangci.yml" 01:56:04 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:56:26 level=info msg="[loader] Go packages loading at mode 575 (imports|types_sizes|name|compiled_files|deps|exports_file|files) took 21.822584375s" 01:56:26 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.747144ms" 01:56:39 level=info msg="[linters_context/goanalysis] analyzers took 1m56.046186643s with top 10 stages: buildir: 59.619680672s, gosec: 3.796470615s, fact_deprecated: 3.671069119s, ctrlflow: 3.073876953s, inspect: 3.044960443s, printf: 2.971972157s, fact_purity: 1.514942498s, nilness: 1.444549255s, S1038: 1.329263766s, typedness: 1.077836669s" 01:56:39 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:56:39 level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude: 202/202, cgo: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20, filename_unadjuster: 202/202, skip_files: 202/202, nolint: 20/0, path_prettifier: 202/202" 01:56:39 level=info msg="[runner] processing took 17.584651ms with stages: nolint: 7.197796ms, identifier_marker: 4.796354ms, path_prettifier: 1.741938ms, autogenerated_exclude: 1.600975ms, exclude-rules: 1.176845ms, skip_dirs: 995.361µs, invalid_issue: 28.951µs, cgo: 28.321µs, filename_unadjuster: 14.65µs, max_same_issues: 550ns, skip_files: 450ns, uniq_by_line: 450ns, fixer: 380ns, sort_results: 380ns, exclude: 270ns, path_shortener: 180ns, max_from_linter: 170ns, diff: 160ns, source_code: 150ns, max_per_file_from_linter: 110ns, path_prefixer: 110ns, severity-rules: 100ns" 01:56:39 level=info msg="[runner] linters took 12.312965019s with stages: goanalysis_metalinter: 12.295297566s" 01:56:39 level=info msg="File cache stats: 0 entries of total size 0B" 01:56:39 level=info msg="Memory: 343 samples, avg is 302.3MB, max is 1283.4MB" 01:56:39 level=info msg="Execution took 34.183285103s" 01:56:39 go vet ./... 01:56:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:56:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:56:45 ./bin/test-attribution-txt.sh 01:56:45 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:56:45 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:56:45 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:56:45 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:56:45 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:56:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:56:46 + ls -al . 01:56:46 total 1996 01:56:46 drwxrwxr-x 11 1001 1001 4096 Jun 25 01:55 . 01:56:46 drwxr-xr-x 4 root root 4096 Jun 25 01:54 .. 01:56:46 drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 .blubracket 01:56:46 -rw-rw-r-- 1 1001 1001 10 Jun 25 01:52 .dockerignore 01:56:46 drwxrwxr-x 8 1001 1001 4096 Jun 25 01:56 .git 01:56:46 drwxrwxr-x 3 1001 1001 4096 Jun 25 01:52 .github 01:56:46 -rw-rw-r-- 1 1001 1001 909 Jun 25 01:52 .gitignore 01:56:46 -rw-rw-r-- 1 1001 1001 218 Jun 25 01:52 .golangci.yml 01:56:46 -rw-rw-r-- 1 1001 1001 100 Jun 25 01:52 .hadolint.yml 01:56:46 drwxr-xr-x 3 1001 1001 4096 Jun 25 01:53 .semver 01:56:46 -rw-rw-r-- 1 1001 1001 155 Jun 25 01:52 .sonarcloud.properties 01:56:46 -rw-rw-r-- 1 1001 1001 1171 Jun 25 01:52 ADOPTERS.md 01:56:46 -rw-rw-r-- 1 1001 1001 17374 Jun 25 01:52 Attribution.txt 01:56:46 -rw-rw-r-- 1 1001 1001 108018 Jun 25 01:52 CHANGELOG.md 01:56:46 -rw-rw-r-- 1 1001 1001 3804 Jun 25 01:52 CONTRIBUTING.md 01:56:46 -rw-rw-r-- 1 1001 1001 677 Jun 25 01:52 GOVERNANCE.md 01:56:46 -rw-rw-r-- 1 1001 1001 858 Jun 25 01:52 Jenkinsfile 01:56:46 -rw-rw-r-- 1 1001 1001 10775 Jun 25 01:52 LICENSE 01:56:46 -rw-rw-r-- 1 1001 1001 16740 Jun 25 01:52 Makefile 01:56:46 -rw-rw-r-- 1 1001 1001 582 Jun 25 01:52 OWNERS.md 01:56:46 -rw-rw-r-- 1 1001 1001 9932 Jun 25 01:52 README.md 01:56:46 -rw-rw-r-- 1 1001 1001 789 Jun 25 01:52 SECURITY.md 01:56:46 -rw-rw-r-- 1 1001 1001 12 Jun 25 01:53 VERSION 01:56:46 drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 bin 01:56:46 drwxrwxr-x 19 1001 1001 4096 Jun 25 01:52 cmd 01:56:46 -rw-r--r-- 1 root root 1665452 Jun 25 01:56 coverage.out 01:56:46 drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 fuzz_test 01:56:46 -rw-rw-r-- 1 1001 1001 6473 Jun 25 01:52 go.mod 01:56:46 -rw-rw-r-- 1 1001 1001 88356 Jun 25 01:52 go.sum 01:56:46 drwxrwxr-x 7 1001 1001 4096 Jun 25 01:52 internal 01:56:46 drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 openapi 01:56:46 -rw-rw-r-- 1 1001 1001 584 Jun 25 01:52 security.txt 01:56:46 -rw-rw-r-- 1 1001 1001 204 Jun 25 01:52 version.go [Pipeline] sh 01:56:46 + '[' -e coverage.out ] 01:56:46 + chown 1001:1001 coverage.out [Pipeline] stash 01:56:46 Stashed 1 file(s) [Pipeline] sh 01:56:46 + make build 01:56:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:57:09 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:57:09 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:57:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:57:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:57:12 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:57:17 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:57:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:57:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:57:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:57:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:57:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:57:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:57:28 $ docker stop --time=1 ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff 01:57:33 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4002 in /w/workspace/edgexfoundry_edgex-go_main 01:57:34 $ docker rm -f --volumes ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 01:57:35 Running in /w/workspace/edgex-go/860 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { 01:57:35 The recommended git tool is: git [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:57:36 01:57:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:57:36 latest: Pulling from edgex-devops/edgex-compose 01:57:36 91d30c5bc195: Pulling fs layer 01:57:36 2e9b0aa3be6d: Pulling fs layer 01:57:36 9c61dcf015f6: Pulling fs layer 01:57:36 4698f68db338: Pulling fs layer 01:57:36 2a2f49069b9e: Pulling fs layer 01:57:36 e0025b399a48: Pulling fs layer 01:57:36 4698f68db338: Waiting 01:57:36 2a2f49069b9e: Waiting 01:57:36 e0025b399a48: Waiting 01:57:38 91d30c5bc195: Verifying Checksum 01:57:38 91d30c5bc195: Download complete 01:57:38 4698f68db338: Verifying Checksum 01:57:38 4698f68db338: Download complete 01:57:38 2e9b0aa3be6d: Verifying Checksum 01:57:38 2e9b0aa3be6d: Download complete 01:57:38 91d30c5bc195: Pull complete 01:57:38 e0025b399a48: Download complete 01:57:38 2a2f49069b9e: Verifying Checksum 01:57:38 2a2f49069b9e: Download complete 01:57:38 2e9b0aa3be6d: Pull complete 01:57:39 9c61dcf015f6: Verifying Checksum 01:57:39 9c61dcf015f6: Download complete 01:57:41 9c61dcf015f6: Pull complete 01:57:41 4698f68db338: Pull complete 01:57:41 2a2f49069b9e: Pull complete 01:57:41 e0025b399a48: Pull complete 01:57:41 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:57:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:57:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:57:41 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 01:57:41 $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:57:42 using credential edgex-jenkins-ssh 01:57:42 Cloning the remote Git repository 01:57:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:57:42 > git init /w/workspace/edgex-go/860 # timeout=10 01:57:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:57:43 > git --version # timeout=10 01:57:43 > git --version # 'git version 2.25.1' 01:57:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:57:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:57:44 $ docker top 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 -eo pid,comm [Pipeline] { [Pipeline] sh 01:57:45 + docker compose -f ./docker-compose-build.yml build --parallel 01:57:47 #1 [security-spire-config internal] load build definition from Dockerfile 01:57:47 #1 transferring dockerfile: 1.69kB done 01:57:47 #1 DONE 0.0s 01:57:47 01:57:47 #2 [security-bootstrapper internal] load build definition from Dockerfile 01:57:47 #2 transferring dockerfile: 3.02kB done 01:57:47 #2 DONE 0.0s 01:57:47 01:57:47 #3 [core-data internal] load build definition from Dockerfile 01:57:47 #3 transferring dockerfile: 2.04kB done 01:57:47 #3 DONE 0.0s 01:57:47 01:57:47 #4 [security-spire-server internal] load build definition from Dockerfile 01:57:47 #4 transferring dockerfile: 1.70kB done 01:57:47 #4 DONE 0.0s 01:57:47 01:57:47 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:57:47 #5 transferring dockerfile: 1.89kB done 01:57:47 #5 DONE 0.0s 01:57:47 01:57:47 #6 [core-command internal] load build definition from Dockerfile 01:57:47 #6 transferring dockerfile: 1.94kB done 01:57:47 #6 DONE 0.0s 01:57:47 01:57:47 #7 [core-keeper internal] load build definition from Dockerfile 01:57:47 #7 transferring dockerfile: 2.01kB done 01:57:47 #7 DONE 0.0s 01:57:47 01:57:47 #8 [security-secretstore-setup internal] load build definition from Dockerfile 01:57:47 #8 transferring dockerfile: 2.49kB done 01:57:47 #8 DONE 0.0s 01:57:47 01:57:47 #9 [core-metadata internal] load build definition from Dockerfile 01:57:47 #9 transferring dockerfile: 2.10kB done 01:57:47 #9 DONE 0.0s 01:57:47 01:57:47 #10 [support-scheduler internal] load build definition from Dockerfile 01:57:47 #10 transferring dockerfile: 1.83kB done 01:57:47 #10 DONE 0.0s 01:57:47 01:57:47 #11 [support-notifications internal] load build definition from Dockerfile 01:57:47 #11 transferring dockerfile: 2.00kB done 01:57:47 #11 DONE 0.1s 01:57:47 01:57:47 #12 [security-spire-config internal] load .dockerignore 01:57:47 #12 transferring context: 50B done 01:57:47 #12 DONE 0.0s 01:57:47 01:57:47 #13 [security-spire-agent internal] load build definition from Dockerfile 01:57:47 #13 transferring dockerfile: 1.81kB done 01:57:47 #13 DONE 0.0s 01:57:47 01:57:47 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:57:47 #14 transferring dockerfile: 2.23kB done 01:57:47 #14 DONE 0.0s 01:57:47 01:57:47 #15 [security-proxy-setup internal] load build definition from Dockerfile 01:57:47 #15 transferring dockerfile: 2.50kB done 01:57:47 #15 DONE 0.0s 01:57:47 01:57:47 #16 [security-proxy-auth internal] load build definition from Dockerfile 01:57:47 #16 transferring dockerfile: 2.14kB done 01:57:47 #16 DONE 0.0s 01:57:48 01:57:48 #17 [security-bootstrapper internal] load .dockerignore 01:57:48 #17 transferring context: 50B done 01:57:48 #17 DONE 0.0s 01:57:48 01:57:48 #18 [core-data internal] load .dockerignore 01:57:48 #18 transferring context: 50B done 01:57:48 #18 DONE 0.0s 01:57:48 01:57:48 #19 [security-spire-server internal] load .dockerignore 01:57:48 #19 transferring context: 50B done 01:57:48 #19 DONE 0.0s 01:57:48 01:57:48 #20 [security-spiffe-token-provider internal] load .dockerignore 01:57:48 #20 transferring context: 50B done 01:57:48 #20 DONE 0.0s 01:57:48 01:57:48 #21 [core-keeper internal] load .dockerignore 01:57:48 #21 transferring context: 50B done 01:57:48 #21 DONE 0.0s 01:57:48 01:57:48 #22 [core-command internal] load .dockerignore 01:57:48 #22 transferring context: 50B done 01:57:48 #22 DONE 0.0s 01:57:48 01:57:48 #23 [security-secretstore-setup internal] load .dockerignore 01:57:48 #23 transferring context: 50B done 01:57:48 #23 DONE 0.0s 01:57:48 01:57:48 #24 [core-metadata internal] load .dockerignore 01:57:48 #24 transferring context: 50B done 01:57:48 #24 DONE 0.0s 01:57:48 01:57:48 #25 [support-scheduler internal] load .dockerignore 01:57:48 #25 transferring context: 50B done 01:57:48 #25 DONE 0.0s 01:57:48 01:57:48 #26 [support-notifications internal] load .dockerignore 01:57:48 #26 transferring context: 50B done 01:57:48 #26 DONE 0.0s 01:57:48 01:57:48 #27 [security-spire-agent internal] load .dockerignore 01:57:48 #27 transferring context: 50B done 01:57:48 #27 DONE 0.0s 01:57:48 01:57:48 #28 [security-proxy-setup internal] load .dockerignore 01:57:48 #28 transferring context: 50B done 01:57:48 #28 DONE 0.0s 01:57:48 01:57:48 #29 [core-common-config-bootstrapper internal] load .dockerignore 01:57:48 #29 transferring context: 50B done 01:57:48 #29 DONE 0.0s 01:57:48 01:57:48 #30 [security-proxy-auth internal] load .dockerignore 01:57:48 #30 transferring context: 50B done 01:57:48 #30 DONE 0.0s 01:57:48 01:57:48 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:57:48 #31 DONE 0.0s 01:57:48 01:57:48 #32 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.1s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:48 #33 ... 01:57:48 01:57:48 #32 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.1s 01:57:48 01:57:48 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:57:48 #31 DONE 0.0s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:48 #33 ... 01:57:48 01:57:48 #32 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.1s 01:57:48 01:57:48 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:57:48 #31 DONE 0.0s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:48 #33 ... 01:57:48 01:57:48 #32 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.1s 01:57:48 01:57:48 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:57:48 #31 DONE 0.0s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:48 #33 ... 01:57:48 01:57:48 #32 [security-spire-config stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.2s 01:57:48 01:57:48 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:57:48 #34 DONE 0.6s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:48 #33 ... 01:57:48 01:57:48 #32 [security-proxy-auth stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:48 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:48 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:48 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:48 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:48 #32 DONE 0.2s 01:57:48 01:57:48 #35 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:57:48 #35 DONE 0.5s 01:57:48 01:57:48 #33 [security-bootstrapper internal] load build context 01:57:49 #33 ... 01:57:49 01:57:49 #32 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 01:57:49 #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 01:57:49 #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 01:57:49 #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 01:57:49 #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 01:57:49 #32 DONE 0.2s 01:57:49 01:57:49 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:57:49 #36 DONE 0.6s 01:57:49 01:57:49 #37 [security-spire-server internal] load build context 01:57:49 #37 transferring context: 23.80kB 0.0s done 01:57:49 #37 DONE 0.4s 01:57:49 01:57:49 #38 [security-spire-config internal] load build context 01:57:49 #38 transferring context: 22.05kB 0.0s done 01:57:49 #38 DONE 0.4s 01:57:49 01:57:49 #33 [security-bootstrapper internal] load build context 01:57:49 #33 ... 01:57:49 01:57:49 #39 [security-spire-agent internal] load build context 01:57:49 #39 transferring context: 23.33kB 0.1s done 01:57:49 #39 DONE 0.5s 01:57:49 01:57:49 #40 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 01:57:49 #40 DONE 1.4s 01:57:49 01:57:49 #33 [security-bootstrapper internal] load build context 01:57:54 #33 transferring context: 284.28MB 6.3s 01:57:54 #33 ... 01:57:54 01:57:54 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:57:54 #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done 01:57:54 #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:57:54 #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:57:54 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:57:54 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:57:54 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 01:57:54 #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:57:54 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:57:54 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.9s 01:57:54 #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:57:56 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 6.8s done 01:57:58 #41 ... 01:57:58 01:57:58 #42 [core-data internal] load build context 01:57:58 #42 ... 01:57:58 01:57:58 #43 [core-command internal] load build context 01:57:58 #43 ... 01:57:58 01:57:58 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:57:58 #0 1.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.499 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:57:58 #0 1.499 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:57:58 #0 1.499 OK: 24171 distinct packages available 01:57:58 #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.997 (1/14) Installing ca-certificates (20241121-r1) 01:57:58 #0 2.048 (2/14) Installing brotli-libs (1.1.0-r2) 01:57:58 #0 2.072 (3/14) Installing c-ares (1.33.1-r0) 01:57:58 #0 2.076 (4/14) Installing libunistring (1.2-r0) 01:57:58 #0 2.107 (5/14) Installing libidn2 (2.3.7-r0) 01:57:58 #0 2.112 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:57:58 #0 2.120 (7/14) Installing libpsl (0.21.5-r1) 01:57:58 #0 2.120 (8/14) Installing zstd-libs (1.5.6-r0) 01:57:58 #0 2.134 (9/14) Installing libcurl (8.12.1-r0) 01:57:58 #0 2.152 (10/14) Installing curl (8.12.1-r0) 01:57:58 #0 2.155 (11/14) Installing dumb-init (1.2.5-r3) 01:57:58 #0 2.158 (12/14) Installing musl-obstack (1.2.3-r2) 01:57:58 #0 2.161 (13/14) Installing libucontext (1.2-r3) 01:57:58 #0 2.198 (14/14) Installing gcompat (1.1.0-r4) 01:57:58 #0 2.203 Executing busybox-1.36.1-r29.trigger 01:57:58 #0 2.209 Executing ca-certificates-20241121-r1.trigger 01:57:58 #0 2.255 OK: 13 MiB in 28 packages 01:57:58 #44 ... 01:57:58 01:57:58 #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:57:58 #0 0.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:58 #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.206 (1/2) Installing dumb-init (1.2.5-r3) 01:57:58 #0 1.206 (2/2) Installing su-exec (0.2-r3) 01:57:58 #0 1.214 Executing busybox-1.36.1-r29.trigger 01:57:58 #0 1.241 OK: 8 MiB in 16 packages 01:57:58 #45 ... 01:57:58 01:57:58 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:57:58 #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:58 #0 3.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:58 #0 3.948 (1/4) Installing ca-certificates (20241121-r1) 01:57:58 #0 3.964 (2/4) Installing dumb-init (1.2.5-r3) 01:57:58 #0 3.968 (3/4) Installing su-exec (0.2-r3) 01:57:58 #0 3.974 (4/4) Installing yq-go (4.44.1-r2) 01:57:58 #0 4.036 Executing busybox-1.36.1-r29.trigger 01:57:58 #0 4.044 Executing ca-certificates-20241121-r1.trigger 01:57:58 #0 4.095 OK: 19 MiB in 18 packages 01:57:58 #46 ... 01:57:58 01:57:58 #47 [core-keeper internal] load build context 01:57:58 #47 ... 01:57:58 01:57:58 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:57:58 #0 0.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:57:58 #0 0.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:57:58 #0 1.291 (1/1) Installing dumb-init (1.2.5-r3) 01:57:58 #0 1.299 Executing busybox-1.36.1-r29.trigger 01:57:58 #0 1.305 OK: 8 MiB in 15 packages 01:57:59 #48 ... 01:57:59 01:57:59 #49 [core-metadata internal] load build context 01:57:59 #49 transferring context: 508.16MB 9.7s done 01:57:59 #49 ... 01:57:59 01:57:59 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:57:59 #50 ... 01:57:59 01:57:59 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:59 #51 ... 01:57:59 01:57:59 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:58:00 #52 ... 01:58:00 01:58:00 #53 [core-common-config-bootstrapper internal] load build context 01:58:00 #53 ... 01:58:00 01:58:00 #54 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 01:58:00 #54 ... 01:58:00 01:58:00 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:58:00 #55 ... 01:58:00 01:58:00 #56 [security-proxy-auth internal] load build context 01:58:00 #56 transferring context: 508.16MB 9.3s done 01:58:00 #56 ... 01:58:00 01:58:00 #57 [security-secretstore-setup internal] load build context 01:58:00 #57 transferring context: 508.16MB 9.7s done 01:58:00 #57 ... 01:58:00 01:58:00 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:58:00 #58 ... 01:58:00 01:58:00 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:58:00 #59 ... 01:58:00 01:58:00 #60 [security-proxy-setup internal] load build context 01:58:00 #60 ... 01:58:00 01:58:00 #61 [support-notifications internal] load build context 01:58:01 #61 ... 01:58:01 01:58:01 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:58:01 #0 1.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:01 #0 1.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:01 #0 1.490 (1/1) Installing dumb-init (1.2.5-r3) 01:58:01 #0 1.501 Executing busybox-1.36.1-r29.trigger 01:58:01 #0 1.508 OK: 8 MiB in 15 packages 01:58:01 #62 ... 01:58:01 01:58:01 #63 [security-spiffe-token-provider internal] load build context 01:58:01 #63 transferring context: 508.16MB 9.8s done 01:58:01 #63 ... 01:58:01 01:58:01 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:58:01 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 01:58:01 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 01:58:01 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 01:58:01 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:58:01 #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:58:01 #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:58:01 #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 3.8s done 01:58:01 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 01:58:01 #64 ... 01:58:01 01:58:01 #65 [support-scheduler internal] load build context 01:58:01 #65 transferring context: 508.16MB 9.7s done 01:58:01 #65 ... 01:58:01 01:58:01 #60 [security-proxy-setup internal] load build context 01:58:01 #60 transferring context: 508.16MB 13.1s done 01:58:04 Avoid second fetch 01:58:04 Checking out Revision 37471aae1dd3b986ef91b9bd0a84b6b5a271aace (main) 01:58:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:58:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:04 > git config core.sparsecheckout # timeout=10 01:58:04 > git checkout -f 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 01:58:05 Commit message: "Merge pull request #5193 from yichun-chou/issue-5192" 01:58:05 #60 ... 01:58:05 01:58:05 #33 [security-bootstrapper internal] load build context 01:58:05 #33 transferring context: 508.16MB 10.3s done 01:58:05 #33 ... 01:58:05 01:58:05 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:58:05 #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:58:08 #41 ... 01:58:08 01:58:08 #42 [core-data internal] load build context 01:58:08 #42 transferring context: 508.16MB 12.9s done 01:58:08 #42 ... 01:58:08 01:58:08 #43 [core-command internal] load build context 01:58:08 #43 transferring context: 508.16MB 13.2s done 01:58:08 #43 ... 01:58:08 01:58:08 #53 [core-common-config-bootstrapper internal] load build context 01:58:08 #53 transferring context: 508.16MB 14.2s done 01:58:08 #53 ... 01:58:08 01:58:08 #47 [core-keeper internal] load build context 01:58:08 #47 transferring context: 508.16MB 10.6s done 01:58:09 #47 ... 01:58:09 01:58:09 #61 [support-notifications internal] load build context 01:58:09 #61 transferring context: 508.16MB 13.2s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:58:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:58:10 % Total % Received % Xferd Average Speed Time Time Time Current 01:58:10 Dload Upload Total Spent Left Speed 01:58:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh 01:58:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:58:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:58:10 + sudo tee /etc/docker/daemon.new 01:58:10 { 01:58:10 "registry-mirrors": [ 01:58:10 "https://nexus3.edgexfoundry.org:10001" 01:58:10 ], 01:58:10 "bip": "10.250.0.254/24", 01:58:10 "hosts": [ 01:58:10 "tcp://0.0.0.0:5555", 01:58:10 "unix:///var/run/docker.sock" 01:58:10 ], 01:58:10 "mtu": 1458, 01:58:10 "selinux-enabled": true, 01:58:10 "seccomp-profile": "/etc/docker/seccomp.json" 01:58:10 } [Pipeline] sh 01:58:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:58:11 + sudo service docker restart 01:58:14 #61 ... 01:58:14 01:58:14 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:58:14 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:58:14 #64 ... 01:58:14 01:58:14 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:58:14 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:58:15 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.9s done 01:58:21 #41 ... 01:58:21 01:58:21 #63 [security-spiffe-token-provider internal] load build context 01:58:21 #63 DONE 31.9s 01:58:21 01:58:21 #54 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 01:58:21 #54 DONE 30.7s 01:58:21 01:58:21 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:58:21 #66 ... 01:58:21 01:58:21 #49 [core-metadata internal] load build context 01:58:21 #49 DONE 31.9s 01:58:21 01:58:21 #56 [security-proxy-auth internal] load build context 01:58:21 #56 DONE 31.5s 01:58:21 01:58:21 #65 [support-scheduler internal] load build context 01:58:21 #65 DONE 31.9s 01:58:21 01:58:21 #57 [security-secretstore-setup internal] load build context 01:58:21 #57 DONE 31.9s 01:58:21 01:58:21 #33 [security-bootstrapper internal] load build context 01:58:21 #33 DONE 32.1s 01:58:21 01:58:21 #60 [security-proxy-setup internal] load build context 01:58:21 #60 DONE 31.9s 01:58:21 01:58:21 #47 [core-keeper internal] load build context 01:58:21 #47 DONE 32.0s 01:58:21 01:58:21 #43 [core-command internal] load build context 01:58:21 #43 DONE 32.1s 01:58:21 01:58:21 #42 [core-data internal] load build context 01:58:21 #42 DONE 32.1s 01:58:21 01:58:21 #62 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:58:21 #62 DONE 32.1s 01:58:21 01:58:21 #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:58:21 #46 DONE 31.9s 01:58:21 01:58:21 #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:58:21 #45 DONE 32.1s 01:58:21 01:58:21 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:58:21 #48 DONE 32.1s 01:58:21 01:58:21 #61 [support-notifications internal] load build context 01:58:21 #61 DONE 31.9s 01:58:21 01:58:21 #53 [core-common-config-bootstrapper internal] load build context 01:58:21 #53 DONE 31.9s 01:58:21 01:58:21 #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:58:21 #44 DONE 32.1s 01:58:21 01:58:21 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:58:21 #41 ... 01:58:21 01:58:21 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:21 #51 DONE 32.6s 01:58:21 01:58:21 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:58:21 #50 32.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #50 ... 01:58:22 01:58:22 #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:58:22 #55 32.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #55 32.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #55 32.98 (1/3) Installing ca-certificates (20241121-r1) 01:58:22 #55 32.99 (2/3) Installing dumb-init (1.2.5-r3) 01:58:22 #55 33.00 (3/3) Installing tzdata (2025b-r0) 01:58:22 #55 33.03 Executing busybox-1.36.1-r29.trigger 01:58:22 #55 33.03 Executing ca-certificates-20241121-r1.trigger 01:58:22 #55 33.07 OK: 10 MiB in 17 packages 01:58:22 #55 DONE 33.3s 01:58:22 01:58:22 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:58:22 #59 32.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #59 32.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #59 32.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:58:22 #59 32.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:58:22 #59 32.88 OK: 24171 distinct packages available 01:58:22 #59 32.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #59 33.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #59 33.30 (1/5) Installing dumb-init (1.2.5-r3) 01:58:22 #59 33.30 (2/5) Installing musl-obstack (1.2.3-r2) 01:58:22 #59 33.31 (3/5) Installing libucontext (1.2-r3) 01:58:22 #59 33.31 (4/5) Installing gcompat (1.1.0-r4) 01:58:22 #59 33.32 (5/5) Installing openssl (3.3.3-r0) 01:58:22 #59 33.33 Executing busybox-1.36.1-r29.trigger 01:58:22 #59 33.34 OK: 9 MiB in 19 packages 01:58:22 #59 DONE 33.5s 01:58:22 01:58:22 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:22 #67 DONE 1.9s 01:58:22 01:58:22 #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:58:22 #58 32.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #58 32.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #58 32.82 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:58:22 #58 32.82 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:58:22 #58 32.82 OK: 24171 distinct packages available 01:58:22 #58 32.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #58 32.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #58 33.23 (1/4) Installing dumb-init (1.2.5-r3) 01:58:22 #58 33.24 (2/4) Installing musl-obstack (1.2.3-r2) 01:58:22 #58 33.24 (3/4) Installing libucontext (1.2-r3) 01:58:22 #58 33.25 (4/4) Installing gcompat (1.1.0-r4) 01:58:22 #58 33.25 Executing busybox-1.36.1-r29.trigger 01:58:22 #58 33.26 OK: 8 MiB in 18 packages 01:58:22 #58 DONE 33.4s 01:58:22 01:58:22 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:58:22 #68 ... 01:58:22 01:58:22 #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:58:22 #0 1.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #0 1.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #0 1.965 OK: 248 MiB in 58 packages 01:58:22 #69 DONE 2.1s 01:58:22 01:58:22 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:58:22 #0 1.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #0 1.633 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #0 1.929 OK: 248 MiB in 58 packages 01:58:22 #70 DONE 2.2s 01:58:22 01:58:22 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:58:22 #0 1.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #0 2.083 OK: 248 MiB in 58 packages 01:58:22 #71 DONE 2.2s 01:58:22 01:58:22 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:58:22 #72 ... 01:58:22 01:58:22 #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:58:22 #73 DONE 0.2s 01:58:22 01:58:22 #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:58:22 #74 DONE 0.2s 01:58:22 01:58:22 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:58:22 #66 2.403 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #66 2.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #66 ... 01:58:22 01:58:22 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:58:22 #52 32.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:22 #52 33.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #52 33.72 (1/7) Installing ca-certificates (20241121-r1) 01:58:22 #52 33.73 (2/7) Installing dumb-init (1.2.5-r3) 01:58:22 #52 33.74 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:58:22 #52 33.74 (4/7) Installing libsodium (1.0.19-r0) 01:58:22 #52 33.76 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:58:22 #52 33.83 (6/7) Installing libzmq (4.3.5-r2) 01:58:22 #52 33.87 (7/7) Installing zeromq (4.3.5-r2) 01:58:22 #52 33.88 Executing busybox-1.36.1-r29.trigger 01:58:22 #52 33.89 Executing ca-certificates-20241121-r1.trigger 01:58:22 #52 33.96 OK: 12 MiB in 21 packages 01:58:22 #52 DONE 34.2s 01:58:22 01:58:22 #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:58:22 #50 33.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:22 #50 33.89 (1/4) Installing dumb-init (1.2.5-r3) 01:58:22 #50 33.90 (2/4) Installing openssl (3.3.3-r0) 01:58:22 #50 33.93 (3/4) Installing su-exec (0.2-r3) 01:58:22 #50 33.93 (4/4) Installing yq-go (4.44.1-r2) 01:58:22 #50 34.06 Executing busybox-1.36.1-r29.trigger 01:58:22 #50 34.08 OK: 19 MiB in 18 packages 01:58:22 #50 DONE 34.2s 01:58:22 01:58:22 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:58:22 #72 DONE 0.4s 01:58:23 01:58:23 #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:58:23 #66 2.779 OK: 248 MiB in 58 packages 01:58:23 #66 DONE 2.9s 01:58:23 01:58:23 #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:58:23 #0 1.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:23 #0 2.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:23 #0 2.368 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:58:23 #0 2.368 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:58:23 #0 2.368 OK: 24171 distinct packages available 01:58:23 #0 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:23 #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:23 #0 2.755 OK: 248 MiB in 58 packages 01:58:23 #75 DONE 2.9s 01:58:23 01:58:23 #76 [core-data builder 4/7] COPY go.mod vendor* ./ 01:58:23 #76 DONE 0.1s 01:58:23 01:58:23 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:58:23 #77 DONE 0.1s 01:58:23 01:58:23 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:24 #78 ... 01:58:24 01:58:24 #79 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 01:58:24 #0 2.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 2.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.272 OK: 8 MiB in 15 packages 01:58:24 #79 DONE 3.4s 01:58:24 01:58:24 #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:58:24 #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.453 OK: 19 MiB in 18 packages 01:58:24 #80 DONE 3.6s 01:58:24 01:58:24 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:24 #81 ... 01:58:24 01:58:24 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:58:24 #0 3.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.610 OK: 8 MiB in 16 packages 01:58:24 #82 DONE 3.7s 01:58:24 01:58:24 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:58:24 #83 ... 01:58:24 01:58:24 #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:58:24 #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.787 OK: 8 MiB in 15 packages 01:58:24 #84 DONE 3.9s 01:58:24 01:58:24 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:58:24 #0 3.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:24 #0 4.031 OK: 13 MiB in 28 packages 01:58:24 #85 DONE 4.1s 01:58:24 01:58:24 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:58:24 #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s done 01:58:24 #64 ... 01:58:24 01:58:24 #86 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:58:24 #0 2.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:24 #0 3.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:25 #86 3.408 OK: 10 MiB in 17 packages 01:58:25 #86 DONE 3.5s 01:58:25 01:58:25 #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:58:25 #68 2.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:25 #68 2.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:25 #68 3.160 OK: 9 MiB in 19 packages 01:58:25 #68 DONE 3.3s 01:58:25 01:58:25 #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:58:26 #87 ... 01:58:26 01:58:26 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:58:26 #0 2.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:26 #0 2.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:26 #0 2.846 OK: 12 MiB in 21 packages 01:58:26 #88 DONE 3.7s 01:58:26 01:58:26 #89 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:58:26 #89 DONE 1.0s 01:58:26 01:58:26 #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:58:26 #87 DONE 1.0s 01:58:26 01:58:26 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:58:26 #0 2.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:26 #0 3.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:26 #0 3.342 OK: 8 MiB in 18 packages 01:58:26 #90 DONE 4.4s 01:58:26 01:58:26 #91 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:58:28 #91 DONE 1.4s 01:58:28 01:58:28 #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:58:28 #92 DONE 1.3s 01:58:28 01:58:28 #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:58:28 #0 3.766 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:28 #0 3.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:28 #0 4.142 OK: 19 MiB in 18 packages 01:58:28 #93 DONE 5.1s 01:58:28 01:58:28 #94 [security-spire-server stage-2 6/9] COPY security.txt / 01:58:28 #94 DONE 0.1s 01:58:28 01:58:28 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:58:28 #95 DONE 1.4s 01:58:28 01:58:28 #96 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:58:28 #96 DONE 0.1s 01:58:28 01:58:28 #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:58:28 #97 DONE 0.1s 01:58:28 01:58:28 #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:58:28 #98 DONE 0.1s 01:58:28 01:58:28 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:58:28 #99 DONE 0.1s 01:58:28 01:58:28 #100 [security-spire-config stage-2 6/10] COPY security.txt / 01:58:28 #100 DONE 0.1s 01:58:28 01:58:28 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:58:28 #101 DONE 0.1s 01:58:28 01:58:28 #102 [security-spire-agent stage-3 7/10] COPY security.txt / 01:58:28 #102 DONE 0.1s 01:58:28 01:58:28 #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:58:28 #103 DONE 0.0s 01:58:28 01:58:28 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:58:28 #104 DONE 0.1s 01:58:28 01:58:28 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:58:28 #105 DONE 0.1s 01:58:28 01:58:28 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:58:28 #106 DONE 0.1s 01:58:28 01:58:28 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:58:28 #107 DONE 0.1s 01:58:28 01:58:28 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:58:28 #83 DONE 4.2s 01:58:28 01:58:28 #108 [security-spire-server] exporting to image 01:58:28 #108 exporting layers 01:58:28 #108 ... 01:58:28 01:58:28 #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:58:28 #109 DONE 0.1s 01:58:28 01:58:28 #110 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:58:28 #110 DONE 0.1s 01:58:28 01:58:28 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:58:28 #111 DONE 0.1s 01:58:28 01:58:28 #108 [security-spire-agent] exporting to image 01:58:28 #108 exporting layers 0.7s done 01:58:29 #108 writing image sha256:6ef4ce71acf93e4ec7d2a43ece77fe932649bfacd643242c780fae3ce4940b68 done 01:58:29 #108 naming to docker.io/library/security-spire-server done 01:58:29 #108 exporting layers 0.7s done 01:58:29 #108 writing image sha256:67e131066ce2c6d4c85090ca3ea6c2e32743f790837127b48e3ff77b26f85e26 done 01:58:29 #108 naming to docker.io/library/security-spire-config done 01:58:29 #108 writing image sha256:dd3ebe6da9bf0aa4949f405d921b4731e5fb3c438e091fdfe930b362f4d0f86f done 01:58:29 #108 naming to docker.io/library/security-spire-agent done 01:58:29 #108 DONE 1.0s 01:58:29 01:58:29 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:58:29 #0 2.499 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:29 #0 5.070 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:58:29 provisioning config files... 01:58:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config9522076819336597491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:58:30 ---> ****-login.sh 01:58:30 nexus3.edgexfoundry.org:10001 01:58:30 #112 8.341 OK: 248 MiB in 58 packages 01:58:30 #112 DONE 8.4s 01:58:30 01:58:30 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:58:30 #113 DONE 0.0s 01:58:30 01:58:30 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:58:30 #0 3.238 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:58:30 #0 6.854 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:58:30 #114 ... 01:58:30 01:58:30 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:58:30 Configure a credential helper to remove this warning. See 01:58:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:58:30 01:58:30 Login Succeeded 01:58:30 nexus3.edgexfoundry.org:10002 01:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:58:31 Configure a credential helper to remove this warning. See 01:58:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:58:31 01:58:31 Login Succeeded 01:58:31 nexus3.edgexfoundry.org:10003 01:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:58:31 Configure a credential helper to remove this warning. See 01:58:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:58:31 01:58:31 Login Succeeded 01:58:31 nexus3.edgexfoundry.org:10004 01:58:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:58:31 Configure a credential helper to remove this warning. See 01:58:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:58:31 01:58:31 Login Succeeded 01:58:31 ****.io 01:58:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:58:32 Configure a credential helper to remove this warning. See 01:58:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:58:32 01:58:32 Login Succeeded 01:58:32 ---> ****-login.sh ends [Pipeline] } 01:58:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:58:32 #115 ... 01:58:32 01:58:32 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh 01:58:32 #116 ... 01:58:32 01:58:32 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:32 #117 ... 01:58:32 01:58:32 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:58:32 #114 10.13 (1/1) Installing dumb-init (1.2.5-r3) 01:58:32 #114 11.60 Executing busybox-1.36.1-r29.trigger 01:58:32 #114 11.61 OK: 8 MiB in 15 packages 01:58:32 #114 DONE 11.8s 01:58:32 01:58:32 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:58:33 + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo 01:58:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:58:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:58:33 ========================================================= 01:58:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:58:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:58:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:58:33 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:58:33 94e9d8af2201: Pulling fs layer 01:58:33 a6c56e8762df: Pulling fs layer 01:58:33 f0f3c8884826: Pulling fs layer 01:58:33 c7e7622c144d: Pulling fs layer 01:58:33 4f4fb700ef54: Pulling fs layer 01:58:33 e8859aadc426: Pulling fs layer 01:58:33 b4813487a9f6: Pulling fs layer 01:58:33 502a3d64fb4b: Pulling fs layer 01:58:33 c7e7622c144d: Waiting 01:58:33 4f4fb700ef54: Waiting 01:58:33 e8859aadc426: Waiting 01:58:33 b4813487a9f6: Waiting 01:58:33 502a3d64fb4b: Waiting 01:58:33 a6c56e8762df: Download complete 01:58:33 c7e7622c144d: Verifying Checksum 01:58:33 c7e7622c144d: Download complete 01:58:33 4f4fb700ef54: Verifying Checksum 01:58:33 4f4fb700ef54: Download complete 01:58:33 e8859aadc426: Verifying Checksum 01:58:33 e8859aadc426: Download complete 01:58:33 94e9d8af2201: Verifying Checksum 01:58:33 94e9d8af2201: Download complete 01:58:34 502a3d64fb4b: Verifying Checksum 01:58:34 502a3d64fb4b: Download complete 01:58:34 94e9d8af2201: Pull complete 01:58:35 a6c56e8762df: Pull complete 01:58:35 f0f3c8884826: Verifying Checksum 01:58:35 f0f3c8884826: Download complete 01:58:36 b4813487a9f6: Verifying Checksum 01:58:36 b4813487a9f6: Download complete 01:58:51 f0f3c8884826: Pull complete 01:58:51 c7e7622c144d: Pull complete 01:58:51 4f4fb700ef54: Pull complete 01:58:51 e8859aadc426: Pull complete 01:58:59 b4813487a9f6: Pull complete 01:59:00 502a3d64fb4b: Pull complete 01:59:00 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:59:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:59:00 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:59:00 WORKDIR /edgex 01:59:00 COPY go.mod . 01:59:00 RUN go mod download 01:59:00 + docker build -t ci-base-image-arm64 -f - . 01:59:01 Sending build context to Docker daemon 3.703MB 01:59:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:59:01 ---> 3bb21d53e231 01:59:01 Step 2/4 : WORKDIR /edgex 01:59:03 ---> Running in 2f8535a142aa 01:59:03 Removing intermediate container 2f8535a142aa 01:59:03 ---> 8eb2c03a3617 01:59:03 Step 3/4 : COPY go.mod . 01:59:04 ---> cb2140f1dbbd 01:59:04 Step 4/4 : RUN go mod download 01:59:04 ---> Running in 3b9bb6518dfa 01:59:29 #118 DONE 61.9s 01:59:29 01:59:29 #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:29 #116 DONE 62.2s 01:59:29 01:59:29 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:29 #78 DONE 61.5s 01:59:29 01:59:29 #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:29 #117 DONE 62.1s 01:59:29 01:59:29 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:29 #115 DONE 54.1s 01:59:29 01:59:29 #119 [core-keeper builder 7/8] COPY . . 01:59:29 #119 ... 01:59:29 01:59:29 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:29 #81 DONE 61.6s 01:59:29 01:59:29 #120 [core-data builder 6/7] COPY . . 01:59:35 #120 ... 01:59:35 01:59:35 #121 [support-scheduler builder 6/7] COPY . . 01:59:35 #121 ... 01:59:35 01:59:35 #122 [security-spiffe-token-provider builder 6/7] COPY . . 01:59:35 #122 ... 01:59:35 01:59:35 #123 [security-bootstrapper builder 6/7] COPY . . 01:59:35 #123 ... 01:59:35 01:59:35 #124 [support-notifications builder 6/7] COPY . . 01:59:39 #124 DONE 14.2s 01:59:39 01:59:39 #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:59:39 #125 CACHED 01:59:39 01:59:39 #126 [security-proxy-auth builder 6/7] COPY . . 01:59:39 #126 CACHED 01:59:39 01:59:39 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #127 CACHED 01:59:39 01:59:39 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #128 CACHED 01:59:39 01:59:39 #129 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:59:39 #129 CACHED 01:59:39 01:59:39 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 01:59:39 #130 CACHED 01:59:39 01:59:39 #131 [core-metadata builder 6/7] COPY . . 01:59:39 #131 CACHED 01:59:39 01:59:39 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #132 CACHED 01:59:39 01:59:39 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:59:39 #133 CACHED 01:59:39 01:59:39 #120 [core-data builder 6/7] COPY . . 01:59:39 #120 DONE 14.2s 01:59:39 01:59:39 #134 [core-command builder 6/7] COPY . . 01:59:39 #134 CACHED 01:59:39 01:59:39 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #135 CACHED 01:59:39 01:59:39 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 01:59:39 #136 CACHED 01:59:39 01:59:39 #119 [core-keeper builder 7/8] COPY . . 01:59:39 #119 DONE 14.2s 01:59:39 01:59:39 #122 [security-spiffe-token-provider builder 6/7] COPY . . 01:59:39 #122 DONE 14.3s 01:59:39 01:59:39 #123 [security-bootstrapper builder 6/7] COPY . . 01:59:39 #123 DONE 14.3s 01:59:39 01:59:39 #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:59:39 #137 ... 01:59:39 01:59:39 #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:59:39 #138 CACHED 01:59:39 01:59:39 #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #139 CACHED 01:59:39 01:59:39 #140 [security-proxy-setup builder 6/7] COPY . . 01:59:39 #140 CACHED 01:59:39 01:59:39 #141 [security-secretstore-setup builder 6/7] COPY . . 01:59:39 #141 CACHED 01:59:39 01:59:39 #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:59:39 #142 CACHED 01:59:39 01:59:39 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:59:39 #143 CACHED 01:59:39 01:59:39 #121 [support-scheduler builder 6/7] COPY . . 01:59:39 #121 DONE 14.3s 01:59:39 01:59:39 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:59:40 #144 1.219 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:59:50 #144 ... 01:59:50 01:59:50 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:59:50 #0 0.433 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:59:50 #145 ... 01:59:50 01:59:50 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:59:50 #0 1.008 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:59:50 #146 ... 01:59:50 01:59:50 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:59:50 #0 0.928 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:59:50 #147 ... 01:59:50 01:59:50 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:59:50 #0 1.003 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:59:50 #148 ... 01:59:50 01:59:50 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:59:50 #0 0.895 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:59:50 #149 ... 01:59:50 01:59:50 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:59:50 #0 1.084 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:59:50 #150 ... 01:59:50 01:59:50 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:59:50 #0 0.433 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:59:50 #151 ... 01:59:50 01:59:50 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:59:50 #0 0.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:59:50 #152 ... 01:59:50 01:59:50 #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:59:50 #137 0.948 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:59:50 #137 ... 01:59:50 01:59:50 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:59:50 #0 0.509 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:59:50 #153 ... 01:59:50 01:59:50 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:59:50 #0 0.805 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:00:26 Removing intermediate container 3b9bb6518dfa 02:00:26 ---> 865efeff021b 02:00:26 Successfully built 865efeff021b 02:00:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:26 + docker inspect -f . ci-base-image-arm64 02:00:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:26 prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 02:00:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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:00:28 $ docker top d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:29 + go version 02:00:29 go version go1.23.9 linux/arm64 [Pipeline] } 02:00:29 $ docker stop --time=1 d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 02:00:30 $ docker rm -f --volumes d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 [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:00:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:31 02:00:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:31 latest: Pulling from edgex-devops/edgex-compose-arm64 02:00:32 547446be3368: Pulling fs layer 02:00:32 d125d8839a47: Pulling fs layer 02:00:32 3e85d5ac6304: Pulling fs layer 02:00:32 c3105a71a48b: Pulling fs layer 02:00:32 0f093f025ec4: Pulling fs layer 02:00:32 c3106fc0e877: Pulling fs layer 02:00:32 0f093f025ec4: Waiting 02:00:32 c3105a71a48b: Waiting 02:00:32 c3106fc0e877: Waiting 02:00:32 547446be3368: Verifying Checksum 02:00:32 547446be3368: Download complete 02:00:32 c3105a71a48b: Verifying Checksum 02:00:32 c3105a71a48b: Download complete 02:00:32 d125d8839a47: Verifying Checksum 02:00:32 d125d8839a47: Download complete 02:00:32 c3106fc0e877: Verifying Checksum 02:00:32 c3106fc0e877: Download complete 02:00:32 0f093f025ec4: Verifying Checksum 02:00:32 0f093f025ec4: Download complete 02:00:32 547446be3368: Pull complete 02:00:33 d125d8839a47: Pull complete 02:00:34 3e85d5ac6304: Verifying Checksum 02:00:34 3e85d5ac6304: Download complete 02:00:47 3e85d5ac6304: Pull complete 02:00:47 c3105a71a48b: Pull complete 02:00:47 0f093f025ec4: Pull complete 02:00:47 c3106fc0e877: Pull complete 02:00:47 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:00:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:47 prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 02:00:47 $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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:00:49 $ docker top 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:50 + docker compose -f ./docker-compose-build.yml build --parallel 02:01:00 #1 [core-data internal] load build definition from Dockerfile 02:01:00 #1 transferring dockerfile: 2.04kB done 02:01:00 #1 DONE 0.1s 02:01:00 02:01:00 #2 [core-command internal] load build definition from Dockerfile 02:01:00 #2 transferring dockerfile: 1.94kB done 02:01:00 #2 DONE 0.0s 02:01:00 02:01:00 #3 [core-keeper internal] load build definition from Dockerfile 02:01:00 #3 transferring dockerfile: 2.01kB done 02:01:00 #3 DONE 0.0s 02:01:00 02:01:00 #4 [security-bootstrapper internal] load build definition from Dockerfile 02:01:00 #4 transferring dockerfile: 3.02kB done 02:01:00 #4 DONE 0.1s 02:01:00 02:01:00 #5 [support-notifications internal] load build definition from Dockerfile 02:01:00 #5 transferring dockerfile: 2.00kB 0.0s done 02:01:00 #5 DONE 0.1s 02:01:00 02:01:00 #6 [security-secretstore-setup internal] load build definition from Dockerfile 02:01:01 #6 transferring dockerfile: 2.49kB 0.0s done 02:01:01 #6 DONE 0.1s 02:01:01 02:01:01 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:01:01 #7 transferring dockerfile: 1.89kB 0.0s done 02:01:01 #7 DONE 0.1s 02:01:01 02:01:01 #8 [security-proxy-auth internal] load build definition from Dockerfile 02:01:01 #8 transferring dockerfile: 2.14kB 0.0s done 02:01:01 #8 DONE 0.1s 02:01:01 02:01:01 #9 [core-metadata internal] load build definition from Dockerfile 02:01:01 #9 transferring dockerfile: 2.10kB 0.0s done 02:01:01 #9 DONE 0.1s 02:01:01 02:01:01 #10 [support-scheduler internal] load build definition from Dockerfile 02:01:01 #10 transferring dockerfile: 1.83kB 0.0s done 02:01:01 #10 DONE 0.1s 02:01:01 02:01:01 #11 [security-spire-config internal] load build definition from Dockerfile 02:01:01 #11 transferring dockerfile: 1.69kB done 02:01:01 #11 DONE 0.1s 02:01:01 02:01:01 #12 [security-proxy-setup internal] load build definition from Dockerfile 02:01:01 #12 transferring dockerfile: 2.50kB done 02:01:01 #12 DONE 0.1s 02:01:01 02:01:01 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:01:01 #13 DONE 0.0s 02:01:01 02:01:01 #14 [security-spire-server internal] load build definition from Dockerfile 02:01:01 #14 transferring dockerfile: 1.70kB done 02:01:01 #14 DONE 0.1s 02:01:01 02:01:01 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:01:01 #13 transferring dockerfile: 2.23kB done 02:01:01 #13 DONE 0.0s 02:01:01 02:01:01 #15 [security-spire-agent internal] load build definition from Dockerfile 02:01:01 #15 transferring dockerfile: 1.81kB done 02:01:01 #15 DONE 0.1s 02:01:01 02:01:01 #16 [core-data internal] load .dockerignore 02:01:01 #16 transferring context: 50B 0.0s done 02:01:01 #16 DONE 0.1s 02:01:02 02:01:02 #17 [core-command internal] load .dockerignore 02:01:02 #17 transferring context: 50B done 02:01:02 #17 DONE 0.1s 02:01:02 02:01:02 #18 [core-keeper internal] load .dockerignore 02:01:02 #18 transferring context: 50B 0.0s done 02:01:02 #18 DONE 0.1s 02:01:02 02:01:02 #19 [security-bootstrapper internal] load .dockerignore 02:01:02 #19 transferring context: 50B done 02:01:02 #19 DONE 0.1s 02:01:02 02:01:02 #20 [support-notifications internal] load .dockerignore 02:01:02 #20 transferring context: 50B done 02:01:02 #20 DONE 0.1s 02:01:02 02:01:02 #21 [security-secretstore-setup internal] load .dockerignore 02:01:02 #21 transferring context: 50B 0.0s done 02:01:02 #21 DONE 0.1s 02:01:02 02:01:02 #22 [security-spiffe-token-provider internal] load .dockerignore 02:01:02 #22 transferring context: 50B 0.0s done 02:01:02 #22 DONE 0.1s 02:01:02 02:01:02 #23 [security-proxy-auth internal] load .dockerignore 02:01:02 #23 transferring context: 50B 0.0s done 02:01:02 #23 DONE 0.1s 02:01:02 02:01:02 #24 [core-metadata internal] load .dockerignore 02:01:02 #24 transferring context: 50B 0.0s done 02:01:02 #24 DONE 0.1s 02:01:02 02:01:02 #25 [support-scheduler internal] load .dockerignore 02:01:03 #25 transferring context: 50B 0.0s done 02:01:03 #25 DONE 0.1s 02:01:03 02:01:03 #26 [security-spire-config internal] load .dockerignore 02:01:03 #26 transferring context: 50B 0.0s done 02:01:03 #26 DONE 0.1s 02:01:03 02:01:03 #27 [security-proxy-setup internal] load .dockerignore 02:01:03 #27 transferring context: 50B 0.0s done 02:01:03 #27 DONE 0.1s 02:01:03 02:01:03 #28 [security-spire-server internal] load .dockerignore 02:01:03 #28 transferring context: 50B done 02:01:03 #28 DONE 0.1s 02:01:03 02:01:03 #29 [core-common-config-bootstrapper internal] load .dockerignore 02:01:03 #29 transferring context: 50B done 02:01:03 #29 DONE 0.1s 02:01:03 02:01:03 #30 [security-spire-agent internal] load .dockerignore 02:01:03 #30 transferring context: 50B done 02:01:03 #30 DONE 0.1s 02:01:03 02:01:03 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:03 #31 DONE 0.0s 02:01:03 02:01:03 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 02:01:03 #32 DONE 0.6s 02:01:04 02:01:04 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:04 #33 ... 02:01:04 02:01:04 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:04 #31 DONE 0.0s 02:01:04 02:01:04 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:04 #33 ... 02:01:04 02:01:04 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:04 #31 DONE 0.0s 02:01:04 02:01:04 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:04 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:04 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:04 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:04 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:04 #33 ... 02:01:04 02:01:04 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:04 #31 DONE 0.0s 02:01:04 02:01:04 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:04 #31 DONE 0.0s 02:01:04 02:01:04 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 02:01:04 #32 ... 02:01:04 02:01:04 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:04 #31 DONE 0.0s 02:01:04 02:01:04 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 02:01:05 #32 ... 02:01:05 02:01:05 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:05 #31 DONE 0.0s 02:01:05 02:01:05 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 02:01:05 #32 DONE 1.1s 02:01:05 02:01:05 #34 [core-data internal] load build context 02:01:05 #34 transferring context: 3.22MB 0.9s done 02:01:05 #34 DONE 1.4s 02:01:05 02:01:05 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:05 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:05 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:05 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:05 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:06 #33 ... 02:01:06 02:01:06 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:06 #31 DONE 0.0s 02:01:06 02:01:06 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 02:01:06 #32 DONE 1.6s 02:01:06 02:01:06 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:06 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:06 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:06 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:06 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:06 #33 ... 02:01:06 02:01:06 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:01:06 #31 DONE 0.0s 02:01:06 02:01:06 #35 [core-command internal] load build context 02:01:06 #35 transferring context: 3.22MB 1.9s done 02:01:07 #35 ... 02:01:07 02:01:07 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 02:01:07 #32 DONE 2.4s 02:01:07 02:01:07 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:07 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:07 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:07 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:07 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:07 #33 ... 02:01:07 02:01:07 #35 [core-command internal] load build context 02:01:07 #35 DONE 3.3s 02:01:07 02:01:07 #36 [core-keeper internal] load build context 02:01:07 #36 transferring context: 3.22MB 2.0s done 02:01:07 #36 DONE 3.3s 02:01:08 02:01:08 #37 [support-notifications internal] load build context 02:01:08 #37 ... 02:01:08 02:01:08 #38 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:01:08 #38 DONE 5.1s 02:01:08 02:01:08 #37 [support-notifications internal] load build context 02:01:08 #37 transferring context: 3.22MB 2.7s done 02:01:09 #37 ... 02:01:09 02:01:09 #39 [security-secretstore-setup internal] load build context 02:01:09 #39 transferring context: 3.22MB 2.6s done 02:01:09 #39 DONE 4.2s 02:01:09 02:01:09 #40 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 02:01:10 #40 ... 02:01:10 02:01:10 #37 [support-notifications internal] load build context 02:01:10 #37 DONE 5.4s 02:01:10 02:01:10 #41 [security-bootstrapper internal] load build context 02:01:10 #41 transferring context: 3.22MB 4.9s done 02:01:10 #41 ... 02:01:10 02:01:10 #42 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:01:10 #42 DONE 5.2s 02:01:10 02:01:10 #43 [security-proxy-setup internal] load build context 02:01:10 #43 ... 02:01:10 02:01:10 #44 [security-spiffe-token-provider internal] load build context 02:01:10 #44 transferring context: 3.22MB 3.5s done 02:01:10 #44 DONE 6.0s 02:01:11 02:01:11 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:11 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:11 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:11 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:11 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:11 #33 ... 02:01:11 02:01:11 #41 [security-bootstrapper internal] load build context 02:01:11 #41 DONE 6.2s 02:01:11 02:01:11 #43 [security-proxy-setup internal] load build context 02:01:12 #43 ... 02:01:12 02:01:12 #40 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 02:01:12 #40 DONE 4.2s 02:01:12 02:01:12 #43 [security-proxy-setup internal] load build context 02:01:12 #43 ... 02:01:12 02:01:12 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:01:12 #45 DONE 5.6s 02:01:12 02:01:12 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:12 #46 DONE 8.1s 02:01:12 02:01:12 #43 [security-proxy-setup internal] load build context 02:01:12 #43 transferring context: 3.22MB 5.2s done 02:01:13 #43 ... 02:01:13 02:01:13 #47 [support-scheduler internal] load build context 02:01:13 #47 transferring context: 3.22MB 4.7s done 02:01:13 #47 DONE 7.5s 02:01:13 02:01:13 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:13 #48 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.6s done 02:01:13 #48 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:01:13 #48 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:01:13 #48 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:01:13 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 02:01:13 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.5s 02:01:13 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 02:01:13 #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:01:13 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.6s 02:01:13 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s 02:01:13 #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done 02:01:13 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s 02:01:13 #48 ... 02:01:13 02:01:13 #49 [security-spire-server internal] load build context 02:01:13 #49 transferring context: 23.80kB 0.1s done 02:01:13 #49 DONE 3.0s 02:01:13 02:01:13 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:14 #48 ... 02:01:14 02:01:14 #50 [security-proxy-auth internal] load build context 02:01:14 #50 transferring context: 3.22MB 5.1s done 02:01:14 #50 DONE 8.4s 02:01:14 02:01:14 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:14 #48 ... 02:01:14 02:01:14 #43 [security-proxy-setup internal] load build context 02:01:14 #43 DONE 7.9s 02:01:14 02:01:14 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:14 #48 ... 02:01:14 02:01:14 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:01:14 #0 8.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:14 #0 9.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:14 #51 ... 02:01:14 02:01:14 #52 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:01:14 #0 9.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:14 #52 ... 02:01:14 02:01:14 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:14 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.8s 02:01:14 #48 ... 02:01:14 02:01:14 #53 [security-spire-config internal] load build context 02:01:14 #53 transferring context: 22.05kB 0.3s done 02:01:14 #53 DONE 3.9s 02:01:14 02:01:14 #54 [core-metadata internal] load build context 02:01:14 #54 transferring context: 3.22MB 5.2s done 02:01:14 #54 DONE 9.3s 02:01:14 02:01:14 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:15 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.90MB / 33.17MB 2.4s 02:01:15 #48 ... 02:01:15 02:01:15 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:01:15 #55 ... 02:01:15 02:01:15 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:01:15 #56 ... 02:01:15 02:01:15 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:01:15 #57 ... 02:01:15 02:01:15 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:01:15 #0 9.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:15 #58 ... 02:01:15 02:01:15 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:15 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.8s 02:01:15 #48 ... 02:01:15 02:01:15 #59 [core-common-config-bootstrapper internal] load build context 02:01:15 #59 transferring context: 3.22MB 5.0s done 02:01:15 #59 DONE 8.4s 02:01:15 02:01:15 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:15 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.9s done 02:01:15 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.2s 02:01:15 #48 ... 02:01:15 02:01:15 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:01:15 #0 6.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:15 #0 7.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:16 #60 ... 02:01:16 02:01:16 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:16 #48 ... 02:01:16 02:01:16 #61 [security-spire-agent internal] load build context 02:01:16 #61 transferring context: 23.33kB 0.1s done 02:01:16 #61 DONE 3.3s 02:01:16 02:01:16 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:16 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.07MB / 33.17MB 3.5s 02:01:16 #48 ... 02:01:16 02:01:16 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:01:16 #62 ... 02:01:16 02:01:16 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:17 #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:01:17 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.17MB / 33.17MB 4.7s 02:01:17 #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:01:17 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.2s 02:01:18 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.52MB / 33.17MB 5.6s 02:01:19 #48 ... 02:01:19 02:01:19 #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:01:19 #51 13.11 (1/1) Installing dumb-init (1.2.5-r3) 02:01:19 #51 13.15 Executing busybox-1.36.1-r29.trigger 02:01:19 #51 13.30 OK: 9 MiB in 15 packages 02:01:19 #51 DONE 15.0s 02:01:19 02:01:19 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:20 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.42MB / 33.17MB 7.1s 02:01:21 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.27MB / 33.17MB 8.2s 02:01:21 #48 ... 02:01:21 02:01:21 #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:01:21 #60 11.37 (1/3) Installing ca-certificates (20241121-r1) 02:01:21 #60 11.60 (2/3) Installing dumb-init (1.2.5-r3) 02:01:21 #60 11.65 (3/3) Installing tzdata (2025b-r0) 02:01:21 #60 12.65 Executing busybox-1.36.1-r29.trigger 02:01:21 #60 12.82 Executing ca-certificates-20241121-r1.trigger 02:01:21 #60 13.72 OK: 11 MiB in 17 packages 02:01:21 #60 DONE 15.0s 02:01:21 02:01:21 #52 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:01:21 #52 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:21 #52 15.53 (1/1) Installing dumb-init (1.2.5-r3) 02:01:21 #52 15.57 Executing busybox-1.36.1-r29.trigger 02:01:21 #52 15.71 OK: 9 MiB in 15 packages 02:01:21 #52 DONE 16.9s 02:01:21 02:01:21 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:22 #48 ... 02:01:22 02:01:22 #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:01:22 #63 ... 02:01:22 02:01:22 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:01:22 #64 ... 02:01:22 02:01:22 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:01:22 #58 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:22 #58 14.68 (1/4) Installing ca-certificates (20241121-r1) 02:01:22 #58 14.90 (2/4) Installing dumb-init (1.2.5-r3) 02:01:22 #58 14.95 (3/4) Installing su-exec (0.2-r3) 02:01:22 #58 15.05 (4/4) Installing yq-go (4.44.1-r2) 02:01:22 #58 15.79 Executing busybox-1.36.1-r29.trigger 02:01:22 #58 15.90 Executing ca-certificates-20241121-r1.trigger 02:01:22 #58 16.34 OK: 20 MiB in 18 packages 02:01:22 #58 DONE 17.3s 02:01:22 02:01:22 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:01:22 #65 ... 02:01:22 02:01:22 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:01:22 #66 ... 02:01:22 02:01:22 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:22 #67 ... 02:01:22 02:01:22 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:22 #68 ... 02:01:22 02:01:22 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 02:01:22 #69 ... 02:01:22 02:01:22 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:01:22 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:01:22 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:01:22 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:01:22 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:01:22 #33 ... 02:01:22 02:01:22 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:01:23 #70 ... 02:01:23 02:01:23 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:01:23 #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.9s done 02:01:23 #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:01:23 #71 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:01:23 #71 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:01:23 #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 02:01:23 #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 02:01:23 #71 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:01:23 #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 02:01:23 #71 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.1s done 02:01:23 #71 ... 02:01:23 02:01:23 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:01:23 #72 ... 02:01:23 02:01:23 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:01:23 #62 16.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:24 #62 17.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:24 #62 ... 02:01:24 02:01:24 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:01:24 #55 14.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:24 #55 15.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:24 #55 18.01 (1/2) Installing dumb-init (1.2.5-r3) 02:01:24 #55 18.04 (2/2) Installing su-exec (0.2-r3) 02:01:24 #55 18.04 Executing busybox-1.36.1-r29.trigger 02:01:24 #55 18.15 OK: 9 MiB in 16 packages 02:01:24 #55 DONE 19.2s 02:01:24 02:01:24 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:24 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.7s 02:01:24 #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 02:01:25 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 12.4s 02:01:25 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.19MB / 33.17MB 12.8s 02:01:26 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 13.8s 02:01:27 #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.2s done 02:01:27 #48 ... 02:01:27 02:01:27 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:01:27 #62 20.94 (1/4) Installing dumb-init (1.2.5-r3) 02:01:27 #62 20.96 (2/4) Installing openssl (3.3.3-r0) 02:01:27 #62 21.00 (3/4) Installing su-exec (0.2-r3) 02:01:27 #62 21.01 (4/4) Installing yq-go (4.44.1-r2) 02:01:28 #62 21.54 Executing busybox-1.36.1-r29.trigger 02:01:28 #62 21.63 OK: 20 MiB in 18 packages 02:01:28 #62 ... 02:01:28 02:01:28 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:01:28 #67 DONE 16.5s 02:01:28 02:01:28 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:01:29 #73 ... 02:01:29 02:01:29 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:01:29 #62 DONE 23.0s 02:01:29 02:01:29 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:01:29 #74 ... 02:01:29 02:01:29 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:01:31 #75 ... 02:01:31 02:01:31 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:01:31 #76 ... 02:01:31 02:01:31 #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 02:01:31 #77 ... 02:01:31 02:01:31 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:31 #68 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:32 #68 ... 02:01:32 02:01:32 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:01:32 #78 ... 02:01:32 02:01:32 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:32 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s 02:01:32 #48 ... 02:01:32 02:01:32 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:01:32 #57 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:32 #57 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:32 #57 21.73 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:01:32 #57 21.73 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:01:32 #57 21.73 OK: 24049 distinct packages available 02:01:32 #57 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:32 #57 23.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:32 #57 ... 02:01:32 02:01:32 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:34 #48 ... 02:01:34 02:01:34 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:01:34 #79 ... 02:01:34 02:01:34 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:01:34 #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 02:01:34 #71 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.7s 02:01:34 #71 ... 02:01:34 02:01:34 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:35 #48 ... 02:01:35 02:01:35 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:01:35 #56 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:35 #56 20.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:35 #56 26.12 (1/7) Installing ca-certificates (20241121-r1) 02:01:35 #56 26.79 (2/7) Installing dumb-init (1.2.5-r3) 02:01:35 #56 26.84 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:01:35 #56 26.86 (4/7) Installing libsodium (1.0.19-r0) 02:01:35 #56 26.90 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:01:35 #56 27.42 (6/7) Installing libzmq (4.3.5-r2) 02:01:35 #56 27.60 (7/7) Installing zeromq (4.3.5-r2) 02:01:35 #56 27.69 Executing busybox-1.36.1-r29.trigger 02:01:35 #56 28.04 Executing ca-certificates-20241121-r1.trigger 02:01:35 #56 30.08 OK: 14 MiB in 21 packages 02:01:35 #56 ... 02:01:35 02:01:35 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:37 #48 ... 02:01:37 02:01:37 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:01:37 #64 14.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:37 #64 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:37 #64 ... 02:01:37 02:01:37 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:01:37 #66 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:37 #66 15.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:37 #66 ... 02:01:37 02:01:37 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:37 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s 02:01:39 #48 ... 02:01:39 02:01:39 #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:01:39 #56 DONE 33.6s 02:01:39 02:01:39 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:39 #48 ... 02:01:39 02:01:39 #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 02:01:39 #69 17.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:39 #69 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:39 #69 ... 02:01:39 02:01:39 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:39 #48 ... 02:01:39 02:01:39 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:01:39 #72 17.01 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:39 #72 20.73 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:39 #72 ... 02:01:39 02:01:39 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:01:39 #70 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:39 #70 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:40 #70 ... 02:01:40 02:01:40 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:41 #48 ... 02:01:41 02:01:41 #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:01:41 #63 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:41 #63 22.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:41 #63 ... 02:01:41 02:01:41 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:42 #48 ... 02:01:42 02:01:42 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:01:42 #74 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:42 #74 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:42 #74 ... 02:01:42 02:01:42 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:01:42 #65 20.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:42 #65 22.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:42 #65 ... 02:01:42 02:01:42 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:01:42 #76 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:42 #76 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:42 #76 ... 02:01:42 02:01:42 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:42 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s 02:01:43 #48 ... 02:01:43 02:01:43 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:01:43 #78 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:43 #78 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:43 #78 ... 02:01:43 02:01:43 #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 02:01:43 #77 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:43 #77 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:43 #77 ... 02:01:43 02:01:43 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:43 #68 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:43 #68 30.79 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:01:43 #68 30.79 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:01:43 #68 30.79 OK: 24049 distinct packages available 02:01:43 #68 ... 02:01:43 02:01:43 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:44 #48 ... 02:01:44 02:01:44 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:01:44 #69 30.51 OK: 239 MiB in 58 packages 02:01:44 #69 DONE 32.9s 02:01:44 02:01:44 #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:44 #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.9s done 02:01:44 #48 ... 02:01:44 02:01:44 #80 [core-data builder 4/7] COPY go.mod vendor* ./ 02:01:44 #80 DONE 0.7s 02:01:44 02:01:44 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:45 #81 ... 02:01:45 02:01:45 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:01:45 #71 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.3s done 02:01:45 #71 ... 02:01:45 02:01:45 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:01:45 #79 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:45 #79 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:45 #79 ... 02:01:45 02:01:45 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:01:45 #48 ... 02:01:45 02:01:45 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:01:45 #57 33.74 (1/14) Installing ca-certificates (20241121-r1) 02:01:45 #57 34.89 (2/14) Installing brotli-libs (1.1.0-r2) 02:01:45 #57 35.17 (3/14) Installing c-ares (1.33.1-r0) 02:01:45 #57 35.25 (4/14) Installing libunistring (1.2-r0) 02:01:45 #57 35.55 (5/14) Installing libidn2 (2.3.7-r0) 02:01:45 #57 35.65 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:01:45 #57 35.70 (7/14) Installing libpsl (0.21.5-r1) 02:01:45 #57 35.73 (8/14) Installing zstd-libs (1.5.6-r0) 02:01:45 #57 35.91 (9/14) Installing libcurl (8.12.1-r0) 02:01:45 #57 36.01 (10/14) Installing curl (8.12.1-r0) 02:01:45 #57 36.04 (11/14) Installing dumb-init (1.2.5-r3) 02:01:45 #57 36.06 (12/14) Installing musl-obstack (1.2.3-r2) 02:01:45 #57 36.08 (13/14) Installing libucontext (1.2-r3) 02:01:45 #57 36.09 (14/14) Installing gcompat (1.1.0-r4) 02:01:45 #57 36.13 Executing busybox-1.36.1-r29.trigger 02:01:45 #57 36.35 Executing ca-certificates-20241121-r1.trigger 02:01:45 #57 38.09 OK: 15 MiB in 28 packages 02:01:45 #57 DONE 40.7s 02:01:45 02:01:45 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:01:45 #75 6.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:45 #75 8.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:45 #75 ... 02:01:45 02:01:45 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:01:46 #82 ... 02:01:46 02:01:46 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:01:46 #73 7.498 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:46 #73 11.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:46 #73 ... 02:01:46 02:01:46 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:46 #68 32.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:46 #68 ... 02:01:46 02:01:46 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:01:46 #70 32.45 OK: 239 MiB in 58 packages 02:01:46 #70 DONE 34.6s 02:01:46 02:01:46 #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:01:47 #83 DONE 0.6s 02:01:47 02:01:47 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:47 #68 35.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:48 #68 ... 02:01:48 02:01:48 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:01:48 #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:48 #0 5.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:49 #84 ... 02:01:49 02:01:49 #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:01:49 #63 36.82 OK: 239 MiB in 58 packages 02:01:49 #63 ... 02:01:49 02:01:49 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:01:49 #74 27.96 OK: 9 MiB in 15 packages 02:01:49 #74 DONE 29.7s 02:01:49 02:01:49 #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 02:01:49 #77 26.04 OK: 9 MiB in 15 packages 02:01:49 #77 DONE 28.5s 02:01:49 02:01:49 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:01:49 #78 26.86 OK: 20 MiB in 18 packages 02:01:49 #78 ... 02:01:49 02:01:49 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:01:49 #64 27.30 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:01:49 #64 27.30 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:01:49 #64 27.30 OK: 24049 distinct packages available 02:01:49 #64 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:49 #64 31.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:49 #64 ... 02:01:49 02:01:49 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:01:49 #72 36.71 (1/1) Installing dumb-init (1.2.5-r3) 02:01:50 #72 ... 02:01:50 02:01:50 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:01:50 #66 27.96 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:01:50 #66 27.96 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:01:50 #66 27.96 OK: 24049 distinct packages available 02:01:50 #66 30.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:50 #66 33.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:50 #66 ... 02:01:50 02:01:50 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:01:50 #82 4.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:01:50 #82 ... 02:01:50 02:01:50 #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:01:50 #63 DONE 38.9s 02:01:51 02:01:51 #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:01:51 #78 DONE 28.6s 02:01:51 02:01:51 #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:01:51 #85 ... 02:01:51 02:01:51 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:01:51 #76 27.92 OK: 11 MiB in 17 packages 02:01:51 #76 DONE 30.3s 02:01:51 02:01:51 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:01:51 #79 25.58 OK: 9 MiB in 16 packages 02:01:51 #79 DONE 27.1s 02:01:51 02:01:51 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:01:52 #86 ... 02:01:52 02:01:52 #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:01:52 #85 DONE 1.2s 02:01:52 02:01:52 #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:01:52 #65 38.17 OK: 239 MiB in 58 packages 02:01:52 #65 DONE 40.5s 02:01:52 02:01:52 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:01:52 #75 23.03 OK: 20 MiB in 18 packages 02:01:53 #75 ... 02:01:53 02:01:53 #87 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:01:53 #87 DONE 1.1s 02:01:53 02:01:53 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:01:53 #73 24.91 OK: 239 MiB in 58 packages 02:01:54 #73 ... 02:01:54 02:01:54 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:01:54 #75 DONE 24.9s 02:01:54 02:01:54 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:01:54 #88 DONE 0.2s 02:01:54 02:01:54 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:54 #89 ... 02:01:54 02:01:54 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:01:54 #72 39.09 Executing busybox-1.36.1-r29.trigger 02:01:54 #72 39.42 OK: 9 MiB in 15 packages 02:01:54 #72 DONE 42.1s 02:01:55 02:01:55 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:01:55 #84 16.33 OK: 14 MiB in 21 packages 02:01:55 #84 ... 02:01:55 02:01:55 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:01:55 #73 DONE 26.9s 02:01:55 02:01:55 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:01:55 #64 43.22 (1/5) Installing dumb-init (1.2.5-r3) 02:01:55 #64 43.29 (2/5) Installing musl-obstack (1.2.3-r2) 02:01:55 #64 43.37 (3/5) Installing libucontext (1.2-r3) 02:01:55 #64 43.37 (4/5) Installing gcompat (1.1.0-r4) 02:01:55 #64 43.39 (5/5) Installing openssl (3.3.3-r0) 02:01:55 #64 43.50 Executing busybox-1.36.1-r29.trigger 02:01:55 #64 43.75 OK: 10 MiB in 19 packages 02:01:56 #64 ... 02:01:56 02:01:56 #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:01:56 #84 DONE 17.6s 02:01:56 02:01:56 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:01:56 #90 DONE 0.8s 02:01:56 02:01:56 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:57 #91 ... 02:01:57 02:01:57 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:01:57 #64 DONE 45.2s 02:01:57 02:01:57 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:01:57 #92 ... 02:01:57 02:01:57 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:01:58 #93 ... 02:01:58 02:01:58 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:01:58 #66 44.54 (1/4) Installing dumb-init (1.2.5-r3) 02:01:58 #66 44.59 (2/4) Installing musl-obstack (1.2.3-r2) 02:01:58 #66 44.59 (3/4) Installing libucontext (1.2-r3) 02:01:58 #66 44.61 (4/4) Installing gcompat (1.1.0-r4) 02:01:58 #66 44.69 Executing busybox-1.36.1-r29.trigger 02:01:58 #66 44.78 OK: 9 MiB in 18 packages 02:01:58 #66 DONE 46.3s 02:01:58 02:01:58 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:01:59 #94 ... 02:01:59 02:01:59 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:01:59 #68 45.22 OK: 239 MiB in 58 packages 02:01:59 #68 DONE 46.8s 02:01:59 02:01:59 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:01:59 #86 DONE 7.6s 02:01:59 02:01:59 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:01:59 #95 ... 02:01:59 02:01:59 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:01:59 #82 6.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:01:59 #82 12.15 OK: 15 MiB in 28 packages 02:01:59 #82 DONE 13.6s 02:01:59 02:01:59 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:01:59 #96 ... 02:01:59 02:01:59 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:01:59 #95 DONE 1.0s 02:02:00 02:02:00 #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:02:00 #97 ... 02:02:00 02:02:00 #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:02:00 #96 DONE 1.7s 02:02:00 02:02:00 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:02:06 #98 ... 02:02:06 02:02:06 #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:02:06 #93 5.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:02:06 #93 5.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:02:06 #93 8.479 OK: 10 MiB in 19 packages 02:02:06 #93 DONE 9.1s 02:02:06 02:02:06 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:02:07 #99 DONE 1.1s 02:02:07 02:02:07 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:02:07 #100 ... 02:02:07 02:02:07 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:02:07 #94 4.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:02:07 #94 4.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:02:07 #94 8.050 OK: 9 MiB in 18 packages 02:02:07 #94 DONE 8.9s 02:02:07 02:02:07 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:02:09 #101 DONE 1.6s 02:02:09 02:02:09 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:02:09 #102 DONE 2.9s 02:02:09 02:02:09 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:02:09 #103 ... 02:02:09 02:02:09 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:02:09 #100 DONE 2.0s 02:02:09 02:02:09 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:02:09 #104 DONE 0.3s 02:02:09 02:02:09 #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:02:09 #103 DONE 0.2s 02:02:09 02:02:09 #105 [security-spire-server stage-2 6/9] COPY security.txt / 02:02:09 #105 ... 02:02:09 02:02:09 #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:02:09 #106 DONE 0.2s 02:02:09 02:02:09 #107 [security-spire-config stage-2 6/10] COPY security.txt / 02:02:09 #107 DONE 0.2s 02:02:09 02:02:09 #105 [security-spire-server stage-2 6/9] COPY security.txt / 02:02:09 #105 DONE 0.3s 02:02:09 02:02:09 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:02:09 #108 ... 02:02:09 02:02:09 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 02:02:09 #109 DONE 0.2s 02:02:09 02:02:09 #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:02:09 #110 DONE 0.2s 02:02:10 02:02:10 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:02:10 #108 DONE 0.3s 02:02:10 02:02:10 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:02:10 #111 DONE 0.2s 02:02:10 02:02:10 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:02:10 #112 ... 02:02:10 02:02:10 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:02:10 #113 DONE 0.2s 02:02:10 02:02:10 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:02:10 #114 DONE 0.2s 02:02:10 02:02:10 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:02:10 #112 DONE 0.3s 02:02:10 02:02:10 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:02:10 #115 ... 02:02:10 02:02:10 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:02:10 #116 DONE 0.3s 02:02:10 02:02:10 #117 [security-spire-config] exporting to image 02:02:10 #117 exporting layers 02:02:10 #117 ... 02:02:10 02:02:10 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:02:10 #115 DONE 0.3s 02:02:10 02:02:10 #118 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:02:10 #118 DONE 0.3s 02:02:10 02:02:10 #117 [security-spire-agent] exporting to image 02:02:11 #154 DONE 150.6s 02:02:11 02:02:11 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:02:12 #151 ... 02:02:12 02:02:12 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:02:12 #146 153.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:02:13 #117 exporting layers 2.4s done 02:02:13 #117 writing image sha256:cd952e928ef466e0f4f74f58540e34838652fd5d83751532a006e16878a449f8 done 02:02:13 #117 naming to docker.io/library/security-spire-config-arm64 done 02:02:13 #117 exporting layers 2.6s done 02:02:13 #117 writing image sha256:7ed6c29f1f16a7f975e2d486a4e21d83fc143b09ae65ffa9624bf44c4eb7f3b2 0.0s done 02:02:13 #117 naming to docker.io/library/security-spire-agent-arm64 done 02:02:13 #117 writing image sha256:fe53af6565599c1727c310fa73e601e449b2d5ae59571d659d868765aa614aae done 02:02:13 #117 naming to docker.io/library/security-spire-server-arm64 done 02:02:13 #117 DONE 2.8s 02:02:13 02:02:13 #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:02:18 #146 ... 02:02:18 02:02:18 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:02:18 #148 DONE 159.4s 02:02:18 02:02:18 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:02:24 #147 ... 02:02:24 02:02:24 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #155 ... 02:02:24 02:02:24 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:02:24 #153 DONE 164.9s 02:02:24 02:02:24 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:02:24 #151 DONE 164.8s 02:02:24 02:02:24 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:02:24 #145 DONE 164.9s 02:02:24 02:02:24 #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:02:24 #152 DONE 164.9s 02:02:24 02:02:24 #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:02:24 #137 DONE 164.8s 02:02:24 02:02:24 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:02:24 #149 DONE 164.9s 02:02:24 02:02:24 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:02:24 #144 DONE 164.9s 02:02:24 02:02:24 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:02:24 #150 DONE 164.9s 02:02:24 02:02:24 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:02:24 #146 DONE 165.0s 02:02:24 02:02:24 #156 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #156 ... 02:02:24 02:02:24 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:02:24 #147 DONE 165.1s 02:02:24 02:02:24 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #155 DONE 0.4s 02:02:24 02:02:24 #156 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #156 DONE 0.2s 02:02:24 02:02:24 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:02:24 #157 DONE 0.3s 02:02:24 02:02:24 #158 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #158 DONE 0.2s 02:02:24 02:02:24 #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:02:24 #159 DONE 0.2s 02:02:24 02:02:24 #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #160 DONE 0.2s 02:02:24 02:02:24 #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #161 DONE 0.2s 02:02:24 02:02:24 #162 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #162 DONE 0.2s 02:02:24 02:02:24 #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:02:24 #163 CACHED 02:02:24 02:02:24 #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #164 CACHED 02:02:24 02:02:24 #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:02:24 #165 DONE 0.2s 02:02:24 02:02:24 #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #166 DONE 0.2s 02:02:24 02:02:24 #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:02:24 #167 CACHED 02:02:24 02:02:24 #168 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #168 CACHED 02:02:24 02:02:24 #169 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #169 CACHED 02:02:24 02:02:24 #170 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:02:24 #170 CACHED 02:02:24 02:02:24 #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:02:24 #171 ... 02:02:24 02:02:24 #172 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:02:24 #172 DONE 0.2s 02:02:24 02:02:24 #173 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:02:24 #173 DONE 0.1s 02:02:24 02:02:24 #174 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:02:24 #174 DONE 0.2s 02:02:24 02:02:24 #175 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:02:24 #175 DONE 0.2s 02:02:24 02:02:24 #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:02:25 #176 ... 02:02:25 02:02:25 #177 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:02:25 #177 DONE 1.2s 02:02:25 02:02:25 #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:02:25 #178 DONE 1.2s 02:02:25 02:02:25 #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:02:26 #179 ... 02:02:26 02:02:26 #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:02:26 #180 DONE 1.9s 02:02:26 02:02:26 #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:02:26 #171 DONE 1.9s 02:02:26 02:02:26 #181 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:02:26 #181 DONE 1.9s 02:02:26 02:02:26 #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:02:26 #182 DONE 1.9s 02:02:26 02:02:26 #183 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:02:26 #183 DONE 1.9s 02:02:26 02:02:26 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:02:26 #184 ... 02:02:26 02:02:26 #185 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:02:26 #185 DONE 2.4s 02:02:26 02:02:26 #186 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:02:26 #186 DONE 2.3s 02:02:26 02:02:26 #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:02:26 #187 DONE 2.3s 02:02:26 02:02:26 #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:02:27 #188 ... 02:02:27 02:02:27 #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:02:27 #176 DONE 3.1s 02:02:27 02:02:27 #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:02:27 #189 DONE 1.4s 02:02:27 02:02:27 #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:02:27 #190 DONE 1.4s 02:02:27 02:02:27 #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:02:27 #179 DONE 2.1s 02:02:27 02:02:27 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:02:27 #191 DONE 2.1s 02:02:27 02:02:27 #192 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:02:27 #192 DONE 1.4s 02:02:27 02:02:27 #193 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:02:27 #193 DONE 1.4s 02:02:27 02:02:27 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:02:27 #184 DONE 1.4s 02:02:27 02:02:27 #194 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:02:27 #194 ... 02:02:27 02:02:27 #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:02:27 #188 DONE 1.0s 02:02:27 02:02:27 #195 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:02:27 #195 DONE 1.0s 02:02:27 02:02:27 #196 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:02:27 #196 DONE 1.0s 02:02:28 02:02:28 #197 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:02:28 #197 DONE 0.2s 02:02:28 02:02:28 #108 [support-scheduler] exporting to image 02:02:28 #108 exporting layers 02:02:28 #108 ... 02:02:28 02:02:28 #198 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:02:28 #198 DONE 0.5s 02:02:28 02:02:28 #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:02:28 #199 DONE 0.5s 02:02:28 02:02:28 #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:02:28 #200 DONE 0.5s 02:02:28 02:02:28 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:02:28 #201 DONE 0.5s 02:02:28 02:02:28 #202 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:02:28 #202 DONE 0.5s 02:02:28 02:02:28 #194 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:02:28 #194 DONE 0.5s 02:02:28 02:02:28 #108 [security-spiffe-token-provider] exporting to image 02:02:28 #108 writing image sha256:d00ba8d04220df02c122d692114adbac6f31d353bf1b6aa6404e0af20f744da5 0.0s done 02:02:28 #108 naming to docker.io/library/core-command done 02:02:28 #108 ... 02:02:28 02:02:28 #203 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:02:28 #203 DONE 0.5s 02:02:28 02:02:28 #204 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:02:28 #204 DONE 4.1s 02:02:28 02:02:28 #108 [core-keeper] exporting to image 02:02:28 #108 exporting layers 0.5s done 02:02:28 #108 writing image sha256:145e6bf9ce06a6ed68ba9fe7187c9a77573950790fa00d091fa8ecb15d1efe36 done 02:02:28 #108 naming to docker.io/library/core-data done 02:02:28 #108 writing image sha256:1799e50393a8dab56d16d6c3bf654a6540bb50047eef5f54a9ff33b68ad48d28 done 02:02:28 #108 naming to docker.io/library/core-keeper done 02:02:28 #108 ... 02:02:28 02:02:28 #205 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:02:28 #205 DONE 0.5s 02:02:28 02:02:28 #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:02:28 #206 DONE 0.5s 02:02:28 02:02:28 #207 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:02:28 #207 DONE 0.5s 02:02:28 02:02:28 #108 [support-scheduler] exporting to image 02:02:28 #108 exporting layers 0.6s done 02:02:28 #108 writing image sha256:92c5e96ae53b2c29d65ae9f41de0e2fa28d9f484d349a4e3f7696a1778ed62ae done 02:02:28 #108 naming to docker.io/library/support-scheduler done 02:02:28 #108 exporting layers 0.5s done 02:02:28 #108 writing image sha256:92e5988f04a48e7a7d8ce6c365556a84474703abdee798c88338a2c0629886f8 done 02:02:28 #108 writing image sha256:5a8c8fea4a552a8d085678e5b202b3af922ec435ec20936a91a0e0713e7f1915 done 02:02:28 #108 writing image sha256:5fee84bba81b207fb608efa6e5003a7cbff3d4d752410a31543c94da295c2796 done 02:02:28 #108 naming to docker.io/library/support-notifications done 02:02:28 #108 naming to docker.io/library/core-metadata done 02:02:28 #108 naming to docker.io/library/security-spiffe-token-provider done 02:02:28 #108 DONE 2.2s 02:02:28 02:02:28 #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:02:29 #208 DONE 0.6s 02:02:29 02:02:29 #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:29 #209 DONE 1.3s 02:02:29 02:02:29 #210 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:29 #210 DONE 1.2s 02:02:29 02:02:29 #211 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:02:29 #211 DONE 0.7s 02:02:29 02:02:29 #212 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:02:29 #212 DONE 0.1s 02:02:29 02:02:29 #108 [core-common-config-bootstrapper] exporting to image 02:02:29 #108 ... 02:02:29 02:02:29 #213 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:02:29 #213 DONE 0.3s 02:02:29 02:02:29 #214 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:29 #214 DONE 1.0s 02:02:29 02:02:29 #215 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:02:29 #215 DONE 0.0s 02:02:29 02:02:29 #216 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:02:29 #216 DONE 0.1s 02:02:29 02:02:29 #108 [security-proxy-auth] exporting to image 02:02:29 #108 exporting layers 0.4s done 02:02:29 #108 writing image sha256:228335c90b9cbbd719e4dfa4b60bdc3e9c5add77e1924f62044d8637053fe5ac 0.0s done 02:02:29 #108 naming to docker.io/library/core-common-config-bootstrapper done 02:02:29 #108 writing image sha256:b30841e384d4b1808acb115a036d6f6dd842ce135e781792f1abf56439cf023c done 02:02:29 #108 naming to docker.io/library/security-proxy-auth done 02:02:29 #108 exporting layers 0.2s done 02:02:29 #108 writing image sha256:38dc23eee312d6a6500005828c70412a3f18ad8a9191a4c90ebd5a5e385fb78a done 02:02:29 #108 naming to docker.io/library/security-proxy-setup done 02:02:29 #108 DONE 2.8s 02:02:29 02:02:29 #217 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:02:29 #217 DONE 0.1s 02:02:29 02:02:29 #218 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:02:29 #218 DONE 0.0s 02:02:29 02:02:29 #219 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:02:29 #219 DONE 0.0s 02:02:29 02:02:29 #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:02:30 #220 ... 02:02:30 02:02:30 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:02:30 #221 DONE 0.7s 02:02:30 02:02:30 #108 [security-secretstore-setup] exporting to image 02:02:30 #108 exporting layers 0.2s done 02:02:30 #108 writing image sha256:7e01b598ff41f130ba8e7a6904bed3c4cc26b68ebc318e75f5aa34693fdb8d4e done 02:02:30 #108 naming to docker.io/library/security-secretstore-setup done 02:02:30 #108 DONE 3.0s 02:02:30 02:02:30 #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:02:30 #220 DONE 0.5s 02:02:30 02:02:30 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:02:30 #64 ... 02:02:30 02:02:30 #108 [security-bootstrapper] exporting to image 02:02:30 #108 exporting layers 0.2s done 02:02:30 #108 writing image sha256:419eb3440cc0ca7d70220ec34c6feee96f9b8ff4abc96f0495e10995ef10b9b0 done 02:02:30 #108 naming to docker.io/library/security-bootstrapper done 02:02:30 #108 DONE 3.2s 02:02:30 02:02:30 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:02:30 time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:02:30 $ docker stop --time=1 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 02:02:32 $ docker rm -f --volumes 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:32 + docker images 02:02:32 REPOSITORY TAG IMAGE ID CREATED SIZE 02:02:32 security-secretstore-setup latest 7e01b598ff41 2 seconds ago 68.9MB 02:02:32 security-bootstrapper latest 419eb3440cc0 2 seconds ago 20.4MB 02:02:32 security-proxy-setup latest 38dc23eee312 3 seconds ago 38.6MB 02:02:32 security-proxy-auth latest b30841e384d4 3 seconds ago 31.9MB 02:02:32 core-common-config-bootstrapper latest 228335c90b9c 3 seconds ago 17.1MB 02:02:32 core-metadata latest 5fee84bba81b 4 seconds ago 33.2MB 02:02:32 support-notifications latest 92e5988f04a4 4 seconds ago 52.3MB 02:02:32 security-spiffe-token-provider latest 5a8c8fea4a55 4 seconds ago 47.5MB 02:02:32 core-keeper latest 1799e50393a8 5 seconds ago 32.6MB 02:02:32 support-scheduler latest 92c5e96ae53b 5 seconds ago 48.7MB 02:02:32 core-data latest 145e6bf9ce06 5 seconds ago 33MB 02:02:32 core-command latest d00ba8d04220 5 seconds ago 28.5MB 02:02:32 security-spire-server latest 6ef4ce71acf9 4 minutes ago 149MB 02:02:32 security-spire-agent latest dd3ebe6da9bf 4 minutes ago 195MB 02:02:32 security-spire-config latest 67e131066ce2 4 minutes ago 149MB 02:02:32 ci-base-image-x86_64 latest 1e384050a997 7 minutes ago 924MB 02:02:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 days ago 574MB 02:02:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB 02:02:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:32 provisioning config files... 02:02:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config8529108739574553185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:02:32 ---> ****-login.sh 02:02:32 nexus3.edgexfoundry.org:10001 02:02:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:32 Configure a credential helper to remove this warning. See 02:02:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:32 02:02:32 Login Succeeded 02:02:32 nexus3.edgexfoundry.org:10002 02:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:33 Configure a credential helper to remove this warning. See 02:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:33 02:02:33 Login Succeeded 02:02:33 nexus3.edgexfoundry.org:10003 02:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:33 Configure a credential helper to remove this warning. See 02:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:33 02:02:33 Login Succeeded 02:02:33 nexus3.edgexfoundry.org:10004 02:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:33 Configure a credential helper to remove this warning. See 02:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:33 02:02:33 Login Succeeded 02:02:33 ****.io 02:02:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:33 Configure a credential helper to remove this warning. See 02:02:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:33 02:02:33 Login Succeeded 02:02:33 ---> ****-login.sh ends [Pipeline] } 02:02:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:02:33 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:02:33 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:33 latest 02:02:33 4.1.0-dev.28 02:02:33 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:33 main 02:02:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:34 + docker push nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:02:34 3bd82055aa66: Preparing 02:02:34 daf715bfc8e6: Preparing 02:02:34 98e52f5f14b6: Preparing 02:02:34 7c16bb7904df: Preparing 02:02:34 335fde7ad29c: Preparing 02:02:34 c8150db0cd63: Preparing 02:02:34 994456c4fd7b: Preparing 02:02:34 994456c4fd7b: Waiting 02:02:34 7c16bb7904df: Pushed 02:02:34 3bd82055aa66: Pushed 02:02:34 98e52f5f14b6: Pushed 02:02:34 335fde7ad29c: Pushed 02:02:34 994456c4fd7b: Layer already exists 02:02:34 c8150db0cd63: Pushed 02:02:36 daf715bfc8e6: Pushed 02:02:36 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:37 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:02:37 3bd82055aa66: Preparing 02:02:37 daf715bfc8e6: Preparing 02:02:37 98e52f5f14b6: Preparing 02:02:37 7c16bb7904df: Preparing 02:02:37 335fde7ad29c: Preparing 02:02:37 c8150db0cd63: Preparing 02:02:37 994456c4fd7b: Preparing 02:02:37 c8150db0cd63: Waiting 02:02:37 994456c4fd7b: Waiting 02:02:37 daf715bfc8e6: Layer already exists 02:02:37 7c16bb7904df: Layer already exists 02:02:37 335fde7ad29c: Layer already exists 02:02:37 3bd82055aa66: Layer already exists 02:02:37 98e52f5f14b6: Layer already exists 02:02:37 c8150db0cd63: Layer already exists 02:02:37 994456c4fd7b: Layer already exists 02:02:37 latest: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 02:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:02:38 3bd82055aa66: Preparing 02:02:38 daf715bfc8e6: Preparing 02:02:38 98e52f5f14b6: Preparing 02:02:38 7c16bb7904df: Preparing 02:02:38 335fde7ad29c: Preparing 02:02:38 c8150db0cd63: Preparing 02:02:38 994456c4fd7b: Preparing 02:02:38 c8150db0cd63: Waiting 02:02:38 994456c4fd7b: Waiting 02:02:38 3bd82055aa66: Layer already exists 02:02:38 7c16bb7904df: Layer already exists 02:02:38 daf715bfc8e6: Layer already exists 02:02:38 335fde7ad29c: Layer already exists 02:02:38 98e52f5f14b6: Layer already exists 02:02:38 c8150db0cd63: Layer already exists 02:02:38 994456c4fd7b: Layer already exists 02:02:38 4.1.0-dev.28: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker push nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:02:38 3bd82055aa66: Preparing 02:02:38 daf715bfc8e6: Preparing 02:02:38 98e52f5f14b6: Preparing 02:02:38 7c16bb7904df: Preparing 02:02:38 335fde7ad29c: Preparing 02:02:38 c8150db0cd63: Preparing 02:02:38 994456c4fd7b: Preparing 02:02:38 c8150db0cd63: Waiting 02:02:38 994456c4fd7b: Waiting 02:02:38 335fde7ad29c: Layer already exists 02:02:38 3bd82055aa66: Layer already exists 02:02:38 7c16bb7904df: Layer already exists 02:02:38 daf715bfc8e6: Layer already exists 02:02:38 98e52f5f14b6: Layer already exists 02:02:38 c8150db0cd63: Layer already exists 02:02:38 994456c4fd7b: Layer already exists 02:02:38 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:02:39 3bd82055aa66: Preparing 02:02:39 daf715bfc8e6: Preparing 02:02:39 98e52f5f14b6: Preparing 02:02:39 7c16bb7904df: Preparing 02:02:39 335fde7ad29c: Preparing 02:02:39 c8150db0cd63: Preparing 02:02:39 994456c4fd7b: Preparing 02:02:39 994456c4fd7b: Waiting 02:02:39 c8150db0cd63: Waiting 02:02:39 335fde7ad29c: Layer already exists 02:02:39 3bd82055aa66: Layer already exists 02:02:39 7c16bb7904df: Layer already exists 02:02:39 98e52f5f14b6: Layer already exists 02:02:39 daf715bfc8e6: Layer already exists 02:02:39 994456c4fd7b: Layer already exists 02:02:39 c8150db0cd63: Layer already exists 02:02:39 main: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:39 ===================================================== [Pipeline] echo 02:02:39 taggedImages: 02:02:39 - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:39 - nexus3.edgexfoundry.org:10004/core-command:latest 02:02:39 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 02:02:39 - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:39 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:02:39 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:02:39 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:39 latest 02:02:39 4.1.0-dev.28 02:02:39 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:39 main 02:02:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:02:40 22b6fa29e3cc: Preparing 02:02:40 0ce36ad5e79a: Preparing 02:02:40 20116e82b10f: Preparing 02:02:40 b8cfb4e05715: Preparing 02:02:40 98e52f5f14b6: Preparing 02:02:40 7c16bb7904df: Preparing 02:02:40 335fde7ad29c: Preparing 02:02:40 c8150db0cd63: Preparing 02:02:40 994456c4fd7b: Preparing 02:02:40 c8150db0cd63: Waiting 02:02:40 335fde7ad29c: Waiting 02:02:40 994456c4fd7b: Waiting 02:02:40 7c16bb7904df: Waiting 02:02:40 98e52f5f14b6: Layer already exists 02:02:40 7c16bb7904df: Layer already exists 02:02:40 335fde7ad29c: Layer already exists 02:02:40 c8150db0cd63: Layer already exists 02:02:40 994456c4fd7b: Layer already exists 02:02:40 0ce36ad5e79a: Pushed 02:02:40 22b6fa29e3cc: Pushed 02:02:40 20116e82b10f: Pushed 02:02:41 b8cfb4e05715: Pushed 02:02:41 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:41 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:02:42 22b6fa29e3cc: Preparing 02:02:42 0ce36ad5e79a: Preparing 02:02:42 20116e82b10f: Preparing 02:02:42 b8cfb4e05715: Preparing 02:02:42 98e52f5f14b6: Preparing 02:02:42 7c16bb7904df: Preparing 02:02:42 335fde7ad29c: Preparing 02:02:42 c8150db0cd63: Preparing 02:02:42 994456c4fd7b: Preparing 02:02:42 7c16bb7904df: Waiting 02:02:42 335fde7ad29c: Waiting 02:02:42 c8150db0cd63: Waiting 02:02:42 994456c4fd7b: Waiting 02:02:42 b8cfb4e05715: Layer already exists 02:02:42 0ce36ad5e79a: Layer already exists 02:02:42 98e52f5f14b6: Layer already exists 02:02:42 20116e82b10f: Layer already exists 02:02:42 22b6fa29e3cc: Layer already exists 02:02:42 7c16bb7904df: Layer already exists 02:02:42 994456c4fd7b: Layer already exists 02:02:42 c8150db0cd63: Layer already exists 02:02:42 335fde7ad29c: Layer already exists 02:02:42 latest: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 02:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:02:42 22b6fa29e3cc: Preparing 02:02:42 0ce36ad5e79a: Preparing 02:02:42 20116e82b10f: Preparing 02:02:42 b8cfb4e05715: Preparing 02:02:42 98e52f5f14b6: Preparing 02:02:42 7c16bb7904df: Preparing 02:02:42 335fde7ad29c: Preparing 02:02:42 c8150db0cd63: Preparing 02:02:42 994456c4fd7b: Preparing 02:02:42 7c16bb7904df: Waiting 02:02:42 335fde7ad29c: Waiting 02:02:42 c8150db0cd63: Waiting 02:02:42 994456c4fd7b: Waiting 02:02:42 b8cfb4e05715: Layer already exists 02:02:42 22b6fa29e3cc: Layer already exists 02:02:42 20116e82b10f: Layer already exists 02:02:42 0ce36ad5e79a: Layer already exists 02:02:42 98e52f5f14b6: Layer already exists 02:02:42 7c16bb7904df: Layer already exists 02:02:42 c8150db0cd63: Layer already exists 02:02:42 994456c4fd7b: Layer already exists 02:02:42 335fde7ad29c: Layer already exists 02:02:42 4.1.0-dev.28: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:02:43 22b6fa29e3cc: Preparing 02:02:43 0ce36ad5e79a: Preparing 02:02:43 20116e82b10f: Preparing 02:02:43 b8cfb4e05715: Preparing 02:02:43 98e52f5f14b6: Preparing 02:02:43 7c16bb7904df: Preparing 02:02:43 335fde7ad29c: Preparing 02:02:43 c8150db0cd63: Preparing 02:02:43 994456c4fd7b: Preparing 02:02:43 335fde7ad29c: Waiting 02:02:43 c8150db0cd63: Waiting 02:02:43 994456c4fd7b: Waiting 02:02:43 0ce36ad5e79a: Layer already exists 02:02:43 b8cfb4e05715: Layer already exists 02:02:43 98e52f5f14b6: Layer already exists 02:02:43 20116e82b10f: Layer already exists 02:02:43 22b6fa29e3cc: Layer already exists 02:02:43 7c16bb7904df: Layer already exists 02:02:43 335fde7ad29c: Layer already exists 02:02:43 994456c4fd7b: Layer already exists 02:02:43 c8150db0cd63: Layer already exists 02:02:43 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:02:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:02:44 22b6fa29e3cc: Preparing 02:02:44 0ce36ad5e79a: Preparing 02:02:44 20116e82b10f: Preparing 02:02:44 b8cfb4e05715: Preparing 02:02:44 98e52f5f14b6: Preparing 02:02:44 7c16bb7904df: Preparing 02:02:44 335fde7ad29c: Preparing 02:02:44 c8150db0cd63: Preparing 02:02:44 994456c4fd7b: Preparing 02:02:44 7c16bb7904df: Waiting 02:02:44 335fde7ad29c: Waiting 02:02:44 994456c4fd7b: Waiting 02:02:44 c8150db0cd63: Waiting 02:02:44 0ce36ad5e79a: Layer already exists 02:02:44 22b6fa29e3cc: Layer already exists 02:02:44 b8cfb4e05715: Layer already exists 02:02:44 20116e82b10f: Layer already exists 02:02:44 98e52f5f14b6: Layer already exists 02:02:44 335fde7ad29c: Layer already exists 02:02:44 c8150db0cd63: Layer already exists 02:02:44 994456c4fd7b: Layer already exists 02:02:44 7c16bb7904df: Layer already exists 02:02:44 main: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:44 ===================================================== [Pipeline] echo 02:02:44 taggedImages: 02:02:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:02:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 02:02:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:02:44 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:02:44 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:44 latest 02:02:44 4.1.0-dev.28 02:02:44 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:44 main 02:02:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:44 + docker push nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:02:44 64cecc238fef: Preparing 02:02:44 ee47821cc345: Preparing 02:02:44 98e52f5f14b6: Preparing 02:02:44 7c16bb7904df: Preparing 02:02:44 26c1a591ac48: Preparing 02:02:44 c8150db0cd63: Preparing 02:02:44 994456c4fd7b: Preparing 02:02:44 994456c4fd7b: Waiting 02:02:44 c8150db0cd63: Waiting 02:02:44 7c16bb7904df: Layer already exists 02:02:44 98e52f5f14b6: Layer already exists 02:02:44 c8150db0cd63: Layer already exists 02:02:44 994456c4fd7b: Layer already exists 02:02:44 26c1a591ac48: Pushed 02:02:44 64cecc238fef: Pushed 02:02:47 ee47821cc345: Pushed 02:02:47 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:47 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:02:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:02:47 64cecc238fef: Preparing 02:02:47 ee47821cc345: Preparing 02:02:47 98e52f5f14b6: Preparing 02:02:47 7c16bb7904df: Preparing 02:02:47 26c1a591ac48: Preparing 02:02:47 c8150db0cd63: Preparing 02:02:47 994456c4fd7b: Preparing 02:02:47 c8150db0cd63: Waiting 02:02:47 ee47821cc345: Layer already exists 02:02:47 64cecc238fef: Layer already exists 02:02:47 26c1a591ac48: Layer already exists 02:02:47 98e52f5f14b6: Layer already exists 02:02:47 7c16bb7904df: Layer already exists 02:02:47 c8150db0cd63: Layer already exists 02:02:47 994456c4fd7b: Layer already exists 02:02:47 latest: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:48 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 02:02:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:02:48 64cecc238fef: Preparing 02:02:48 ee47821cc345: Preparing 02:02:48 98e52f5f14b6: Preparing 02:02:48 7c16bb7904df: Preparing 02:02:48 26c1a591ac48: Preparing 02:02:48 c8150db0cd63: Preparing 02:02:48 994456c4fd7b: Preparing 02:02:48 c8150db0cd63: Waiting 02:02:48 994456c4fd7b: Waiting 02:02:48 98e52f5f14b6: Layer already exists 02:02:48 7c16bb7904df: Layer already exists 02:02:48 ee47821cc345: Layer already exists 02:02:48 26c1a591ac48: Layer already exists 02:02:48 64cecc238fef: Layer already exists 02:02:48 994456c4fd7b: Layer already exists 02:02:48 c8150db0cd63: Layer already exists 02:02:48 4.1.0-dev.28: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:48 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:49 + docker push nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:02:49 64cecc238fef: Preparing 02:02:49 ee47821cc345: Preparing 02:02:49 98e52f5f14b6: Preparing 02:02:49 7c16bb7904df: Preparing 02:02:49 26c1a591ac48: Preparing 02:02:49 c8150db0cd63: Preparing 02:02:49 994456c4fd7b: Preparing 02:02:49 c8150db0cd63: Waiting 02:02:49 994456c4fd7b: Waiting 02:02:49 26c1a591ac48: Layer already exists 02:02:49 98e52f5f14b6: Layer already exists 02:02:49 7c16bb7904df: Layer already exists 02:02:49 ee47821cc345: Layer already exists 02:02:49 64cecc238fef: Layer already exists 02:02:49 994456c4fd7b: Layer already exists 02:02:49 c8150db0cd63: Layer already exists 02:02:49 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:49 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:02:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:02:49 64cecc238fef: Preparing 02:02:49 ee47821cc345: Preparing 02:02:49 98e52f5f14b6: Preparing 02:02:49 7c16bb7904df: Preparing 02:02:49 26c1a591ac48: Preparing 02:02:49 c8150db0cd63: Preparing 02:02:49 994456c4fd7b: Preparing 02:02:49 c8150db0cd63: Waiting 02:02:49 994456c4fd7b: Waiting 02:02:49 64cecc238fef: Layer already exists 02:02:49 26c1a591ac48: Layer already exists 02:02:49 ee47821cc345: Layer already exists 02:02:49 7c16bb7904df: Layer already exists 02:02:49 98e52f5f14b6: Layer already exists 02:02:49 c8150db0cd63: Layer already exists 02:02:49 994456c4fd7b: Layer already exists 02:02:49 main: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:49 ===================================================== [Pipeline] echo 02:02:49 taggedImages: 02:02:49 - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:49 - nexus3.edgexfoundry.org:10004/core-data:latest 02:02:49 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 02:02:49 - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:49 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:02:50 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:02:50 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:50 latest 02:02:50 4.1.0-dev.28 02:02:50 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:50 main 02:02:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:50 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:02:50 7819762e23ee: Preparing 02:02:50 e3d3dad64e59: Preparing 02:02:50 7c16bb7904df: Preparing 02:02:50 22ab244e7e46: Preparing 02:02:50 07e5de6b9604: Preparing 02:02:50 994456c4fd7b: Preparing 02:02:50 994456c4fd7b: Waiting 02:02:50 7c16bb7904df: Layer already exists 02:02:50 994456c4fd7b: Layer already exists 02:02:50 7819762e23ee: Pushed 02:02:50 07e5de6b9604: Pushed 02:02:50 22ab244e7e46: Pushed 02:02:53 e3d3dad64e59: Pushed 02:02:53 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:02:53 7819762e23ee: Preparing 02:02:53 e3d3dad64e59: Preparing 02:02:53 7c16bb7904df: Preparing 02:02:53 22ab244e7e46: Preparing 02:02:53 07e5de6b9604: Preparing 02:02:53 994456c4fd7b: Preparing 02:02:53 994456c4fd7b: Waiting 02:02:53 07e5de6b9604: Layer already exists 02:02:53 e3d3dad64e59: Layer already exists 02:02:53 7819762e23ee: Layer already exists 02:02:53 7c16bb7904df: Layer already exists 02:02:53 22ab244e7e46: Layer already exists 02:02:53 994456c4fd7b: Layer already exists 02:02:53 latest: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 02:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:02:54 7819762e23ee: Preparing 02:02:54 e3d3dad64e59: Preparing 02:02:54 7c16bb7904df: Preparing 02:02:54 22ab244e7e46: Preparing 02:02:54 07e5de6b9604: Preparing 02:02:54 994456c4fd7b: Preparing 02:02:54 22ab244e7e46: Layer already exists 02:02:54 7c16bb7904df: Layer already exists 02:02:54 7819762e23ee: Layer already exists 02:02:54 07e5de6b9604: Layer already exists 02:02:54 e3d3dad64e59: Layer already exists 02:02:54 994456c4fd7b: Layer already exists 02:02:54 4.1.0-dev.28: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:02:55 7819762e23ee: Preparing 02:02:55 e3d3dad64e59: Preparing 02:02:55 7c16bb7904df: Preparing 02:02:55 22ab244e7e46: Preparing 02:02:55 07e5de6b9604: Preparing 02:02:55 994456c4fd7b: Preparing 02:02:55 994456c4fd7b: Waiting 02:02:55 07e5de6b9604: Layer already exists 02:02:55 7819762e23ee: Layer already exists 02:02:55 e3d3dad64e59: Layer already exists 02:02:55 7c16bb7904df: Layer already exists 02:02:55 22ab244e7e46: Layer already exists 02:02:55 994456c4fd7b: Layer already exists 02:02:55 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:02:55 7819762e23ee: Preparing 02:02:55 e3d3dad64e59: Preparing 02:02:55 7c16bb7904df: Preparing 02:02:55 22ab244e7e46: Preparing 02:02:55 07e5de6b9604: Preparing 02:02:55 994456c4fd7b: Preparing 02:02:55 994456c4fd7b: Waiting 02:02:55 7819762e23ee: Layer already exists 02:02:55 22ab244e7e46: Layer already exists 02:02:55 07e5de6b9604: Layer already exists 02:02:55 7c16bb7904df: Layer already exists 02:02:55 e3d3dad64e59: Layer already exists 02:02:55 994456c4fd7b: Layer already exists 02:02:55 main: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:02:55 ===================================================== [Pipeline] echo 02:02:55 taggedImages: 02:02:55 - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:55 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:02:55 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 02:02:55 - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:55 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:02:55 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:02:55 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:55 latest 02:02:55 4.1.0-dev.28 02:02:55 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:02:55 main 02:02:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:02:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:02:56 2e3cd2d9fbb4: Preparing 02:02:56 850a76138ab2: Preparing 02:02:56 7085276b3573: Preparing 02:02:56 98e52f5f14b6: Preparing 02:02:56 7c16bb7904df: Preparing 02:02:56 335fde7ad29c: Preparing 02:02:56 c8150db0cd63: Preparing 02:02:56 994456c4fd7b: Preparing 02:02:56 c8150db0cd63: Waiting 02:02:56 994456c4fd7b: Waiting 02:02:56 335fde7ad29c: Waiting 02:02:56 7c16bb7904df: Layer already exists 02:02:56 98e52f5f14b6: Layer already exists 02:02:56 335fde7ad29c: Layer already exists 02:02:56 c8150db0cd63: Layer already exists 02:02:56 994456c4fd7b: Layer already exists 02:02:56 2e3cd2d9fbb4: Pushed 02:02:56 850a76138ab2: Pushed 02:02:59 7085276b3573: Pushed 02:02:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:02:59 2e3cd2d9fbb4: Preparing 02:02:59 850a76138ab2: Preparing 02:02:59 7085276b3573: Preparing 02:02:59 98e52f5f14b6: Preparing 02:02:59 7c16bb7904df: Preparing 02:02:59 335fde7ad29c: Preparing 02:02:59 c8150db0cd63: Preparing 02:02:59 994456c4fd7b: Preparing 02:02:59 c8150db0cd63: Waiting 02:02:59 994456c4fd7b: Waiting 02:02:59 335fde7ad29c: Waiting 02:02:59 2e3cd2d9fbb4: Layer already exists 02:02:59 850a76138ab2: Layer already exists 02:02:59 7085276b3573: Layer already exists 02:02:59 7c16bb7904df: Layer already exists 02:02:59 98e52f5f14b6: Layer already exists 02:02:59 c8150db0cd63: Layer already exists 02:02:59 994456c4fd7b: Layer already exists 02:02:59 335fde7ad29c: Layer already exists 02:02:59 latest: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 02:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:03:00 2e3cd2d9fbb4: Preparing 02:03:00 850a76138ab2: Preparing 02:03:00 7085276b3573: Preparing 02:03:00 98e52f5f14b6: Preparing 02:03:00 7c16bb7904df: Preparing 02:03:00 335fde7ad29c: Preparing 02:03:00 c8150db0cd63: Preparing 02:03:00 994456c4fd7b: Preparing 02:03:00 335fde7ad29c: Waiting 02:03:00 c8150db0cd63: Waiting 02:03:00 994456c4fd7b: Waiting 02:03:00 2e3cd2d9fbb4: Layer already exists 02:03:00 98e52f5f14b6: Layer already exists 02:03:00 850a76138ab2: Layer already exists 02:03:00 7085276b3573: Layer already exists 02:03:00 7c16bb7904df: Layer already exists 02:03:00 c8150db0cd63: Layer already exists 02:03:00 335fde7ad29c: Layer already exists 02:03:00 994456c4fd7b: Layer already exists 02:03:00 4.1.0-dev.28: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:03:01 2e3cd2d9fbb4: Preparing 02:03:01 850a76138ab2: Preparing 02:03:01 7085276b3573: Preparing 02:03:01 98e52f5f14b6: Preparing 02:03:01 7c16bb7904df: Preparing 02:03:01 335fde7ad29c: Preparing 02:03:01 c8150db0cd63: Preparing 02:03:01 994456c4fd7b: Preparing 02:03:01 c8150db0cd63: Waiting 02:03:01 335fde7ad29c: Waiting 02:03:01 994456c4fd7b: Waiting 02:03:01 7c16bb7904df: Layer already exists 02:03:01 98e52f5f14b6: Layer already exists 02:03:01 850a76138ab2: Layer already exists 02:03:01 2e3cd2d9fbb4: Layer already exists 02:03:01 7085276b3573: Layer already exists 02:03:01 335fde7ad29c: Layer already exists 02:03:01 c8150db0cd63: Layer already exists 02:03:01 994456c4fd7b: Layer already exists 02:03:01 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:03:01 2e3cd2d9fbb4: Preparing 02:03:01 850a76138ab2: Preparing 02:03:01 7085276b3573: Preparing 02:03:01 98e52f5f14b6: Preparing 02:03:01 7c16bb7904df: Preparing 02:03:01 335fde7ad29c: Preparing 02:03:01 c8150db0cd63: Preparing 02:03:01 994456c4fd7b: Preparing 02:03:01 335fde7ad29c: Waiting 02:03:01 c8150db0cd63: Waiting 02:03:01 994456c4fd7b: Waiting 02:03:01 850a76138ab2: Layer already exists 02:03:01 2e3cd2d9fbb4: Layer already exists 02:03:01 7c16bb7904df: Layer already exists 02:03:01 7085276b3573: Layer already exists 02:03:01 98e52f5f14b6: Layer already exists 02:03:01 335fde7ad29c: Layer already exists 02:03:01 c8150db0cd63: Layer already exists 02:03:01 994456c4fd7b: Layer already exists 02:03:01 main: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:01 ===================================================== [Pipeline] echo 02:03:01 taggedImages: 02:03:01 - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:01 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:03:01 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 02:03:01 - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:01 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:03:01 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:03:01 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:01 latest 02:03:01 4.1.0-dev.28 02:03:01 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:01 main 02:03:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:03:02 aa2048eaf638: Preparing 02:03:02 1fa3ec96c312: Preparing 02:03:02 4912be643fb8: Preparing 02:03:02 d867768a86f3: Preparing 02:03:02 0260e6dfc617: Preparing 02:03:02 4cfe15f83acc: Preparing 02:03:02 52596ca3bc0d: Preparing 02:03:02 98e52f5f14b6: Preparing 02:03:02 7c16bb7904df: Preparing 02:03:02 8727a9840a25: Preparing 02:03:02 52596ca3bc0d: Waiting 02:03:02 98e52f5f14b6: Waiting 02:03:02 7c16bb7904df: Waiting 02:03:02 4cfe15f83acc: Waiting 02:03:02 419aa7766d56: Preparing 02:03:02 5f70bf18a086: Preparing 02:03:02 60be2cdf5d5a: Preparing 02:03:02 892e2a39709b: Preparing 02:03:02 419aa7766d56: Waiting 02:03:02 8727a9840a25: Waiting 02:03:02 4af49473c46d: Preparing 02:03:02 994456c4fd7b: Preparing 02:03:02 4af49473c46d: Waiting 02:03:02 994456c4fd7b: Waiting 02:03:02 892e2a39709b: Waiting 02:03:02 d867768a86f3: Pushed 02:03:02 1fa3ec96c312: Pushed 02:03:02 0260e6dfc617: Pushed 02:03:02 4912be643fb8: Pushed 02:03:02 aa2048eaf638: Pushed 02:03:02 98e52f5f14b6: Layer already exists 02:03:02 7c16bb7904df: Layer already exists 02:03:02 4cfe15f83acc: Pushed 02:03:02 5f70bf18a086: Layer already exists 02:03:02 8727a9840a25: Pushed 02:03:02 419aa7766d56: Pushed 02:03:02 994456c4fd7b: Layer already exists 02:03:02 892e2a39709b: Pushed 02:03:02 60be2cdf5d5a: Pushed 02:03:02 4af49473c46d: Pushed 02:03:04 52596ca3bc0d: Pushed 02:03:04 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:03:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:03:04 aa2048eaf638: Preparing 02:03:04 1fa3ec96c312: Preparing 02:03:04 4912be643fb8: Preparing 02:03:04 d867768a86f3: Preparing 02:03:04 0260e6dfc617: Preparing 02:03:04 4cfe15f83acc: Preparing 02:03:04 52596ca3bc0d: Preparing 02:03:04 98e52f5f14b6: Preparing 02:03:04 7c16bb7904df: Preparing 02:03:04 8727a9840a25: Preparing 02:03:04 419aa7766d56: Preparing 02:03:04 5f70bf18a086: Preparing 02:03:04 60be2cdf5d5a: Preparing 02:03:04 892e2a39709b: Preparing 02:03:04 4af49473c46d: Preparing 02:03:04 994456c4fd7b: Preparing 02:03:04 60be2cdf5d5a: Waiting 02:03:04 892e2a39709b: Waiting 02:03:04 98e52f5f14b6: Waiting 02:03:04 4af49473c46d: Waiting 02:03:04 419aa7766d56: Waiting 02:03:04 994456c4fd7b: Waiting 02:03:04 4cfe15f83acc: Waiting 02:03:04 5f70bf18a086: Waiting 02:03:04 7c16bb7904df: Waiting 02:03:04 52596ca3bc0d: Waiting 02:03:04 8727a9840a25: Waiting 02:03:04 d867768a86f3: Layer already exists 02:03:04 0260e6dfc617: Layer already exists 02:03:04 1fa3ec96c312: Layer already exists 02:03:04 aa2048eaf638: Layer already exists 02:03:04 4912be643fb8: Layer already exists 02:03:04 52596ca3bc0d: Layer already exists 02:03:04 4cfe15f83acc: Layer already exists 02:03:04 98e52f5f14b6: Layer already exists 02:03:04 8727a9840a25: Layer already exists 02:03:04 7c16bb7904df: Layer already exists 02:03:04 419aa7766d56: Layer already exists 02:03:04 60be2cdf5d5a: Layer already exists 02:03:04 892e2a39709b: Layer already exists 02:03:04 4af49473c46d: Layer already exists 02:03:04 5f70bf18a086: Layer already exists 02:03:04 994456c4fd7b: Layer already exists 02:03:04 latest: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 02:03:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:03:05 aa2048eaf638: Preparing 02:03:05 1fa3ec96c312: Preparing 02:03:05 4912be643fb8: Preparing 02:03:05 d867768a86f3: Preparing 02:03:05 0260e6dfc617: Preparing 02:03:05 4cfe15f83acc: Preparing 02:03:05 52596ca3bc0d: Preparing 02:03:05 98e52f5f14b6: Preparing 02:03:05 7c16bb7904df: Preparing 02:03:05 8727a9840a25: Preparing 02:03:05 419aa7766d56: Preparing 02:03:05 5f70bf18a086: Preparing 02:03:05 60be2cdf5d5a: Preparing 02:03:05 892e2a39709b: Preparing 02:03:05 4af49473c46d: Preparing 02:03:05 994456c4fd7b: Preparing 02:03:05 52596ca3bc0d: Waiting 02:03:05 98e52f5f14b6: Waiting 02:03:05 7c16bb7904df: Waiting 02:03:05 8727a9840a25: Waiting 02:03:05 419aa7766d56: Waiting 02:03:05 5f70bf18a086: Waiting 02:03:05 60be2cdf5d5a: Waiting 02:03:05 892e2a39709b: Waiting 02:03:05 4af49473c46d: Waiting 02:03:05 994456c4fd7b: Waiting 02:03:05 4cfe15f83acc: Waiting 02:03:05 aa2048eaf638: Layer already exists 02:03:05 0260e6dfc617: Layer already exists 02:03:05 1fa3ec96c312: Layer already exists 02:03:05 d867768a86f3: Layer already exists 02:03:05 4912be643fb8: Layer already exists 02:03:05 98e52f5f14b6: Layer already exists 02:03:05 4cfe15f83acc: Layer already exists 02:03:05 8727a9840a25: Layer already exists 02:03:05 52596ca3bc0d: Layer already exists 02:03:05 7c16bb7904df: Layer already exists 02:03:05 419aa7766d56: Layer already exists 02:03:05 5f70bf18a086: Layer already exists 02:03:05 60be2cdf5d5a: Layer already exists 02:03:05 892e2a39709b: Layer already exists 02:03:05 4af49473c46d: Layer already exists 02:03:05 994456c4fd7b: Layer already exists 02:03:05 4.1.0-dev.28: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:03:06 aa2048eaf638: Preparing 02:03:06 1fa3ec96c312: Preparing 02:03:06 4912be643fb8: Preparing 02:03:06 d867768a86f3: Preparing 02:03:06 0260e6dfc617: Preparing 02:03:06 4cfe15f83acc: Preparing 02:03:06 52596ca3bc0d: Preparing 02:03:06 98e52f5f14b6: Preparing 02:03:06 7c16bb7904df: Preparing 02:03:06 8727a9840a25: Preparing 02:03:06 419aa7766d56: Preparing 02:03:06 5f70bf18a086: Preparing 02:03:06 60be2cdf5d5a: Preparing 02:03:06 892e2a39709b: Preparing 02:03:06 4af49473c46d: Preparing 02:03:06 994456c4fd7b: Preparing 02:03:06 4cfe15f83acc: Waiting 02:03:06 52596ca3bc0d: Waiting 02:03:06 98e52f5f14b6: Waiting 02:03:06 7c16bb7904df: Waiting 02:03:06 8727a9840a25: Waiting 02:03:06 892e2a39709b: Waiting 02:03:06 419aa7766d56: Waiting 02:03:06 4af49473c46d: Waiting 02:03:06 5f70bf18a086: Waiting 02:03:06 994456c4fd7b: Waiting 02:03:06 60be2cdf5d5a: Waiting 02:03:06 aa2048eaf638: Layer already exists 02:03:06 d867768a86f3: Layer already exists 02:03:06 1fa3ec96c312: Layer already exists 02:03:06 0260e6dfc617: Layer already exists 02:03:06 4912be643fb8: Layer already exists 02:03:06 52596ca3bc0d: Layer already exists 02:03:06 7c16bb7904df: Layer already exists 02:03:06 4cfe15f83acc: Layer already exists 02:03:06 98e52f5f14b6: Layer already exists 02:03:06 8727a9840a25: Layer already exists 02:03:06 419aa7766d56: Layer already exists 02:03:06 5f70bf18a086: Layer already exists 02:03:06 892e2a39709b: Layer already exists 02:03:06 60be2cdf5d5a: Layer already exists 02:03:06 4af49473c46d: Layer already exists 02:03:06 994456c4fd7b: Layer already exists 02:03:06 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:03:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:03:06 aa2048eaf638: Preparing 02:03:06 1fa3ec96c312: Preparing 02:03:06 4912be643fb8: Preparing 02:03:06 d867768a86f3: Preparing 02:03:06 0260e6dfc617: Preparing 02:03:06 4cfe15f83acc: Preparing 02:03:06 52596ca3bc0d: Preparing 02:03:06 98e52f5f14b6: Preparing 02:03:06 7c16bb7904df: Preparing 02:03:06 8727a9840a25: Preparing 02:03:06 419aa7766d56: Preparing 02:03:06 5f70bf18a086: Preparing 02:03:06 60be2cdf5d5a: Preparing 02:03:06 892e2a39709b: Preparing 02:03:06 4cfe15f83acc: Waiting 02:03:06 52596ca3bc0d: Waiting 02:03:06 7c16bb7904df: Waiting 02:03:06 8727a9840a25: Waiting 02:03:06 419aa7766d56: Waiting 02:03:06 98e52f5f14b6: Waiting 02:03:06 60be2cdf5d5a: Waiting 02:03:06 5f70bf18a086: Waiting 02:03:06 4af49473c46d: Preparing 02:03:06 892e2a39709b: Waiting 02:03:06 994456c4fd7b: Preparing 02:03:06 4af49473c46d: Waiting 02:03:06 1fa3ec96c312: Layer already exists 02:03:06 d867768a86f3: Layer already exists 02:03:06 0260e6dfc617: Layer already exists 02:03:06 4912be643fb8: Layer already exists 02:03:06 aa2048eaf638: Layer already exists 02:03:06 7c16bb7904df: Layer already exists 02:03:06 4cfe15f83acc: Layer already exists 02:03:06 98e52f5f14b6: Layer already exists 02:03:06 52596ca3bc0d: Layer already exists 02:03:06 8727a9840a25: Layer already exists 02:03:06 419aa7766d56: Layer already exists 02:03:06 5f70bf18a086: Layer already exists 02:03:06 892e2a39709b: Layer already exists 02:03:06 60be2cdf5d5a: Layer already exists 02:03:06 4af49473c46d: Layer already exists 02:03:06 994456c4fd7b: Layer already exists 02:03:06 main: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:06 ===================================================== [Pipeline] echo 02:03:06 taggedImages: 02:03:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:03:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 02:03:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:03:06 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:03:06 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:06 latest 02:03:06 4.1.0-dev.28 02:03:06 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:06 main 02:03:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:03:07 22b6fa29e3cc: Preparing 02:03:07 0ce36ad5e79a: Preparing 02:03:07 3b4aad4c0ea1: Preparing 02:03:07 3c0c4b75ea5f: Preparing 02:03:07 98e52f5f14b6: Preparing 02:03:07 7c16bb7904df: Preparing 02:03:07 335fde7ad29c: Preparing 02:03:07 c8150db0cd63: Preparing 02:03:07 994456c4fd7b: Preparing 02:03:07 335fde7ad29c: Waiting 02:03:07 7c16bb7904df: Waiting 02:03:07 c8150db0cd63: Waiting 02:03:07 994456c4fd7b: Waiting 02:03:07 98e52f5f14b6: Layer already exists 02:03:07 22b6fa29e3cc: Layer already exists 02:03:07 0ce36ad5e79a: Layer already exists 02:03:07 7c16bb7904df: Layer already exists 02:03:07 335fde7ad29c: Layer already exists 02:03:07 c8150db0cd63: Layer already exists 02:03:07 994456c4fd7b: Layer already exists 02:03:07 3b4aad4c0ea1: Pushed 02:03:09 3c0c4b75ea5f: Pushed 02:03:09 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:03:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:03:10 22b6fa29e3cc: Preparing 02:03:10 0ce36ad5e79a: Preparing 02:03:10 3b4aad4c0ea1: Preparing 02:03:10 3c0c4b75ea5f: Preparing 02:03:10 98e52f5f14b6: Preparing 02:03:10 7c16bb7904df: Preparing 02:03:10 335fde7ad29c: Preparing 02:03:10 c8150db0cd63: Preparing 02:03:10 994456c4fd7b: Preparing 02:03:10 994456c4fd7b: Waiting 02:03:10 335fde7ad29c: Waiting 02:03:10 c8150db0cd63: Waiting 02:03:10 7c16bb7904df: Waiting 02:03:10 22b6fa29e3cc: Layer already exists 02:03:10 0ce36ad5e79a: Layer already exists 02:03:10 98e52f5f14b6: Layer already exists 02:03:10 3c0c4b75ea5f: Layer already exists 02:03:10 3b4aad4c0ea1: Layer already exists 02:03:10 c8150db0cd63: Layer already exists 02:03:10 994456c4fd7b: Layer already exists 02:03:10 335fde7ad29c: Layer already exists 02:03:10 7c16bb7904df: Layer already exists 02:03:10 latest: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 02:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:03:11 22b6fa29e3cc: Preparing 02:03:11 0ce36ad5e79a: Preparing 02:03:11 3b4aad4c0ea1: Preparing 02:03:11 3c0c4b75ea5f: Preparing 02:03:11 98e52f5f14b6: Preparing 02:03:11 7c16bb7904df: Preparing 02:03:11 335fde7ad29c: Preparing 02:03:11 c8150db0cd63: Preparing 02:03:11 994456c4fd7b: Preparing 02:03:11 7c16bb7904df: Waiting 02:03:11 335fde7ad29c: Waiting 02:03:11 c8150db0cd63: Waiting 02:03:11 994456c4fd7b: Waiting 02:03:11 98e52f5f14b6: Layer already exists 02:03:11 3c0c4b75ea5f: Layer already exists 02:03:11 3b4aad4c0ea1: Layer already exists 02:03:11 0ce36ad5e79a: Layer already exists 02:03:11 22b6fa29e3cc: Layer already exists 02:03:11 7c16bb7904df: Layer already exists 02:03:11 994456c4fd7b: Layer already exists 02:03:11 335fde7ad29c: Layer already exists 02:03:11 c8150db0cd63: Layer already exists 02:03:11 4.1.0-dev.28: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:03:11 22b6fa29e3cc: Preparing 02:03:11 0ce36ad5e79a: Preparing 02:03:11 3b4aad4c0ea1: Preparing 02:03:11 3c0c4b75ea5f: Preparing 02:03:11 98e52f5f14b6: Preparing 02:03:11 7c16bb7904df: Preparing 02:03:11 335fde7ad29c: Preparing 02:03:11 c8150db0cd63: Preparing 02:03:11 994456c4fd7b: Preparing 02:03:11 335fde7ad29c: Waiting 02:03:11 994456c4fd7b: Waiting 02:03:11 c8150db0cd63: Waiting 02:03:11 7c16bb7904df: Waiting 02:03:11 0ce36ad5e79a: Layer already exists 02:03:11 3c0c4b75ea5f: Layer already exists 02:03:11 3b4aad4c0ea1: Layer already exists 02:03:11 98e52f5f14b6: Layer already exists 02:03:11 22b6fa29e3cc: Layer already exists 02:03:11 994456c4fd7b: Layer already exists 02:03:11 7c16bb7904df: Layer already exists 02:03:11 c8150db0cd63: Layer already exists 02:03:11 335fde7ad29c: Layer already exists 02:03:11 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:03:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:03:12 22b6fa29e3cc: Preparing 02:03:12 0ce36ad5e79a: Preparing 02:03:12 3b4aad4c0ea1: Preparing 02:03:12 3c0c4b75ea5f: Preparing 02:03:12 98e52f5f14b6: Preparing 02:03:12 7c16bb7904df: Preparing 02:03:12 335fde7ad29c: Preparing 02:03:12 c8150db0cd63: Preparing 02:03:12 994456c4fd7b: Preparing 02:03:12 7c16bb7904df: Waiting 02:03:12 335fde7ad29c: Waiting 02:03:12 994456c4fd7b: Waiting 02:03:12 0ce36ad5e79a: Layer already exists 02:03:12 98e52f5f14b6: Layer already exists 02:03:12 3c0c4b75ea5f: Layer already exists 02:03:12 3b4aad4c0ea1: Layer already exists 02:03:12 22b6fa29e3cc: Layer already exists 02:03:12 994456c4fd7b: Layer already exists 02:03:12 335fde7ad29c: Layer already exists 02:03:12 7c16bb7904df: Layer already exists 02:03:12 c8150db0cd63: Layer already exists 02:03:12 main: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:12 ===================================================== [Pipeline] echo 02:03:12 taggedImages: 02:03:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:03:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 02:03:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:12 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:03:12 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:03:12 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:12 latest 02:03:12 4.1.0-dev.28 02:03:12 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:12 main 02:03:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:13 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:03:13 da0d757d01fd: Preparing 02:03:13 b896c02fb704: Preparing 02:03:13 6083e55d08d5: Preparing 02:03:13 2516b28671f2: Preparing 02:03:13 2dc6279f6938: Preparing 02:03:13 98e52f5f14b6: Preparing 02:03:13 7c16bb7904df: Preparing 02:03:13 d0a545b50535: Preparing 02:03:13 4433f6821a9c: Preparing 02:03:13 3130bffb5f23: Preparing 02:03:13 994456c4fd7b: Preparing 02:03:13 d0a545b50535: Waiting 02:03:13 4433f6821a9c: Waiting 02:03:13 994456c4fd7b: Waiting 02:03:13 3130bffb5f23: Waiting 02:03:13 98e52f5f14b6: Waiting 02:03:13 7c16bb7904df: Waiting 02:03:13 b896c02fb704: Pushed 02:03:13 2dc6279f6938: Pushed 02:03:13 2516b28671f2: Pushed 02:03:13 da0d757d01fd: Pushed 02:03:13 98e52f5f14b6: Layer already exists 02:03:13 7c16bb7904df: Layer already exists 02:03:13 994456c4fd7b: Layer already exists 02:03:13 d0a545b50535: Pushed 02:03:13 4433f6821a9c: Pushed 02:03:14 3130bffb5f23: Pushed 02:03:15 6083e55d08d5: Pushed 02:03:15 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:03:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:03:15 da0d757d01fd: Preparing 02:03:15 b896c02fb704: Preparing 02:03:15 6083e55d08d5: Preparing 02:03:15 2516b28671f2: Preparing 02:03:15 2dc6279f6938: Preparing 02:03:15 98e52f5f14b6: Preparing 02:03:15 7c16bb7904df: Preparing 02:03:15 d0a545b50535: Preparing 02:03:15 4433f6821a9c: Preparing 02:03:15 3130bffb5f23: Preparing 02:03:15 994456c4fd7b: Preparing 02:03:15 4433f6821a9c: Waiting 02:03:15 98e52f5f14b6: Waiting 02:03:15 3130bffb5f23: Waiting 02:03:15 994456c4fd7b: Waiting 02:03:15 7c16bb7904df: Waiting 02:03:15 d0a545b50535: Waiting 02:03:15 b896c02fb704: Layer already exists 02:03:15 6083e55d08d5: Layer already exists 02:03:15 2dc6279f6938: Layer already exists 02:03:15 2516b28671f2: Layer already exists 02:03:15 da0d757d01fd: Layer already exists 02:03:15 98e52f5f14b6: Layer already exists 02:03:15 7c16bb7904df: Layer already exists 02:03:15 d0a545b50535: Layer already exists 02:03:15 4433f6821a9c: Layer already exists 02:03:15 3130bffb5f23: Layer already exists 02:03:15 994456c4fd7b: Layer already exists 02:03:15 latest: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 02:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:03:16 da0d757d01fd: Preparing 02:03:16 b896c02fb704: Preparing 02:03:16 6083e55d08d5: Preparing 02:03:16 2516b28671f2: Preparing 02:03:16 2dc6279f6938: Preparing 02:03:16 98e52f5f14b6: Preparing 02:03:16 7c16bb7904df: Preparing 02:03:16 d0a545b50535: Preparing 02:03:16 4433f6821a9c: Preparing 02:03:16 3130bffb5f23: Preparing 02:03:16 994456c4fd7b: Preparing 02:03:16 98e52f5f14b6: Waiting 02:03:16 4433f6821a9c: Waiting 02:03:16 7c16bb7904df: Waiting 02:03:16 d0a545b50535: Waiting 02:03:16 994456c4fd7b: Waiting 02:03:16 3130bffb5f23: Waiting 02:03:16 da0d757d01fd: Layer already exists 02:03:16 2516b28671f2: Layer already exists 02:03:16 2dc6279f6938: Layer already exists 02:03:16 b896c02fb704: Layer already exists 02:03:16 6083e55d08d5: Layer already exists 02:03:16 d0a545b50535: Layer already exists 02:03:16 98e52f5f14b6: Layer already exists 02:03:16 4433f6821a9c: Layer already exists 02:03:16 7c16bb7904df: Layer already exists 02:03:16 3130bffb5f23: Layer already exists 02:03:16 994456c4fd7b: Layer already exists 02:03:16 4.1.0-dev.28: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:03:17 da0d757d01fd: Preparing 02:03:17 b896c02fb704: Preparing 02:03:17 6083e55d08d5: Preparing 02:03:17 2516b28671f2: Preparing 02:03:17 2dc6279f6938: Preparing 02:03:17 98e52f5f14b6: Preparing 02:03:17 7c16bb7904df: Preparing 02:03:17 d0a545b50535: Preparing 02:03:17 4433f6821a9c: Preparing 02:03:17 3130bffb5f23: Preparing 02:03:17 994456c4fd7b: Preparing 02:03:17 98e52f5f14b6: Waiting 02:03:17 7c16bb7904df: Waiting 02:03:17 d0a545b50535: Waiting 02:03:17 994456c4fd7b: Waiting 02:03:17 4433f6821a9c: Waiting 02:03:17 b896c02fb704: Layer already exists 02:03:17 2516b28671f2: Layer already exists 02:03:17 2dc6279f6938: Layer already exists 02:03:17 6083e55d08d5: Layer already exists 02:03:17 da0d757d01fd: Layer already exists 02:03:17 98e52f5f14b6: Layer already exists 02:03:17 4433f6821a9c: Layer already exists 02:03:17 7c16bb7904df: Layer already exists 02:03:17 3130bffb5f23: Layer already exists 02:03:17 d0a545b50535: Layer already exists 02:03:17 994456c4fd7b: Layer already exists 02:03:17 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:03:17 da0d757d01fd: Preparing 02:03:17 b896c02fb704: Preparing 02:03:17 6083e55d08d5: Preparing 02:03:17 2516b28671f2: Preparing 02:03:17 2dc6279f6938: Preparing 02:03:17 98e52f5f14b6: Preparing 02:03:17 7c16bb7904df: Preparing 02:03:17 d0a545b50535: Preparing 02:03:17 4433f6821a9c: Preparing 02:03:17 3130bffb5f23: Preparing 02:03:17 994456c4fd7b: Preparing 02:03:17 d0a545b50535: Waiting 02:03:17 3130bffb5f23: Waiting 02:03:17 4433f6821a9c: Waiting 02:03:17 994456c4fd7b: Waiting 02:03:17 7c16bb7904df: Waiting 02:03:17 b896c02fb704: Layer already exists 02:03:17 da0d757d01fd: Layer already exists 02:03:17 2516b28671f2: Layer already exists 02:03:17 6083e55d08d5: Layer already exists 02:03:17 2dc6279f6938: Layer already exists 02:03:17 98e52f5f14b6: Layer already exists 02:03:17 7c16bb7904df: Layer already exists 02:03:17 d0a545b50535: Layer already exists 02:03:17 4433f6821a9c: Layer already exists 02:03:17 3130bffb5f23: Layer already exists 02:03:17 994456c4fd7b: Layer already exists 02:03:17 main: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:17 ===================================================== [Pipeline] echo 02:03:17 taggedImages: 02:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 02:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:03:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:03:18 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:18 latest 02:03:18 4.1.0-dev.28 02:03:18 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:18 main 02:03:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:03:18 63fba84d465d: Preparing 02:03:18 c2c29cc4f1a3: Preparing 02:03:18 e55e76011fd7: Preparing 02:03:18 ee7c6f37e176: Preparing 02:03:18 18457acefb1f: Preparing 02:03:18 a0a2595a7d4e: Preparing 02:03:18 454698454a9f: Preparing 02:03:18 98e52f5f14b6: Preparing 02:03:18 7c16bb7904df: Preparing 02:03:18 86764663c4d6: Preparing 02:03:18 d3407d462dea: Preparing 02:03:18 994456c4fd7b: Preparing 02:03:18 454698454a9f: Waiting 02:03:18 86764663c4d6: Waiting 02:03:18 98e52f5f14b6: Waiting 02:03:18 994456c4fd7b: Waiting 02:03:18 7c16bb7904df: Waiting 02:03:18 a0a2595a7d4e: Waiting 02:03:18 d3407d462dea: Waiting 02:03:18 63fba84d465d: Pushed 02:03:18 c2c29cc4f1a3: Pushed 02:03:18 18457acefb1f: Pushed 02:03:18 98e52f5f14b6: Layer already exists 02:03:18 7c16bb7904df: Layer already exists 02:03:18 a0a2595a7d4e: Pushed 02:03:18 454698454a9f: Pushed 02:03:18 994456c4fd7b: Layer already exists 02:03:18 86764663c4d6: Pushed 02:03:19 d3407d462dea: Pushed 02:03:20 ee7c6f37e176: Pushed 02:03:21 e55e76011fd7: Pushed 02:03:21 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:03:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:03:22 63fba84d465d: Preparing 02:03:22 c2c29cc4f1a3: Preparing 02:03:22 e55e76011fd7: Preparing 02:03:22 ee7c6f37e176: Preparing 02:03:22 18457acefb1f: Preparing 02:03:22 a0a2595a7d4e: Preparing 02:03:22 454698454a9f: Preparing 02:03:22 98e52f5f14b6: Preparing 02:03:22 7c16bb7904df: Preparing 02:03:22 86764663c4d6: Preparing 02:03:22 d3407d462dea: Preparing 02:03:22 994456c4fd7b: Preparing 02:03:22 454698454a9f: Waiting 02:03:22 98e52f5f14b6: Waiting 02:03:22 d3407d462dea: Waiting 02:03:22 7c16bb7904df: Waiting 02:03:22 994456c4fd7b: Waiting 02:03:22 86764663c4d6: Waiting 02:03:22 a0a2595a7d4e: Waiting 02:03:22 18457acefb1f: Layer already exists 02:03:22 63fba84d465d: Layer already exists 02:03:22 c2c29cc4f1a3: Layer already exists 02:03:22 e55e76011fd7: Layer already exists 02:03:22 ee7c6f37e176: Layer already exists 02:03:22 98e52f5f14b6: Layer already exists 02:03:22 454698454a9f: Layer already exists 02:03:22 a0a2595a7d4e: Layer already exists 02:03:22 86764663c4d6: Layer already exists 02:03:22 7c16bb7904df: Layer already exists 02:03:22 d3407d462dea: Layer already exists 02:03:22 994456c4fd7b: Layer already exists 02:03:22 latest: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 02:03:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:03:22 63fba84d465d: Preparing 02:03:22 c2c29cc4f1a3: Preparing 02:03:22 e55e76011fd7: Preparing 02:03:22 ee7c6f37e176: Preparing 02:03:22 18457acefb1f: Preparing 02:03:22 a0a2595a7d4e: Preparing 02:03:22 454698454a9f: Preparing 02:03:22 98e52f5f14b6: Preparing 02:03:22 7c16bb7904df: Preparing 02:03:22 86764663c4d6: Preparing 02:03:22 d3407d462dea: Preparing 02:03:22 994456c4fd7b: Preparing 02:03:22 a0a2595a7d4e: Waiting 02:03:22 454698454a9f: Waiting 02:03:22 98e52f5f14b6: Waiting 02:03:22 7c16bb7904df: Waiting 02:03:22 86764663c4d6: Waiting 02:03:22 d3407d462dea: Waiting 02:03:22 994456c4fd7b: Waiting 02:03:22 ee7c6f37e176: Layer already exists 02:03:22 18457acefb1f: Layer already exists 02:03:22 63fba84d465d: Layer already exists 02:03:22 e55e76011fd7: Layer already exists 02:03:22 c2c29cc4f1a3: Layer already exists 02:03:22 a0a2595a7d4e: Layer already exists 02:03:22 7c16bb7904df: Layer already exists 02:03:22 98e52f5f14b6: Layer already exists 02:03:22 86764663c4d6: Layer already exists 02:03:22 454698454a9f: Layer already exists 02:03:22 d3407d462dea: Layer already exists 02:03:22 994456c4fd7b: Layer already exists 02:03:22 4.1.0-dev.28: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:03:23 63fba84d465d: Preparing 02:03:23 c2c29cc4f1a3: Preparing 02:03:23 e55e76011fd7: Preparing 02:03:23 ee7c6f37e176: Preparing 02:03:23 18457acefb1f: Preparing 02:03:23 a0a2595a7d4e: Preparing 02:03:23 454698454a9f: Preparing 02:03:23 98e52f5f14b6: Preparing 02:03:23 7c16bb7904df: Preparing 02:03:23 86764663c4d6: Preparing 02:03:23 d3407d462dea: Preparing 02:03:23 994456c4fd7b: Preparing 02:03:23 98e52f5f14b6: Waiting 02:03:23 86764663c4d6: Waiting 02:03:23 7c16bb7904df: Waiting 02:03:23 a0a2595a7d4e: Waiting 02:03:23 994456c4fd7b: Waiting 02:03:23 454698454a9f: Waiting 02:03:23 d3407d462dea: Waiting 02:03:23 e55e76011fd7: Layer already exists 02:03:23 18457acefb1f: Layer already exists 02:03:23 ee7c6f37e176: Layer already exists 02:03:23 63fba84d465d: Layer already exists 02:03:23 c2c29cc4f1a3: Layer already exists 02:03:23 a0a2595a7d4e: Layer already exists 02:03:23 98e52f5f14b6: Layer already exists 02:03:23 7c16bb7904df: Layer already exists 02:03:23 454698454a9f: Layer already exists 02:03:23 86764663c4d6: Layer already exists 02:03:23 d3407d462dea: Layer already exists 02:03:23 994456c4fd7b: Layer already exists 02:03:23 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:03:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:03:23 63fba84d465d: Preparing 02:03:23 c2c29cc4f1a3: Preparing 02:03:23 e55e76011fd7: Preparing 02:03:23 ee7c6f37e176: Preparing 02:03:23 18457acefb1f: Preparing 02:03:23 a0a2595a7d4e: Preparing 02:03:23 454698454a9f: Preparing 02:03:23 98e52f5f14b6: Preparing 02:03:23 7c16bb7904df: Preparing 02:03:23 86764663c4d6: Preparing 02:03:23 d3407d462dea: Preparing 02:03:23 994456c4fd7b: Preparing 02:03:23 a0a2595a7d4e: Waiting 02:03:23 454698454a9f: Waiting 02:03:23 98e52f5f14b6: Waiting 02:03:23 7c16bb7904df: Waiting 02:03:23 d3407d462dea: Waiting 02:03:23 86764663c4d6: Waiting 02:03:23 18457acefb1f: Layer already exists 02:03:23 63fba84d465d: Layer already exists 02:03:23 c2c29cc4f1a3: Layer already exists 02:03:23 ee7c6f37e176: Layer already exists 02:03:23 e55e76011fd7: Layer already exists 02:03:23 a0a2595a7d4e: Layer already exists 02:03:23 454698454a9f: Layer already exists 02:03:23 98e52f5f14b6: Layer already exists 02:03:23 7c16bb7904df: Layer already exists 02:03:23 86764663c4d6: Layer already exists 02:03:23 d3407d462dea: Layer already exists 02:03:23 994456c4fd7b: Layer already exists 02:03:23 main: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:24 ===================================================== [Pipeline] echo 02:03:24 taggedImages: 02:03:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:03:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 02:03:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:24 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:03:24 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:03:24 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:24 latest 02:03:24 4.1.0-dev.28 02:03:24 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:24 main 02:03:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:03:24 8311a061bc9d: Preparing 02:03:24 93404ae6305b: Preparing 02:03:24 98e52f5f14b6: Preparing 02:03:24 7c16bb7904df: Preparing 02:03:24 5a8ac90503cf: Preparing 02:03:24 9c0e362aad76: Preparing 02:03:24 994456c4fd7b: Preparing 02:03:24 9c0e362aad76: Waiting 02:03:24 994456c4fd7b: Waiting 02:03:24 7c16bb7904df: Layer already exists 02:03:24 98e52f5f14b6: Layer already exists 02:03:24 994456c4fd7b: Layer already exists 02:03:24 5a8ac90503cf: Pushed 02:03:24 8311a061bc9d: Pushed 02:03:25 9c0e362aad76: Pushed 02:03:27 93404ae6305b: Pushed 02:03:27 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:03:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:03:28 8311a061bc9d: Preparing 02:03:28 93404ae6305b: Preparing 02:03:28 98e52f5f14b6: Preparing 02:03:28 7c16bb7904df: Preparing 02:03:28 5a8ac90503cf: Preparing 02:03:28 9c0e362aad76: Preparing 02:03:28 994456c4fd7b: Preparing 02:03:28 9c0e362aad76: Waiting 02:03:28 994456c4fd7b: Waiting 02:03:28 98e52f5f14b6: Layer already exists 02:03:28 93404ae6305b: Layer already exists 02:03:28 8311a061bc9d: Layer already exists 02:03:28 7c16bb7904df: Layer already exists 02:03:28 5a8ac90503cf: Layer already exists 02:03:28 994456c4fd7b: Layer already exists 02:03:28 9c0e362aad76: Layer already exists 02:03:28 latest: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 02:03:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:03:29 8311a061bc9d: Preparing 02:03:29 93404ae6305b: Preparing 02:03:29 98e52f5f14b6: Preparing 02:03:29 7c16bb7904df: Preparing 02:03:29 5a8ac90503cf: Preparing 02:03:29 9c0e362aad76: Preparing 02:03:29 994456c4fd7b: Preparing 02:03:29 9c0e362aad76: Waiting 02:03:29 994456c4fd7b: Waiting 02:03:29 93404ae6305b: Layer already exists 02:03:29 8311a061bc9d: Layer already exists 02:03:29 5a8ac90503cf: Layer already exists 02:03:29 7c16bb7904df: Layer already exists 02:03:29 98e52f5f14b6: Layer already exists 02:03:29 9c0e362aad76: Layer already exists 02:03:29 994456c4fd7b: Layer already exists 02:03:29 4.1.0-dev.28: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:03:29 8311a061bc9d: Preparing 02:03:29 93404ae6305b: Preparing 02:03:29 98e52f5f14b6: Preparing 02:03:29 7c16bb7904df: Preparing 02:03:29 5a8ac90503cf: Preparing 02:03:29 9c0e362aad76: Preparing 02:03:29 994456c4fd7b: Preparing 02:03:29 9c0e362aad76: Waiting 02:03:29 994456c4fd7b: Waiting 02:03:29 5a8ac90503cf: Layer already exists 02:03:29 98e52f5f14b6: Layer already exists 02:03:29 7c16bb7904df: Layer already exists 02:03:29 93404ae6305b: Layer already exists 02:03:29 8311a061bc9d: Layer already exists 02:03:29 9c0e362aad76: Layer already exists 02:03:29 994456c4fd7b: Layer already exists 02:03:29 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:30 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:03:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:03:30 8311a061bc9d: Preparing 02:03:30 93404ae6305b: Preparing 02:03:30 98e52f5f14b6: Preparing 02:03:30 7c16bb7904df: Preparing 02:03:30 5a8ac90503cf: Preparing 02:03:30 9c0e362aad76: Preparing 02:03:30 994456c4fd7b: Preparing 02:03:30 9c0e362aad76: Waiting 02:03:30 994456c4fd7b: Waiting 02:03:30 8311a061bc9d: Layer already exists 02:03:30 7c16bb7904df: Layer already exists 02:03:30 5a8ac90503cf: Layer already exists 02:03:30 93404ae6305b: Layer already exists 02:03:30 98e52f5f14b6: Layer already exists 02:03:30 9c0e362aad76: Layer already exists 02:03:30 994456c4fd7b: Layer already exists 02:03:30 main: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:30 ===================================================== [Pipeline] echo 02:03:30 taggedImages: 02:03:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:03:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 02:03:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:30 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:03:30 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:03:30 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:30 latest 02:03:30 4.1.0-dev.28 02:03:30 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:30 main 02:03:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:31 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:03:32 15cf182ad422: Preparing 02:03:32 5110a354b972: Preparing 02:03:32 ca382b8cd881: Preparing 02:03:32 98e52f5f14b6: Preparing 02:03:32 7c16bb7904df: Preparing 02:03:32 320e0fc00093: Preparing 02:03:32 53ad41886474: Preparing 02:03:32 66082ff2f695: Preparing 02:03:32 c39eadd62ce8: Preparing 02:03:32 994456c4fd7b: Preparing 02:03:32 53ad41886474: Waiting 02:03:32 994456c4fd7b: Waiting 02:03:32 66082ff2f695: Waiting 02:03:32 c39eadd62ce8: Waiting 02:03:32 320e0fc00093: Waiting 02:03:32 98e52f5f14b6: Layer already exists 02:03:32 7c16bb7904df: Layer already exists 02:03:32 ca382b8cd881: Pushed 02:03:32 5110a354b972: Pushed 02:03:32 15cf182ad422: Pushed 02:03:32 994456c4fd7b: Layer already exists 02:03:32 66082ff2f695: Pushed 02:03:32 c39eadd62ce8: Pushed 02:03:37 53ad41886474: Pushed 02:03:44 320e0fc00093: Pushed 02:03:44 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:03:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:03:44 15cf182ad422: Preparing 02:03:44 5110a354b972: Preparing 02:03:44 ca382b8cd881: Preparing 02:03:44 98e52f5f14b6: Preparing 02:03:44 7c16bb7904df: Preparing 02:03:44 320e0fc00093: Preparing 02:03:44 53ad41886474: Preparing 02:03:44 66082ff2f695: Preparing 02:03:44 c39eadd62ce8: Preparing 02:03:44 994456c4fd7b: Preparing 02:03:44 320e0fc00093: Waiting 02:03:44 66082ff2f695: Waiting 02:03:44 53ad41886474: Waiting 02:03:44 c39eadd62ce8: Waiting 02:03:44 994456c4fd7b: Waiting 02:03:44 98e52f5f14b6: Layer already exists 02:03:44 15cf182ad422: Layer already exists 02:03:44 7c16bb7904df: Layer already exists 02:03:44 ca382b8cd881: Layer already exists 02:03:44 5110a354b972: Layer already exists 02:03:44 c39eadd62ce8: Layer already exists 02:03:44 320e0fc00093: Layer already exists 02:03:44 53ad41886474: Layer already exists 02:03:44 994456c4fd7b: Layer already exists 02:03:44 66082ff2f695: Layer already exists 02:03:44 latest: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 02:03:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:03:45 15cf182ad422: Preparing 02:03:45 5110a354b972: Preparing 02:03:45 ca382b8cd881: Preparing 02:03:45 98e52f5f14b6: Preparing 02:03:45 7c16bb7904df: Preparing 02:03:45 320e0fc00093: Preparing 02:03:45 53ad41886474: Preparing 02:03:45 66082ff2f695: Preparing 02:03:45 c39eadd62ce8: Preparing 02:03:45 994456c4fd7b: Preparing 02:03:45 320e0fc00093: Waiting 02:03:45 53ad41886474: Waiting 02:03:45 66082ff2f695: Waiting 02:03:45 c39eadd62ce8: Waiting 02:03:45 994456c4fd7b: Waiting 02:03:45 98e52f5f14b6: Layer already exists 02:03:45 15cf182ad422: Layer already exists 02:03:45 ca382b8cd881: Layer already exists 02:03:45 5110a354b972: Layer already exists 02:03:45 7c16bb7904df: Layer already exists 02:03:45 320e0fc00093: Layer already exists 02:03:45 c39eadd62ce8: Layer already exists 02:03:45 53ad41886474: Layer already exists 02:03:45 994456c4fd7b: Layer already exists 02:03:45 66082ff2f695: Layer already exists 02:03:45 4.1.0-dev.28: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:03:46 15cf182ad422: Preparing 02:03:46 5110a354b972: Preparing 02:03:46 ca382b8cd881: Preparing 02:03:46 98e52f5f14b6: Preparing 02:03:46 7c16bb7904df: Preparing 02:03:46 320e0fc00093: Preparing 02:03:46 53ad41886474: Preparing 02:03:46 66082ff2f695: Preparing 02:03:46 c39eadd62ce8: Preparing 02:03:46 994456c4fd7b: Preparing 02:03:46 320e0fc00093: Waiting 02:03:46 53ad41886474: Waiting 02:03:46 66082ff2f695: Waiting 02:03:46 c39eadd62ce8: Waiting 02:03:46 994456c4fd7b: Waiting 02:03:46 ca382b8cd881: Layer already exists 02:03:46 98e52f5f14b6: Layer already exists 02:03:46 7c16bb7904df: Layer already exists 02:03:46 15cf182ad422: Layer already exists 02:03:46 5110a354b972: Layer already exists 02:03:46 320e0fc00093: Layer already exists 02:03:46 53ad41886474: Layer already exists 02:03:46 66082ff2f695: Layer already exists 02:03:46 c39eadd62ce8: Layer already exists 02:03:46 994456c4fd7b: Layer already exists 02:03:46 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:03:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:03:46 15cf182ad422: Preparing 02:03:46 5110a354b972: Preparing 02:03:46 ca382b8cd881: Preparing 02:03:46 98e52f5f14b6: Preparing 02:03:46 7c16bb7904df: Preparing 02:03:46 320e0fc00093: Preparing 02:03:46 53ad41886474: Preparing 02:03:46 66082ff2f695: Preparing 02:03:46 c39eadd62ce8: Preparing 02:03:46 994456c4fd7b: Preparing 02:03:46 53ad41886474: Waiting 02:03:46 320e0fc00093: Waiting 02:03:46 66082ff2f695: Waiting 02:03:46 c39eadd62ce8: Waiting 02:03:46 994456c4fd7b: Waiting 02:03:46 5110a354b972: Layer already exists 02:03:46 ca382b8cd881: Layer already exists 02:03:46 7c16bb7904df: Layer already exists 02:03:46 15cf182ad422: Layer already exists 02:03:46 98e52f5f14b6: Layer already exists 02:03:46 320e0fc00093: Layer already exists 02:03:46 66082ff2f695: Layer already exists 02:03:46 53ad41886474: Layer already exists 02:03:46 c39eadd62ce8: Layer already exists 02:03:46 994456c4fd7b: Layer already exists 02:03:46 main: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:46 ===================================================== [Pipeline] echo 02:03:46 taggedImages: 02:03:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:03:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 02:03:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:46 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:03:46 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:03:46 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:46 latest 02:03:46 4.1.0-dev.28 02:03:46 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:46 main 02:03:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:47 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:03:47 6ebed22de517: Preparing 02:03:47 17edfae76739: Preparing 02:03:47 537b2ad8fd13: Preparing 02:03:47 98e52f5f14b6: Preparing 02:03:47 7c16bb7904df: Preparing 02:03:47 320e0fc00093: Preparing 02:03:47 5be4349a52de: Preparing 02:03:47 e3c406024f8a: Preparing 02:03:47 994456c4fd7b: Preparing 02:03:47 5be4349a52de: Waiting 02:03:47 320e0fc00093: Waiting 02:03:47 994456c4fd7b: Waiting 02:03:47 e3c406024f8a: Waiting 02:03:47 98e52f5f14b6: Layer already exists 02:03:47 7c16bb7904df: Layer already exists 02:03:47 320e0fc00093: Layer already exists 02:03:47 17edfae76739: Pushed 02:03:47 6ebed22de517: Pushed 02:03:47 537b2ad8fd13: Pushed 02:03:47 994456c4fd7b: Layer already exists 02:03:47 5be4349a52de: Pushed 02:03:47 e3c406024f8a: Pushed 02:03:47 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:03:48 6ebed22de517: Preparing 02:03:48 17edfae76739: Preparing 02:03:48 537b2ad8fd13: Preparing 02:03:48 98e52f5f14b6: Preparing 02:03:48 7c16bb7904df: Preparing 02:03:48 320e0fc00093: Preparing 02:03:48 5be4349a52de: Preparing 02:03:48 e3c406024f8a: Preparing 02:03:48 994456c4fd7b: Preparing 02:03:48 320e0fc00093: Waiting 02:03:48 5be4349a52de: Waiting 02:03:48 e3c406024f8a: Waiting 02:03:48 994456c4fd7b: Waiting 02:03:48 537b2ad8fd13: Layer already exists 02:03:48 6ebed22de517: Layer already exists 02:03:48 98e52f5f14b6: Layer already exists 02:03:48 7c16bb7904df: Layer already exists 02:03:48 17edfae76739: Layer already exists 02:03:48 320e0fc00093: Layer already exists 02:03:48 5be4349a52de: Layer already exists 02:03:48 e3c406024f8a: Layer already exists 02:03:48 994456c4fd7b: Layer already exists 02:03:48 latest: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:49 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 02:03:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:03:49 6ebed22de517: Preparing 02:03:49 17edfae76739: Preparing 02:03:49 537b2ad8fd13: Preparing 02:03:49 98e52f5f14b6: Preparing 02:03:49 7c16bb7904df: Preparing 02:03:49 320e0fc00093: Preparing 02:03:49 5be4349a52de: Preparing 02:03:49 e3c406024f8a: Preparing 02:03:49 994456c4fd7b: Preparing 02:03:49 e3c406024f8a: Waiting 02:03:49 320e0fc00093: Waiting 02:03:49 5be4349a52de: Waiting 02:03:49 994456c4fd7b: Waiting 02:03:49 98e52f5f14b6: Layer already exists 02:03:49 6ebed22de517: Layer already exists 02:03:49 7c16bb7904df: Layer already exists 02:03:49 537b2ad8fd13: Layer already exists 02:03:49 17edfae76739: Layer already exists 02:03:49 320e0fc00093: Layer already exists 02:03:49 e3c406024f8a: Layer already exists 02:03:49 994456c4fd7b: Layer already exists 02:03:49 5be4349a52de: Layer already exists 02:03:49 4.1.0-dev.28: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:50 #81 DONE 119.3s 02:03:50 02:03:50 #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #92 DONE 116.6s 02:03:50 02:03:50 #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #98 DONE 103.4s 02:03:50 02:03:50 #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #89 DONE 110.5s 02:03:50 02:03:50 #119 [security-bootstrapper builder 6/7] COPY . . 02:03:50 #119 ... 02:03:50 02:03:50 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #91 DONE 107.6s 02:03:50 02:03:50 #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #97 DONE 111.8s 02:03:50 02:03:50 #120 [support-notifications builder 6/7] COPY . . 02:03:50 #120 ... 02:03:50 02:03:50 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 02:03:50 #121 CACHED 02:03:50 02:03:50 #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:03:50 #122 CACHED 02:03:50 02:03:50 #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #123 CACHED 02:03:50 02:03:50 #124 [security-proxy-setup builder 6/7] COPY . . 02:03:50 #124 CACHED 02:03:50 02:03:50 #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #125 CACHED 02:03:50 02:03:50 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:03:50 #126 CACHED 02:03:50 02:03:50 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #127 CACHED 02:03:50 02:03:50 #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:03:50 #128 CACHED 02:03:50 02:03:50 #129 [core-metadata builder 6/7] COPY . . 02:03:50 #129 CACHED 02:03:50 02:03:50 #130 [support-scheduler builder 6/7] COPY . . 02:03:50 #130 DONE 2.1s 02:03:50 02:03:50 #131 [security-spiffe-token-provider builder 6/7] COPY . . 02:03:50 #131 DONE 2.0s 02:03:50 02:03:50 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #132 CACHED 02:03:50 02:03:50 #133 [security-proxy-auth builder 6/7] COPY . . 02:03:50 #133 CACHED 02:03:50 02:03:50 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:03:50 #134 CACHED 02:03:50 02:03:50 #119 [security-bootstrapper builder 6/7] COPY . . 02:03:50 #119 DONE 2.0s 02:03:50 02:03:50 #135 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #135 CACHED 02:03:50 02:03:50 #136 [security-secretstore-setup builder 6/7] COPY . . 02:03:50 #136 CACHED 02:03:50 02:03:50 #137 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:03:50 #137 CACHED 02:03:50 02:03:50 #138 [core-command builder 4/7] COPY go.mod vendor* ./ 02:03:50 #138 CACHED 02:03:50 02:03:50 #139 [core-command builder 6/7] COPY . . 02:03:50 #139 CACHED 02:03:50 02:03:50 #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:03:50 #140 CACHED 02:03:50 02:03:50 #141 [core-data builder 6/7] COPY . . 02:03:50 #141 DONE 2.1s 02:03:50 02:03:50 #142 [core-keeper builder 7/8] COPY . . 02:03:50 #142 DONE 2.1s 02:03:50 02:03:50 #120 [support-notifications builder 6/7] COPY . . 02:03:50 #120 DONE 2.1s 02:03:50 02:03:50 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:03:50 6ebed22de517: Preparing 02:03:50 17edfae76739: Preparing 02:03:50 537b2ad8fd13: Preparing 02:03:50 98e52f5f14b6: Preparing 02:03:50 7c16bb7904df: Preparing 02:03:50 320e0fc00093: Preparing 02:03:50 5be4349a52de: Preparing 02:03:50 e3c406024f8a: Preparing 02:03:50 994456c4fd7b: Preparing 02:03:50 e3c406024f8a: Waiting 02:03:50 320e0fc00093: Waiting 02:03:50 5be4349a52de: Waiting 02:03:50 994456c4fd7b: Waiting 02:03:50 98e52f5f14b6: Layer already exists 02:03:50 17edfae76739: Layer already exists 02:03:50 6ebed22de517: Layer already exists 02:03:50 537b2ad8fd13: Layer already exists 02:03:50 7c16bb7904df: Layer already exists 02:03:50 320e0fc00093: Layer already exists 02:03:50 e3c406024f8a: Layer already exists 02:03:50 994456c4fd7b: Layer already exists 02:03:50 5be4349a52de: Layer already exists 02:03:50 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:03:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:03:51 6ebed22de517: Preparing 02:03:51 17edfae76739: Preparing 02:03:51 537b2ad8fd13: Preparing 02:03:51 98e52f5f14b6: Preparing 02:03:51 7c16bb7904df: Preparing 02:03:51 320e0fc00093: Preparing 02:03:51 5be4349a52de: Preparing 02:03:51 e3c406024f8a: Preparing 02:03:51 994456c4fd7b: Preparing 02:03:51 5be4349a52de: Waiting 02:03:51 e3c406024f8a: Waiting 02:03:51 994456c4fd7b: Waiting 02:03:51 320e0fc00093: Waiting 02:03:51 6ebed22de517: Layer already exists 02:03:51 98e52f5f14b6: Layer already exists 02:03:51 537b2ad8fd13: Layer already exists 02:03:51 7c16bb7904df: Layer already exists 02:03:51 17edfae76739: Layer already exists 02:03:51 320e0fc00093: Layer already exists 02:03:51 5be4349a52de: Layer already exists 02:03:51 e3c406024f8a: Layer already exists 02:03:51 994456c4fd7b: Layer already exists 02:03:51 main: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:03:51 ===================================================== [Pipeline] echo 02:03:51 taggedImages: 02:03:51 - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:51 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:03:51 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 02:03:51 - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:51 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:03:51 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:03:51 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:51 latest 02:03:51 4.1.0-dev.28 02:03:51 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:03:51 main 02:03:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:51 #143 ... 02:03:51 02:03:51 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:03:51 #0 5.222 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:03:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:03:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:03:51 3121513cc492: Preparing 02:03:51 49a9c8c5e31b: Preparing 02:03:51 c729fa6810fe: Preparing 02:03:51 98e52f5f14b6: Preparing 02:03:51 7c16bb7904df: Preparing 02:03:51 ff91b018263b: Preparing 02:03:51 66082ff2f695: Preparing 02:03:51 c39eadd62ce8: Preparing 02:03:51 994456c4fd7b: Preparing 02:03:51 66082ff2f695: Waiting 02:03:51 c39eadd62ce8: Waiting 02:03:51 994456c4fd7b: Waiting 02:03:51 ff91b018263b: Waiting 02:03:51 7c16bb7904df: Layer already exists 02:03:51 98e52f5f14b6: Layer already exists 02:03:51 66082ff2f695: Layer already exists 02:03:51 c39eadd62ce8: Layer already exists 02:03:51 994456c4fd7b: Layer already exists 02:03:51 3121513cc492: Pushed 02:03:51 c729fa6810fe: Pushed 02:03:51 49a9c8c5e31b: Pushed 02:03:51 #144 ... 02:03:51 02:03:51 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:03:51 #0 5.821 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:03:52 #145 ... 02:03:52 02:03:52 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:03:52 #143 6.433 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:03:55 #143 ... 02:03:55 02:03:55 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:03:55 #0 6.127 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:03:56 #146 ... 02:03:56 02:03:56 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:03:56 #0 6.185 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:03:56 #147 ... 02:03:56 02:03:56 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:03:56 #0 4.557 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:03:56 #148 ... 02:03:56 02:03:56 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:03:56 #0 5.741 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:03:56 #149 ... 02:03:56 02:03:56 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:03:56 #0 6.578 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:03:57 #150 ... 02:03:57 02:03:57 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:03:57 #0 6.401 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:03:57 #151 ... 02:03:57 02:03:57 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:03:57 #0 4.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:03:57 #152 ... 02:03:57 02:03:57 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:03:57 #0 5.048 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:03:57 #153 ... 02:03:57 02:03:57 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:03:57 #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:04:04 ff91b018263b: Pushed 02:04:04 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:04:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:04:04 3121513cc492: Preparing 02:04:04 49a9c8c5e31b: Preparing 02:04:04 c729fa6810fe: Preparing 02:04:04 98e52f5f14b6: Preparing 02:04:04 7c16bb7904df: Preparing 02:04:04 ff91b018263b: Preparing 02:04:04 66082ff2f695: Preparing 02:04:04 c39eadd62ce8: Preparing 02:04:04 994456c4fd7b: Preparing 02:04:04 ff91b018263b: Waiting 02:04:04 66082ff2f695: Waiting 02:04:04 c39eadd62ce8: Waiting 02:04:04 994456c4fd7b: Waiting 02:04:04 c729fa6810fe: Layer already exists 02:04:04 98e52f5f14b6: Layer already exists 02:04:04 49a9c8c5e31b: Layer already exists 02:04:04 3121513cc492: Layer already exists 02:04:04 7c16bb7904df: Layer already exists 02:04:04 ff91b018263b: Layer already exists 02:04:04 994456c4fd7b: Layer already exists 02:04:04 66082ff2f695: Layer already exists 02:04:04 c39eadd62ce8: Layer already exists 02:04:04 latest: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 02:04:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:04:05 3121513cc492: Preparing 02:04:05 49a9c8c5e31b: Preparing 02:04:05 c729fa6810fe: Preparing 02:04:05 98e52f5f14b6: Preparing 02:04:05 7c16bb7904df: Preparing 02:04:05 ff91b018263b: Preparing 02:04:05 66082ff2f695: Preparing 02:04:05 c39eadd62ce8: Preparing 02:04:05 994456c4fd7b: Preparing 02:04:05 66082ff2f695: Waiting 02:04:05 ff91b018263b: Waiting 02:04:05 c39eadd62ce8: Waiting 02:04:05 98e52f5f14b6: Layer already exists 02:04:05 c729fa6810fe: Layer already exists 02:04:05 7c16bb7904df: Layer already exists 02:04:05 3121513cc492: Layer already exists 02:04:05 49a9c8c5e31b: Layer already exists 02:04:05 c39eadd62ce8: Layer already exists 02:04:05 994456c4fd7b: Layer already exists 02:04:05 66082ff2f695: Layer already exists 02:04:05 ff91b018263b: Layer already exists 02:04:05 4.1.0-dev.28: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:04:05 3121513cc492: Preparing 02:04:05 49a9c8c5e31b: Preparing 02:04:05 c729fa6810fe: Preparing 02:04:05 98e52f5f14b6: Preparing 02:04:05 7c16bb7904df: Preparing 02:04:05 ff91b018263b: Preparing 02:04:05 66082ff2f695: Preparing 02:04:05 c39eadd62ce8: Preparing 02:04:05 994456c4fd7b: Preparing 02:04:05 ff91b018263b: Waiting 02:04:05 66082ff2f695: Waiting 02:04:05 c39eadd62ce8: Waiting 02:04:05 994456c4fd7b: Waiting 02:04:05 c729fa6810fe: Layer already exists 02:04:05 7c16bb7904df: Layer already exists 02:04:05 98e52f5f14b6: Layer already exists 02:04:05 49a9c8c5e31b: Layer already exists 02:04:05 3121513cc492: Layer already exists 02:04:05 66082ff2f695: Layer already exists 02:04:05 ff91b018263b: Layer already exists 02:04:05 c39eadd62ce8: Layer already exists 02:04:05 994456c4fd7b: Layer already exists 02:04:05 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:04:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:04:06 3121513cc492: Preparing 02:04:06 49a9c8c5e31b: Preparing 02:04:06 c729fa6810fe: Preparing 02:04:06 98e52f5f14b6: Preparing 02:04:06 7c16bb7904df: Preparing 02:04:06 ff91b018263b: Preparing 02:04:06 66082ff2f695: Preparing 02:04:06 c39eadd62ce8: Preparing 02:04:06 994456c4fd7b: Preparing 02:04:06 c39eadd62ce8: Waiting 02:04:06 66082ff2f695: Waiting 02:04:06 994456c4fd7b: Waiting 02:04:06 ff91b018263b: Waiting 02:04:06 7c16bb7904df: Layer already exists 02:04:06 3121513cc492: Layer already exists 02:04:06 c729fa6810fe: Layer already exists 02:04:06 49a9c8c5e31b: Layer already exists 02:04:06 98e52f5f14b6: Layer already exists 02:04:06 66082ff2f695: Layer already exists 02:04:06 ff91b018263b: Layer already exists 02:04:06 994456c4fd7b: Layer already exists 02:04:06 c39eadd62ce8: Layer already exists 02:04:06 main: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:06 ===================================================== [Pipeline] echo 02:04:06 taggedImages: 02:04:06 - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:06 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:04:06 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 02:04:06 - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:06 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:04:06 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:04:06 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:06 latest 02:04:06 4.1.0-dev.28 02:04:06 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:06 main 02:04:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:04:07 0825bec9f7b9: Preparing 02:04:07 876c58d06e0f: Preparing 02:04:07 98e52f5f14b6: Preparing 02:04:07 7c16bb7904df: Preparing 02:04:07 7b9e1965bd13: Preparing 02:04:07 388ca505f815: Preparing 02:04:07 994456c4fd7b: Preparing 02:04:07 994456c4fd7b: Waiting 02:04:07 388ca505f815: Waiting 02:04:07 7c16bb7904df: Layer already exists 02:04:07 98e52f5f14b6: Layer already exists 02:04:07 994456c4fd7b: Layer already exists 02:04:07 7b9e1965bd13: Pushed 02:04:07 0825bec9f7b9: Pushed 02:04:07 388ca505f815: Pushed 02:04:11 876c58d06e0f: Pushed 02:04:11 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:04:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:04:11 0825bec9f7b9: Preparing 02:04:11 876c58d06e0f: Preparing 02:04:11 98e52f5f14b6: Preparing 02:04:11 7c16bb7904df: Preparing 02:04:11 7b9e1965bd13: Preparing 02:04:11 388ca505f815: Preparing 02:04:11 994456c4fd7b: Preparing 02:04:11 388ca505f815: Waiting 02:04:11 994456c4fd7b: Waiting 02:04:11 7b9e1965bd13: Layer already exists 02:04:11 98e52f5f14b6: Layer already exists 02:04:11 7c16bb7904df: Layer already exists 02:04:11 876c58d06e0f: Layer already exists 02:04:11 0825bec9f7b9: Layer already exists 02:04:11 388ca505f815: Layer already exists 02:04:11 994456c4fd7b: Layer already exists 02:04:11 latest: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 02:04:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:04:12 0825bec9f7b9: Preparing 02:04:12 876c58d06e0f: Preparing 02:04:12 98e52f5f14b6: Preparing 02:04:12 7c16bb7904df: Preparing 02:04:12 7b9e1965bd13: Preparing 02:04:12 388ca505f815: Preparing 02:04:12 994456c4fd7b: Preparing 02:04:12 388ca505f815: Waiting 02:04:12 994456c4fd7b: Waiting 02:04:12 0825bec9f7b9: Layer already exists 02:04:12 98e52f5f14b6: Layer already exists 02:04:12 7c16bb7904df: Layer already exists 02:04:12 7b9e1965bd13: Layer already exists 02:04:12 876c58d06e0f: Layer already exists 02:04:12 388ca505f815: Layer already exists 02:04:12 994456c4fd7b: Layer already exists 02:04:12 4.1.0-dev.28: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:04:13 0825bec9f7b9: Preparing 02:04:13 876c58d06e0f: Preparing 02:04:13 98e52f5f14b6: Preparing 02:04:13 7c16bb7904df: Preparing 02:04:13 7b9e1965bd13: Preparing 02:04:13 388ca505f815: Preparing 02:04:13 994456c4fd7b: Preparing 02:04:13 388ca505f815: Waiting 02:04:13 994456c4fd7b: Waiting 02:04:13 876c58d06e0f: Layer already exists 02:04:13 0825bec9f7b9: Layer already exists 02:04:13 7c16bb7904df: Layer already exists 02:04:13 98e52f5f14b6: Layer already exists 02:04:13 7b9e1965bd13: Layer already exists 02:04:13 388ca505f815: Layer already exists 02:04:13 994456c4fd7b: Layer already exists 02:04:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:04:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:04:13 0825bec9f7b9: Preparing 02:04:13 876c58d06e0f: Preparing 02:04:13 98e52f5f14b6: Preparing 02:04:13 7c16bb7904df: Preparing 02:04:13 7b9e1965bd13: Preparing 02:04:13 388ca505f815: Preparing 02:04:13 994456c4fd7b: Preparing 02:04:13 388ca505f815: Waiting 02:04:13 7b9e1965bd13: Layer already exists 02:04:13 98e52f5f14b6: Layer already exists 02:04:13 7c16bb7904df: Layer already exists 02:04:13 876c58d06e0f: Layer already exists 02:04:13 0825bec9f7b9: Layer already exists 02:04:13 994456c4fd7b: Layer already exists 02:04:13 388ca505f815: Layer already exists 02:04:13 main: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:13 ===================================================== [Pipeline] echo 02:04:13 taggedImages: 02:04:13 - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:13 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:04:13 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 02:04:13 - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:13 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:04:13 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:04:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:13 latest 02:04:13 4.1.0-dev.28 02:04:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:13 main 02:04:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:04:14 ec96ff61a6f1: Preparing 02:04:14 f1dc935fe65a: Preparing 02:04:14 98e52f5f14b6: Preparing 02:04:14 7c16bb7904df: Preparing 02:04:14 ad69d238a838: Preparing 02:04:14 62dd1a494d87: Preparing 02:04:14 994456c4fd7b: Preparing 02:04:14 62dd1a494d87: Waiting 02:04:14 994456c4fd7b: Waiting 02:04:14 7c16bb7904df: Layer already exists 02:04:14 98e52f5f14b6: Layer already exists 02:04:14 994456c4fd7b: Layer already exists 02:04:14 ad69d238a838: Pushed 02:04:14 ec96ff61a6f1: Pushed 02:04:14 62dd1a494d87: Pushed 02:04:18 f1dc935fe65a: Pushed 02:04:18 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:04:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:04:19 ec96ff61a6f1: Preparing 02:04:19 f1dc935fe65a: Preparing 02:04:19 98e52f5f14b6: Preparing 02:04:19 7c16bb7904df: Preparing 02:04:19 ad69d238a838: Preparing 02:04:19 62dd1a494d87: Preparing 02:04:19 994456c4fd7b: Preparing 02:04:19 62dd1a494d87: Waiting 02:04:19 994456c4fd7b: Waiting 02:04:19 f1dc935fe65a: Layer already exists 02:04:19 7c16bb7904df: Layer already exists 02:04:19 ad69d238a838: Layer already exists 02:04:19 98e52f5f14b6: Layer already exists 02:04:19 ec96ff61a6f1: Layer already exists 02:04:19 994456c4fd7b: Layer already exists 02:04:19 62dd1a494d87: Layer already exists 02:04:19 latest: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 02:04:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:04:19 ec96ff61a6f1: Preparing 02:04:19 f1dc935fe65a: Preparing 02:04:19 98e52f5f14b6: Preparing 02:04:19 7c16bb7904df: Preparing 02:04:19 ad69d238a838: Preparing 02:04:19 62dd1a494d87: Preparing 02:04:19 994456c4fd7b: Preparing 02:04:19 994456c4fd7b: Waiting 02:04:19 98e52f5f14b6: Layer already exists 02:04:19 ec96ff61a6f1: Layer already exists 02:04:19 ad69d238a838: Layer already exists 02:04:19 f1dc935fe65a: Layer already exists 02:04:19 7c16bb7904df: Layer already exists 02:04:19 994456c4fd7b: Layer already exists 02:04:19 62dd1a494d87: Layer already exists 02:04:19 4.1.0-dev.28: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:04:20 ec96ff61a6f1: Preparing 02:04:20 f1dc935fe65a: Preparing 02:04:20 98e52f5f14b6: Preparing 02:04:20 7c16bb7904df: Preparing 02:04:20 ad69d238a838: Preparing 02:04:20 62dd1a494d87: Preparing 02:04:20 994456c4fd7b: Preparing 02:04:20 62dd1a494d87: Waiting 02:04:20 994456c4fd7b: Waiting 02:04:20 98e52f5f14b6: Layer already exists 02:04:20 ec96ff61a6f1: Layer already exists 02:04:20 7c16bb7904df: Layer already exists 02:04:20 ad69d238a838: Layer already exists 02:04:20 f1dc935fe65a: Layer already exists 02:04:20 994456c4fd7b: Layer already exists 02:04:20 62dd1a494d87: Layer already exists 02:04:20 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:20 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:04:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:04:21 ec96ff61a6f1: Preparing 02:04:21 f1dc935fe65a: Preparing 02:04:21 98e52f5f14b6: Preparing 02:04:21 7c16bb7904df: Preparing 02:04:21 ad69d238a838: Preparing 02:04:21 62dd1a494d87: Preparing 02:04:21 994456c4fd7b: Preparing 02:04:21 62dd1a494d87: Waiting 02:04:21 994456c4fd7b: Waiting 02:04:21 f1dc935fe65a: Layer already exists 02:04:21 ad69d238a838: Layer already exists 02:04:21 98e52f5f14b6: Layer already exists 02:04:21 7c16bb7904df: Layer already exists 02:04:21 ec96ff61a6f1: Layer already exists 02:04:21 62dd1a494d87: Layer already exists 02:04:21 994456c4fd7b: Layer already exists 02:04:21 main: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:21 ===================================================== [Pipeline] echo 02:04:21 taggedImages: 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:04:21 ========================================================= 02:04:21 [edgeXBuildMultiArch] RAW Config: 02:04:21 images: 02:04:21 - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/core-command:latest 02:04:21 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-command:main 02:04:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:04:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:04:21 - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/core-data:latest 02:04:21 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-data:main 02:04:21 - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:04:21 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:04:21 - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:04:21 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:04:21 - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:04:21 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:04:21 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:04:21 settingsFile: 02:04:21 edgex-go-settings 02:04:21 ========================================================= [Pipeline] node 02:04:36 Still waiting to schedule task 02:04:36 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:05:00 Running on prd-centos7-docker-4c-2g-4005 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:05:00 provisioning config files... 02:05:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5868677613221468890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:05:04 ---> ****-login.sh 02:05:04 nexus3.edgexfoundry.org:10001 02:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:05:05 Configure a credential helper to remove this warning. See 02:05:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:05:05 02:05:05 Login Succeeded 02:05:05 nexus3.edgexfoundry.org:10002 02:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:05:05 Configure a credential helper to remove this warning. See 02:05:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:05:05 02:05:05 Login Succeeded 02:05:05 nexus3.edgexfoundry.org:10003 02:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:05:05 Configure a credential helper to remove this warning. See 02:05:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:05:05 02:05:05 Login Succeeded 02:05:05 nexus3.edgexfoundry.org:10004 02:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:05:06 Configure a credential helper to remove this warning. See 02:05:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:05:06 02:05:06 Login Succeeded 02:05:06 ****.io 02:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:05:06 Configure a credential helper to remove this warning. See 02:05:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:05:06 02:05:06 Login Succeeded 02:05:06 ---> ****-login.sh ends [Pipeline] } 02:05:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:05:06 + docker buildx ls 02:05:06 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:05:06 default * docker 02:05:06 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:05:06 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:05:06 edgex-builder [Pipeline] sh 02:05:07 + docker buildx inspect --bootstrap 02:05:07 #1 [internal] booting buildkit 02:05:07 #1 pulling image moby/buildkit:buildx-stable-1 02:05:11 #1 pulling image moby/buildkit:buildx-stable-1 3.6s done 02:05:11 #1 creating container buildx_buildkit_edgex-builder0 02:05:11 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 02:05:11 #1 DONE 5.1s 02:05:12 Name: edgex-builder 02:05:12 Driver: docker-container 02:05:12 02:05:12 Nodes: 02:05:12 Name: edgex-builder0 02:05:12 Endpoint: unix:///var/run/docker.sock 02:05:12 Status: running 02:05:12 Buildkit: v0.22.0 02:05:12 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:05:12 + docker buildx ls 02:05:12 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:05:12 edgex-builder * docker-container 02:05:12 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:05:12 default docker 02:05:12 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:05:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:13 #1 [internal] load build definition from Dockerfile 02:05:13 #1 transferring dockerfile: 197B done 02:05:13 #1 DONE 0.0s 02:05:13 02:05:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:13 #2 DONE 0.1s 02:05:13 02:05:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:13 #3 DONE 0.1s 02:05:13 02:05:13 #4 [internal] load .dockerignore 02:05:13 #4 transferring context: 2B done 02:05:13 #4 DONE 0.0s 02:05:13 02:05:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:13 #5 DONE 0.0s 02:05:13 02:05:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:13 #6 DONE 0.1s 02:05:13 02:05:13 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:05:13 #7 DONE 0.0s 02:05:13 02:05:13 #8 exporting to image 02:05:13 #8 exporting layers done 02:05:13 #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 0.0s done 02:05:13 #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done 02:05:13 #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done 02:05:13 #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done 02:05:13 #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done 02:05:13 #8 pushing layers 02:05:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:13 #8 pushing layers 0.1s done 02:05:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done 02:05:13 #8 DONE 0.3s 02:05:13 02:05:13 1 warning found (use --debug to expand): 02:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:05:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:05:13 #1 [internal] load build definition from Dockerfile 02:05:13 #1 transferring dockerfile: 163B done 02:05:13 #1 DONE 0.0s 02:05:13 02:05:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:05:13 #2 DONE 0.0s 02:05:13 02:05:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:05:13 #3 DONE 0.0s 02:05:13 02:05:13 #4 [internal] load .dockerignore 02:05:13 #4 transferring context: 2B done 02:05:13 #4 DONE 0.0s 02:05:13 02:05:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:13 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:13 #5 DONE 0.0s 02:05:13 02:05:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:13 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:13 #6 CACHED 02:05:13 02:05:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:13 #5 CACHED 02:05:13 02:05:13 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:05:13 #7 DONE 0.0s 02:05:13 02:05:13 #8 exporting to image 02:05:13 #8 exporting layers done 02:05:13 #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done 02:05:13 #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done 02:05:13 #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done 02:05:13 #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done 02:05:13 #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done 02:05:13 #8 pushing layers 0.0s done 02:05:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done 02:05:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:13 #8 DONE 0.1s 02:05:13 02:05:13 1 warning found (use --debug to expand): 02:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 --push - 02:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28' 02:05:14 #1 [internal] load build definition from Dockerfile 02:05:14 #1 transferring dockerfile: 169B done 02:05:14 #1 DONE 0.0s 02:05:14 02:05:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 02:05:14 #2 DONE 0.0s 02:05:14 02:05:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 02:05:14 #3 DONE 0.0s 02:05:14 02:05:14 #4 [internal] load .dockerignore 02:05:14 #4 transferring context: 2B done 02:05:14 #4 DONE 0.0s 02:05:14 02:05:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:14 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:14 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:14 #5 CACHED 02:05:14 02:05:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:14 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:14 #6 CACHED 02:05:14 02:05:14 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:05:14 #7 DONE 0.0s 02:05:14 02:05:14 #8 exporting to image 02:05:14 #8 exporting layers done 02:05:14 #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done 02:05:14 #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done 02:05:14 #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done 02:05:14 #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done 02:05:14 #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done 02:05:14 #8 pushing layers 0.0s done 02:05:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done 02:05:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:14 #8 DONE 0.1s 02:05:14 02:05:14 1 warning found (use --debug to expand): 02:05:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:14 #1 [internal] load build definition from Dockerfile 02:05:14 #1 transferring dockerfile: 210B done 02:05:14 #1 DONE 0.0s 02:05:14 02:05:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:14 #2 DONE 0.0s 02:05:14 02:05:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:14 #3 DONE 0.0s 02:05:14 02:05:14 #4 [internal] load .dockerignore 02:05:14 #4 transferring context: 2B done 02:05:14 #4 DONE 0.0s 02:05:14 02:05:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:14 #5 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:14 #5 CACHED 02:05:14 02:05:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:14 #6 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:14 #6 CACHED 02:05:14 02:05:14 #7 exporting to image 02:05:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:14 #7 exporting layers done 02:05:14 #7 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done 02:05:14 #7 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done 02:05:14 #7 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done 02:05:14 #7 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done 02:05:14 #7 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done 02:05:14 #7 pushing layers 0.0s done 02:05:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done 02:05:14 #7 DONE 0.1s 02:05:14 02:05:14 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:05:14 #8 DONE 0.0s 02:05:14 02:05:14 1 warning found (use --debug to expand): 02:05:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:05:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:05:15 #1 [internal] load build definition from Dockerfile 02:05:15 #1 transferring dockerfile: 161B done 02:05:15 #1 DONE 0.0s 02:05:15 02:05:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:05:15 #2 DONE 0.0s 02:05:15 02:05:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:05:15 #3 DONE 0.0s 02:05:15 02:05:15 #4 [internal] load .dockerignore 02:05:15 #4 transferring context: 2B done 02:05:15 #4 DONE 0.0s 02:05:15 02:05:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:15 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:15 #5 DONE 0.0s 02:05:15 02:05:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:15 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done 02:05:15 #6 CACHED 02:05:15 02:05:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 02:05:15 #5 CACHED 02:05:15 02:05:15 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:05:15 #7 DONE 0.0s 02:05:15 02:05:15 #8 exporting to image 02:05:15 #8 exporting layers done 02:05:15 #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done 02:05:15 #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done 02:05:15 #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done 02:05:15 #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done 02:05:15 #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done 02:05:15 #8 pushing layers 0.0s done 02:05:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done 02:05:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:15 #8 DONE 0.1s 02:05:15 02:05:15 1 warning found (use --debug to expand): 02:05:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:15 #1 [internal] load build definition from Dockerfile 02:05:15 #1 transferring dockerfile: 216B done 02:05:15 #1 DONE 0.0s 02:05:15 02:05:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:15 #2 DONE 0.0s 02:05:15 02:05:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:15 #3 DONE 0.0s 02:05:15 02:05:15 #4 [internal] load .dockerignore 02:05:15 #4 transferring context: 2B done 02:05:15 #4 DONE 0.0s 02:05:16 02:05:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:16 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:16 #5 ... 02:05:16 02:05:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:16 #6 DONE 0.1s 02:05:16 02:05:16 #7 exporting to image 02:05:16 #7 exporting layers done 02:05:16 #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 0.0s done 02:05:16 #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done 02:05:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:16 #7 ... 02:05:16 02:05:16 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:16 #8 DONE 0.0s 02:05:16 02:05:16 #7 exporting to image 02:05:16 #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf 0.0s done 02:05:16 #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done 02:05:16 #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.0s done 02:05:16 #7 pushing layers 0.1s done 02:05:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 02:05:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done 02:05:16 #7 DONE 0.2s 02:05:16 02:05:16 1 warning found (use --debug to expand): 02:05:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:05:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:05:16 #1 [internal] load build definition from Dockerfile 02:05:16 #1 transferring dockerfile: 182B done 02:05:16 #1 DONE 0.0s 02:05:16 02:05:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:05:16 #2 DONE 0.0s 02:05:16 02:05:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:05:16 #3 DONE 0.0s 02:05:16 02:05:16 #4 [internal] load .dockerignore 02:05:16 #4 transferring context: 2B done 02:05:16 #4 DONE 0.0s 02:05:16 02:05:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:16 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:16 #5 CACHED 02:05:16 02:05:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:16 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:16 #6 CACHED 02:05:16 02:05:16 #7 exporting to image 02:05:16 #7 exporting layers done 02:05:16 #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done 02:05:16 #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc 02:05:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:16 #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done 02:05:16 #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done 02:05:16 #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done 02:05:16 #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done 02:05:16 #7 pushing layers 0.0s done 02:05:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done 02:05:16 #7 DONE 0.1s 02:05:16 02:05:16 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:16 #8 DONE 0.0s 02:05:16 02:05:16 1 warning found (use --debug to expand): 02:05:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28' 02:05:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 --push - 02:05:17 #1 [internal] load build definition from Dockerfile 02:05:17 #1 transferring dockerfile: 188B done 02:05:17 #1 DONE 0.0s 02:05:17 02:05:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 02:05:17 #2 DONE 0.0s 02:05:17 02:05:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 02:05:17 #3 DONE 0.0s 02:05:17 02:05:17 #4 [internal] load .dockerignore 02:05:17 #4 transferring context: 2B done 02:05:17 #4 DONE 0.0s 02:05:17 02:05:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:17 #5 DONE 0.0s 02:05:17 02:05:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:17 #6 CACHED 02:05:17 02:05:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #5 CACHED 02:05:17 02:05:17 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:17 #7 DONE 0.0s 02:05:17 02:05:17 #8 exporting to image 02:05:17 #8 exporting layers done 02:05:17 #8 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done 02:05:17 #8 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done 02:05:17 #8 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done 02:05:17 #8 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done 02:05:17 #8 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done 02:05:17 #8 pushing layers 0.0s done 02:05:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done 02:05:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:17 #8 DONE 0.1s 02:05:17 02:05:17 1 warning found (use --debug to expand): 02:05:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:17 #1 [internal] load build definition from Dockerfile 02:05:17 #1 transferring dockerfile: 229B done 02:05:17 #1 DONE 0.0s 02:05:17 02:05:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:17 #2 DONE 0.0s 02:05:17 02:05:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:17 #3 DONE 0.0s 02:05:17 02:05:17 #4 [internal] load .dockerignore 02:05:17 #4 transferring context: 2B done 02:05:17 #4 DONE 0.0s 02:05:17 02:05:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:17 #5 DONE 0.0s 02:05:17 02:05:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:17 #6 CACHED 02:05:17 02:05:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:17 #5 CACHED 02:05:17 02:05:17 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:17 #7 DONE 0.0s 02:05:17 02:05:17 #8 exporting to image 02:05:17 #8 exporting layers done 02:05:17 #8 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done 02:05:17 #8 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done 02:05:17 #8 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done 02:05:17 #8 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done 02:05:17 #8 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done 02:05:17 #8 pushing layers 0.0s done 02:05:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done 02:05:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:17 #8 DONE 0.1s 02:05:17 02:05:17 1 warning found (use --debug to expand): 02:05:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:05:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:05:18 #1 [internal] load build definition from Dockerfile 02:05:18 #1 transferring dockerfile: 180B done 02:05:18 #1 DONE 0.0s 02:05:18 02:05:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:05:18 #2 DONE 0.0s 02:05:18 02:05:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:05:18 #3 DONE 0.0s 02:05:18 02:05:18 #4 [internal] load .dockerignore 02:05:18 #4 transferring context: 2B done 02:05:18 #4 DONE 0.0s 02:05:18 02:05:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:18 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:18 #5 CACHED 02:05:18 02:05:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 02:05:18 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done 02:05:18 #6 CACHED 02:05:18 02:05:18 #7 exporting to image 02:05:18 #7 exporting layers 02:05:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:18 #7 exporting layers done 02:05:18 #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done 02:05:18 #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done 02:05:18 #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done 02:05:18 #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done 02:05:18 #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done 02:05:18 #7 pushing layers 0.0s done 02:05:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done 02:05:18 #7 DONE 0.1s 02:05:18 02:05:18 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:18 #8 DONE 0.0s 02:05:18 02:05:18 1 warning found (use --debug to expand): 02:05:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:18 #1 [internal] load build definition from Dockerfile 02:05:18 #1 transferring dockerfile: 194B done 02:05:18 #1 DONE 0.0s 02:05:18 02:05:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:18 #2 DONE 0.0s 02:05:18 02:05:18 #3 [internal] load .dockerignore 02:05:18 #3 transferring context: 2B done 02:05:18 #3 DONE 0.0s 02:05:18 02:05:18 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:19 #4 DONE 0.1s 02:05:19 02:05:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:19 #5 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:19 #5 ... 02:05:19 02:05:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:19 #6 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:19 #6 DONE 0.1s 02:05:19 02:05:19 #7 exporting to image 02:05:19 #7 exporting layers done 02:05:19 #7 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done 02:05:19 #7 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done 02:05:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:19 #7 ... 02:05:19 02:05:19 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:05:19 #8 DONE 0.0s 02:05:19 02:05:19 #7 exporting to image 02:05:19 #7 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 0.0s done 02:05:19 #7 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done 02:05:19 #7 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done 02:05:19 #7 pushing layers 0.1s done 02:05:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 02:05:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done 02:05:19 #7 DONE 0.2s 02:05:19 02:05:19 1 warning found (use --debug to expand): 02:05:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:05:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:05:19 #1 [internal] load build definition from Dockerfile 02:05:19 #1 transferring dockerfile: 160B done 02:05:19 #1 DONE 0.0s 02:05:19 02:05:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:05:19 #2 DONE 0.0s 02:05:19 02:05:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:05:19 #3 DONE 0.0s 02:05:19 02:05:19 #4 [internal] load .dockerignore 02:05:19 #4 transferring context: 2B done 02:05:19 #4 DONE 0.0s 02:05:19 02:05:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:19 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:19 #5 CACHED 02:05:19 02:05:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:19 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:19 #6 CACHED 02:05:19 02:05:19 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:05:19 #7 DONE 0.0s 02:05:19 02:05:19 #8 exporting to image 02:05:19 #8 exporting layers done 02:05:19 #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done 02:05:19 #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done 02:05:19 #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done 02:05:19 #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done 02:05:19 #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done 02:05:19 #8 pushing layers 0.0s done 02:05:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done 02:05:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:19 #8 DONE 0.1s 02:05:19 02:05:19 1 warning found (use --debug to expand): 02:05:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28' 02:05:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 --push - 02:05:20 #1 [internal] load build definition from Dockerfile 02:05:20 #1 transferring dockerfile: 166B done 02:05:20 #1 DONE 0.0s 02:05:20 02:05:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 02:05:20 #2 DONE 0.0s 02:05:20 02:05:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 02:05:20 #3 DONE 0.0s 02:05:20 02:05:20 #4 [internal] load .dockerignore 02:05:20 #4 transferring context: 2B done 02:05:20 #4 DONE 0.0s 02:05:20 02:05:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:20 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:20 #5 DONE 0.0s 02:05:20 02:05:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:20 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:20 #6 CACHED 02:05:20 02:05:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:20 #5 CACHED 02:05:20 02:05:20 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:05:20 #7 DONE 0.0s 02:05:20 02:05:20 #8 exporting to image 02:05:20 #8 exporting layers done 02:05:20 #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done 02:05:20 #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done 02:05:20 #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done 02:05:20 #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done 02:05:20 #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done 02:05:20 #8 pushing layers 0.0s done 02:05:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done 02:05:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:20 #8 DONE 0.1s 02:05:20 02:05:20 1 warning found (use --debug to expand): 02:05:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:20 #1 [internal] load build definition from Dockerfile 02:05:20 #1 transferring dockerfile: 207B done 02:05:20 #1 DONE 0.0s 02:05:20 02:05:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:20 #2 DONE 0.0s 02:05:20 02:05:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:20 #3 DONE 0.0s 02:05:20 02:05:20 #4 [internal] load .dockerignore 02:05:20 #4 transferring context: 2B done 02:05:20 #4 DONE 0.0s 02:05:20 02:05:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:20 #5 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:20 #5 DONE 0.0s 02:05:20 02:05:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:21 #6 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:21 #6 CACHED 02:05:21 02:05:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:21 #5 CACHED 02:05:21 02:05:21 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:05:21 #7 DONE 0.0s 02:05:21 02:05:21 #8 exporting to image 02:05:21 #8 exporting layers done 02:05:21 #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done 02:05:21 #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done 02:05:21 #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done 02:05:21 #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done 02:05:21 #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done 02:05:21 #8 pushing layers 0.0s done 02:05:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done 02:05:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:21 #8 DONE 0.1s 02:05:21 02:05:21 1 warning found (use --debug to expand): 02:05:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:05:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:05:21 #1 [internal] load build definition from Dockerfile 02:05:21 #1 transferring dockerfile: 158B done 02:05:21 #1 DONE 0.0s 02:05:21 02:05:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:05:21 #2 DONE 0.0s 02:05:21 02:05:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:05:21 #3 DONE 0.0s 02:05:21 02:05:21 #4 [internal] load .dockerignore 02:05:21 #4 transferring context: 2B done 02:05:21 #4 DONE 0.0s 02:05:21 02:05:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:21 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:21 #5 CACHED 02:05:21 02:05:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 02:05:21 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done 02:05:21 #6 CACHED 02:05:21 02:05:21 #7 exporting to image 02:05:21 #7 exporting layers 02:05:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:21 #7 exporting layers done 02:05:21 #7 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done 02:05:21 #7 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done 02:05:21 #7 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done 02:05:21 #7 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done 02:05:21 #7 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done 02:05:21 #7 pushing layers 0.0s done 02:05:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done 02:05:21 #7 DONE 0.1s 02:05:21 02:05:21 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:05:21 #8 DONE 0.0s 02:05:21 02:05:21 1 warning found (use --debug to expand): 02:05:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:21 #1 [internal] load build definition from Dockerfile 02:05:21 #1 transferring dockerfile: 196B done 02:05:21 #1 DONE 0.0s 02:05:21 02:05:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:21 #2 DONE 0.0s 02:05:21 02:05:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:21 #3 DONE 0.0s 02:05:21 02:05:21 #4 [internal] load .dockerignore 02:05:21 #4 transferring context: 2B done 02:05:21 #4 DONE 0.0s 02:05:22 02:05:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 done 02:05:22 #5 DONE 0.0s 02:05:22 02:05:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:22 #6 DONE 0.1s 02:05:22 02:05:22 #7 exporting to image 02:05:22 #7 exporting layers done 02:05:22 #7 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 0.0s done 02:05:22 #7 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 02:05:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:22 #7 ... 02:05:22 02:05:22 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:22 #8 DONE 0.0s 02:05:22 02:05:22 #7 exporting to image 02:05:22 #7 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done 02:05:22 #7 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done 02:05:22 #7 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done 02:05:22 #7 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done 02:05:22 #7 pushing layers 0.1s done 02:05:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 02:05:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done 02:05:22 #7 DONE 0.2s 02:05:22 02:05:22 1 warning found (use --debug to expand): 02:05:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:05:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:05:22 #1 [internal] load build definition from Dockerfile 02:05:22 #1 transferring dockerfile: 162B done 02:05:22 #1 DONE 0.0s 02:05:22 02:05:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:05:22 #2 DONE 0.0s 02:05:22 02:05:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:05:22 #3 DONE 0.0s 02:05:22 02:05:22 #4 [internal] load .dockerignore 02:05:22 #4 transferring context: 2B done 02:05:22 #4 DONE 0.0s 02:05:22 02:05:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:22 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:22 #5 CACHED 02:05:22 02:05:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:22 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:22 #6 CACHED 02:05:22 02:05:22 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:22 #7 DONE 0.0s 02:05:22 02:05:22 #8 exporting to image 02:05:22 #8 exporting layers done 02:05:22 #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done 02:05:22 #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done 02:05:22 #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done 02:05:22 #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done 02:05:22 #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done 02:05:22 #8 pushing layers 0.0s done 02:05:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done 02:05:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:22 #8 DONE 0.1s 02:05:22 02:05:22 1 warning found (use --debug to expand): 02:05:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28' 02:05:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 --push - 02:05:23 #1 [internal] load build definition from Dockerfile 02:05:23 #1 transferring dockerfile: 168B done 02:05:23 #1 DONE 0.0s 02:05:23 02:05:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 02:05:23 #2 DONE 0.0s 02:05:23 02:05:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 02:05:23 #3 DONE 0.0s 02:05:23 02:05:23 #4 [internal] load .dockerignore 02:05:23 #4 transferring context: 2B done 02:05:23 #4 DONE 0.0s 02:05:23 02:05:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:23 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:23 #5 DONE 0.0s 02:05:23 02:05:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:23 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:23 #6 CACHED 02:05:23 02:05:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:23 #5 CACHED 02:05:23 02:05:23 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:23 #7 DONE 0.0s 02:05:23 02:05:23 #8 exporting to image 02:05:23 #8 exporting layers done 02:05:23 #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done 02:05:23 #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done 02:05:23 #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done 02:05:23 #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done 02:05:23 #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done 02:05:23 #8 pushing layers 0.0s done 02:05:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done 02:05:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:23 #8 DONE 0.1s 02:05:23 02:05:23 1 warning found (use --debug to expand): 02:05:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:23 #1 [internal] load build definition from Dockerfile 02:05:23 #1 transferring dockerfile: 209B done 02:05:23 #1 DONE 0.0s 02:05:23 02:05:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:23 #2 DONE 0.0s 02:05:23 02:05:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:23 #3 DONE 0.0s 02:05:23 02:05:23 #4 [internal] load .dockerignore 02:05:23 #4 transferring context: 2B done 02:05:23 #4 DONE 0.0s 02:05:23 02:05:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:23 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:23 #5 DONE 0.0s 02:05:23 02:05:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:24 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:24 #6 CACHED 02:05:24 02:05:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:24 #5 CACHED 02:05:24 02:05:24 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:24 #7 DONE 0.0s 02:05:24 02:05:24 #8 exporting to image 02:05:24 #8 exporting layers done 02:05:24 #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done 02:05:24 #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done 02:05:24 #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done 02:05:24 #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done 02:05:24 #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done 02:05:24 #8 pushing layers 0.0s done 02:05:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done 02:05:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:24 #8 DONE 0.1s 02:05:24 02:05:24 1 warning found (use --debug to expand): 02:05:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:05:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:05:24 #1 [internal] load build definition from Dockerfile 02:05:24 #1 transferring dockerfile: 160B done 02:05:24 #1 DONE 0.0s 02:05:24 02:05:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:05:24 #2 DONE 0.0s 02:05:24 02:05:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:05:24 #3 DONE 0.0s 02:05:24 02:05:24 #4 [internal] load .dockerignore 02:05:24 #4 transferring context: 2B done 02:05:24 #4 DONE 0.0s 02:05:24 02:05:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:24 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:24 #5 CACHED 02:05:24 02:05:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 02:05:24 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done 02:05:24 #6 CACHED 02:05:24 02:05:24 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:24 #7 DONE 0.0s 02:05:24 02:05:24 #8 exporting to image 02:05:24 #8 exporting layers done 02:05:24 #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done 02:05:24 #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done 02:05:24 #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done 02:05:24 #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done 02:05:24 #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done 02:05:24 #8 pushing layers 0.0s done 02:05:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done 02:05:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:24 #8 DONE 0.1s 02:05:24 02:05:24 1 warning found (use --debug to expand): 02:05:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:25 #1 [internal] load build definition from Dockerfile 02:05:25 #1 transferring dockerfile: 198B done 02:05:25 #1 DONE 0.0s 02:05:25 02:05:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:25 #2 DONE 0.1s 02:05:25 02:05:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:25 #3 DONE 0.1s 02:05:25 02:05:25 #4 [internal] load .dockerignore 02:05:25 #4 transferring context: 2B done 02:05:25 #4 DONE 0.0s 02:05:25 02:05:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:25 #5 ... 02:05:25 02:05:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:25 #6 DONE 0.1s 02:05:25 02:05:25 #7 exporting to image 02:05:25 #7 exporting layers done 02:05:25 #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 0.0s done 02:05:25 #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done 02:05:25 #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done 02:05:25 #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 02:05:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:25 #7 ... 02:05:25 02:05:25 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:05:25 #8 DONE 0.0s 02:05:25 02:05:25 #7 exporting to image 02:05:25 #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done 02:05:25 #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done 02:05:25 #7 pushing layers 0.1s done 02:05:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 02:05:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done 02:05:25 #7 DONE 0.2s 02:05:25 02:05:25 1 warning found (use --debug to expand): 02:05:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:05:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:05:25 #1 [internal] load build definition from Dockerfile 02:05:25 #1 transferring dockerfile: 164B done 02:05:25 #1 DONE 0.0s 02:05:25 02:05:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:05:25 #2 DONE 0.0s 02:05:25 02:05:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:05:25 #3 DONE 0.0s 02:05:25 02:05:25 #4 [internal] load .dockerignore 02:05:25 #4 transferring context: 2B done 02:05:25 #4 DONE 0.0s 02:05:25 02:05:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:25 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:25 #5 CACHED 02:05:25 02:05:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:25 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:25 #6 CACHED 02:05:25 02:05:25 #7 exporting to image 02:05:25 #7 exporting layers done 02:05:25 #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done 02:05:25 #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 02:05:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:25 #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done 02:05:25 #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done 02:05:25 #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done 02:05:25 #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done 02:05:25 #7 pushing layers 0.0s done 02:05:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done 02:05:25 #7 DONE 0.1s 02:05:25 02:05:25 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:05:25 #8 DONE 0.0s 02:05:25 02:05:25 1 warning found (use --debug to expand): 02:05:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28' 02:05:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 --push - 02:05:26 #1 [internal] load build definition from Dockerfile 02:05:26 #1 transferring dockerfile: 170B done 02:05:26 #1 DONE 0.0s 02:05:26 02:05:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 02:05:26 #2 DONE 0.0s 02:05:26 02:05:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 02:05:26 #3 DONE 0.0s 02:05:26 02:05:26 #4 [internal] load .dockerignore 02:05:26 #4 transferring context: 2B done 02:05:26 #4 DONE 0.0s 02:05:26 02:05:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:26 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:26 #5 CACHED 02:05:26 02:05:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:26 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:26 #6 CACHED 02:05:26 02:05:26 #7 exporting to image 02:05:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:26 #7 exporting layers done 02:05:26 #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done 02:05:26 #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done 02:05:26 #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done 02:05:26 #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done 02:05:26 #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done 02:05:26 #7 pushing layers 0.0s done 02:05:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done 02:05:26 #7 DONE 0.1s 02:05:26 02:05:26 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:05:26 #8 DONE 0.0s 02:05:26 02:05:26 1 warning found (use --debug to expand): 02:05:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:26 #1 [internal] load build definition from Dockerfile 02:05:26 #1 transferring dockerfile: 211B done 02:05:26 #1 DONE 0.0s 02:05:26 02:05:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:26 #2 DONE 0.0s 02:05:26 02:05:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:26 #3 DONE 0.0s 02:05:26 02:05:26 #4 [internal] load .dockerignore 02:05:26 #4 transferring context: 2B done 02:05:26 #4 DONE 0.0s 02:05:26 02:05:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:26 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:26 #5 DONE 0.0s 02:05:26 02:05:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:27 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:27 #6 CACHED 02:05:27 02:05:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:27 #5 CACHED 02:05:27 02:05:27 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:05:27 #7 DONE 0.0s 02:05:27 02:05:27 #8 exporting to image 02:05:27 #8 exporting layers done 02:05:27 #8 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done 02:05:27 #8 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done 02:05:27 #8 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done 02:05:27 #8 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done 02:05:27 #8 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done 02:05:27 #8 pushing layers 0.0s done 02:05:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done 02:05:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:27 #8 DONE 0.1s 02:05:27 02:05:27 1 warning found (use --debug to expand): 02:05:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:05:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:05:27 #1 [internal] load build definition from Dockerfile 02:05:27 #1 transferring dockerfile: 162B done 02:05:27 #1 DONE 0.0s 02:05:27 02:05:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:05:27 #2 DONE 0.0s 02:05:27 02:05:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:05:27 #3 DONE 0.0s 02:05:27 02:05:27 #4 [internal] load .dockerignore 02:05:27 #4 transferring context: 2B done 02:05:27 #4 DONE 0.0s 02:05:27 02:05:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:27 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:27 #5 DONE 0.0s 02:05:27 02:05:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:27 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done 02:05:27 #6 CACHED 02:05:27 02:05:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 02:05:27 #5 CACHED 02:05:27 02:05:27 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:05:27 #7 DONE 0.0s 02:05:27 02:05:27 #8 exporting to image 02:05:27 #8 exporting layers done 02:05:27 #8 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done 02:05:27 #8 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done 02:05:27 #8 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done 02:05:27 #8 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done 02:05:27 #8 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done 02:05:27 #8 pushing layers 0.0s done 02:05:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done 02:05:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:27 #8 DONE 0.1s 02:05:27 02:05:27 1 warning found (use --debug to expand): 02:05:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:27 #1 [internal] load build definition from Dockerfile 02:05:27 #1 transferring dockerfile: 206B done 02:05:27 #1 DONE 0.0s 02:05:27 02:05:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:27 #2 DONE 0.1s 02:05:27 02:05:27 #3 [internal] load .dockerignore 02:05:27 #3 transferring context: 02:05:28 #3 transferring context: 2B done 02:05:28 #3 DONE 0.0s 02:05:28 02:05:28 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:28 #4 DONE 0.1s 02:05:28 02:05:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:28 #5 DONE 0.0s 02:05:28 02:05:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:28 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:28 #6 DONE 0.2s 02:05:28 02:05:28 #7 exporting to image 02:05:28 #7 exporting layers done 02:05:28 #7 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 0.0s done 02:05:28 #7 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done 02:05:28 #7 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done 02:05:28 #7 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done 02:05:28 #7 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 02:05:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:28 #7 ... 02:05:28 02:05:28 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:28 #8 DONE 0.0s 02:05:28 02:05:28 #7 exporting to image 02:05:28 #7 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done 02:05:28 #7 pushing layers 0.1s done 02:05:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 02:05:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done 02:05:28 #7 DONE 0.2s 02:05:28 02:05:28 1 warning found (use --debug to expand): 02:05:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:05:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:05:28 #1 [internal] load build definition from Dockerfile 02:05:28 #1 transferring dockerfile: 172B done 02:05:28 #1 DONE 0.0s 02:05:28 02:05:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:05:28 #2 DONE 0.0s 02:05:28 02:05:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:05:28 #3 DONE 0.0s 02:05:28 02:05:28 #4 [internal] load .dockerignore 02:05:28 #4 transferring context: 2B done 02:05:28 #4 DONE 0.0s 02:05:28 02:05:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:28 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:28 #5 DONE 0.0s 02:05:28 02:05:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:28 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:28 #6 CACHED 02:05:28 02:05:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:28 #5 CACHED 02:05:28 02:05:28 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:28 #7 DONE 0.0s 02:05:28 02:05:28 #8 exporting to image 02:05:28 #8 exporting layers done 02:05:28 #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done 02:05:28 #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done 02:05:28 #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done 02:05:28 #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done 02:05:28 #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done 02:05:28 #8 pushing layers 0.0s done 02:05:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done 02:05:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:28 #8 DONE 0.1s 02:05:28 02:05:28 1 warning found (use --debug to expand): 02:05:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28' 02:05:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 --push - 02:05:29 #1 [internal] load build definition from Dockerfile 02:05:29 #1 transferring dockerfile: 178B done 02:05:29 #1 DONE 0.0s 02:05:29 02:05:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 02:05:29 #2 DONE 0.0s 02:05:29 02:05:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 02:05:29 #3 DONE 0.0s 02:05:29 02:05:29 #4 [internal] load .dockerignore 02:05:29 #4 transferring context: 2B done 02:05:29 #4 DONE 0.0s 02:05:29 02:05:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:29 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:29 #5 CACHED 02:05:29 02:05:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:29 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:29 #6 DONE 0.0s 02:05:29 02:05:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:29 #6 CACHED 02:05:29 02:05:29 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:29 #7 DONE 0.0s 02:05:29 02:05:29 #8 exporting to image 02:05:29 #8 exporting layers done 02:05:29 #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done 02:05:29 #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done 02:05:29 #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done 02:05:29 #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done 02:05:29 #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done 02:05:29 #8 pushing layers 0.0s done 02:05:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 02:05:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 15.5s done 02:05:47 #8 DONE 15.6s 02:05:47 02:05:47 1 warning found (use --debug to expand): 02:05:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:48 #1 [internal] load build definition from Dockerfile 02:05:48 #1 transferring dockerfile: 219B done 02:05:48 #1 DONE 0.0s 02:05:48 02:05:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:48 #2 DONE 0.0s 02:05:48 02:05:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:48 #3 DONE 0.0s 02:05:48 02:05:48 #4 [internal] load .dockerignore 02:05:48 #4 transferring context: 2B done 02:05:48 #4 DONE 0.0s 02:05:48 02:05:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:48 #5 DONE 0.0s 02:05:48 02:05:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:48 #6 CACHED 02:05:48 02:05:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #5 CACHED 02:05:48 02:05:48 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:48 #7 DONE 0.0s 02:05:48 02:05:48 #8 exporting to image 02:05:48 #8 exporting layers done 02:05:48 #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done 02:05:48 #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done 02:05:48 #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done 02:05:48 #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done 02:05:48 #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done 02:05:48 #8 pushing layers 0.0s done 02:05:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done 02:05:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:48 #8 DONE 0.1s 02:05:48 02:05:48 1 warning found (use --debug to expand): 02:05:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:05:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:05:48 #1 [internal] load build definition from Dockerfile 02:05:48 #1 transferring dockerfile: 170B done 02:05:48 #1 DONE 0.0s 02:05:48 02:05:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:05:48 #2 DONE 0.0s 02:05:48 02:05:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:05:48 #3 DONE 0.0s 02:05:48 02:05:48 #4 [internal] load .dockerignore 02:05:48 #4 transferring context: 2B done 02:05:48 #4 DONE 0.0s 02:05:48 02:05:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:48 #5 DONE 0.0s 02:05:48 02:05:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done 02:05:48 #6 CACHED 02:05:48 02:05:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 02:05:48 #5 CACHED 02:05:48 02:05:48 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:05:48 #7 DONE 0.0s 02:05:48 02:05:48 #8 exporting to image 02:05:48 #8 exporting layers done 02:05:48 #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done 02:05:48 #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done 02:05:48 #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done 02:05:48 #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done 02:05:48 #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done 02:05:48 #8 pushing layers 0.0s done 02:05:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done 02:05:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:48 #8 DONE 0.1s 02:05:48 02:05:48 1 warning found (use --debug to expand): 02:05:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:49 #1 [internal] load build definition from Dockerfile 02:05:49 #1 transferring dockerfile: 204B done 02:05:49 #1 DONE 0.0s 02:05:49 02:05:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:49 #2 DONE 0.1s 02:05:49 02:05:49 #3 [internal] load .dockerignore 02:05:49 #3 transferring context: 2B done 02:05:49 #3 DONE 0.0s 02:05:49 02:05:49 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:49 #4 DONE 0.1s 02:05:49 02:05:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:49 #5 ... 02:05:49 02:05:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:49 #6 DONE 0.1s 02:05:49 02:05:49 #7 exporting to image 02:05:49 #7 exporting layers done 02:05:49 #7 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 0.0s done 02:05:49 #7 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done 02:05:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:49 #7 ... 02:05:49 02:05:49 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:05:49 #8 DONE 0.0s 02:05:49 02:05:49 #7 exporting to image 02:05:49 #7 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done 02:05:49 #7 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done 02:05:49 #7 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.0s done 02:05:49 #7 pushing layers 0.1s done 02:05:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 02:05:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done 02:05:49 #7 DONE 0.2s 02:05:49 02:05:49 1 warning found (use --debug to expand): 02:05:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:05:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:05:49 #1 [internal] load build definition from Dockerfile 02:05:49 #1 transferring dockerfile: 170B done 02:05:49 #1 DONE 0.0s 02:05:49 02:05:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:05:49 #2 DONE 0.0s 02:05:49 02:05:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:05:49 #3 DONE 0.0s 02:05:49 02:05:49 #4 [internal] load .dockerignore 02:05:49 #4 transferring context: 2B done 02:05:49 #4 DONE 0.0s 02:05:49 02:05:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done 02:05:49 #5 CACHED 02:05:49 02:05:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:50 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:50 #6 CACHED 02:05:50 02:05:50 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:05:50 #7 DONE 0.0s 02:05:50 02:05:50 #8 exporting to image 02:05:50 #8 exporting layers done 02:05:50 #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done 02:05:50 #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done 02:05:50 #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done 02:05:50 #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done 02:05:50 #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done 02:05:50 #8 pushing layers 0.0s done 02:05:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done 02:05:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:50 #8 DONE 0.1s 02:05:50 02:05:50 1 warning found (use --debug to expand): 02:05:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 --push - 02:05:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28' 02:05:50 #1 [internal] load build definition from Dockerfile 02:05:50 #1 transferring dockerfile: 176B done 02:05:50 #1 DONE 0.0s 02:05:50 02:05:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 02:05:50 #2 DONE 0.0s 02:05:50 02:05:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 02:05:50 #3 DONE 0.0s 02:05:50 02:05:50 #4 [internal] load .dockerignore 02:05:50 #4 transferring context: 2B done 02:05:50 #4 DONE 0.0s 02:05:50 02:05:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:50 #5 CACHED 02:05:50 02:05:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:50 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:50 #6 CACHED 02:05:50 02:05:50 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:05:50 #7 DONE 0.0s 02:05:50 02:05:50 #8 exporting to image 02:05:50 #8 exporting layers done 02:05:50 #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done 02:05:50 #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done 02:05:50 #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done 02:05:50 #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done 02:05:50 #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done 02:05:50 #8 pushing layers 0.0s done 02:05:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done 02:05:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:50 #8 DONE 0.1s 02:05:50 02:05:50 1 warning found (use --debug to expand): 02:05:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:50 #1 [internal] load build definition from Dockerfile 02:05:50 #1 transferring dockerfile: 217B done 02:05:50 #1 DONE 0.0s 02:05:50 02:05:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:50 #2 DONE 0.0s 02:05:50 02:05:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:50 #3 DONE 0.0s 02:05:50 02:05:50 #4 [internal] load .dockerignore 02:05:50 #4 transferring context: 2B done 02:05:50 #4 DONE 0.0s 02:05:50 02:05:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done 02:05:50 #5 CACHED 02:05:50 02:05:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:50 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done 02:05:50 #6 CACHED 02:05:50 02:05:50 #7 exporting to image 02:05:50 #7 exporting layers 02:05:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:51 #7 exporting layers done 02:05:51 #7 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done 02:05:51 #7 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done 02:05:51 #7 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done 02:05:51 #7 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done 02:05:51 #7 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done 02:05:51 #7 pushing layers 0.0s done 02:05:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done 02:05:51 #7 DONE 0.1s 02:05:51 02:05:51 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:05:51 #8 DONE 0.0s 02:05:51 02:05:51 1 warning found (use --debug to expand): 02:05:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:05:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:05:51 #1 [internal] load build definition from Dockerfile 02:05:51 #1 transferring dockerfile: 168B done 02:05:51 #1 DONE 0.0s 02:05:51 02:05:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:05:51 #2 DONE 0.0s 02:05:51 02:05:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:05:51 #3 DONE 0.0s 02:05:51 02:05:51 #4 [internal] load .dockerignore 02:05:51 #4 transferring context: 2B done 02:05:51 #4 DONE 0.0s 02:05:51 02:05:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:51 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:51 #5 CACHED 02:05:51 02:05:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 02:05:51 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done 02:05:51 #6 CACHED 02:05:51 02:05:51 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:05:51 #7 DONE 0.0s 02:05:51 02:05:51 #8 exporting to image 02:05:51 #8 exporting layers done 02:05:51 #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done 02:05:51 #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done 02:05:51 #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done 02:05:51 #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done 02:05:51 #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done 02:05:51 #8 pushing layers 0.0s done 02:05:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done 02:05:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:51 #8 DONE 0.1s 02:05:51 02:05:51 1 warning found (use --debug to expand): 02:05:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:52 #1 [internal] load build definition from Dockerfile 02:05:52 #1 transferring dockerfile: 205B done 02:05:52 #1 DONE 0.0s 02:05:52 02:05:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:52 #2 DONE 0.0s 02:05:52 02:05:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:52 #3 DONE 0.0s 02:05:52 02:05:52 #4 [internal] load .dockerignore 02:05:52 #4 transferring context: 2B done 02:05:52 #4 DONE 0.0s 02:05:52 02:05:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:52 #5 DONE 0.0s 02:05:52 02:05:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:52 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:52 #6 DONE 0.1s 02:05:52 02:05:52 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:52 #7 DONE 0.0s 02:05:52 02:05:52 #8 exporting to image 02:05:52 #8 exporting layers done 02:05:52 #8 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done 02:05:52 #8 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done 02:05:52 #8 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done 02:05:52 #8 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done 02:05:52 #8 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done 02:05:52 #8 pushing layers 0.1s done 02:05:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 02:05:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done 02:05:52 #8 DONE 0.2s 02:05:52 02:05:52 1 warning found (use --debug to expand): 02:05:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:05:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:05:53 #1 [internal] load build definition from Dockerfile 02:05:53 #1 transferring dockerfile: 171B done 02:05:53 #1 DONE 0.0s 02:05:53 02:05:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:05:53 #2 DONE 0.0s 02:05:53 02:05:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:05:53 #3 DONE 0.0s 02:05:53 02:05:53 #4 [internal] load .dockerignore 02:05:53 #4 transferring context: 2B done 02:05:53 #4 DONE 0.0s 02:05:53 02:05:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:53 #5 CACHED 02:05:53 02:05:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:53 #6 CACHED 02:05:53 02:05:53 #7 exporting to image 02:05:53 #7 exporting layers done 02:05:53 #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done 02:05:53 #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done 02:05:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:53 #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done 02:05:53 #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done 02:05:53 #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done 02:05:53 #7 pushing layers 0.0s done 02:05:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done 02:05:53 #7 DONE 0.1s 02:05:53 02:05:53 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:53 #8 DONE 0.0s 02:05:53 02:05:53 1 warning found (use --debug to expand): 02:05:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28' 02:05:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 --push - 02:05:53 #1 [internal] load build definition from Dockerfile 02:05:53 #1 transferring dockerfile: 177B done 02:05:53 #1 DONE 0.0s 02:05:53 02:05:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 02:05:53 #2 DONE 0.0s 02:05:53 02:05:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 02:05:53 #3 DONE 0.0s 02:05:53 02:05:53 #4 [internal] load .dockerignore 02:05:53 #4 transferring context: 2B done 02:05:53 #4 DONE 0.0s 02:05:53 02:05:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:53 #5 CACHED 02:05:53 02:05:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:53 #6 CACHED 02:05:53 02:05:53 #7 exporting to image 02:05:53 #7 exporting layers done 02:05:53 #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done 02:05:53 #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done 02:05:53 #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done 02:05:53 #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 02:05:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:53 #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done 02:05:53 #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done 02:05:53 #7 pushing layers 0.0s done 02:05:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done 02:05:53 #7 DONE 0.1s 02:05:53 02:05:53 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:53 #8 DONE 0.0s 02:05:53 02:05:53 1 warning found (use --debug to expand): 02:05:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:53 #1 [internal] load build definition from Dockerfile 02:05:53 #1 transferring dockerfile: 218B done 02:05:53 #1 DONE 0.0s 02:05:53 02:05:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:53 #2 DONE 0.0s 02:05:53 02:05:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:53 #3 DONE 0.0s 02:05:53 02:05:53 #4 [internal] load .dockerignore 02:05:53 #4 transferring context: 2B done 02:05:53 #4 DONE 0.0s 02:05:53 02:05:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:53 #5 DONE 0.0s 02:05:53 02:05:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:54 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:54 #6 CACHED 02:05:54 02:05:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:54 #5 CACHED 02:05:54 02:05:54 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:54 #7 DONE 0.0s 02:05:54 02:05:54 #8 exporting to image 02:05:54 #8 exporting layers done 02:05:54 #8 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done 02:05:54 #8 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done 02:05:54 #8 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done 02:05:54 #8 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done 02:05:54 #8 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done 02:05:54 #8 pushing layers 0.0s done 02:05:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done 02:05:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:54 #8 DONE 0.1s 02:05:54 02:05:54 1 warning found (use --debug to expand): 02:05:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:05:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:05:54 #1 [internal] load build definition from Dockerfile 02:05:54 #1 transferring dockerfile: 169B done 02:05:54 #1 DONE 0.0s 02:05:54 02:05:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:05:54 #2 DONE 0.0s 02:05:54 02:05:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:05:54 #3 DONE 0.0s 02:05:54 02:05:54 #4 [internal] load .dockerignore 02:05:54 #4 transferring context: 2B done 02:05:54 #4 DONE 0.0s 02:05:54 02:05:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:54 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:54 #5 CACHED 02:05:54 02:05:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 02:05:54 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done 02:05:54 #6 CACHED 02:05:54 02:05:54 #7 exporting to image 02:05:54 #7 exporting layers done 02:05:54 #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done 02:05:54 #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done 02:05:54 #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done 02:05:54 #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done 02:05:54 #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 02:05:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:54 #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done 02:05:54 #7 pushing layers 0.0s done 02:05:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done 02:05:54 #7 DONE 0.1s 02:05:54 02:05:54 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:54 #8 DONE 0.0s 02:05:54 02:05:54 1 warning found (use --debug to expand): 02:05:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:55 #1 [internal] load build definition from Dockerfile 02:05:55 #1 transferring dockerfile: 211B done 02:05:55 #1 DONE 0.0s 02:05:55 02:05:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:55 #2 DONE 0.0s 02:05:55 02:05:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:55 #3 DONE 0.1s 02:05:55 02:05:55 #4 [internal] load .dockerignore 02:05:55 #4 transferring context: 02:05:55 #4 transferring context: 2B done 02:05:55 #4 DONE 0.0s 02:05:55 02:05:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:55 #5 DONE 0.0s 02:05:55 02:05:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:55 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:55 #6 DONE 0.1s 02:05:55 02:05:55 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:55 #7 DONE 0.0s 02:05:55 02:05:55 #8 exporting to image 02:05:55 #8 exporting layers done 02:05:55 #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb 0.0s done 02:05:55 #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done 02:05:55 #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done 02:05:55 #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 0.0s done 02:05:55 #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done 02:05:55 #8 pushing layers 02:05:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:55 #8 pushing layers 0.1s done 02:05:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done 02:05:55 #8 DONE 0.2s 02:05:55 02:05:55 1 warning found (use --debug to expand): 02:05:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:05:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:05:55 #1 [internal] load build definition from Dockerfile 02:05:55 #1 transferring dockerfile: 177B done 02:05:55 #1 DONE 0.0s 02:05:55 02:05:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:05:55 #2 DONE 0.0s 02:05:55 02:05:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:05:55 #3 DONE 0.0s 02:05:55 02:05:55 #4 [internal] load .dockerignore 02:05:55 #4 transferring context: 2B done 02:05:55 #4 DONE 0.0s 02:05:55 02:05:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:55 #5 DONE 0.0s 02:05:55 02:05:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:56 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:56 #6 CACHED 02:05:56 02:05:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:56 #5 CACHED 02:05:56 02:05:56 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:56 #7 DONE 0.0s 02:05:56 02:05:56 #8 exporting to image 02:05:56 #8 exporting layers done 02:05:56 #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done 02:05:56 #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done 02:05:56 #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done 02:05:56 #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done 02:05:56 #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done 02:05:56 #8 pushing layers 0.0s done 02:05:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done 02:05:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:56 #8 DONE 0.1s 02:05:56 02:05:56 1 warning found (use --debug to expand): 02:05:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 --push - 02:05:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28' 02:05:56 #1 [internal] load build definition from Dockerfile 02:05:56 #1 transferring dockerfile: 183B done 02:05:56 #1 DONE 0.0s 02:05:56 02:05:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 02:05:56 #2 DONE 0.0s 02:05:56 02:05:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 02:05:56 #3 DONE 0.0s 02:05:56 02:05:56 #4 [internal] load .dockerignore 02:05:56 #4 transferring context: 2B done 02:05:56 #4 DONE 0.0s 02:05:56 02:05:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:56 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:56 #5 CACHED 02:05:56 02:05:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:56 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:56 #6 CACHED 02:05:56 02:05:56 #7 exporting to image 02:05:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:56 #7 exporting layers done 02:05:56 #7 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done 02:05:56 #7 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done 02:05:56 #7 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done 02:05:56 #7 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done 02:05:56 #7 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done 02:05:56 #7 pushing layers 0.0s done 02:05:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done 02:05:56 #7 DONE 0.1s 02:05:56 02:05:56 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:56 #8 DONE 0.0s 02:05:56 02:05:56 1 warning found (use --debug to expand): 02:05:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:05:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:05:57 #1 [internal] load build definition from Dockerfile 02:05:57 #1 transferring dockerfile: 224B done 02:05:57 #1 DONE 0.0s 02:05:57 02:05:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:57 #2 DONE 0.0s 02:05:57 02:05:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:05:57 #3 DONE 0.0s 02:05:57 02:05:57 #4 [internal] load .dockerignore 02:05:57 #4 transferring context: 2B done 02:05:57 #4 DONE 0.0s 02:05:57 02:05:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:57 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:57 #5 CACHED 02:05:57 02:05:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:57 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:57 #6 CACHED 02:05:57 02:05:57 #7 exporting to image 02:05:57 #7 exporting layers done 02:05:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:57 #7 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done 02:05:57 #7 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done 02:05:57 #7 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done 02:05:57 #7 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done 02:05:57 #7 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done 02:05:57 #7 pushing layers 0.0s done 02:05:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done 02:05:57 #7 DONE 0.1s 02:05:57 02:05:57 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:57 #8 DONE 0.0s 02:05:57 02:05:57 1 warning found (use --debug to expand): 02:05:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:05:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:05:57 #1 [internal] load build definition from Dockerfile 02:05:57 #1 transferring dockerfile: 175B done 02:05:57 #1 DONE 0.0s 02:05:57 02:05:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:05:57 #2 DONE 0.0s 02:05:57 02:05:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:05:57 #3 DONE 0.0s 02:05:57 02:05:57 #4 [internal] load .dockerignore 02:05:57 #4 transferring context: 2B done 02:05:57 #4 DONE 0.0s 02:05:57 02:05:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:57 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:57 #5 DONE 0.0s 02:05:57 02:05:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:57 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done 02:05:57 #6 CACHED 02:05:57 02:05:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 02:05:57 #5 CACHED 02:05:57 02:05:57 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:05:57 #7 DONE 0.0s 02:05:57 02:05:57 #8 exporting to image 02:05:57 #8 exporting layers done 02:05:57 #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done 02:05:57 #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done 02:05:57 #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done 02:05:57 #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done 02:05:57 #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done 02:05:57 #8 pushing layers 0.0s done 02:05:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done 02:05:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:57 #8 DONE 0.1s 02:05:57 02:05:57 1 warning found (use --debug to expand): 02:05:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:05:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:05:58 #1 [internal] load build definition from Dockerfile 02:05:58 #1 transferring dockerfile: 215B done 02:05:58 #1 DONE 0.0s 02:05:58 02:05:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:58 #2 DONE 0.0s 02:05:58 02:05:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:05:58 #3 DONE 0.0s 02:05:58 02:05:58 #4 [internal] load .dockerignore 02:05:58 #4 transferring context: 02:05:58 #4 transferring context: 2B done 02:05:58 #4 DONE 0.0s 02:05:58 02:05:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:05:58 #5 DONE 0.0s 02:05:58 02:05:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:05:58 #6 DONE 0.1s 02:05:58 02:05:58 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:05:58 #7 DONE 0.0s 02:05:58 02:05:58 #8 exporting to image 02:05:58 #8 exporting layers done 02:05:58 #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe 0.0s done 02:05:58 #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done 02:05:58 #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done 02:05:58 #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done 02:05:58 #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done 02:05:58 #8 pushing layers 0.1s done 02:05:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 02:05:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done 02:05:58 #8 DONE 0.2s 02:05:58 02:05:58 1 warning found (use --debug to expand): 02:05:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:05:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:05:58 #1 [internal] load build definition from Dockerfile 02:05:58 #1 transferring dockerfile: 181B done 02:05:58 #1 DONE 0.0s 02:05:58 02:05:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:05:58 #2 DONE 0.0s 02:05:58 02:05:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:05:58 #3 DONE 0.0s 02:05:58 02:05:58 #4 [internal] load .dockerignore 02:05:58 #4 transferring context: 2B done 02:05:58 #4 DONE 0.0s 02:05:58 02:05:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:05:58 #5 DONE 0.0s 02:05:58 02:05:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:05:59 #6 CACHED 02:05:59 02:05:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:59 #5 CACHED 02:05:59 02:05:59 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:05:59 #7 DONE 0.0s 02:05:59 02:05:59 #8 exporting to image 02:05:59 #8 exporting layers done 02:05:59 #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done 02:05:59 #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done 02:05:59 #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done 02:05:59 #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done 02:05:59 #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done 02:05:59 #8 pushing layers 0.0s done 02:05:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done 02:05:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:59 #8 DONE 0.1s 02:05:59 02:05:59 1 warning found (use --debug to expand): 02:05:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:05:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 --push - 02:05:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28' 02:05:59 #1 [internal] load build definition from Dockerfile 02:05:59 #1 transferring dockerfile: 187B done 02:05:59 #1 DONE 0.0s 02:05:59 02:05:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 02:05:59 #2 DONE 0.0s 02:05:59 02:05:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 02:05:59 #3 DONE 0.0s 02:05:59 02:05:59 #4 [internal] load .dockerignore 02:05:59 #4 transferring context: 2B done 02:05:59 #4 DONE 0.0s 02:05:59 02:05:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa done 02:05:59 #5 CACHED 02:05:59 02:05:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:05:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:05:59 #6 CACHED 02:05:59 02:05:59 #7 exporting to image 02:05:59 #7 exporting layers done 02:05:59 #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe 02:05:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:05:59 #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done 02:05:59 #7 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done 02:05:59 #7 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done 02:05:59 #7 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done 02:05:59 #7 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done 02:05:59 #7 pushing layers 0.0s done 02:05:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done 02:05:59 #7 DONE 0.1s 02:05:59 02:05:59 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:05:59 #8 DONE 0.0s 02:05:59 02:05:59 1 warning found (use --debug to expand): 02:05:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:00 #1 [internal] load build definition from Dockerfile 02:06:00 #1 transferring dockerfile: 228B done 02:06:00 #1 DONE 0.0s 02:06:00 02:06:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:00 #2 DONE 0.0s 02:06:00 02:06:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:00 #3 DONE 0.0s 02:06:00 02:06:00 #4 [internal] load .dockerignore 02:06:00 #4 transferring context: 2B done 02:06:00 #4 DONE 0.0s 02:06:00 02:06:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:06:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:06:00 #5 CACHED 02:06:00 02:06:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:06:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:06:00 #6 CACHED 02:06:00 02:06:00 #7 exporting to image 02:06:00 #7 exporting layers 02:06:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:00 #7 exporting layers done 02:06:00 #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done 02:06:00 #7 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done 02:06:00 #7 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done 02:06:00 #7 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done 02:06:00 #7 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done 02:06:00 #7 pushing layers 0.0s done 02:06:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done 02:06:00 #7 DONE 0.1s 02:06:00 02:06:00 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:06:00 #8 DONE 0.0s 02:06:00 02:06:00 1 warning found (use --debug to expand): 02:06:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:06:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:06:00 #1 [internal] load build definition from Dockerfile 02:06:00 #1 transferring dockerfile: 179B done 02:06:00 #1 DONE 0.0s 02:06:00 02:06:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:06:00 #2 DONE 0.0s 02:06:00 02:06:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:06:00 #3 DONE 0.0s 02:06:00 02:06:00 #4 [internal] load .dockerignore 02:06:00 #4 transferring context: 2B done 02:06:00 #4 DONE 0.0s 02:06:00 02:06:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:06:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:06:00 #5 CACHED 02:06:00 02:06:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:06:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done 02:06:00 #6 DONE 0.0s 02:06:00 02:06:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 02:06:00 #6 CACHED 02:06:00 02:06:00 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:06:00 #7 DONE 0.0s 02:06:00 02:06:00 #8 exporting to image 02:06:00 #8 exporting layers done 02:06:00 #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done 02:06:00 #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done 02:06:00 #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done 02:06:00 #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done 02:06:00 #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done 02:06:00 #8 pushing layers 0.0s done 02:06:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done 02:06:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:00 #8 DONE 0.1s 02:06:00 02:06:00 1 warning found (use --debug to expand): 02:06:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:06:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:06:01 #1 [internal] load build definition from Dockerfile 02:06:01 #1 transferring dockerfile: 205B done 02:06:01 #1 DONE 0.0s 02:06:01 02:06:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:01 #2 DONE 0.0s 02:06:01 02:06:01 #3 [internal] load .dockerignore 02:06:01 #3 transferring context: 2B done 02:06:01 #3 DONE 0.0s 02:06:01 02:06:01 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:01 #4 DONE 0.1s 02:06:01 02:06:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:01 #5 DONE 0.0s 02:06:01 02:06:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:01 #6 DONE 0.0s 02:06:01 02:06:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:01 #5 DONE 0.1s 02:06:01 02:06:01 #7 exporting to image 02:06:01 #7 exporting layers done 02:06:01 #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 0.0s done 02:06:01 #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 02:06:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:01 #7 ... 02:06:01 02:06:01 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:06:01 #8 DONE 0.0s 02:06:01 02:06:01 #7 exporting to image 02:06:01 #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done 02:06:01 #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done 02:06:01 #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done 02:06:01 #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done 02:06:01 #7 pushing layers 0.1s done 02:06:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 02:06:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done 02:06:01 #7 DONE 0.2s 02:06:01 02:06:01 1 warning found (use --debug to expand): 02:06:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:06:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:06:01 #1 [internal] load build definition from Dockerfile 02:06:01 #1 transferring dockerfile: 171B done 02:06:01 #1 DONE 0.0s 02:06:01 02:06:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:06:01 #2 DONE 0.0s 02:06:01 02:06:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:06:01 #3 DONE 0.0s 02:06:01 02:06:01 #4 [internal] load .dockerignore 02:06:01 #4 transferring context: 2B done 02:06:01 #4 DONE 0.0s 02:06:01 02:06:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:01 #5 CACHED 02:06:01 02:06:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:01 #6 CACHED 02:06:01 02:06:01 #7 exporting to image 02:06:01 #7 exporting layers 02:06:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:02 #7 exporting layers done 02:06:02 #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done 02:06:02 #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done 02:06:02 #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done 02:06:02 #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done 02:06:02 #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done 02:06:02 #7 pushing layers 0.0s done 02:06:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done 02:06:02 #7 DONE 0.1s 02:06:02 02:06:02 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:06:02 #8 DONE 0.0s 02:06:02 02:06:02 1 warning found (use --debug to expand): 02:06:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28' 02:06:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 --push - 02:06:02 #1 [internal] load build definition from Dockerfile 02:06:02 #1 transferring dockerfile: 177B done 02:06:02 #1 DONE 0.0s 02:06:02 02:06:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 02:06:02 #2 DONE 0.0s 02:06:02 02:06:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 02:06:02 #3 DONE 0.0s 02:06:02 02:06:02 #4 [internal] load .dockerignore 02:06:02 #4 transferring context: 2B done 02:06:02 #4 DONE 0.0s 02:06:02 02:06:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:02 #5 DONE 0.0s 02:06:02 02:06:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:02 #6 CACHED 02:06:02 02:06:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:02 #5 CACHED 02:06:02 02:06:02 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:06:02 #7 DONE 0.0s 02:06:02 02:06:02 #8 exporting to image 02:06:02 #8 exporting layers done 02:06:02 #8 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done 02:06:02 #8 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done 02:06:02 #8 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done 02:06:02 #8 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done 02:06:02 #8 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done 02:06:02 #8 pushing layers 0.0s done 02:06:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done 02:06:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:02 #8 DONE 0.1s 02:06:02 02:06:02 1 warning found (use --debug to expand): 02:06:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:03 #1 [internal] load build definition from Dockerfile 02:06:03 #1 transferring dockerfile: 218B done 02:06:03 #1 DONE 0.0s 02:06:03 02:06:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:03 #2 DONE 0.0s 02:06:03 02:06:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:03 #3 DONE 0.0s 02:06:03 02:06:03 #4 [internal] load .dockerignore 02:06:03 #4 transferring context: 2B done 02:06:03 #4 DONE 0.0s 02:06:03 02:06:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 done 02:06:03 #5 DONE 0.0s 02:06:03 02:06:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 done 02:06:03 #6 CACHED 02:06:03 02:06:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:03 #5 CACHED 02:06:03 02:06:03 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:06:03 #7 DONE 0.0s 02:06:03 02:06:03 #8 exporting to image 02:06:03 #8 exporting layers done 02:06:03 #8 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done 02:06:03 #8 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done 02:06:03 #8 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done 02:06:03 #8 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done 02:06:03 #8 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done 02:06:03 #8 pushing layers 0.0s done 02:06:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done 02:06:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:03 #8 DONE 0.1s 02:06:03 02:06:03 1 warning found (use --debug to expand): 02:06:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:06:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:06:03 #1 [internal] load build definition from Dockerfile 02:06:03 #1 transferring dockerfile: 169B done 02:06:03 #1 DONE 0.0s 02:06:03 02:06:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:06:03 #2 DONE 0.0s 02:06:03 02:06:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:06:03 #3 DONE 0.0s 02:06:03 02:06:03 #4 [internal] load .dockerignore 02:06:03 #4 transferring context: 2B done 02:06:03 #4 DONE 0.0s 02:06:03 02:06:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:03 #5 CACHED 02:06:03 02:06:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 02:06:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done 02:06:03 #6 CACHED 02:06:03 02:06:03 #7 exporting to image 02:06:03 #7 exporting layers done 02:06:03 #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done 02:06:03 #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 02:06:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:03 #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done 02:06:03 #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done 02:06:03 #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done 02:06:03 #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done 02:06:03 #7 pushing layers 0.0s done 02:06:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done 02:06:03 #7 DONE 0.1s 02:06:03 02:06:03 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:06:03 #8 DONE 0.0s 02:06:03 02:06:03 1 warning found (use --debug to expand): 02:06:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:06:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:06:04 #1 [internal] load build definition from Dockerfile 02:06:04 #1 transferring dockerfile: 206B done 02:06:04 #1 DONE 0.0s 02:06:04 02:06:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:04 #2 DONE 0.0s 02:06:04 02:06:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:04 #3 DONE 0.0s 02:06:04 02:06:04 #4 [internal] load .dockerignore 02:06:04 #4 transferring context: 2B done 02:06:04 #4 DONE 0.0s 02:06:04 02:06:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:04 #5 DONE 0.0s 02:06:04 02:06:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:04 #6 DONE 0.1s 02:06:04 02:06:04 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:06:04 #7 DONE 0.0s 02:06:04 02:06:04 #8 exporting to image 02:06:04 #8 exporting layers done 02:06:04 #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 0.0s done 02:06:04 #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 0.0s done 02:06:04 #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done 02:06:04 #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done 02:06:04 #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done 02:06:04 #8 pushing layers 02:06:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:04 #8 pushing layers 0.1s done 02:06:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done 02:06:04 #8 DONE 0.2s 02:06:04 02:06:04 1 warning found (use --debug to expand): 02:06:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:06:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:06:05 #1 [internal] load build definition from Dockerfile 02:06:05 #1 transferring dockerfile: 172B done 02:06:05 #1 DONE 0.0s 02:06:05 02:06:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:06:05 #2 DONE 0.0s 02:06:05 02:06:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:06:05 #3 DONE 0.0s 02:06:05 02:06:05 #4 [internal] load .dockerignore 02:06:05 #4 transferring context: 2B done 02:06:05 #4 DONE 0.0s 02:06:05 02:06:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee done 02:06:05 #5 CACHED 02:06:05 02:06:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:05 #6 CACHED 02:06:05 02:06:05 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:06:05 #7 DONE 0.0s 02:06:05 02:06:05 #8 exporting to image 02:06:05 #8 exporting layers done 02:06:05 #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done 02:06:05 #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done 02:06:05 #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done 02:06:05 #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done 02:06:05 #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done 02:06:05 #8 pushing layers 0.0s done 02:06:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done 02:06:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:05 #8 DONE 0.1s 02:06:05 02:06:05 1 warning found (use --debug to expand): 02:06:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 --push - 02:06:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28' 02:06:05 #1 [internal] load build definition from Dockerfile 02:06:05 #1 transferring dockerfile: 178B done 02:06:05 #1 DONE 0.0s 02:06:05 02:06:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 02:06:05 #2 DONE 0.0s 02:06:05 02:06:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 02:06:05 #3 DONE 0.0s 02:06:05 02:06:05 #4 [internal] load .dockerignore 02:06:05 #4 transferring context: 2B done 02:06:05 #4 DONE 0.0s 02:06:05 02:06:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:05 #5 DONE 0.0s 02:06:05 02:06:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:05 #6 CACHED 02:06:05 02:06:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:05 #5 CACHED 02:06:05 02:06:05 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:06:05 #7 DONE 0.0s 02:06:05 02:06:05 #8 exporting to image 02:06:05 #8 exporting layers done 02:06:05 #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done 02:06:05 #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done 02:06:05 #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done 02:06:05 #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done 02:06:05 #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done 02:06:05 #8 pushing layers 0.0s done 02:06:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done 02:06:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:05 #8 DONE 0.1s 02:06:05 02:06:05 1 warning found (use --debug to expand): 02:06:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:06 #1 [internal] load build definition from Dockerfile 02:06:06 #1 transferring dockerfile: 219B done 02:06:06 #1 DONE 0.0s 02:06:06 02:06:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:06 #2 DONE 0.0s 02:06:06 02:06:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:06 #3 DONE 0.0s 02:06:06 02:06:06 #4 [internal] load .dockerignore 02:06:06 #4 transferring context: 2B done 02:06:06 #4 DONE 0.0s 02:06:06 02:06:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:06 #5 CACHED 02:06:06 02:06:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:06 #6 CACHED 02:06:06 02:06:06 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:06:06 #7 DONE 0.0s 02:06:06 02:06:06 #8 exporting to image 02:06:06 #8 exporting layers done 02:06:06 #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done 02:06:06 #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done 02:06:06 #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done 02:06:06 #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done 02:06:06 #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done 02:06:06 #8 pushing layers 0.0s done 02:06:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done 02:06:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:06 #8 DONE 0.1s 02:06:06 02:06:06 1 warning found (use --debug to expand): 02:06:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:06:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:06:06 #1 [internal] load build definition from Dockerfile 02:06:06 #1 transferring dockerfile: 170B done 02:06:06 #1 DONE 0.0s 02:06:06 02:06:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:06:06 #2 DONE 0.0s 02:06:06 02:06:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:06:06 #3 DONE 0.0s 02:06:06 02:06:06 #4 [internal] load .dockerignore 02:06:06 #4 transferring context: 2B done 02:06:06 #4 DONE 0.0s 02:06:06 02:06:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:06 #5 DONE 0.0s 02:06:06 02:06:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done 02:06:06 #6 CACHED 02:06:06 02:06:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 02:06:06 #5 CACHED 02:06:06 02:06:06 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:06:06 #7 DONE 0.0s 02:06:06 02:06:06 #8 exporting to image 02:06:06 #8 exporting layers done 02:06:06 #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done 02:06:06 #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done 02:06:06 #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done 02:06:06 #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done 02:06:06 #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done 02:06:06 #8 pushing layers 0.0s done 02:06:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done 02:06:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:06 #8 DONE 0.1s 02:06:06 02:06:06 1 warning found (use --debug to expand): 02:06:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:06:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:06:07 #1 [internal] load build definition from Dockerfile 02:06:07 #1 transferring dockerfile: 206B done 02:06:07 #1 DONE 0.0s 02:06:07 02:06:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:07 #2 DONE 0.0s 02:06:07 02:06:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:07 #3 DONE 0.0s 02:06:07 02:06:07 #4 [internal] load .dockerignore 02:06:07 #4 transferring context: 2B done 02:06:07 #4 DONE 0.0s 02:06:07 02:06:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:07 #5 ... 02:06:07 02:06:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:07 #6 DONE 0.1s 02:06:07 02:06:07 #7 exporting to image 02:06:07 #7 exporting layers done 02:06:07 #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 02:06:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:07 #7 ... 02:06:07 02:06:07 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:06:07 #8 DONE 0.0s 02:06:07 02:06:07 #7 exporting to image 02:06:07 #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done 02:06:07 #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done 02:06:07 #7 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done 02:06:07 #7 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done 02:06:07 #7 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done 02:06:07 #7 pushing layers 0.1s done 02:06:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 02:06:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done 02:06:07 #7 DONE 0.2s 02:06:07 02:06:07 1 warning found (use --debug to expand): 02:06:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:06:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:06:08 #1 [internal] load build definition from Dockerfile 02:06:08 #1 transferring dockerfile: 172B done 02:06:08 #1 DONE 0.0s 02:06:08 02:06:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:06:08 #2 DONE 0.0s 02:06:08 02:06:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:06:08 #3 DONE 0.0s 02:06:08 02:06:08 #4 [internal] load .dockerignore 02:06:08 #4 transferring context: 2B done 02:06:08 #4 DONE 0.0s 02:06:08 02:06:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:08 #5 CACHED 02:06:08 02:06:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:08 #6 CACHED 02:06:08 02:06:08 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:06:08 #7 DONE 0.0s 02:06:08 02:06:08 #8 exporting to image 02:06:08 #8 exporting layers done 02:06:08 #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done 02:06:08 #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done 02:06:08 #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done 02:06:08 #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done 02:06:08 #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done 02:06:08 #8 pushing layers 0.0s done 02:06:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 02:06:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done 02:06:08 #8 DONE 0.1s 02:06:08 02:06:08 1 warning found (use --debug to expand): 02:06:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 --push - 02:06:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28' 02:06:08 #1 [internal] load build definition from Dockerfile 02:06:08 #1 transferring dockerfile: 178B done 02:06:08 #1 DONE 0.0s 02:06:08 02:06:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 02:06:08 #2 DONE 0.0s 02:06:08 02:06:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 02:06:08 #3 DONE 0.0s 02:06:08 02:06:08 #4 [internal] load .dockerignore 02:06:08 #4 transferring context: 2B done 02:06:08 #4 DONE 0.0s 02:06:08 02:06:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:08 #5 DONE 0.0s 02:06:08 02:06:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:08 #6 CACHED 02:06:08 02:06:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:08 #5 CACHED 02:06:08 02:06:08 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:06:08 #7 DONE 0.0s 02:06:08 02:06:08 #8 exporting to image 02:06:08 #8 exporting layers done 02:06:08 #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done 02:06:08 #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done 02:06:08 #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done 02:06:08 #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done 02:06:08 #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done 02:06:08 #8 pushing layers 0.0s done 02:06:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done 02:06:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:08 #8 DONE 0.1s 02:06:08 02:06:08 1 warning found (use --debug to expand): 02:06:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:09 #1 [internal] load build definition from Dockerfile 02:06:09 #1 transferring dockerfile: 219B done 02:06:09 #1 DONE 0.0s 02:06:09 02:06:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:09 #2 DONE 0.0s 02:06:09 02:06:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:09 #3 DONE 0.0s 02:06:09 02:06:09 #4 [internal] load .dockerignore 02:06:09 #4 transferring context: 2B done 02:06:09 #4 DONE 0.0s 02:06:09 02:06:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:09 #5 DONE 0.0s 02:06:09 02:06:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:09 #6 CACHED 02:06:09 02:06:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:09 #5 CACHED 02:06:09 02:06:09 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:06:09 #7 DONE 0.0s 02:06:09 02:06:09 #8 exporting to image 02:06:09 #8 exporting layers done 02:06:09 #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done 02:06:09 #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done 02:06:09 #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done 02:06:09 #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done 02:06:09 #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done 02:06:09 #8 pushing layers 0.0s done 02:06:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done 02:06:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:09 #8 DONE 0.1s 02:06:09 02:06:09 1 warning found (use --debug to expand): 02:06:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:06:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:06:09 #1 [internal] load build definition from Dockerfile 02:06:09 #1 transferring dockerfile: 170B done 02:06:09 #1 DONE 0.0s 02:06:09 02:06:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:06:09 #2 DONE 0.0s 02:06:09 02:06:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:06:09 #3 DONE 0.0s 02:06:09 02:06:09 #4 [internal] load .dockerignore 02:06:09 #4 transferring context: 2B done 02:06:09 #4 DONE 0.0s 02:06:09 02:06:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:09 #5 CACHED 02:06:09 02:06:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 02:06:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done 02:06:09 #6 CACHED 02:06:09 02:06:09 #7 exporting to image 02:06:09 #7 exporting layers done 02:06:09 #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done 02:06:09 #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d 02:06:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:09 #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done 02:06:09 #7 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done 02:06:09 #7 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done 02:06:09 #7 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done 02:06:09 #7 pushing layers 0.0s done 02:06:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done 02:06:09 #7 DONE 0.1s 02:06:09 02:06:09 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:06:09 #8 DONE 0.0s 02:06:09 02:06:09 1 warning found (use --debug to expand): 02:06:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:06:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:06:10 #1 [internal] load build definition from Dockerfile 02:06:10 #1 transferring dockerfile: 206B done 02:06:10 #1 DONE 0.0s 02:06:10 02:06:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:10 #2 DONE 0.0s 02:06:10 02:06:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:10 #3 DONE 0.1s 02:06:10 02:06:10 #4 [internal] load .dockerignore 02:06:10 #4 transferring context: 2B done 02:06:10 #4 DONE 0.0s 02:06:10 02:06:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:10 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:10 #5 DONE 0.0s 02:06:10 02:06:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:10 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:10 #6 DONE 0.1s 02:06:10 02:06:10 #7 exporting to image 02:06:10 #7 exporting layers done 02:06:10 #7 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 0.0s done 02:06:10 #7 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done 02:06:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:10 #7 ... 02:06:10 02:06:10 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:06:10 #8 DONE 0.0s 02:06:10 02:06:10 #7 exporting to image 02:06:10 #7 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done 02:06:10 #7 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done 02:06:10 #7 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done 02:06:10 #7 pushing layers 0.1s done 02:06:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 02:06:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done 02:06:10 #7 DONE 0.2s 02:06:10 02:06:10 1 warning found (use --debug to expand): 02:06:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:06:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:06:11 #1 [internal] load build definition from Dockerfile 02:06:11 #1 transferring dockerfile: 172B done 02:06:11 #1 DONE 0.0s 02:06:11 02:06:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:06:11 #2 DONE 0.0s 02:06:11 02:06:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:06:11 #3 DONE 0.0s 02:06:11 02:06:11 #4 [internal] load .dockerignore 02:06:11 #4 transferring context: 2B done 02:06:11 #4 DONE 0.0s 02:06:11 02:06:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b done 02:06:11 #5 CACHED 02:06:11 02:06:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:11 #6 CACHED 02:06:11 02:06:11 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:06:11 #7 DONE 0.0s 02:06:11 02:06:11 #8 exporting to image 02:06:11 #8 exporting layers done 02:06:11 #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done 02:06:11 #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done 02:06:11 #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done 02:06:11 #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done 02:06:11 #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done 02:06:11 #8 pushing layers 0.0s done 02:06:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done 02:06:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:11 #8 DONE 0.1s 02:06:11 02:06:11 1 warning found (use --debug to expand): 02:06:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 --push - 02:06:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28' 02:06:11 #1 [internal] load build definition from Dockerfile 02:06:11 #1 transferring dockerfile: 178B done 02:06:11 #1 DONE 0.0s 02:06:11 02:06:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 02:06:11 #2 DONE 0.0s 02:06:11 02:06:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 02:06:11 #3 DONE 0.0s 02:06:11 02:06:11 #4 [internal] load .dockerignore 02:06:11 #4 transferring context: 2B done 02:06:11 #4 DONE 0.0s 02:06:11 02:06:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:11 #5 CACHED 02:06:11 02:06:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:11 #6 CACHED 02:06:11 02:06:11 #7 exporting to image 02:06:11 #7 exporting layers 02:06:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:11 #7 exporting layers done 02:06:11 #7 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done 02:06:11 #7 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done 02:06:11 #7 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done 02:06:11 #7 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done 02:06:11 #7 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done 02:06:11 #7 pushing layers 0.0s done 02:06:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done 02:06:11 #7 DONE 0.1s 02:06:11 02:06:11 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:06:11 #8 DONE 0.0s 02:06:11 02:06:11 1 warning found (use --debug to expand): 02:06:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:12 #1 [internal] load build definition from Dockerfile 02:06:12 #1 transferring dockerfile: 219B done 02:06:12 #1 DONE 0.0s 02:06:12 02:06:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:12 #2 DONE 0.0s 02:06:12 02:06:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:12 #3 DONE 0.0s 02:06:12 02:06:12 #4 [internal] load .dockerignore 02:06:12 #4 transferring context: 2B done 02:06:12 #4 DONE 0.0s 02:06:12 02:06:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:12 #5 DONE 0.0s 02:06:12 02:06:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:12 #6 CACHED 02:06:12 02:06:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:12 #5 CACHED 02:06:12 02:06:12 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:06:12 #7 DONE 0.0s 02:06:12 02:06:12 #8 exporting to image 02:06:12 #8 exporting layers done 02:06:12 #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done 02:06:12 #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done 02:06:12 #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done 02:06:12 #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done 02:06:12 #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done 02:06:12 #8 pushing layers 0.0s done 02:06:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done 02:06:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:12 #8 DONE 0.1s 02:06:12 02:06:12 1 warning found (use --debug to expand): 02:06:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:06:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:06:12 #1 [internal] load build definition from Dockerfile 02:06:12 #1 transferring dockerfile: 170B done 02:06:12 #1 DONE 0.0s 02:06:12 02:06:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:06:12 #2 DONE 0.0s 02:06:12 02:06:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:06:12 #3 DONE 0.0s 02:06:12 02:06:12 #4 [internal] load .dockerignore 02:06:12 #4 transferring context: 2B done 02:06:12 #4 DONE 0.0s 02:06:12 02:06:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:12 #5 CACHED 02:06:12 02:06:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 02:06:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done 02:06:12 #6 CACHED 02:06:12 02:06:12 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:06:12 #7 DONE 0.0s 02:06:12 02:06:12 #8 exporting to image 02:06:12 #8 exporting layers done 02:06:12 #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done 02:06:12 #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done 02:06:12 #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done 02:06:12 #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done 02:06:12 #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done 02:06:12 #8 pushing layers 0.0s done 02:06:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done 02:06:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:12 #8 DONE 0.1s 02:06:12 02:06:12 1 warning found (use --debug to expand): 02:06:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' 02:06:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - 02:06:13 #1 [internal] load build definition from Dockerfile 02:06:13 #1 transferring dockerfile: 202B done 02:06:13 #1 DONE 0.0s 02:06:13 02:06:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:13 #2 DONE 0.0s 02:06:13 02:06:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:06:13 #3 DONE 0.0s 02:06:13 02:06:13 #4 [internal] load .dockerignore 02:06:13 #4 transferring context: 02:06:13 #4 transferring context: 2B done 02:06:13 #4 DONE 0.0s 02:06:13 02:06:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:13 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 done 02:06:13 #5 DONE 0.0s 02:06:13 02:06:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:13 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 done 02:06:13 #6 DONE 0.1s 02:06:13 02:06:13 #7 exporting to image 02:06:13 #7 exporting layers done 02:06:13 #7 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done 02:06:13 #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf 02:06:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:13 #7 ... 02:06:13 02:06:13 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:06:13 #8 DONE 0.0s 02:06:13 02:06:13 #7 exporting to image 02:06:13 #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done 02:06:13 #7 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done 02:06:13 #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 0.0s done 02:06:13 #7 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done 02:06:13 #7 pushing layers 0.1s done 02:06:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 02:06:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done 02:06:13 #7 DONE 0.2s 02:06:13 02:06:13 1 warning found (use --debug to expand): 02:06:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:06:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:06:14 #1 [internal] load build definition from Dockerfile 02:06:14 #1 transferring dockerfile: 168B done 02:06:14 #1 DONE 0.0s 02:06:14 02:06:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:06:14 #2 DONE 0.0s 02:06:14 02:06:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:06:14 #3 DONE 0.0s 02:06:14 02:06:14 #4 [internal] load .dockerignore 02:06:14 #4 transferring context: 2B done 02:06:14 #4 DONE 0.0s 02:06:14 02:06:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:14 #5 CACHED 02:06:14 02:06:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:14 #6 CACHED 02:06:14 02:06:14 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:06:14 #7 DONE 0.0s 02:06:14 02:06:14 #8 exporting to image 02:06:14 #8 exporting layers done 02:06:14 #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done 02:06:14 #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done 02:06:14 #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done 02:06:14 #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done 02:06:14 #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done 02:06:14 #8 pushing layers 0.0s done 02:06:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done 02:06:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:14 #8 DONE 0.1s 02:06:14 02:06:14 1 warning found (use --debug to expand): 02:06:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 --push - 02:06:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28' 02:06:14 #1 [internal] load build definition from Dockerfile 02:06:14 #1 transferring dockerfile: 174B done 02:06:14 #1 DONE 0.0s 02:06:14 02:06:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 02:06:14 #2 DONE 0.0s 02:06:14 02:06:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 02:06:14 #3 DONE 0.0s 02:06:14 02:06:14 #4 [internal] load .dockerignore 02:06:14 #4 transferring context: 2B done 02:06:14 #4 DONE 0.0s 02:06:14 02:06:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:14 #5 DONE 0.0s 02:06:14 02:06:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:14 #6 CACHED 02:06:14 02:06:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:14 #5 CACHED 02:06:14 02:06:14 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:06:14 #7 DONE 0.0s 02:06:14 02:06:14 #8 exporting to image 02:06:14 #8 exporting layers done 02:06:14 #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done 02:06:14 #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done 02:06:14 #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done 02:06:14 #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done 02:06:14 #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done 02:06:14 #8 pushing layers 0.0s done 02:06:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done 02:06:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:14 #8 DONE 0.1s 02:06:14 02:06:14 1 warning found (use --debug to expand): 02:06:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' 02:06:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - 02:06:15 #1 [internal] load build definition from Dockerfile 02:06:15 #1 transferring dockerfile: 215B done 02:06:15 #1 DONE 0.0s 02:06:15 02:06:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:15 #2 DONE 0.0s 02:06:15 02:06:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:06:15 #3 DONE 0.0s 02:06:15 02:06:15 #4 [internal] load .dockerignore 02:06:15 #4 transferring context: 2B done 02:06:15 #4 DONE 0.0s 02:06:15 02:06:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:15 #5 CACHED 02:06:15 02:06:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:15 #6 CACHED 02:06:15 02:06:15 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:06:15 #7 DONE 0.0s 02:06:15 02:06:15 #8 exporting to image 02:06:15 #8 exporting layers done 02:06:15 #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done 02:06:15 #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done 02:06:15 #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done 02:06:15 #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done 02:06:15 #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done 02:06:15 #8 pushing layers 0.0s done 02:06:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done 02:06:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:15 #8 DONE 0.1s 02:06:15 02:06:15 1 warning found (use --debug to expand): 02:06:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:06:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:06:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:06:15 #1 [internal] load build definition from Dockerfile 02:06:15 #1 transferring dockerfile: 166B done 02:06:15 #1 DONE 0.0s 02:06:15 02:06:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:06:15 #2 DONE 0.0s 02:06:15 02:06:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:06:15 #3 DONE 0.0s 02:06:15 02:06:15 #4 [internal] load .dockerignore 02:06:15 #4 transferring context: 2B done 02:06:15 #4 DONE 0.0s 02:06:15 02:06:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:15 #5 CACHED 02:06:15 02:06:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 02:06:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done 02:06:15 #6 CACHED 02:06:15 02:06:15 #7 exporting to image 02:06:15 #7 exporting layers done 02:06:15 #7 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done 02:06:15 #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done 02:06:15 #7 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done 02:06:15 #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 02:06:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:06:15 #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done 02:06:15 #7 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done 02:06:15 #7 pushing layers 0.0s done 02:06:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done 02:06:15 #7 DONE 0.1s 02:06:15 02:06:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:06:15 #8 DONE 0.0s 02:06:15 02:06:15 1 warning found (use --debug to expand): 02:06:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:06:16 + '[' -d /w/workspace/edgex-go/860/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:06:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:06:17 ---> package-listing.sh 02:06:17 ++ facter osfamily 02:06:17 ++ tr '[:upper:]' '[:lower:]' 02:06:17 + OS_FAMILY=redhat 02:06:17 + workspace=/w/workspace/edgex-go/860 02:06:17 + START_PACKAGES=/tmp/packages_start.txt 02:06:17 + END_PACKAGES=/tmp/packages_end.txt 02:06:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:06:17 + PACKAGES=/tmp/packages_start.txt 02:06:17 + '[' /w/workspace/edgex-go/860 ']' 02:06:17 + PACKAGES=/tmp/packages_end.txt 02:06:17 + case "${OS_FAMILY}" in 02:06:17 + rpm -qa 02:06:17 + sort 02:06:18 + '[' -f /tmp/packages_start.txt ']' 02:06:18 + '[' -f /tmp/packages_end.txt ']' 02:06:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:06:18 + '[' /w/workspace/edgex-go/860 ']' 02:06:18 + mkdir -p /w/workspace/edgex-go/860/archives/ 02:06:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/860/archives/ [Pipeline] echo 02:06:18 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/860/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:06:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:18 02:06:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:06:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:19 latest: Pulling from edgex-lftools-log-publisher 02:06:19 5eb5b503b376: Pulling fs layer 02:06:19 5c69ac0246d0: Pulling fs layer 02:06:19 ec43610c2a17: Pulling fs layer 02:06:19 3a2ae6a8a46f: Pulling fs layer 02:06:19 33b1e0a273af: Pulling fs layer 02:06:19 5d3b04190fa2: Pulling fs layer 02:06:19 2f39f015ded8: Pulling fs layer 02:06:19 3a2ae6a8a46f: Waiting 02:06:19 33b1e0a273af: Waiting 02:06:19 5d3b04190fa2: Waiting 02:06:19 2f39f015ded8: Waiting 02:06:19 5c69ac0246d0: Verifying Checksum 02:06:19 5c69ac0246d0: Download complete 02:06:19 3a2ae6a8a46f: Verifying Checksum 02:06:19 3a2ae6a8a46f: Download complete 02:06:19 33b1e0a273af: Verifying Checksum 02:06:19 33b1e0a273af: Download complete 02:06:19 5d3b04190fa2: Verifying Checksum 02:06:19 5d3b04190fa2: Download complete 02:06:19 ec43610c2a17: Verifying Checksum 02:06:19 ec43610c2a17: Download complete 02:06:19 5eb5b503b376: Verifying Checksum 02:06:19 5eb5b503b376: Download complete 02:06:19 2f39f015ded8: Verifying Checksum 02:06:19 2f39f015ded8: Download complete 02:06:20 5eb5b503b376: Pull complete 02:06:20 5c69ac0246d0: Pull complete 02:06:21 ec43610c2a17: Pull complete 02:06:21 3a2ae6a8a46f: Pull complete 02:06:21 33b1e0a273af: Pull complete 02:06:21 5d3b04190fa2: Pull complete 02:06:25 2f39f015ded8: Pull complete 02:06:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:06:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:06:26 prd-centos7-docker-4c-2g-4005 does not seem to be running inside a container 02:06:26 $ 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/860/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:06:29 $ docker top 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:29 + touch /tmp/pre-build-complete [Pipeline] sh 02:06:30 + mkdir -p /var/log/sysstat [Pipeline] sh 02:06:30 + ls /var/log/sa-host 02:06:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:06:30 provisioning config files... 02:06:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15854698719677981877tmp [Pipeline] { [Pipeline] echo 02:06:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:06:30 ---> create-netrc.sh [Pipeline] } 02:06:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:06:31 ---> python-tools-install.sh [Pipeline] echo 02:06:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:06:31 ---> sudo-logs.sh 02:06:31 Archiving 'sudo' log.. 02:06:31 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:06:31 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:06:31 $ docker stop --time=1 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 02:06:32 $ docker rm -f --volumes 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:06:32 [WS-CLEANUP] Deleting project workspace... 02:06:32 [WS-CLEANUP] Deferred wipeout is used... 02:06:32 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:22:50 #154 ... 02:22:50 02:22:50 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:22:50 #152 DONE 1135.5s 02:22:50 02:22:50 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:22:50 #33 ... 02:22:50 02:22:50 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:22:50 #155 DONE 0.3s 02:22:50 02:22:50 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:22:50 #156 DONE 0.2s 02:22:50 02:22:50 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:22:50 #153 ... 02:22:50 02:22:50 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:22:50 #157 DONE 0.3s 02:22:50 02:22:50 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:22:50 #158 DONE 0.1s 02:22:50 02:22:50 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:22:50 #159 DONE 0.1s 02:22:50 02:22:50 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:22:50 #160 DONE 2.2s 02:22:50 02:22:50 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:22:50 #150 ... 02:22:50 02:22:50 #117 [core-common-config-bootstrapper] exporting to image 02:22:50 #117 exporting layers 02:22:50 #117 exporting layers 0.5s done 02:22:50 #117 writing image sha256:c5b9098df0066ad8900d811c40d4e8c83e620850887c79e25eabf2a09a0ff505 done 02:22:50 #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:22:50 #117 DONE 3.3s 02:22:50 02:22:50 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:23:00 #153 ... 02:23:00 02:23:00 #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:23:00 #144 DONE 1153.0s 02:23:00 02:23:00 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:23:00 #161 DONE 0.3s 02:23:00 02:23:00 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:23:02 #162 DONE 2.6s 02:23:02 02:23:02 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:23:02 #163 DONE 0.2s 02:23:02 02:23:02 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:23:02 #164 DONE 0.2s 02:23:02 02:23:02 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:23:02 #165 DONE 0.4s 02:23:02 02:23:02 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:23:03 #166 DONE 0.3s 02:23:03 02:23:03 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:23:03 #153 ... 02:23:03 02:23:03 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:23:03 #167 DONE 0.2s 02:23:03 02:23:03 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:23:03 #168 DONE 0.2s 02:23:03 02:23:03 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:23:03 #169 DONE 0.1s 02:23:03 02:23:03 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:23:03 #170 DONE 0.2s 02:23:03 02:23:03 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:23:05 #171 DONE 1.9s 02:23:05 02:23:05 #117 [security-bootstrapper] exporting to image 02:23:05 #117 exporting layers 02:23:06 #117 exporting layers 1.0s done 02:23:06 #117 writing image sha256:e53a78f817560bcf0673bad331af433b32c0b3c8b6575b3a015ede66077b79f4 done 02:23:06 #117 naming to docker.io/library/security-bootstrapper-arm64 done 02:23:06 #117 DONE 4.3s 02:23:06 02:23:06 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:38:29 #150 ... 02:38:29 02:38:29 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:38:29 #146 DONE 2068.9s 02:38:29 02:38:29 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:38:29 #147 ... 02:38:29 02:38:29 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:38:29 #172 DONE 0.2s 02:38:29 02:38:29 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:38:29 #173 DONE 0.2s 02:38:29 02:38:29 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:38:29 #174 DONE 0.4s 02:38:29 02:38:29 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:38:29 #175 DONE 0.1s 02:38:29 02:38:29 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:38:29 #33 ... 02:38:29 02:38:29 #117 [core-command] exporting to image 02:38:29 #117 exporting layers 02:38:29 #117 exporting layers 0.4s done 02:38:29 #117 writing image sha256:065db3aae2a5875534b88ec30139906c05ba47d7b81435789e3aeba3f5389d8b done 02:38:29 #117 naming to docker.io/library/core-command-arm64 done 02:38:29 #117 DONE 4.7s 02:38:29 02:38:29 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:38:47 #153 ... 02:38:47 02:38:47 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:47 #154 2099.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:38:57 #154 ... 02:38:57 02:38:57 #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:38:57 #147 DONE 2110.6s 02:38:57 02:38:57 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:38:57 #153 ... 02:38:57 02:38:57 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:38:57 #176 DONE 0.2s 02:38:57 02:38:57 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:38:57 #177 DONE 0.2s 02:38:57 02:38:57 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:38:57 #178 DONE 0.1s 02:38:57 02:38:57 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:38:57 #33 ... 02:38:57 02:38:57 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:38:57 #179 DONE 0.1s 02:38:57 02:38:57 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:38:58 #180 DONE 0.3s 02:38:58 02:38:58 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:38:58 #181 DONE 0.1s 02:38:58 02:38:58 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:58 #154 ... 02:38:58 02:38:58 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:00 #182 DONE 1.9s 02:39:00 02:39:00 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:39:00 #153 ... 02:39:00 02:39:00 #117 [security-proxy-setup] exporting to image 02:39:00 #117 exporting layers 02:39:01 #117 exporting layers 1.1s done 02:39:01 #117 writing image sha256:4aaed4e814dd0001b088cc18f74fc5d68519c4f9ad26f9cbc8deeba6bc5c90ff done 02:39:01 #117 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 02:39:01 #117 DONE 5.8s 02:39:01 02:39:01 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:39:19 #148 ... 02:39:19 02:39:19 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:39:19 #154 DONE 2132.6s 02:39:19 02:39:19 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:39:19 #153 ... 02:39:19 02:39:19 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:39:19 #183 DONE 0.1s 02:39:19 02:39:19 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:39:19 #184 DONE 0.1s 02:39:19 02:39:19 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:39:19 #145 ... 02:39:19 02:39:19 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:39:19 #185 DONE 0.2s 02:39:19 02:39:19 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:39:19 #186 DONE 0.1s 02:39:19 02:39:19 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:39:20 #153 ... 02:39:20 02:39:20 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:39:20 #187 DONE 0.1s 02:39:20 02:39:20 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:39:20 #188 DONE 0.3s 02:39:20 02:39:20 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:39:20 #189 DONE 0.4s 02:39:20 02:39:20 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:39:20 #190 DONE 0.1s 02:39:20 02:39:20 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:39:20 #145 ... 02:39:20 02:39:20 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:22 #191 DONE 1.9s 02:39:22 02:39:22 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:39:22 #148 ... 02:39:22 02:39:22 #117 [security-secretstore-setup] exporting to image 02:39:22 #117 exporting layers 02:39:24 #117 exporting layers 1.7s done 02:39:24 #117 writing image sha256:f1aa2ae7b4727d21da46eb2a83bc22cf138726ebe9b1f363995a75d524c679db 0.0s done 02:39:24 #117 naming to docker.io/library/security-secretstore-setup-arm64 done 02:39:24 #117 DONE 7.5s 02:39:24 02:39:24 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:40:15 #145 ... 02:40:15 02:40:15 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:40:15 #148 DONE 2187.1s 02:40:15 02:40:15 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:40:15 #151 ... 02:40:15 02:40:15 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:40:15 #192 DONE 0.2s 02:40:15 02:40:15 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:40:15 #193 DONE 0.2s 02:40:15 02:40:15 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:40:15 #194 DONE 0.4s 02:40:15 02:40:15 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:40:15 #195 DONE 0.2s 02:40:15 02:40:15 #117 [security-spiffe-token-provider] exporting to image 02:40:15 #117 exporting layers 02:40:15 #117 exporting layers 0.9s done 02:40:15 #117 writing image sha256:44c0d837e0adbfe6de52415db264ba48ff75796051e613bd46041d20047347b1 done 02:40:15 #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:40:15 #117 DONE 8.4s 02:40:15 02:40:15 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:41:02 #33 ... 02:41:02 02:41:02 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:41:02 #150 DONE 2230.9s 02:41:02 02:41:02 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:41:02 #153 ... 02:41:02 02:41:02 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:41:02 #196 DONE 0.2s 02:41:02 02:41:02 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:41:02 #197 DONE 0.4s 02:41:02 02:41:02 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:41:02 #198 ... 02:41:02 02:41:02 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:41:02 #145 DONE 2232.1s 02:41:02 02:41:02 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:02 #71 ... 02:41:02 02:41:02 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:41:02 #198 DONE 0.8s 02:41:02 02:41:02 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:41:02 #199 DONE 0.4s 02:41:02 02:41:02 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:41:02 #200 ... 02:41:02 02:41:02 #201 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:41:02 #201 DONE 0.4s 02:41:02 02:41:02 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:41:02 #200 DONE 0.3s 02:41:02 02:41:02 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:41:02 #202 ... 02:41:02 02:41:02 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:41:02 #153 DONE 2233.9s 02:41:02 02:41:02 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:41:02 #203 DONE 1.0s 02:41:02 02:41:02 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:41:02 #204 DONE 0.3s 02:41:02 02:41:02 #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:41:02 #205 DONE 0.5s 02:41:02 02:41:02 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:41:02 #206 DONE 0.4s 02:41:02 02:41:02 #117 [core-keeper] exporting to image 02:41:02 #117 exporting layers 02:41:02 #117 ... 02:41:02 02:41:02 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:41:02 #207 DONE 0.8s 02:41:02 02:41:02 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:41:02 #202 DONE 2.7s 02:41:02 02:41:02 #117 [security-proxy-auth] exporting to image 02:41:02 #117 exporting layers 1.1s done 02:41:02 #117 writing image sha256:d131004d9eff473fdb2fc9ece6a209faf6f23115ff8886c007b2ad6367a09e65 02:41:02 #117 writing image sha256:d131004d9eff473fdb2fc9ece6a209faf6f23115ff8886c007b2ad6367a09e65 0.1s done 02:41:02 #117 naming to docker.io/library/core-keeper-arm64 0.0s done 02:41:02 #117 ... 02:41:02 02:41:02 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:41:02 #208 DONE 0.6s 02:41:02 02:41:02 #117 [core-data] exporting to image 02:41:03 #117 exporting layers 1.0s done 02:41:03 #117 writing image sha256:daa1c972c926aa9f55d26768b288ff9cc6cbaefdd7a058ef2e9c961d37af805f 0.0s done 02:41:03 #117 naming to docker.io/library/security-proxy-auth-arm64 done 02:41:03 #117 exporting layers 0.7s done 02:41:03 #117 writing image sha256:afc88b0574ca2dfecaf8416001c7b7e7d7439ae40783d47c20feacf302054788 done 02:41:03 #117 naming to docker.io/library/core-data-arm64 02:41:03 #117 naming to docker.io/library/core-data-arm64 done 02:41:03 #117 DONE 11.1s 02:41:03 02:41:03 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:09 #71 ... 02:41:09 02:41:09 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:41:09 #149 DONE 2242.0s 02:41:09 02:41:09 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:09 #48 ... 02:41:09 02:41:09 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:41:09 #209 DONE 0.1s 02:41:09 02:41:09 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:41:09 #210 DONE 0.2s 02:41:09 02:41:09 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:41:09 #33 ... 02:41:09 02:41:09 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:41:09 #211 DONE 0.3s 02:41:09 02:41:09 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:41:09 #212 DONE 0.1s 02:41:09 02:41:09 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:41:09 #213 DONE 0.1s 02:41:09 02:41:09 #117 [core-metadata] exporting to image 02:41:09 #117 exporting layers 02:41:09 #117 exporting layers 0.4s done 02:41:09 #117 writing image sha256:b921fd439deda7d36d88ec1a0e67b8156cc8d8444fbc2c83cd3f90d1d0480c69 done 02:41:09 #117 naming to docker.io/library/core-metadata-arm64 done 02:41:09 #117 DONE 11.5s 02:41:09 02:41:09 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:41:36 #33 ... 02:41:36 02:41:36 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:41:36 #151 DONE 2269.5s 02:41:36 02:41:36 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:41:36 #214 DONE 0.2s 02:41:36 02:41:36 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:41:36 #215 DONE 0.1s 02:41:36 02:41:36 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:41:36 #33 ... 02:41:36 02:41:36 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:41:36 #216 DONE 0.6s 02:41:36 02:41:36 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:41:36 #217 DONE 0.1s 02:41:36 02:41:36 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:36 #71 ... 02:41:36 02:41:36 #117 [support-scheduler] exporting to image 02:41:36 #117 exporting layers 02:41:37 #117 exporting layers 1.0s done 02:41:37 #117 writing image sha256:ee26aaea9377f4f4b78d5efc0d767c64c2149d8e06c9d00b3f1d76bf3d73cc7b done 02:41:37 #117 naming to docker.io/library/support-scheduler-arm64 done 02:41:37 #117 DONE 12.5s 02:41:37 02:41:37 #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:41 #48 ... 02:41:41 02:41:41 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:41:41 #143 DONE 2274.8s 02:41:41 02:41:41 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:41:41 #218 DONE 0.2s 02:41:41 02:41:41 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:41:41 #219 DONE 0.1s 02:41:41 02:41:41 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:41 #71 ... 02:41:41 02:41:41 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:41:42 #220 DONE 0.4s 02:41:42 02:41:42 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:41:42 #221 DONE 0.1s 02:41:42 02:41:42 #117 [support-notifications] exporting to image 02:41:42 #117 exporting layers 0.5s done 02:41:42 #117 writing image sha256:ddee20e01dfca7a9807d1311d591bc5c3b4a3659e010d4842d9bce5180c93012 done 02:41:42 #117 naming to docker.io/library/support-notifications-arm64 done 02:41:42 #117 DONE 13.1s 02:41:42 02:41:42 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:42 time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:41:42 time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:41:42 $ docker stop --time=1 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 02:41:44 $ docker rm -f --volumes 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 [Pipeline] // withDockerContainer [Pipeline] sh 02:41:44 + docker images 02:41:44 REPOSITORY TAG IMAGE ID CREATED SIZE 02:41:44 support-notifications-arm64 latest ddee20e01dfc 3 seconds ago 52.6MB 02:41:44 support-scheduler-arm64 latest ee26aaea9377 8 seconds ago 48.9MB 02:41:44 core-metadata-arm64 latest b921fd439ded 35 seconds ago 33.5MB 02:41:44 core-data-arm64 latest afc88b0574ca 42 seconds ago 33.4MB 02:41:44 security-proxy-auth-arm64 latest daa1c972c926 43 seconds ago 32.3MB 02:41:44 core-keeper-arm64 latest d131004d9eff 44 seconds ago 33MB 02:41:44 security-spiffe-token-provider-arm64 latest 44c0d837e0ad About a minute ago 48.4MB 02:41:44 security-secretstore-setup-arm64 latest f1aa2ae7b472 2 minutes ago 68.5MB 02:41:44 security-proxy-setup-arm64 latest 4aaed4e814dd 2 minutes ago 39MB 02:41:44 core-command-arm64 latest 065db3aae2a5 3 minutes ago 29MB 02:41:44 security-bootstrapper-arm64 latest e53a78f81756 18 minutes ago 21.1MB 02:41:44 core-common-config-bootstrapper-arm64 latest c5b9098df006 18 minutes ago 18MB 02:41:44 security-spire-server-arm64 latest fe53af656559 39 minutes ago 144MB 02:41:44 security-spire-agent-arm64 latest 7ed6c29f1f16 39 minutes ago 187MB 02:41:44 security-spire-config-arm64 latest cd952e928ef4 39 minutes ago 143MB 02:41:44 ci-base-image-arm64 latest 865efeff021b 41 minutes ago 909MB 02:41:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 6 days ago 560MB 02:41:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:41:44 provisioning config files... 02:41:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config11292218152366219978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:45 ---> ****-login.sh 02:41:45 nexus3.edgexfoundry.org:10001 02:41:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:41:45 Configure a credential helper to remove this warning. See 02:41:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:41:45 02:41:45 Login Succeeded 02:41:45 nexus3.edgexfoundry.org:10002 02:41:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 nexus3.edgexfoundry.org:10003 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 nexus3.edgexfoundry.org:10004 02:41:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:41:46 Configure a credential helper to remove this warning. See 02:41:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:41:46 02:41:46 Login Succeeded 02:41:46 ****.io 02:41:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:41:47 Configure a credential helper to remove this warning. See 02:41:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:41:47 02:41:47 Login Succeeded 02:41:47 ---> ****-login.sh ends [Pipeline] } 02:41:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:41:47 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:41:47 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:41:47 latest 02:41:47 4.1.0-dev.28 02:41:47 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:41:47 main 02:41:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:41:48 019d04b4da45: Preparing 02:41:48 6d4b981c2799: Preparing 02:41:48 4e7273117efa: Preparing 02:41:48 ca27f2da8a8e: Preparing 02:41:48 a4144dccc47c: Preparing 02:41:48 0d15ab4d380e: Preparing 02:41:48 dd9c8f8612c8: Preparing 02:41:48 0d15ab4d380e: Waiting 02:41:48 dd9c8f8612c8: Waiting 02:41:48 a4144dccc47c: Pushed 02:41:48 ca27f2da8a8e: Pushed 02:41:48 4e7273117efa: Pushed 02:41:48 019d04b4da45: Pushed 02:41:48 dd9c8f8612c8: Layer already exists 02:41:48 0d15ab4d380e: Pushed 02:41:52 6d4b981c2799: Pushed 02:41:52 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:41:53 019d04b4da45: Preparing 02:41:53 6d4b981c2799: Preparing 02:41:53 4e7273117efa: Preparing 02:41:53 ca27f2da8a8e: Preparing 02:41:53 a4144dccc47c: Preparing 02:41:53 0d15ab4d380e: Preparing 02:41:53 dd9c8f8612c8: Preparing 02:41:53 0d15ab4d380e: Waiting 02:41:53 dd9c8f8612c8: Waiting 02:41:53 a4144dccc47c: Layer already exists 02:41:53 ca27f2da8a8e: Layer already exists 02:41:53 6d4b981c2799: Layer already exists 02:41:53 019d04b4da45: Layer already exists 02:41:53 4e7273117efa: Layer already exists 02:41:53 0d15ab4d380e: Layer already exists 02:41:53 dd9c8f8612c8: Layer already exists 02:41:53 latest: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 02:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:41:54 019d04b4da45: Preparing 02:41:54 6d4b981c2799: Preparing 02:41:54 4e7273117efa: Preparing 02:41:54 ca27f2da8a8e: Preparing 02:41:54 a4144dccc47c: Preparing 02:41:54 0d15ab4d380e: Preparing 02:41:54 dd9c8f8612c8: Preparing 02:41:54 0d15ab4d380e: Waiting 02:41:54 dd9c8f8612c8: Waiting 02:41:54 a4144dccc47c: Layer already exists 02:41:54 019d04b4da45: Layer already exists 02:41:54 6d4b981c2799: Layer already exists 02:41:54 4e7273117efa: Layer already exists 02:41:54 ca27f2da8a8e: Layer already exists 02:41:54 0d15ab4d380e: Layer already exists 02:41:54 dd9c8f8612c8: Layer already exists 02:41:54 4.1.0-dev.28: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:41:55 019d04b4da45: Preparing 02:41:55 6d4b981c2799: Preparing 02:41:55 4e7273117efa: Preparing 02:41:55 ca27f2da8a8e: Preparing 02:41:55 a4144dccc47c: Preparing 02:41:55 0d15ab4d380e: Preparing 02:41:55 dd9c8f8612c8: Preparing 02:41:55 0d15ab4d380e: Waiting 02:41:55 dd9c8f8612c8: Waiting 02:41:55 4e7273117efa: Layer already exists 02:41:55 ca27f2da8a8e: Layer already exists 02:41:55 019d04b4da45: Layer already exists 02:41:55 a4144dccc47c: Layer already exists 02:41:55 6d4b981c2799: Layer already exists 02:41:55 0d15ab4d380e: Layer already exists 02:41:55 dd9c8f8612c8: Layer already exists 02:41:55 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:55 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:41:55 019d04b4da45: Preparing 02:41:55 6d4b981c2799: Preparing 02:41:55 4e7273117efa: Preparing 02:41:55 ca27f2da8a8e: Preparing 02:41:55 a4144dccc47c: Preparing 02:41:55 0d15ab4d380e: Preparing 02:41:55 dd9c8f8612c8: Preparing 02:41:55 0d15ab4d380e: Waiting 02:41:55 dd9c8f8612c8: Waiting 02:41:55 ca27f2da8a8e: Layer already exists 02:41:55 4e7273117efa: Layer already exists 02:41:55 019d04b4da45: Layer already exists 02:41:55 6d4b981c2799: Layer already exists 02:41:55 a4144dccc47c: Layer already exists 02:41:56 dd9c8f8612c8: Layer already exists 02:41:56 0d15ab4d380e: Layer already exists 02:41:56 main: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:56 ===================================================== [Pipeline] echo 02:41:56 taggedImages: 02:41:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:41:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:41:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 02:41:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:41:56 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:41:56 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:41:56 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:41:56 latest 02:41:56 4.1.0-dev.28 02:41:56 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:41:56 main 02:41:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:41:57 9936b5e90b67: Preparing 02:41:57 bdac53f94448: Preparing 02:41:57 249bbd0af6bd: Preparing 02:41:57 a2337e52992c: Preparing 02:41:57 4e7273117efa: Preparing 02:41:57 ca27f2da8a8e: Preparing 02:41:57 a4144dccc47c: Preparing 02:41:57 0d15ab4d380e: Preparing 02:41:57 dd9c8f8612c8: Preparing 02:41:57 ca27f2da8a8e: Waiting 02:41:57 a4144dccc47c: Waiting 02:41:57 0d15ab4d380e: Waiting 02:41:57 dd9c8f8612c8: Waiting 02:41:57 4e7273117efa: Layer already exists 02:41:57 ca27f2da8a8e: Layer already exists 02:41:57 a4144dccc47c: Layer already exists 02:41:57 bdac53f94448: Pushed 02:41:57 249bbd0af6bd: Pushed 02:41:57 0d15ab4d380e: Layer already exists 02:41:57 9936b5e90b67: Pushed 02:41:57 dd9c8f8612c8: Layer already exists 02:41:59 a2337e52992c: Pushed 02:41:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:42:00 9936b5e90b67: Preparing 02:42:00 bdac53f94448: Preparing 02:42:00 249bbd0af6bd: Preparing 02:42:00 a2337e52992c: Preparing 02:42:00 4e7273117efa: Preparing 02:42:00 ca27f2da8a8e: Preparing 02:42:00 a4144dccc47c: Preparing 02:42:00 0d15ab4d380e: Preparing 02:42:00 dd9c8f8612c8: Preparing 02:42:00 a4144dccc47c: Waiting 02:42:00 0d15ab4d380e: Waiting 02:42:00 dd9c8f8612c8: Waiting 02:42:00 ca27f2da8a8e: Waiting 02:42:00 bdac53f94448: Layer already exists 02:42:00 a2337e52992c: Layer already exists 02:42:00 9936b5e90b67: Layer already exists 02:42:00 249bbd0af6bd: Layer already exists 02:42:00 4e7273117efa: Layer already exists 02:42:00 dd9c8f8612c8: Layer already exists 02:42:00 ca27f2da8a8e: Layer already exists 02:42:00 a4144dccc47c: Layer already exists 02:42:00 0d15ab4d380e: Layer already exists 02:42:00 latest: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 02:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:42:01 9936b5e90b67: Preparing 02:42:01 bdac53f94448: Preparing 02:42:01 249bbd0af6bd: Preparing 02:42:01 a2337e52992c: Preparing 02:42:01 4e7273117efa: Preparing 02:42:01 ca27f2da8a8e: Preparing 02:42:01 a4144dccc47c: Preparing 02:42:01 0d15ab4d380e: Preparing 02:42:01 dd9c8f8612c8: Preparing 02:42:01 ca27f2da8a8e: Waiting 02:42:01 a4144dccc47c: Waiting 02:42:01 0d15ab4d380e: Waiting 02:42:01 4e7273117efa: Layer already exists 02:42:01 bdac53f94448: Layer already exists 02:42:01 249bbd0af6bd: Layer already exists 02:42:01 a2337e52992c: Layer already exists 02:42:01 9936b5e90b67: Layer already exists 02:42:01 0d15ab4d380e: Layer already exists 02:42:01 ca27f2da8a8e: Layer already exists 02:42:01 dd9c8f8612c8: Layer already exists 02:42:01 a4144dccc47c: Layer already exists 02:42:01 4.1.0-dev.28: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:42:02 9936b5e90b67: Preparing 02:42:02 bdac53f94448: Preparing 02:42:02 249bbd0af6bd: Preparing 02:42:02 a2337e52992c: Preparing 02:42:02 4e7273117efa: Preparing 02:42:02 ca27f2da8a8e: Preparing 02:42:02 a4144dccc47c: Preparing 02:42:02 0d15ab4d380e: Preparing 02:42:02 dd9c8f8612c8: Preparing 02:42:02 a4144dccc47c: Waiting 02:42:02 0d15ab4d380e: Waiting 02:42:02 dd9c8f8612c8: Waiting 02:42:02 ca27f2da8a8e: Waiting 02:42:02 a2337e52992c: Layer already exists 02:42:02 9936b5e90b67: Layer already exists 02:42:02 249bbd0af6bd: Layer already exists 02:42:02 4e7273117efa: Layer already exists 02:42:02 bdac53f94448: Layer already exists 02:42:02 ca27f2da8a8e: Layer already exists 02:42:02 a4144dccc47c: Layer already exists 02:42:02 0d15ab4d380e: Layer already exists 02:42:02 dd9c8f8612c8: Layer already exists 02:42:02 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:02 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:42:03 9936b5e90b67: Preparing 02:42:03 bdac53f94448: Preparing 02:42:03 249bbd0af6bd: Preparing 02:42:03 a2337e52992c: Preparing 02:42:03 4e7273117efa: Preparing 02:42:03 ca27f2da8a8e: Preparing 02:42:03 a4144dccc47c: Preparing 02:42:03 0d15ab4d380e: Preparing 02:42:03 ca27f2da8a8e: Waiting 02:42:03 a4144dccc47c: Waiting 02:42:03 dd9c8f8612c8: Preparing 02:42:03 0d15ab4d380e: Waiting 02:42:03 dd9c8f8612c8: Waiting 02:42:03 a2337e52992c: Layer already exists 02:42:03 9936b5e90b67: Layer already exists 02:42:03 4e7273117efa: Layer already exists 02:42:03 249bbd0af6bd: Layer already exists 02:42:03 bdac53f94448: Layer already exists 02:42:03 0d15ab4d380e: Layer already exists 02:42:03 a4144dccc47c: Layer already exists 02:42:03 dd9c8f8612c8: Layer already exists 02:42:03 ca27f2da8a8e: Layer already exists 02:42:03 main: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:03 ===================================================== [Pipeline] echo 02:42:03 taggedImages: 02:42:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:42:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 02:42:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:03 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:42:03 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:42:03 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:03 latest 02:42:03 4.1.0-dev.28 02:42:03 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:03 main 02:42:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:42:04 ee638f9a423d: Preparing 02:42:04 46707ea8d9c3: Preparing 02:42:04 4e7273117efa: Preparing 02:42:04 ca27f2da8a8e: Preparing 02:42:04 a606993617e4: Preparing 02:42:04 169a1bba3749: Preparing 02:42:04 dd9c8f8612c8: Preparing 02:42:04 169a1bba3749: Waiting 02:42:04 dd9c8f8612c8: Waiting 02:42:04 4e7273117efa: Layer already exists 02:42:04 ca27f2da8a8e: Layer already exists 02:42:04 a606993617e4: Pushed 02:42:04 dd9c8f8612c8: Layer already exists 02:42:04 ee638f9a423d: Pushed 02:42:04 169a1bba3749: Pushed 02:42:09 46707ea8d9c3: Pushed 02:42:09 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:10 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:10 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:42:10 ee638f9a423d: Preparing 02:42:10 46707ea8d9c3: Preparing 02:42:10 4e7273117efa: Preparing 02:42:10 ca27f2da8a8e: Preparing 02:42:10 a606993617e4: Preparing 02:42:10 169a1bba3749: Preparing 02:42:10 dd9c8f8612c8: Preparing 02:42:10 169a1bba3749: Waiting 02:42:10 dd9c8f8612c8: Waiting 02:42:10 46707ea8d9c3: Layer already exists 02:42:10 ca27f2da8a8e: Layer already exists 02:42:10 4e7273117efa: Layer already exists 02:42:10 ee638f9a423d: Layer already exists 02:42:10 a606993617e4: Layer already exists 02:42:10 dd9c8f8612c8: Layer already exists 02:42:10 169a1bba3749: Layer already exists 02:42:10 latest: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 02:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:42:11 ee638f9a423d: Preparing 02:42:11 46707ea8d9c3: Preparing 02:42:11 4e7273117efa: Preparing 02:42:11 ca27f2da8a8e: Preparing 02:42:11 a606993617e4: Preparing 02:42:11 169a1bba3749: Preparing 02:42:11 dd9c8f8612c8: Preparing 02:42:11 169a1bba3749: Waiting 02:42:11 dd9c8f8612c8: Waiting 02:42:11 ee638f9a423d: Layer already exists 02:42:11 4e7273117efa: Layer already exists 02:42:11 ca27f2da8a8e: Layer already exists 02:42:11 46707ea8d9c3: Layer already exists 02:42:11 a606993617e4: Layer already exists 02:42:11 dd9c8f8612c8: Layer already exists 02:42:11 169a1bba3749: Layer already exists 02:42:11 4.1.0-dev.28: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:42:12 ee638f9a423d: Preparing 02:42:12 46707ea8d9c3: Preparing 02:42:12 4e7273117efa: Preparing 02:42:12 ca27f2da8a8e: Preparing 02:42:12 a606993617e4: Preparing 02:42:12 169a1bba3749: Preparing 02:42:12 dd9c8f8612c8: Preparing 02:42:12 169a1bba3749: Waiting 02:42:12 dd9c8f8612c8: Waiting 02:42:12 a606993617e4: Layer already exists 02:42:12 46707ea8d9c3: Layer already exists 02:42:12 4e7273117efa: Layer already exists 02:42:12 ee638f9a423d: Layer already exists 02:42:12 ca27f2da8a8e: Layer already exists 02:42:12 dd9c8f8612c8: Layer already exists 02:42:12 169a1bba3749: Layer already exists 02:42:12 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:42:13 ee638f9a423d: Preparing 02:42:13 46707ea8d9c3: Preparing 02:42:13 4e7273117efa: Preparing 02:42:13 ca27f2da8a8e: Preparing 02:42:13 a606993617e4: Preparing 02:42:13 169a1bba3749: Preparing 02:42:13 dd9c8f8612c8: Preparing 02:42:13 dd9c8f8612c8: Waiting 02:42:13 169a1bba3749: Waiting 02:42:13 a606993617e4: Layer already exists 02:42:13 ca27f2da8a8e: Layer already exists 02:42:13 ee638f9a423d: Layer already exists 02:42:13 4e7273117efa: Layer already exists 02:42:13 46707ea8d9c3: Layer already exists 02:42:13 dd9c8f8612c8: Layer already exists 02:42:13 169a1bba3749: Layer already exists 02:42:13 main: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:13 ===================================================== [Pipeline] echo 02:42:13 taggedImages: 02:42:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:42:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 02:42:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:13 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:42:13 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:42:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:13 latest 02:42:13 4.1.0-dev.28 02:42:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:13 main 02:42:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:14 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:42:14 2a9e5599e700: Preparing 02:42:14 a4d0bc848717: Preparing 02:42:14 ca27f2da8a8e: Preparing 02:42:14 7420527c818c: Preparing 02:42:14 fec5d2bb4374: Preparing 02:42:14 dd9c8f8612c8: Preparing 02:42:14 dd9c8f8612c8: Waiting 02:42:14 ca27f2da8a8e: Layer already exists 02:42:14 dd9c8f8612c8: Layer already exists 02:42:14 2a9e5599e700: Pushed 02:42:14 fec5d2bb4374: Pushed 02:42:14 7420527c818c: Pushed 02:42:20 a4d0bc848717: Pushed 02:42:20 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:20 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:42:20 2a9e5599e700: Preparing 02:42:20 a4d0bc848717: Preparing 02:42:20 ca27f2da8a8e: Preparing 02:42:20 7420527c818c: Preparing 02:42:20 fec5d2bb4374: Preparing 02:42:20 dd9c8f8612c8: Preparing 02:42:20 dd9c8f8612c8: Waiting 02:42:20 a4d0bc848717: Layer already exists 02:42:20 2a9e5599e700: Layer already exists 02:42:20 7420527c818c: Layer already exists 02:42:20 ca27f2da8a8e: Layer already exists 02:42:20 fec5d2bb4374: Layer already exists 02:42:20 dd9c8f8612c8: Layer already exists 02:42:20 latest: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 02:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:42:21 2a9e5599e700: Preparing 02:42:21 a4d0bc848717: Preparing 02:42:21 ca27f2da8a8e: Preparing 02:42:21 7420527c818c: Preparing 02:42:21 fec5d2bb4374: Preparing 02:42:21 dd9c8f8612c8: Preparing 02:42:21 dd9c8f8612c8: Waiting 02:42:21 fec5d2bb4374: Layer already exists 02:42:21 ca27f2da8a8e: Layer already exists 02:42:21 2a9e5599e700: Layer already exists 02:42:21 a4d0bc848717: Layer already exists 02:42:21 7420527c818c: Layer already exists 02:42:21 dd9c8f8612c8: Layer already exists 02:42:21 4.1.0-dev.28: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:22 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:42:22 2a9e5599e700: Preparing 02:42:22 a4d0bc848717: Preparing 02:42:22 ca27f2da8a8e: Preparing 02:42:22 7420527c818c: Preparing 02:42:22 fec5d2bb4374: Preparing 02:42:22 dd9c8f8612c8: Preparing 02:42:22 dd9c8f8612c8: Waiting 02:42:22 7420527c818c: Layer already exists 02:42:22 a4d0bc848717: Layer already exists 02:42:22 ca27f2da8a8e: Layer already exists 02:42:22 fec5d2bb4374: Layer already exists 02:42:22 2a9e5599e700: Layer already exists 02:42:22 dd9c8f8612c8: Layer already exists 02:42:22 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:23 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:42:23 2a9e5599e700: Preparing 02:42:23 a4d0bc848717: Preparing 02:42:23 ca27f2da8a8e: Preparing 02:42:23 7420527c818c: Preparing 02:42:23 fec5d2bb4374: Preparing 02:42:23 dd9c8f8612c8: Preparing 02:42:23 dd9c8f8612c8: Waiting 02:42:23 ca27f2da8a8e: Layer already exists 02:42:23 fec5d2bb4374: Layer already exists 02:42:23 7420527c818c: Layer already exists 02:42:23 2a9e5599e700: Layer already exists 02:42:23 a4d0bc848717: Layer already exists 02:42:23 dd9c8f8612c8: Layer already exists 02:42:23 main: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:24 ===================================================== [Pipeline] echo 02:42:24 taggedImages: 02:42:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:42:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 02:42:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:24 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:42:24 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:42:24 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:24 latest 02:42:24 4.1.0-dev.28 02:42:24 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:24 main 02:42:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:24 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:42:24 32138f7ee8fe: Preparing 02:42:24 8f3a5f63f94b: Preparing 02:42:24 cc2f65463257: Preparing 02:42:24 4e7273117efa: Preparing 02:42:24 ca27f2da8a8e: Preparing 02:42:24 a4144dccc47c: Preparing 02:42:24 0d15ab4d380e: Preparing 02:42:24 dd9c8f8612c8: Preparing 02:42:24 a4144dccc47c: Waiting 02:42:24 0d15ab4d380e: Waiting 02:42:24 dd9c8f8612c8: Waiting 02:42:24 4e7273117efa: Layer already exists 02:42:24 ca27f2da8a8e: Layer already exists 02:42:25 a4144dccc47c: Layer already exists 02:42:25 0d15ab4d380e: Layer already exists 02:42:25 8f3a5f63f94b: Pushed 02:42:25 dd9c8f8612c8: Layer already exists 02:42:25 32138f7ee8fe: Pushed 02:42:30 cc2f65463257: Pushed 02:42:30 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:42:31 32138f7ee8fe: Preparing 02:42:31 8f3a5f63f94b: Preparing 02:42:31 cc2f65463257: Preparing 02:42:31 4e7273117efa: Preparing 02:42:31 ca27f2da8a8e: Preparing 02:42:31 a4144dccc47c: Preparing 02:42:31 0d15ab4d380e: Preparing 02:42:31 dd9c8f8612c8: Preparing 02:42:31 a4144dccc47c: Waiting 02:42:31 0d15ab4d380e: Waiting 02:42:31 dd9c8f8612c8: Waiting 02:42:31 4e7273117efa: Layer already exists 02:42:31 32138f7ee8fe: Layer already exists 02:42:31 cc2f65463257: Layer already exists 02:42:31 ca27f2da8a8e: Layer already exists 02:42:31 8f3a5f63f94b: Layer already exists 02:42:31 a4144dccc47c: Layer already exists 02:42:31 0d15ab4d380e: Layer already exists 02:42:31 dd9c8f8612c8: Layer already exists 02:42:31 latest: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 02:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:42:32 32138f7ee8fe: Preparing 02:42:32 8f3a5f63f94b: Preparing 02:42:32 cc2f65463257: Preparing 02:42:32 4e7273117efa: Preparing 02:42:32 ca27f2da8a8e: Preparing 02:42:32 a4144dccc47c: Preparing 02:42:32 a4144dccc47c: Waiting 02:42:32 0d15ab4d380e: Preparing 02:42:32 0d15ab4d380e: Waiting 02:42:32 dd9c8f8612c8: Preparing 02:42:32 dd9c8f8612c8: Waiting 02:42:32 4e7273117efa: Layer already exists 02:42:32 8f3a5f63f94b: Layer already exists 02:42:32 cc2f65463257: Layer already exists 02:42:32 ca27f2da8a8e: Layer already exists 02:42:32 32138f7ee8fe: Layer already exists 02:42:32 a4144dccc47c: Layer already exists 02:42:32 0d15ab4d380e: Layer already exists 02:42:32 dd9c8f8612c8: Layer already exists 02:42:32 4.1.0-dev.28: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:42:33 32138f7ee8fe: Preparing 02:42:33 8f3a5f63f94b: Preparing 02:42:33 cc2f65463257: Preparing 02:42:33 4e7273117efa: Preparing 02:42:33 ca27f2da8a8e: Preparing 02:42:33 a4144dccc47c: Preparing 02:42:33 0d15ab4d380e: Preparing 02:42:33 dd9c8f8612c8: Preparing 02:42:33 a4144dccc47c: Waiting 02:42:33 0d15ab4d380e: Waiting 02:42:33 dd9c8f8612c8: Waiting 02:42:33 ca27f2da8a8e: Layer already exists 02:42:33 cc2f65463257: Layer already exists 02:42:33 4e7273117efa: Layer already exists 02:42:33 32138f7ee8fe: Layer already exists 02:42:33 8f3a5f63f94b: Layer already exists 02:42:33 dd9c8f8612c8: Layer already exists 02:42:33 a4144dccc47c: Layer already exists 02:42:33 0d15ab4d380e: Layer already exists 02:42:33 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:42:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:42:34 32138f7ee8fe: Preparing 02:42:34 8f3a5f63f94b: Preparing 02:42:34 cc2f65463257: Preparing 02:42:34 4e7273117efa: Preparing 02:42:34 ca27f2da8a8e: Preparing 02:42:34 a4144dccc47c: Preparing 02:42:34 0d15ab4d380e: Preparing 02:42:34 dd9c8f8612c8: Preparing 02:42:34 0d15ab4d380e: Waiting 02:42:34 dd9c8f8612c8: Waiting 02:42:34 a4144dccc47c: Waiting 02:42:34 8f3a5f63f94b: Layer already exists 02:42:34 4e7273117efa: Layer already exists 02:42:34 cc2f65463257: Layer already exists 02:42:34 32138f7ee8fe: Layer already exists 02:42:34 ca27f2da8a8e: Layer already exists 02:42:34 dd9c8f8612c8: Layer already exists 02:42:34 a4144dccc47c: Layer already exists 02:42:34 0d15ab4d380e: Layer already exists 02:42:34 main: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:34 ===================================================== [Pipeline] echo 02:42:34 taggedImages: 02:42:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:42:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 02:42:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:34 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:42:34 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:42:34 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:34 latest 02:42:34 4.1.0-dev.28 02:42:34 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:34 main 02:42:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:34 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:42:35 f4f1a275fc79: Preparing 02:42:35 f0d75f86ddd3: Preparing 02:42:35 1bb28ce3d5b4: Preparing 02:42:35 eba0877806ce: Preparing 02:42:35 8ad80eeb9a7a: Preparing 02:42:35 265754722978: Preparing 02:42:35 d78ce5304668: Preparing 02:42:35 4e7273117efa: Preparing 02:42:35 ca27f2da8a8e: Preparing 02:42:35 99686e2df494: Preparing 02:42:35 0dde4aea874e: Preparing 02:42:35 5f70bf18a086: Preparing 02:42:35 4e3cd298de26: Preparing 02:42:35 4cf3d62bc4b6: Preparing 02:42:35 ae57f7d02830: Preparing 02:42:35 dd9c8f8612c8: Preparing 02:42:35 265754722978: Waiting 02:42:35 4e7273117efa: Waiting 02:42:35 d78ce5304668: Waiting 02:42:35 ca27f2da8a8e: Waiting 02:42:35 99686e2df494: Waiting 02:42:35 0dde4aea874e: Waiting 02:42:35 5f70bf18a086: Waiting 02:42:35 4e3cd298de26: Waiting 02:42:35 4cf3d62bc4b6: Waiting 02:42:35 ae57f7d02830: Waiting 02:42:35 dd9c8f8612c8: Waiting 02:42:35 1bb28ce3d5b4: Pushed 02:42:35 eba0877806ce: Pushed 02:42:35 f0d75f86ddd3: Pushed 02:42:35 8ad80eeb9a7a: Pushed 02:42:35 f4f1a275fc79: Pushed 02:42:35 4e7273117efa: Layer already exists 02:42:35 ca27f2da8a8e: Layer already exists 02:42:35 5f70bf18a086: Layer already exists 02:42:35 265754722978: Pushed 02:42:35 99686e2df494: Pushed 02:42:35 0dde4aea874e: Pushed 02:42:35 dd9c8f8612c8: Layer already exists 02:42:35 4e3cd298de26: Pushed 02:42:35 4cf3d62bc4b6: Pushed 02:42:35 ae57f7d02830: Pushed 02:42:39 d78ce5304668: Pushed 02:42:39 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:42:39 f4f1a275fc79: Preparing 02:42:39 f0d75f86ddd3: Preparing 02:42:39 1bb28ce3d5b4: Preparing 02:42:39 eba0877806ce: Preparing 02:42:39 8ad80eeb9a7a: Preparing 02:42:39 265754722978: Preparing 02:42:39 d78ce5304668: Preparing 02:42:39 4e7273117efa: Preparing 02:42:39 ca27f2da8a8e: Preparing 02:42:39 99686e2df494: Preparing 02:42:39 0dde4aea874e: Preparing 02:42:39 5f70bf18a086: Preparing 02:42:39 4e3cd298de26: Preparing 02:42:39 4cf3d62bc4b6: Preparing 02:42:39 ae57f7d02830: Preparing 02:42:39 dd9c8f8612c8: Preparing 02:42:39 d78ce5304668: Waiting 02:42:39 4e7273117efa: Waiting 02:42:39 ca27f2da8a8e: Waiting 02:42:39 265754722978: Waiting 02:42:39 99686e2df494: Waiting 02:42:39 0dde4aea874e: Waiting 02:42:39 5f70bf18a086: Waiting 02:42:39 4cf3d62bc4b6: Waiting 02:42:39 4e3cd298de26: Waiting 02:42:39 ae57f7d02830: Waiting 02:42:39 dd9c8f8612c8: Waiting 02:42:39 f0d75f86ddd3: Layer already exists 02:42:39 eba0877806ce: Layer already exists 02:42:39 1bb28ce3d5b4: Layer already exists 02:42:39 8ad80eeb9a7a: Layer already exists 02:42:39 f4f1a275fc79: Layer already exists 02:42:39 d78ce5304668: Layer already exists 02:42:39 99686e2df494: Layer already exists 02:42:39 265754722978: Layer already exists 02:42:39 4e7273117efa: Layer already exists 02:42:39 ca27f2da8a8e: Layer already exists 02:42:39 0dde4aea874e: Layer already exists 02:42:39 4cf3d62bc4b6: Layer already exists 02:42:39 4e3cd298de26: Layer already exists 02:42:39 ae57f7d02830: Layer already exists 02:42:39 5f70bf18a086: Layer already exists 02:42:39 dd9c8f8612c8: Layer already exists 02:42:40 latest: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 02:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:42:41 f4f1a275fc79: Preparing 02:42:41 f0d75f86ddd3: Preparing 02:42:41 1bb28ce3d5b4: Preparing 02:42:41 eba0877806ce: Preparing 02:42:41 8ad80eeb9a7a: Preparing 02:42:41 265754722978: Preparing 02:42:41 d78ce5304668: Preparing 02:42:41 4e7273117efa: Preparing 02:42:41 ca27f2da8a8e: Preparing 02:42:41 99686e2df494: Preparing 02:42:41 0dde4aea874e: Preparing 02:42:41 5f70bf18a086: Preparing 02:42:41 4e3cd298de26: Preparing 02:42:41 4cf3d62bc4b6: Preparing 02:42:41 ae57f7d02830: Preparing 02:42:41 dd9c8f8612c8: Preparing 02:42:41 99686e2df494: Waiting 02:42:41 0dde4aea874e: Waiting 02:42:41 5f70bf18a086: Waiting 02:42:41 4e3cd298de26: Waiting 02:42:41 265754722978: Waiting 02:42:41 d78ce5304668: Waiting 02:42:41 4e7273117efa: Waiting 02:42:41 ca27f2da8a8e: Waiting 02:42:41 4cf3d62bc4b6: Waiting 02:42:41 ae57f7d02830: Waiting 02:42:41 dd9c8f8612c8: Waiting 02:42:41 1bb28ce3d5b4: Layer already exists 02:42:41 f4f1a275fc79: Layer already exists 02:42:41 f0d75f86ddd3: Layer already exists 02:42:41 8ad80eeb9a7a: Layer already exists 02:42:41 eba0877806ce: Layer already exists 02:42:41 4e7273117efa: Layer already exists 02:42:41 ca27f2da8a8e: Layer already exists 02:42:41 d78ce5304668: Layer already exists 02:42:41 265754722978: Layer already exists 02:42:41 99686e2df494: Layer already exists 02:42:41 4cf3d62bc4b6: Layer already exists 02:42:41 0dde4aea874e: Layer already exists 02:42:41 4e3cd298de26: Layer already exists 02:42:41 ae57f7d02830: Layer already exists 02:42:41 5f70bf18a086: Layer already exists 02:42:41 dd9c8f8612c8: Layer already exists 02:42:41 4.1.0-dev.28: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:42:42 f4f1a275fc79: Preparing 02:42:42 f0d75f86ddd3: Preparing 02:42:42 1bb28ce3d5b4: Preparing 02:42:42 eba0877806ce: Preparing 02:42:42 8ad80eeb9a7a: Preparing 02:42:42 265754722978: Preparing 02:42:42 d78ce5304668: Preparing 02:42:42 4e7273117efa: Preparing 02:42:42 ca27f2da8a8e: Preparing 02:42:42 99686e2df494: Preparing 02:42:42 0dde4aea874e: Preparing 02:42:42 5f70bf18a086: Preparing 02:42:42 4e3cd298de26: Preparing 02:42:42 4cf3d62bc4b6: Preparing 02:42:42 ae57f7d02830: Preparing 02:42:42 dd9c8f8612c8: Preparing 02:42:42 5f70bf18a086: Waiting 02:42:42 4e7273117efa: Waiting 02:42:42 4e3cd298de26: Waiting 02:42:42 ca27f2da8a8e: Waiting 02:42:42 4cf3d62bc4b6: Waiting 02:42:42 ae57f7d02830: Waiting 02:42:42 99686e2df494: Waiting 02:42:42 dd9c8f8612c8: Waiting 02:42:42 0dde4aea874e: Waiting 02:42:42 265754722978: Waiting 02:42:42 d78ce5304668: Waiting 02:42:42 1bb28ce3d5b4: Layer already exists 02:42:42 eba0877806ce: Layer already exists 02:42:42 f0d75f86ddd3: Layer already exists 02:42:42 8ad80eeb9a7a: Layer already exists 02:42:42 f4f1a275fc79: Layer already exists 02:42:42 265754722978: Layer already exists 02:42:42 4e7273117efa: Layer already exists 02:42:42 d78ce5304668: Layer already exists 02:42:42 99686e2df494: Layer already exists 02:42:42 ca27f2da8a8e: Layer already exists 02:42:42 4e3cd298de26: Layer already exists 02:42:42 5f70bf18a086: Layer already exists 02:42:42 0dde4aea874e: Layer already exists 02:42:42 4cf3d62bc4b6: Layer already exists 02:42:42 ae57f7d02830: Layer already exists 02:42:42 dd9c8f8612c8: Layer already exists 02:42:42 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:42:43 f4f1a275fc79: Preparing 02:42:43 f0d75f86ddd3: Preparing 02:42:43 1bb28ce3d5b4: Preparing 02:42:43 eba0877806ce: Preparing 02:42:43 8ad80eeb9a7a: Preparing 02:42:43 265754722978: Preparing 02:42:43 d78ce5304668: Preparing 02:42:43 4e7273117efa: Preparing 02:42:43 ca27f2da8a8e: Preparing 02:42:43 99686e2df494: Preparing 02:42:43 0dde4aea874e: Preparing 02:42:43 5f70bf18a086: Preparing 02:42:43 4e3cd298de26: Preparing 02:42:43 4cf3d62bc4b6: Preparing 02:42:43 ae57f7d02830: Preparing 02:42:43 dd9c8f8612c8: Preparing 02:42:43 0dde4aea874e: Waiting 02:42:43 5f70bf18a086: Waiting 02:42:43 4e3cd298de26: Waiting 02:42:43 4cf3d62bc4b6: Waiting 02:42:43 ae57f7d02830: Waiting 02:42:43 dd9c8f8612c8: Waiting 02:42:43 265754722978: Waiting 02:42:43 4e7273117efa: Waiting 02:42:43 d78ce5304668: Waiting 02:42:43 ca27f2da8a8e: Waiting 02:42:43 99686e2df494: Waiting 02:42:43 1bb28ce3d5b4: Layer already exists 02:42:43 f0d75f86ddd3: Layer already exists 02:42:43 eba0877806ce: Layer already exists 02:42:43 f4f1a275fc79: Layer already exists 02:42:43 8ad80eeb9a7a: Layer already exists 02:42:43 4e7273117efa: Layer already exists 02:42:43 265754722978: Layer already exists 02:42:43 d78ce5304668: Layer already exists 02:42:43 ca27f2da8a8e: Layer already exists 02:42:43 99686e2df494: Layer already exists 02:42:43 0dde4aea874e: Layer already exists 02:42:43 5f70bf18a086: Layer already exists 02:42:43 4e3cd298de26: Layer already exists 02:42:43 ae57f7d02830: Layer already exists 02:42:43 4cf3d62bc4b6: Layer already exists 02:42:43 dd9c8f8612c8: Layer already exists 02:42:43 main: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:43 ===================================================== [Pipeline] echo 02:42:43 taggedImages: 02:42:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:42:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 02:42:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:42:43 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:42:43 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:43 latest 02:42:43 4.1.0-dev.28 02:42:43 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:43 main 02:42:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:43 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:42:44 c98bc2a9a989: Preparing 02:42:44 242dad71287a: Preparing 02:42:44 a96e5f7d089f: Preparing 02:42:44 7d9f8b19b9e5: Preparing 02:42:44 4e7273117efa: Preparing 02:42:44 ca27f2da8a8e: Preparing 02:42:44 a4144dccc47c: Preparing 02:42:44 0d15ab4d380e: Preparing 02:42:44 dd9c8f8612c8: Preparing 02:42:44 ca27f2da8a8e: Waiting 02:42:44 a4144dccc47c: Waiting 02:42:44 0d15ab4d380e: Waiting 02:42:44 dd9c8f8612c8: Waiting 02:42:44 4e7273117efa: Layer already exists 02:42:44 ca27f2da8a8e: Layer already exists 02:42:44 a4144dccc47c: Layer already exists 02:42:44 242dad71287a: Pushed 02:42:44 a96e5f7d089f: Pushed 02:42:44 c98bc2a9a989: Pushed 02:42:44 0d15ab4d380e: Layer already exists 02:42:44 dd9c8f8612c8: Layer already exists 02:42:49 7d9f8b19b9e5: Pushed 02:42:49 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:50 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:42:50 c98bc2a9a989: Preparing 02:42:50 242dad71287a: Preparing 02:42:50 a96e5f7d089f: Preparing 02:42:50 7d9f8b19b9e5: Preparing 02:42:50 4e7273117efa: Preparing 02:42:50 ca27f2da8a8e: Preparing 02:42:50 a4144dccc47c: Preparing 02:42:50 0d15ab4d380e: Preparing 02:42:50 dd9c8f8612c8: Preparing 02:42:50 a4144dccc47c: Waiting 02:42:50 0d15ab4d380e: Waiting 02:42:50 dd9c8f8612c8: Waiting 02:42:50 ca27f2da8a8e: Waiting 02:42:50 7d9f8b19b9e5: Layer already exists 02:42:50 c98bc2a9a989: Layer already exists 02:42:50 a96e5f7d089f: Layer already exists 02:42:50 4e7273117efa: Layer already exists 02:42:50 242dad71287a: Layer already exists 02:42:50 a4144dccc47c: Layer already exists 02:42:50 ca27f2da8a8e: Layer already exists 02:42:50 0d15ab4d380e: Layer already exists 02:42:50 dd9c8f8612c8: Layer already exists 02:42:50 latest: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 02:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:42:51 c98bc2a9a989: Preparing 02:42:51 242dad71287a: Preparing 02:42:51 a96e5f7d089f: Preparing 02:42:51 7d9f8b19b9e5: Preparing 02:42:51 4e7273117efa: Preparing 02:42:51 ca27f2da8a8e: Preparing 02:42:51 a4144dccc47c: Preparing 02:42:51 0d15ab4d380e: Preparing 02:42:51 dd9c8f8612c8: Preparing 02:42:51 a4144dccc47c: Waiting 02:42:51 0d15ab4d380e: Waiting 02:42:51 dd9c8f8612c8: Waiting 02:42:51 ca27f2da8a8e: Waiting 02:42:51 242dad71287a: Layer already exists 02:42:51 c98bc2a9a989: Layer already exists 02:42:51 a96e5f7d089f: Layer already exists 02:42:51 4e7273117efa: Layer already exists 02:42:51 7d9f8b19b9e5: Layer already exists 02:42:51 dd9c8f8612c8: Layer already exists 02:42:51 ca27f2da8a8e: Layer already exists 02:42:51 a4144dccc47c: Layer already exists 02:42:51 0d15ab4d380e: Layer already exists 02:42:51 4.1.0-dev.28: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:52 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:42:52 c98bc2a9a989: Preparing 02:42:52 242dad71287a: Preparing 02:42:52 a96e5f7d089f: Preparing 02:42:52 7d9f8b19b9e5: Preparing 02:42:52 4e7273117efa: Preparing 02:42:52 ca27f2da8a8e: Preparing 02:42:52 a4144dccc47c: Preparing 02:42:52 0d15ab4d380e: Preparing 02:42:52 dd9c8f8612c8: Preparing 02:42:52 ca27f2da8a8e: Waiting 02:42:52 a4144dccc47c: Waiting 02:42:52 dd9c8f8612c8: Waiting 02:42:52 0d15ab4d380e: Waiting 02:42:52 c98bc2a9a989: Layer already exists 02:42:52 a96e5f7d089f: Layer already exists 02:42:52 4e7273117efa: Layer already exists 02:42:52 7d9f8b19b9e5: Layer already exists 02:42:52 242dad71287a: Layer already exists 02:42:52 0d15ab4d380e: Layer already exists 02:42:52 ca27f2da8a8e: Layer already exists 02:42:52 a4144dccc47c: Layer already exists 02:42:52 dd9c8f8612c8: Layer already exists 02:42:52 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:53 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:42:53 c98bc2a9a989: Preparing 02:42:53 242dad71287a: Preparing 02:42:53 a96e5f7d089f: Preparing 02:42:53 7d9f8b19b9e5: Preparing 02:42:53 4e7273117efa: Preparing 02:42:53 ca27f2da8a8e: Preparing 02:42:53 a4144dccc47c: Preparing 02:42:53 0d15ab4d380e: Preparing 02:42:53 dd9c8f8612c8: Preparing 02:42:53 a4144dccc47c: Waiting 02:42:53 0d15ab4d380e: Waiting 02:42:53 ca27f2da8a8e: Waiting 02:42:53 dd9c8f8612c8: Waiting 02:42:53 c98bc2a9a989: Layer already exists 02:42:53 4e7273117efa: Layer already exists 02:42:53 a96e5f7d089f: Layer already exists 02:42:53 7d9f8b19b9e5: Layer already exists 02:42:53 242dad71287a: Layer already exists 02:42:53 a4144dccc47c: Layer already exists 02:42:53 ca27f2da8a8e: Layer already exists 02:42:53 0d15ab4d380e: Layer already exists 02:42:53 dd9c8f8612c8: Layer already exists 02:42:53 main: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:42:53 ===================================================== [Pipeline] echo 02:42:53 taggedImages: 02:42:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:42:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 02:42:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:42:53 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:42:53 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:53 latest 02:42:53 4.1.0-dev.28 02:42:53 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:42:53 main 02:42:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:42:54 d12d6816e003: Preparing 02:42:54 09093adae866: Preparing 02:42:54 6ef49f822150: Preparing 02:42:54 126b973a38af: Preparing 02:42:54 8c9c06adaee9: Preparing 02:42:54 4e7273117efa: Preparing 02:42:54 ca27f2da8a8e: Preparing 02:42:54 8501b6a3304e: Preparing 02:42:54 e1b151083353: Preparing 02:42:54 07e8c6af788f: Preparing 02:42:54 dd9c8f8612c8: Preparing 02:42:54 8501b6a3304e: Waiting 02:42:54 e1b151083353: Waiting 02:42:54 07e8c6af788f: Waiting 02:42:54 dd9c8f8612c8: Waiting 02:42:54 ca27f2da8a8e: Waiting 02:42:54 4e7273117efa: Waiting 02:42:54 09093adae866: Pushed 02:42:54 8c9c06adaee9: Pushed 02:42:54 126b973a38af: Pushed 02:42:54 d12d6816e003: Pushed 02:42:54 4e7273117efa: Layer already exists 02:42:54 ca27f2da8a8e: Layer already exists 02:42:54 dd9c8f8612c8: Layer already exists 02:42:55 e1b151083353: Pushed 02:42:55 8501b6a3304e: Pushed 02:42:57 07e8c6af788f: Pushed 02:42:59 6ef49f822150: Pushed 02:42:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:42:59 d12d6816e003: Preparing 02:42:59 09093adae866: Preparing 02:42:59 6ef49f822150: Preparing 02:42:59 126b973a38af: Preparing 02:42:59 8c9c06adaee9: Preparing 02:42:59 4e7273117efa: Preparing 02:42:59 ca27f2da8a8e: Preparing 02:42:59 8501b6a3304e: Preparing 02:42:59 e1b151083353: Preparing 02:42:59 07e8c6af788f: Preparing 02:42:59 dd9c8f8612c8: Preparing 02:42:59 8501b6a3304e: Waiting 02:42:59 e1b151083353: Waiting 02:42:59 07e8c6af788f: Waiting 02:42:59 dd9c8f8612c8: Waiting 02:42:59 4e7273117efa: Waiting 02:42:59 ca27f2da8a8e: Waiting 02:42:59 d12d6816e003: Layer already exists 02:42:59 6ef49f822150: Layer already exists 02:42:59 09093adae866: Layer already exists 02:42:59 8c9c06adaee9: Layer already exists 02:42:59 126b973a38af: Layer already exists 02:42:59 8501b6a3304e: Layer already exists 02:42:59 e1b151083353: Layer already exists 02:42:59 ca27f2da8a8e: Layer already exists 02:42:59 4e7273117efa: Layer already exists 02:42:59 07e8c6af788f: Layer already exists 02:42:59 dd9c8f8612c8: Layer already exists 02:43:00 latest: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:00 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 02:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:43:00 d12d6816e003: Preparing 02:43:00 09093adae866: Preparing 02:43:00 6ef49f822150: Preparing 02:43:00 126b973a38af: Preparing 02:43:00 8c9c06adaee9: Preparing 02:43:00 4e7273117efa: Preparing 02:43:00 ca27f2da8a8e: Preparing 02:43:00 8501b6a3304e: Preparing 02:43:00 e1b151083353: Preparing 02:43:00 07e8c6af788f: Preparing 02:43:00 dd9c8f8612c8: Preparing 02:43:00 8501b6a3304e: Waiting 02:43:00 e1b151083353: Waiting 02:43:00 07e8c6af788f: Waiting 02:43:00 4e7273117efa: Waiting 02:43:00 dd9c8f8612c8: Waiting 02:43:00 ca27f2da8a8e: Waiting 02:43:00 d12d6816e003: Layer already exists 02:43:00 8c9c06adaee9: Layer already exists 02:43:00 126b973a38af: Layer already exists 02:43:00 09093adae866: Layer already exists 02:43:00 6ef49f822150: Layer already exists 02:43:00 ca27f2da8a8e: Layer already exists 02:43:00 4e7273117efa: Layer already exists 02:43:00 07e8c6af788f: Layer already exists 02:43:00 8501b6a3304e: Layer already exists 02:43:00 e1b151083353: Layer already exists 02:43:00 dd9c8f8612c8: Layer already exists 02:43:01 4.1.0-dev.28: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:01 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:43:01 d12d6816e003: Preparing 02:43:01 09093adae866: Preparing 02:43:01 6ef49f822150: Preparing 02:43:01 126b973a38af: Preparing 02:43:01 8c9c06adaee9: Preparing 02:43:01 4e7273117efa: Preparing 02:43:01 ca27f2da8a8e: Preparing 02:43:01 8501b6a3304e: Preparing 02:43:01 e1b151083353: Preparing 02:43:01 07e8c6af788f: Preparing 02:43:01 dd9c8f8612c8: Preparing 02:43:01 8501b6a3304e: Waiting 02:43:01 e1b151083353: Waiting 02:43:01 4e7273117efa: Waiting 02:43:01 ca27f2da8a8e: Waiting 02:43:01 07e8c6af788f: Waiting 02:43:01 dd9c8f8612c8: Waiting 02:43:01 09093adae866: Layer already exists 02:43:01 6ef49f822150: Layer already exists 02:43:01 126b973a38af: Layer already exists 02:43:01 8c9c06adaee9: Layer already exists 02:43:01 d12d6816e003: Layer already exists 02:43:01 8501b6a3304e: Layer already exists 02:43:01 e1b151083353: Layer already exists 02:43:01 ca27f2da8a8e: Layer already exists 02:43:01 07e8c6af788f: Layer already exists 02:43:01 4e7273117efa: Layer already exists 02:43:01 dd9c8f8612c8: Layer already exists 02:43:02 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:43:02 d12d6816e003: Preparing 02:43:02 09093adae866: Preparing 02:43:02 6ef49f822150: Preparing 02:43:02 126b973a38af: Preparing 02:43:02 8c9c06adaee9: Preparing 02:43:02 4e7273117efa: Preparing 02:43:02 ca27f2da8a8e: Preparing 02:43:02 8501b6a3304e: Preparing 02:43:02 e1b151083353: Preparing 02:43:02 07e8c6af788f: Preparing 02:43:02 dd9c8f8612c8: Preparing 02:43:02 ca27f2da8a8e: Waiting 02:43:02 8501b6a3304e: Waiting 02:43:02 e1b151083353: Waiting 02:43:02 07e8c6af788f: Waiting 02:43:02 dd9c8f8612c8: Waiting 02:43:02 4e7273117efa: Waiting 02:43:02 126b973a38af: Layer already exists 02:43:02 8c9c06adaee9: Layer already exists 02:43:02 09093adae866: Layer already exists 02:43:02 d12d6816e003: Layer already exists 02:43:02 6ef49f822150: Layer already exists 02:43:02 ca27f2da8a8e: Layer already exists 02:43:02 8501b6a3304e: Layer already exists 02:43:02 4e7273117efa: Layer already exists 02:43:02 e1b151083353: Layer already exists 02:43:02 07e8c6af788f: Layer already exists 02:43:02 dd9c8f8612c8: Layer already exists 02:43:03 main: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:03 ===================================================== [Pipeline] echo 02:43:03 taggedImages: 02:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 02:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:03 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:43:03 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:43:03 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:03 latest 02:43:03 4.1.0-dev.28 02:43:03 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:03 main 02:43:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:03 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:43:03 150e2918436a: Preparing 02:43:03 4ca1debdf3a5: Preparing 02:43:03 8c2829fba1fe: Preparing 02:43:03 b6dec1bd9af8: Preparing 02:43:03 355b1affb132: Preparing 02:43:03 67c09bbaa9ec: Preparing 02:43:03 ede11b141aa6: Preparing 02:43:03 4e7273117efa: Preparing 02:43:03 ca27f2da8a8e: Preparing 02:43:03 2d9d6c605ba1: Preparing 02:43:03 7a77b878d405: Preparing 02:43:03 dd9c8f8612c8: Preparing 02:43:03 67c09bbaa9ec: Waiting 02:43:03 ede11b141aa6: Waiting 02:43:03 4e7273117efa: Waiting 02:43:03 ca27f2da8a8e: Waiting 02:43:03 2d9d6c605ba1: Waiting 02:43:03 7a77b878d405: Waiting 02:43:03 dd9c8f8612c8: Waiting 02:43:04 4ca1debdf3a5: Pushed 02:43:04 355b1affb132: Pushed 02:43:04 150e2918436a: Pushed 02:43:04 4e7273117efa: Layer already exists 02:43:04 ca27f2da8a8e: Layer already exists 02:43:04 67c09bbaa9ec: Pushed 02:43:04 ede11b141aa6: Pushed 02:43:04 dd9c8f8612c8: Layer already exists 02:43:04 2d9d6c605ba1: Pushed 02:43:07 7a77b878d405: Pushed 02:43:08 b6dec1bd9af8: Pushed 02:43:10 8c2829fba1fe: Pushed 02:43:10 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:43:11 150e2918436a: Preparing 02:43:11 4ca1debdf3a5: Preparing 02:43:11 8c2829fba1fe: Preparing 02:43:11 b6dec1bd9af8: Preparing 02:43:11 355b1affb132: Preparing 02:43:11 67c09bbaa9ec: Preparing 02:43:11 ede11b141aa6: Preparing 02:43:11 4e7273117efa: Preparing 02:43:11 ca27f2da8a8e: Preparing 02:43:11 2d9d6c605ba1: Preparing 02:43:11 7a77b878d405: Preparing 02:43:11 dd9c8f8612c8: Preparing 02:43:11 67c09bbaa9ec: Waiting 02:43:11 ede11b141aa6: Waiting 02:43:11 4e7273117efa: Waiting 02:43:11 2d9d6c605ba1: Waiting 02:43:11 7a77b878d405: Waiting 02:43:11 dd9c8f8612c8: Waiting 02:43:11 ca27f2da8a8e: Waiting 02:43:11 b6dec1bd9af8: Layer already exists 02:43:11 8c2829fba1fe: Layer already exists 02:43:11 4ca1debdf3a5: Layer already exists 02:43:11 150e2918436a: Layer already exists 02:43:11 355b1affb132: Layer already exists 02:43:11 ede11b141aa6: Layer already exists 02:43:11 67c09bbaa9ec: Layer already exists 02:43:11 2d9d6c605ba1: Layer already exists 02:43:11 4e7273117efa: Layer already exists 02:43:11 ca27f2da8a8e: Layer already exists 02:43:11 7a77b878d405: Layer already exists 02:43:11 dd9c8f8612c8: Layer already exists 02:43:11 latest: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:12 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 02:43:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:43:12 150e2918436a: Preparing 02:43:12 4ca1debdf3a5: Preparing 02:43:12 8c2829fba1fe: Preparing 02:43:12 b6dec1bd9af8: Preparing 02:43:12 355b1affb132: Preparing 02:43:12 67c09bbaa9ec: Preparing 02:43:12 ede11b141aa6: Preparing 02:43:12 4e7273117efa: Preparing 02:43:12 ca27f2da8a8e: Preparing 02:43:12 2d9d6c605ba1: Preparing 02:43:12 7a77b878d405: Preparing 02:43:12 dd9c8f8612c8: Preparing 02:43:12 67c09bbaa9ec: Waiting 02:43:12 ede11b141aa6: Waiting 02:43:12 4e7273117efa: Waiting 02:43:12 ca27f2da8a8e: Waiting 02:43:12 2d9d6c605ba1: Waiting 02:43:12 7a77b878d405: Waiting 02:43:12 dd9c8f8612c8: Waiting 02:43:12 b6dec1bd9af8: Layer already exists 02:43:12 150e2918436a: Layer already exists 02:43:12 8c2829fba1fe: Layer already exists 02:43:12 355b1affb132: Layer already exists 02:43:12 4ca1debdf3a5: Layer already exists 02:43:12 ca27f2da8a8e: Layer already exists 02:43:12 2d9d6c605ba1: Layer already exists 02:43:12 67c09bbaa9ec: Layer already exists 02:43:12 ede11b141aa6: Layer already exists 02:43:12 4e7273117efa: Layer already exists 02:43:12 7a77b878d405: Layer already exists 02:43:12 dd9c8f8612c8: Layer already exists 02:43:12 4.1.0-dev.28: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:43:13 150e2918436a: Preparing 02:43:13 4ca1debdf3a5: Preparing 02:43:13 8c2829fba1fe: Preparing 02:43:13 b6dec1bd9af8: Preparing 02:43:13 355b1affb132: Preparing 02:43:13 67c09bbaa9ec: Preparing 02:43:13 ede11b141aa6: Preparing 02:43:13 4e7273117efa: Preparing 02:43:13 ca27f2da8a8e: Preparing 02:43:13 2d9d6c605ba1: Preparing 02:43:13 7a77b878d405: Preparing 02:43:13 dd9c8f8612c8: Preparing 02:43:13 4e7273117efa: Waiting 02:43:13 ca27f2da8a8e: Waiting 02:43:13 2d9d6c605ba1: Waiting 02:43:13 7a77b878d405: Waiting 02:43:13 dd9c8f8612c8: Waiting 02:43:13 67c09bbaa9ec: Waiting 02:43:13 ede11b141aa6: Waiting 02:43:13 b6dec1bd9af8: Layer already exists 02:43:13 4ca1debdf3a5: Layer already exists 02:43:13 8c2829fba1fe: Layer already exists 02:43:13 355b1affb132: Layer already exists 02:43:13 150e2918436a: Layer already exists 02:43:13 2d9d6c605ba1: Layer already exists 02:43:13 4e7273117efa: Layer already exists 02:43:13 ede11b141aa6: Layer already exists 02:43:13 67c09bbaa9ec: Layer already exists 02:43:13 ca27f2da8a8e: Layer already exists 02:43:13 7a77b878d405: Layer already exists 02:43:13 dd9c8f8612c8: Layer already exists 02:43:13 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:13 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:14 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:43:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:43:14 150e2918436a: Preparing 02:43:14 4ca1debdf3a5: Preparing 02:43:14 8c2829fba1fe: Preparing 02:43:14 b6dec1bd9af8: Preparing 02:43:14 355b1affb132: Preparing 02:43:14 67c09bbaa9ec: Preparing 02:43:14 ede11b141aa6: Preparing 02:43:14 67c09bbaa9ec: Waiting 02:43:14 4e7273117efa: Preparing 02:43:14 ede11b141aa6: Waiting 02:43:14 ca27f2da8a8e: Preparing 02:43:14 4e7273117efa: Waiting 02:43:14 2d9d6c605ba1: Preparing 02:43:14 ca27f2da8a8e: Waiting 02:43:14 7a77b878d405: Preparing 02:43:14 2d9d6c605ba1: Waiting 02:43:14 dd9c8f8612c8: Preparing 02:43:14 7a77b878d405: Waiting 02:43:14 dd9c8f8612c8: Waiting 02:43:14 b6dec1bd9af8: Layer already exists 02:43:14 355b1affb132: Layer already exists 02:43:14 150e2918436a: Layer already exists 02:43:14 8c2829fba1fe: Layer already exists 02:43:14 4ca1debdf3a5: Layer already exists 02:43:14 67c09bbaa9ec: Layer already exists 02:43:14 ca27f2da8a8e: Layer already exists 02:43:14 ede11b141aa6: Layer already exists 02:43:14 4e7273117efa: Layer already exists 02:43:14 2d9d6c605ba1: Layer already exists 02:43:14 7a77b878d405: Layer already exists 02:43:14 dd9c8f8612c8: Layer already exists 02:43:14 main: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:14 ===================================================== [Pipeline] echo 02:43:14 taggedImages: 02:43:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:43:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 02:43:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:14 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:43:14 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:43:14 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:14 latest 02:43:14 4.1.0-dev.28 02:43:14 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:14 main 02:43:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:43:15 3531de14e524: Preparing 02:43:15 822413de2aa5: Preparing 02:43:15 4e7273117efa: Preparing 02:43:15 ca27f2da8a8e: Preparing 02:43:15 06c72e4bf235: Preparing 02:43:15 282041cdf14b: Preparing 02:43:15 dd9c8f8612c8: Preparing 02:43:15 282041cdf14b: Waiting 02:43:15 dd9c8f8612c8: Waiting 02:43:15 ca27f2da8a8e: Layer already exists 02:43:15 4e7273117efa: Layer already exists 02:43:15 dd9c8f8612c8: Layer already exists 02:43:15 06c72e4bf235: Pushed 02:43:15 3531de14e524: Pushed 02:43:17 282041cdf14b: Pushed 02:43:22 822413de2aa5: Pushed 02:43:22 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:43:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:43:23 3531de14e524: Preparing 02:43:23 822413de2aa5: Preparing 02:43:23 4e7273117efa: Preparing 02:43:23 ca27f2da8a8e: Preparing 02:43:23 06c72e4bf235: Preparing 02:43:23 282041cdf14b: Preparing 02:43:23 dd9c8f8612c8: Preparing 02:43:23 282041cdf14b: Waiting 02:43:23 dd9c8f8612c8: Waiting 02:43:23 822413de2aa5: Layer already exists 02:43:23 4e7273117efa: Layer already exists 02:43:23 ca27f2da8a8e: Layer already exists 02:43:23 06c72e4bf235: Layer already exists 02:43:23 282041cdf14b: Layer already exists 02:43:23 dd9c8f8612c8: Layer already exists 02:43:25 3531de14e524: Layer already exists 02:43:25 latest: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 02:43:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:43:26 3531de14e524: Preparing 02:43:26 822413de2aa5: Preparing 02:43:26 4e7273117efa: Preparing 02:43:26 ca27f2da8a8e: Preparing 02:43:26 06c72e4bf235: Preparing 02:43:26 282041cdf14b: Preparing 02:43:26 dd9c8f8612c8: Preparing 02:43:26 282041cdf14b: Waiting 02:43:26 dd9c8f8612c8: Waiting 02:43:26 4e7273117efa: Layer already exists 02:43:26 822413de2aa5: Layer already exists 02:43:26 ca27f2da8a8e: Layer already exists 02:43:26 06c72e4bf235: Layer already exists 02:43:26 3531de14e524: Layer already exists 02:43:26 dd9c8f8612c8: Layer already exists 02:43:26 282041cdf14b: Layer already exists 02:43:27 4.1.0-dev.28: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:43:27 3531de14e524: Preparing 02:43:27 822413de2aa5: Preparing 02:43:27 4e7273117efa: Preparing 02:43:27 ca27f2da8a8e: Preparing 02:43:27 06c72e4bf235: Preparing 02:43:27 282041cdf14b: Preparing 02:43:27 dd9c8f8612c8: Preparing 02:43:27 282041cdf14b: Waiting 02:43:27 dd9c8f8612c8: Waiting 02:43:27 4e7273117efa: Layer already exists 02:43:27 06c72e4bf235: Layer already exists 02:43:27 ca27f2da8a8e: Layer already exists 02:43:27 822413de2aa5: Layer already exists 02:43:27 3531de14e524: Layer already exists 02:43:27 282041cdf14b: Layer already exists 02:43:27 dd9c8f8612c8: Layer already exists 02:43:27 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:28 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:43:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:43:28 3531de14e524: Preparing 02:43:28 822413de2aa5: Preparing 02:43:28 4e7273117efa: Preparing 02:43:28 ca27f2da8a8e: Preparing 02:43:28 06c72e4bf235: Preparing 02:43:28 282041cdf14b: Preparing 02:43:28 dd9c8f8612c8: Preparing 02:43:28 282041cdf14b: Waiting 02:43:28 dd9c8f8612c8: Waiting 02:43:28 ca27f2da8a8e: Layer already exists 02:43:28 3531de14e524: Layer already exists 02:43:28 4e7273117efa: Layer already exists 02:43:28 06c72e4bf235: Layer already exists 02:43:28 822413de2aa5: Layer already exists 02:43:28 dd9c8f8612c8: Layer already exists 02:43:28 282041cdf14b: Layer already exists 02:43:28 main: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:29 ===================================================== [Pipeline] echo 02:43:29 taggedImages: 02:43:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:43:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 02:43:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:29 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:43:29 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:43:29 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:29 latest 02:43:29 4.1.0-dev.28 02:43:29 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:29 main 02:43:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:43:29 c7417b88724b: Preparing 02:43:29 335f535969f4: Preparing 02:43:29 fc3fb4976996: Preparing 02:43:29 4e7273117efa: Preparing 02:43:29 ca27f2da8a8e: Preparing 02:43:29 e103582da84d: Preparing 02:43:29 a374cbd2974c: Preparing 02:43:29 08cecb0f37cd: Preparing 02:43:29 91211d68fca5: Preparing 02:43:29 dd9c8f8612c8: Preparing 02:43:29 a374cbd2974c: Waiting 02:43:29 08cecb0f37cd: Waiting 02:43:29 91211d68fca5: Waiting 02:43:29 dd9c8f8612c8: Waiting 02:43:29 ca27f2da8a8e: Layer already exists 02:43:29 4e7273117efa: Layer already exists 02:43:30 335f535969f4: Pushed 02:43:30 fc3fb4976996: Pushed 02:43:30 c7417b88724b: Pushed 02:43:30 dd9c8f8612c8: Layer already exists 02:43:30 08cecb0f37cd: Pushed 02:43:31 91211d68fca5: Pushed 02:43:41 a374cbd2974c: Pushed 02:43:56 e103582da84d: Pushed 02:43:56 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:43:56 c7417b88724b: Preparing 02:43:56 335f535969f4: Preparing 02:43:56 fc3fb4976996: Preparing 02:43:56 4e7273117efa: Preparing 02:43:56 ca27f2da8a8e: Preparing 02:43:56 e103582da84d: Preparing 02:43:56 a374cbd2974c: Preparing 02:43:56 08cecb0f37cd: Preparing 02:43:56 91211d68fca5: Preparing 02:43:56 dd9c8f8612c8: Preparing 02:43:56 a374cbd2974c: Waiting 02:43:56 08cecb0f37cd: Waiting 02:43:56 91211d68fca5: Waiting 02:43:56 dd9c8f8612c8: Waiting 02:43:56 e103582da84d: Waiting 02:43:56 fc3fb4976996: Layer already exists 02:43:56 4e7273117efa: Layer already exists 02:43:56 ca27f2da8a8e: Layer already exists 02:43:56 335f535969f4: Layer already exists 02:43:56 c7417b88724b: Layer already exists 02:43:56 e103582da84d: Layer already exists 02:43:56 a374cbd2974c: Layer already exists 02:43:56 08cecb0f37cd: Layer already exists 02:43:56 91211d68fca5: Layer already exists 02:43:56 dd9c8f8612c8: Layer already exists 02:43:57 latest: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 02:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:43:57 c7417b88724b: Preparing 02:43:57 335f535969f4: Preparing 02:43:57 fc3fb4976996: Preparing 02:43:57 4e7273117efa: Preparing 02:43:57 ca27f2da8a8e: Preparing 02:43:57 e103582da84d: Preparing 02:43:57 a374cbd2974c: Preparing 02:43:57 08cecb0f37cd: Preparing 02:43:57 91211d68fca5: Preparing 02:43:57 dd9c8f8612c8: Preparing 02:43:57 08cecb0f37cd: Waiting 02:43:57 e103582da84d: Waiting 02:43:57 a374cbd2974c: Waiting 02:43:57 91211d68fca5: Waiting 02:43:57 dd9c8f8612c8: Waiting 02:43:57 335f535969f4: Layer already exists 02:43:57 c7417b88724b: Layer already exists 02:43:57 4e7273117efa: Layer already exists 02:43:57 fc3fb4976996: Layer already exists 02:43:57 ca27f2da8a8e: Layer already exists 02:43:57 a374cbd2974c: Layer already exists 02:43:57 08cecb0f37cd: Layer already exists 02:43:57 e103582da84d: Layer already exists 02:43:57 91211d68fca5: Layer already exists 02:43:57 dd9c8f8612c8: Layer already exists 02:43:57 4.1.0-dev.28: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:58 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:43:58 c7417b88724b: Preparing 02:43:58 335f535969f4: Preparing 02:43:58 fc3fb4976996: Preparing 02:43:58 4e7273117efa: Preparing 02:43:58 ca27f2da8a8e: Preparing 02:43:58 e103582da84d: Preparing 02:43:58 a374cbd2974c: Preparing 02:43:58 08cecb0f37cd: Preparing 02:43:58 91211d68fca5: Preparing 02:43:58 dd9c8f8612c8: Preparing 02:43:58 a374cbd2974c: Waiting 02:43:58 08cecb0f37cd: Waiting 02:43:58 91211d68fca5: Waiting 02:43:58 dd9c8f8612c8: Waiting 02:43:58 e103582da84d: Waiting 02:43:58 4e7273117efa: Layer already exists 02:43:58 c7417b88724b: Layer already exists 02:43:58 ca27f2da8a8e: Layer already exists 02:43:58 335f535969f4: Layer already exists 02:43:58 fc3fb4976996: Layer already exists 02:43:58 a374cbd2974c: Layer already exists 02:43:58 08cecb0f37cd: Layer already exists 02:43:58 e103582da84d: Layer already exists 02:43:58 dd9c8f8612c8: Layer already exists 02:43:58 91211d68fca5: Layer already exists 02:43:58 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:43:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:43:59 c7417b88724b: Preparing 02:43:59 335f535969f4: Preparing 02:43:59 fc3fb4976996: Preparing 02:43:59 4e7273117efa: Preparing 02:43:59 ca27f2da8a8e: Preparing 02:43:59 e103582da84d: Preparing 02:43:59 a374cbd2974c: Preparing 02:43:59 08cecb0f37cd: Preparing 02:43:59 91211d68fca5: Preparing 02:43:59 dd9c8f8612c8: Preparing 02:43:59 08cecb0f37cd: Waiting 02:43:59 91211d68fca5: Waiting 02:43:59 dd9c8f8612c8: Waiting 02:43:59 e103582da84d: Waiting 02:43:59 a374cbd2974c: Waiting 02:43:59 ca27f2da8a8e: Layer already exists 02:43:59 335f535969f4: Layer already exists 02:43:59 fc3fb4976996: Layer already exists 02:43:59 c7417b88724b: Layer already exists 02:43:59 4e7273117efa: Layer already exists 02:43:59 e103582da84d: Layer already exists 02:43:59 08cecb0f37cd: Layer already exists 02:43:59 a374cbd2974c: Layer already exists 02:43:59 91211d68fca5: Layer already exists 02:43:59 dd9c8f8612c8: Layer already exists 02:43:59 main: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:43:59 ===================================================== [Pipeline] echo 02:43:59 taggedImages: 02:43:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:43:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 02:43:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:59 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:43:59 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:43:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:43:59 latest 02:43:59 4.1.0-dev.28 02:43:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:43:59 main 02:43:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:44:00 76f88fc98aeb: Preparing 02:44:00 020af47fe991: Preparing 02:44:00 f0d36cea774d: Preparing 02:44:00 4e7273117efa: Preparing 02:44:00 ca27f2da8a8e: Preparing 02:44:00 e103582da84d: Preparing 02:44:00 5d86a098c998: Preparing 02:44:00 548bf73ad1f9: Preparing 02:44:00 dd9c8f8612c8: Preparing 02:44:00 e103582da84d: Waiting 02:44:00 5d86a098c998: Waiting 02:44:00 548bf73ad1f9: Waiting 02:44:00 dd9c8f8612c8: Waiting 02:44:00 ca27f2da8a8e: Layer already exists 02:44:00 4e7273117efa: Layer already exists 02:44:00 e103582da84d: Layer already exists 02:44:00 f0d36cea774d: Pushed 02:44:00 020af47fe991: Pushed 02:44:00 76f88fc98aeb: Pushed 02:44:00 dd9c8f8612c8: Layer already exists 02:44:00 5d86a098c998: Pushed 02:44:01 548bf73ad1f9: Pushed 02:44:01 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:44:02 76f88fc98aeb: Preparing 02:44:02 020af47fe991: Preparing 02:44:02 f0d36cea774d: Preparing 02:44:02 4e7273117efa: Preparing 02:44:02 ca27f2da8a8e: Preparing 02:44:02 e103582da84d: Preparing 02:44:02 5d86a098c998: Preparing 02:44:02 548bf73ad1f9: Preparing 02:44:02 dd9c8f8612c8: Preparing 02:44:02 548bf73ad1f9: Waiting 02:44:02 e103582da84d: Waiting 02:44:02 dd9c8f8612c8: Waiting 02:44:02 5d86a098c998: Waiting 02:44:02 020af47fe991: Layer already exists 02:44:02 f0d36cea774d: Layer already exists 02:44:02 76f88fc98aeb: Layer already exists 02:44:02 ca27f2da8a8e: Layer already exists 02:44:02 4e7273117efa: Layer already exists 02:44:02 548bf73ad1f9: Layer already exists 02:44:02 e103582da84d: Layer already exists 02:44:02 5d86a098c998: Layer already exists 02:44:02 dd9c8f8612c8: Layer already exists 02:44:02 latest: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 02:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:44:03 76f88fc98aeb: Preparing 02:44:03 020af47fe991: Preparing 02:44:03 f0d36cea774d: Preparing 02:44:03 4e7273117efa: Preparing 02:44:03 ca27f2da8a8e: Preparing 02:44:03 e103582da84d: Preparing 02:44:03 5d86a098c998: Preparing 02:44:03 548bf73ad1f9: Preparing 02:44:03 dd9c8f8612c8: Preparing 02:44:03 e103582da84d: Waiting 02:44:03 5d86a098c998: Waiting 02:44:03 548bf73ad1f9: Waiting 02:44:03 f0d36cea774d: Layer already exists 02:44:03 76f88fc98aeb: Layer already exists 02:44:03 4e7273117efa: Layer already exists 02:44:03 020af47fe991: Layer already exists 02:44:03 ca27f2da8a8e: Layer already exists 02:44:03 5d86a098c998: Layer already exists 02:44:03 e103582da84d: Layer already exists 02:44:03 dd9c8f8612c8: Layer already exists 02:44:03 548bf73ad1f9: Layer already exists 02:44:03 4.1.0-dev.28: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:03 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:44:04 76f88fc98aeb: Preparing 02:44:04 020af47fe991: Preparing 02:44:04 f0d36cea774d: Preparing 02:44:04 4e7273117efa: Preparing 02:44:04 ca27f2da8a8e: Preparing 02:44:04 e103582da84d: Preparing 02:44:04 5d86a098c998: Preparing 02:44:04 548bf73ad1f9: Preparing 02:44:04 dd9c8f8612c8: Preparing 02:44:04 e103582da84d: Waiting 02:44:04 5d86a098c998: Waiting 02:44:04 dd9c8f8612c8: Waiting 02:44:04 548bf73ad1f9: Waiting 02:44:04 76f88fc98aeb: Layer already exists 02:44:04 f0d36cea774d: Layer already exists 02:44:04 4e7273117efa: Layer already exists 02:44:04 ca27f2da8a8e: Layer already exists 02:44:04 020af47fe991: Layer already exists 02:44:04 e103582da84d: Layer already exists 02:44:04 5d86a098c998: Layer already exists 02:44:04 548bf73ad1f9: Layer already exists 02:44:04 dd9c8f8612c8: Layer already exists 02:44:04 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:04 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:44:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:44:05 76f88fc98aeb: Preparing 02:44:05 020af47fe991: Preparing 02:44:05 f0d36cea774d: Preparing 02:44:05 4e7273117efa: Preparing 02:44:05 ca27f2da8a8e: Preparing 02:44:05 e103582da84d: Preparing 02:44:05 5d86a098c998: Preparing 02:44:05 548bf73ad1f9: Preparing 02:44:05 dd9c8f8612c8: Preparing 02:44:05 548bf73ad1f9: Waiting 02:44:05 e103582da84d: Waiting 02:44:05 5d86a098c998: Waiting 02:44:05 dd9c8f8612c8: Waiting 02:44:05 4e7273117efa: Layer already exists 02:44:05 f0d36cea774d: Layer already exists 02:44:05 020af47fe991: Layer already exists 02:44:05 ca27f2da8a8e: Layer already exists 02:44:05 76f88fc98aeb: Layer already exists 02:44:05 e103582da84d: Layer already exists 02:44:05 dd9c8f8612c8: Layer already exists 02:44:05 5d86a098c998: Layer already exists 02:44:05 548bf73ad1f9: Layer already exists 02:44:05 main: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:05 ===================================================== [Pipeline] echo 02:44:05 taggedImages: 02:44:05 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:05 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:44:05 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 02:44:05 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:05 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:44:05 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:44:05 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:05 latest 02:44:05 4.1.0-dev.28 02:44:05 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:05 main 02:44:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:44:06 51fdbb44a4dd: Preparing 02:44:06 cb71cc013ad2: Preparing 02:44:06 bbb136d627d3: Preparing 02:44:06 4e7273117efa: Preparing 02:44:06 ca27f2da8a8e: Preparing 02:44:06 7e03f4caf7e1: Preparing 02:44:06 08cecb0f37cd: Preparing 02:44:06 91211d68fca5: Preparing 02:44:06 dd9c8f8612c8: Preparing 02:44:06 08cecb0f37cd: Waiting 02:44:06 91211d68fca5: Waiting 02:44:06 dd9c8f8612c8: Waiting 02:44:06 7e03f4caf7e1: Waiting 02:44:06 ca27f2da8a8e: Layer already exists 02:44:06 4e7273117efa: Layer already exists 02:44:06 08cecb0f37cd: Layer already exists 02:44:06 91211d68fca5: Layer already exists 02:44:06 bbb136d627d3: Pushed 02:44:06 dd9c8f8612c8: Layer already exists 02:44:06 51fdbb44a4dd: Pushed 02:44:06 cb71cc013ad2: Pushed 02:44:33 7e03f4caf7e1: Pushed 02:44:33 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:44:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:44:33 51fdbb44a4dd: Preparing 02:44:33 cb71cc013ad2: Preparing 02:44:33 bbb136d627d3: Preparing 02:44:33 4e7273117efa: Preparing 02:44:33 ca27f2da8a8e: Preparing 02:44:33 7e03f4caf7e1: Preparing 02:44:33 08cecb0f37cd: Preparing 02:44:33 91211d68fca5: Preparing 02:44:33 dd9c8f8612c8: Preparing 02:44:33 08cecb0f37cd: Waiting 02:44:33 91211d68fca5: Waiting 02:44:33 dd9c8f8612c8: Waiting 02:44:33 7e03f4caf7e1: Waiting 02:44:33 4e7273117efa: Layer already exists 02:44:33 cb71cc013ad2: Layer already exists 02:44:33 bbb136d627d3: Layer already exists 02:44:33 ca27f2da8a8e: Layer already exists 02:44:33 51fdbb44a4dd: Layer already exists 02:44:33 08cecb0f37cd: Layer already exists 02:44:33 91211d68fca5: Layer already exists 02:44:33 7e03f4caf7e1: Layer already exists 02:44:33 dd9c8f8612c8: Layer already exists 02:44:34 latest: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 02:44:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:44:34 51fdbb44a4dd: Preparing 02:44:34 cb71cc013ad2: Preparing 02:44:34 bbb136d627d3: Preparing 02:44:34 4e7273117efa: Preparing 02:44:34 ca27f2da8a8e: Preparing 02:44:34 7e03f4caf7e1: Preparing 02:44:34 08cecb0f37cd: Preparing 02:44:34 91211d68fca5: Preparing 02:44:34 dd9c8f8612c8: Preparing 02:44:34 7e03f4caf7e1: Waiting 02:44:34 08cecb0f37cd: Waiting 02:44:34 91211d68fca5: Waiting 02:44:34 dd9c8f8612c8: Waiting 02:44:34 51fdbb44a4dd: Layer already exists 02:44:34 cb71cc013ad2: Layer already exists 02:44:34 ca27f2da8a8e: Layer already exists 02:44:34 4e7273117efa: Layer already exists 02:44:34 bbb136d627d3: Layer already exists 02:44:34 7e03f4caf7e1: Layer already exists 02:44:34 08cecb0f37cd: Layer already exists 02:44:34 dd9c8f8612c8: Layer already exists 02:44:34 91211d68fca5: Layer already exists 02:44:34 4.1.0-dev.28: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:44:35 51fdbb44a4dd: Preparing 02:44:35 cb71cc013ad2: Preparing 02:44:35 bbb136d627d3: Preparing 02:44:35 4e7273117efa: Preparing 02:44:35 ca27f2da8a8e: Preparing 02:44:35 7e03f4caf7e1: Preparing 02:44:35 08cecb0f37cd: Preparing 02:44:35 91211d68fca5: Preparing 02:44:35 7e03f4caf7e1: Waiting 02:44:35 08cecb0f37cd: Waiting 02:44:35 dd9c8f8612c8: Preparing 02:44:35 dd9c8f8612c8: Waiting 02:44:35 91211d68fca5: Waiting 02:44:35 4e7273117efa: Layer already exists 02:44:35 ca27f2da8a8e: Layer already exists 02:44:35 51fdbb44a4dd: Layer already exists 02:44:35 bbb136d627d3: Layer already exists 02:44:35 cb71cc013ad2: Layer already exists 02:44:35 dd9c8f8612c8: Layer already exists 02:44:35 08cecb0f37cd: Layer already exists 02:44:35 91211d68fca5: Layer already exists 02:44:35 7e03f4caf7e1: Layer already exists 02:44:35 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:44:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:44:36 51fdbb44a4dd: Preparing 02:44:36 cb71cc013ad2: Preparing 02:44:36 bbb136d627d3: Preparing 02:44:36 4e7273117efa: Preparing 02:44:36 ca27f2da8a8e: Preparing 02:44:36 7e03f4caf7e1: Preparing 02:44:36 08cecb0f37cd: Preparing 02:44:36 91211d68fca5: Preparing 02:44:36 dd9c8f8612c8: Preparing 02:44:36 08cecb0f37cd: Waiting 02:44:36 91211d68fca5: Waiting 02:44:36 dd9c8f8612c8: Waiting 02:44:36 7e03f4caf7e1: Waiting 02:44:36 ca27f2da8a8e: Layer already exists 02:44:36 cb71cc013ad2: Layer already exists 02:44:36 bbb136d627d3: Layer already exists 02:44:36 51fdbb44a4dd: Layer already exists 02:44:36 4e7273117efa: Layer already exists 02:44:36 91211d68fca5: Layer already exists 02:44:36 08cecb0f37cd: Layer already exists 02:44:36 7e03f4caf7e1: Layer already exists 02:44:36 dd9c8f8612c8: Layer already exists 02:44:37 main: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:37 ===================================================== [Pipeline] echo 02:44:37 taggedImages: 02:44:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:44:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 02:44:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:44:37 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:44:37 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:37 latest 02:44:37 4.1.0-dev.28 02:44:37 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:37 main 02:44:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:44:37 72de83b3ccb7: Preparing 02:44:37 09e0fb4a3576: Preparing 02:44:37 4e7273117efa: Preparing 02:44:37 ca27f2da8a8e: Preparing 02:44:37 d6c5623559b2: Preparing 02:44:37 983184bc0e2c: Preparing 02:44:37 dd9c8f8612c8: Preparing 02:44:37 983184bc0e2c: Waiting 02:44:37 dd9c8f8612c8: Waiting 02:44:37 ca27f2da8a8e: Layer already exists 02:44:37 4e7273117efa: Layer already exists 02:44:38 dd9c8f8612c8: Layer already exists 02:44:38 72de83b3ccb7: Pushed 02:44:38 d6c5623559b2: Pushed 02:44:39 983184bc0e2c: Pushed 02:44:46 09e0fb4a3576: Pushed 02:44:46 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:44:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:44:47 72de83b3ccb7: Preparing 02:44:47 09e0fb4a3576: Preparing 02:44:47 4e7273117efa: Preparing 02:44:47 ca27f2da8a8e: Preparing 02:44:47 d6c5623559b2: Preparing 02:44:47 983184bc0e2c: Preparing 02:44:47 dd9c8f8612c8: Preparing 02:44:47 983184bc0e2c: Waiting 02:44:47 dd9c8f8612c8: Waiting 02:44:47 09e0fb4a3576: Layer already exists 02:44:47 ca27f2da8a8e: Layer already exists 02:44:47 72de83b3ccb7: Layer already exists 02:44:47 4e7273117efa: Layer already exists 02:44:47 d6c5623559b2: Layer already exists 02:44:47 dd9c8f8612c8: Layer already exists 02:44:47 983184bc0e2c: Layer already exists 02:44:47 latest: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 02:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:44:48 72de83b3ccb7: Preparing 02:44:48 09e0fb4a3576: Preparing 02:44:48 4e7273117efa: Preparing 02:44:48 ca27f2da8a8e: Preparing 02:44:48 d6c5623559b2: Preparing 02:44:48 983184bc0e2c: Preparing 02:44:48 dd9c8f8612c8: Preparing 02:44:48 983184bc0e2c: Waiting 02:44:48 ca27f2da8a8e: Layer already exists 02:44:48 d6c5623559b2: Layer already exists 02:44:48 09e0fb4a3576: Layer already exists 02:44:48 4e7273117efa: Layer already exists 02:44:48 72de83b3ccb7: Layer already exists 02:44:48 983184bc0e2c: Layer already exists 02:44:48 dd9c8f8612c8: Layer already exists 02:44:48 4.1.0-dev.28: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:44:48 72de83b3ccb7: Preparing 02:44:48 09e0fb4a3576: Preparing 02:44:48 4e7273117efa: Preparing 02:44:48 ca27f2da8a8e: Preparing 02:44:48 d6c5623559b2: Preparing 02:44:48 983184bc0e2c: Preparing 02:44:48 dd9c8f8612c8: Preparing 02:44:48 983184bc0e2c: Waiting 02:44:48 dd9c8f8612c8: Waiting 02:44:48 4e7273117efa: Layer already exists 02:44:48 72de83b3ccb7: Layer already exists 02:44:48 09e0fb4a3576: Layer already exists 02:44:48 ca27f2da8a8e: Layer already exists 02:44:48 d6c5623559b2: Layer already exists 02:44:48 983184bc0e2c: Layer already exists 02:44:48 dd9c8f8612c8: Layer already exists 02:44:48 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:44:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:44:49 72de83b3ccb7: Preparing 02:44:49 09e0fb4a3576: Preparing 02:44:49 4e7273117efa: Preparing 02:44:49 ca27f2da8a8e: Preparing 02:44:49 d6c5623559b2: Preparing 02:44:49 983184bc0e2c: Preparing 02:44:49 dd9c8f8612c8: Preparing 02:44:49 983184bc0e2c: Waiting 02:44:49 dd9c8f8612c8: Waiting 02:44:49 4e7273117efa: Layer already exists 02:44:49 d6c5623559b2: Layer already exists 02:44:49 ca27f2da8a8e: Layer already exists 02:44:49 09e0fb4a3576: Layer already exists 02:44:49 72de83b3ccb7: Layer already exists 02:44:49 983184bc0e2c: Layer already exists 02:44:49 dd9c8f8612c8: Layer already exists 02:44:49 main: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:44:49 ===================================================== [Pipeline] echo 02:44:49 taggedImages: 02:44:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:44:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 02:44:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:44:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:44:49 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:49 latest 02:44:49 4.1.0-dev.28 02:44:49 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:44:49 main 02:44:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:44:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:44:50 fb190c68ea8a: Preparing 02:44:50 097f1fb21a89: Preparing 02:44:50 4e7273117efa: Preparing 02:44:50 ca27f2da8a8e: Preparing 02:44:50 a07e3c249b98: Preparing 02:44:50 6a0a8a46f721: Preparing 02:44:50 dd9c8f8612c8: Preparing 02:44:50 6a0a8a46f721: Waiting 02:44:50 dd9c8f8612c8: Waiting 02:44:50 ca27f2da8a8e: Layer already exists 02:44:50 4e7273117efa: Layer already exists 02:44:50 a07e3c249b98: Pushed 02:44:50 dd9c8f8612c8: Layer already exists 02:44:50 fb190c68ea8a: Pushed 02:44:51 6a0a8a46f721: Pushed 02:44:59 097f1fb21a89: Pushed 02:44:59 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:45:00 fb190c68ea8a: Preparing 02:45:00 097f1fb21a89: Preparing 02:45:00 4e7273117efa: Preparing 02:45:00 ca27f2da8a8e: Preparing 02:45:00 a07e3c249b98: Preparing 02:45:00 6a0a8a46f721: Preparing 02:45:00 dd9c8f8612c8: Preparing 02:45:00 6a0a8a46f721: Waiting 02:45:00 dd9c8f8612c8: Waiting 02:45:00 ca27f2da8a8e: Layer already exists 02:45:00 fb190c68ea8a: Layer already exists 02:45:00 4e7273117efa: Layer already exists 02:45:00 a07e3c249b98: Layer already exists 02:45:00 097f1fb21a89: Layer already exists 02:45:00 dd9c8f8612c8: Layer already exists 02:45:00 6a0a8a46f721: Layer already exists 02:45:00 latest: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 02:45:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:45:00 fb190c68ea8a: Preparing 02:45:00 097f1fb21a89: Preparing 02:45:00 4e7273117efa: Preparing 02:45:00 ca27f2da8a8e: Preparing 02:45:00 a07e3c249b98: Preparing 02:45:00 6a0a8a46f721: Preparing 02:45:00 dd9c8f8612c8: Preparing 02:45:00 6a0a8a46f721: Waiting 02:45:00 dd9c8f8612c8: Waiting 02:45:00 ca27f2da8a8e: Layer already exists 02:45:00 097f1fb21a89: Layer already exists 02:45:00 a07e3c249b98: Layer already exists 02:45:00 4e7273117efa: Layer already exists 02:45:00 fb190c68ea8a: Layer already exists 02:45:00 6a0a8a46f721: Layer already exists 02:45:00 dd9c8f8612c8: Layer already exists 02:45:00 4.1.0-dev.28: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:45:01 fb190c68ea8a: Preparing 02:45:01 097f1fb21a89: Preparing 02:45:01 4e7273117efa: Preparing 02:45:01 ca27f2da8a8e: Preparing 02:45:01 a07e3c249b98: Preparing 02:45:01 6a0a8a46f721: Preparing 02:45:01 dd9c8f8612c8: Preparing 02:45:01 6a0a8a46f721: Waiting 02:45:01 dd9c8f8612c8: Waiting 02:45:01 a07e3c249b98: Layer already exists 02:45:01 097f1fb21a89: Layer already exists 02:45:01 ca27f2da8a8e: Layer already exists 02:45:01 fb190c68ea8a: Layer already exists 02:45:01 4e7273117efa: Layer already exists 02:45:01 6a0a8a46f721: Layer already exists 02:45:01 dd9c8f8612c8: Layer already exists 02:45:01 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:45:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:45:02 fb190c68ea8a: Preparing 02:45:02 097f1fb21a89: Preparing 02:45:02 4e7273117efa: Preparing 02:45:02 ca27f2da8a8e: Preparing 02:45:02 a07e3c249b98: Preparing 02:45:02 6a0a8a46f721: Preparing 02:45:02 dd9c8f8612c8: Preparing 02:45:02 6a0a8a46f721: Waiting 02:45:02 dd9c8f8612c8: Waiting 02:45:02 a07e3c249b98: Layer already exists 02:45:02 fb190c68ea8a: Layer already exists 02:45:02 ca27f2da8a8e: Layer already exists 02:45:02 4e7273117efa: Layer already exists 02:45:02 097f1fb21a89: Layer already exists 02:45:02 dd9c8f8612c8: Layer already exists 02:45:02 6a0a8a46f721: Layer already exists 02:45:02 main: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:02 ===================================================== [Pipeline] echo 02:45:02 taggedImages: 02:45:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace 02:45:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:45:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 02:45:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 02:45:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:02 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo 02:45:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:45:04 02:45:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:45:04 arm64: Pulling from edgex-lftools-log-publisher 02:45:04 8998bd30e6a1: Pulling fs layer 02:45:04 04944245beec: Pulling fs layer 02:45:04 699f458cf7ca: Pulling fs layer 02:45:04 765212b225bb: Pulling fs layer 02:45:04 f23df028b6ca: Pulling fs layer 02:45:04 d65c8cfc05b1: Pulling fs layer 02:45:04 2437ff75d9bd: Pulling fs layer 02:45:04 765212b225bb: Waiting 02:45:04 2437ff75d9bd: Waiting 02:45:04 f23df028b6ca: Waiting 02:45:04 d65c8cfc05b1: Waiting 02:45:04 04944245beec: Verifying Checksum 02:45:04 04944245beec: Download complete 02:45:04 765212b225bb: Download complete 02:45:04 f23df028b6ca: Verifying Checksum 02:45:04 f23df028b6ca: Download complete 02:45:04 d65c8cfc05b1: Download complete 02:45:04 699f458cf7ca: Verifying Checksum 02:45:04 699f458cf7ca: Download complete 02:45:05 8998bd30e6a1: Verifying Checksum 02:45:05 8998bd30e6a1: Download complete 02:45:07 2437ff75d9bd: Verifying Checksum 02:45:09 8998bd30e6a1: Pull complete 02:45:10 04944245beec: Pull complete 02:45:11 699f458cf7ca: Pull complete 02:45:11 765212b225bb: Pull complete 02:45:12 f23df028b6ca: Pull complete 02:45:13 d65c8cfc05b1: Pull complete 02:45:31 2437ff75d9bd: Pull complete 02:45:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:45:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:45:31 prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container 02:45:31 $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:45:34 $ docker top f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:35 ---> job-cost.sh 02:45:35 lf-activate-venv: SKIPPING 02:45:35 INFO: No Stack... 02:45:35 INFO: Retrieving Pricing Info for: v3-standard-4 02:45:36 INFO: Archiving Costs [Pipeline] sh 02:45:36 + cat /w/workspace/edgex-go/860/archives/cost.csv 02:45:37 + cut -d, -f6 [Pipeline] lock 02:45:37 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] 02:45:37 Resource [jenkins-edgexfoundry-edgex-go-main-860-stack-cost] did not exist. Created. 02:45:37 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:45:37 + echo total: 0.10999999940395355 [Pipeline] stash 02:45:38 Stashed 1 file(s) [Pipeline] } 02:45:38 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] [Pipeline] // lock [Pipeline] } 02:45:38 $ docker stop --time=1 f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c 02:45:39 $ docker rm -f --volumes f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:45:40 provisioning config files... 02:45:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/860@tmp/config16117378959513394059tmp [Pipeline] { [Pipeline] sh 02:45:40 + set +x 02:45:40 + curl -s https://codecov.io/bash 02:45:40 + bash -s -- 02:45:40 02:45:40 _____ _ 02:45:40 / ____| | | 02:45:40 | | ___ __| | ___ ___ _____ __ 02:45:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:45:40 | |___| (_) | (_| | __/ (_| (_) \ V / 02:45:40 \_____\___/ \__,_|\___|\___\___/ \_/ 02:45:40 Bash-1.0.6 02:45:40 02:45:40 02:45:40 ==> git version 2.25.1 found 02:45:40 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:45:40 Release-Date: 2020-01-08 02:45:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:45:40 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:45:40 ==> Jenkins CI detected. 02:45:40 current dir:  /w/workspace/edgex-go/860 02:45:40 project root: . 02:45:40 --> token set from env 02:45:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:45:41 ==> Running gcov in . (disable via -X gcov) 02:45:41 ==> Python coveragepy not found 02:45:41 ==> Searching for coverage reports in: 02:45:41 + . 02:45:41 -> Found 1 reports 02:45:41 ==> Detecting git/mercurial file structure 02:45:41 ==> Reading reports 02:45:41 + ./coverage.out bytes=1665452 02:45:41 ==> Appending adjustments 02:45:41 https://docs.codecov.io/docs/fixing-reports 02:45:42 + Found adjustments 02:45:42 ==> Gzipping contents 02:45:42 140K /tmp/codecov.Tz44K9.gz 02:45:42 ==> Uploading reports 02:45:42 url: https://codecov.io 02:45:42 query: branch=main&commit=37471aae1dd3b986ef91b9bd0a84b6b5a271aace&build=860&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F860%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:45:42 -> Pinging Codecov 02:45:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=37471aae1dd3b986ef91b9bd0a84b6b5a271aace&build=860&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F860%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:45:42 -> Uploading to 02:45:42 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/37471aae1dd3b986ef91b9bd0a84b6b5a271aace/f18b8152-e410-479e-b0d8-2aca5f1d55e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250625%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250625T024542Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=92b5ee9f02aa360d0fbd5c92065f9e640007bb455624e3e85f8fa3c6fe897d35 02:45:42 % Total % Received % Xferd Average Speed Time Time Time Current 02:45:42 Dload Upload Total Spent Left Speed 02:45:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 342k --:--:-- --:--:-- --:--:-- 341k 100 138k 0 0 100 138k 0 342k --:--:-- --:--:-- --:--:-- 341k 02:45:43 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } 02:45:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:45:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:45:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:45:43 02:45:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:45:44 latest: Pulling from edgex-devops/edgex-snyk-go 02:45:44 0a9a5dfd008f: Already exists 02:45:44 36466aa92d05: Already exists 02:45:44 e10405b45d13: Already exists 02:45:44 096b7ceb2af7: Already exists 02:45:44 4f4fb700ef54: Already exists 02:45:44 e50aa161e22a: Pulling fs layer 02:45:44 d3c8db5fb9df: Pulling fs layer 02:45:44 e50aa161e22a: Verifying Checksum 02:45:44 e50aa161e22a: Download complete 02:45:44 e50aa161e22a: Pull complete 02:45:45 d3c8db5fb9df: Verifying Checksum 02:45:45 d3c8db5fb9df: Download complete 02:45:48 d3c8db5fb9df: Pull complete 02:45:48 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:45:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:45:48 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:45:48 $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:45:53 $ docker top 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:53 + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo 02:45:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:45:54 + set -o pipefail 02:45:54 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:46:06 02:46:06 Monitoring /w/workspace/edgex-go/860 (github.com/edgexfoundry/edgex-go)... 02:46:06 02:46:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8a724859-fb4c-4e6f-853a-0060669f193e 02:46:06 02:46:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:46:06 [Pipeline] } 02:46:06 $ docker stop --time=1 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 02:46:12 $ docker rm -f --volumes 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:46:13 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:46:13 provisioning config files... 02:46:13 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/860@tmp/config485923242185053045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:13 --> edgex-publish-swagger.sh 02:46:13 === Publish openapi API === 02:46:13 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:46:13 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/860/openapi/core-command.yaml] 02:46:13 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:13 Dload Upload Total Spent Left Speed 02:46:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 238 117k --:--:-- --:--:-- --:--:-- 118k 02:46:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:13 02:46:13 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/860/openapi/core-data.yaml] 02:46:13 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:13 Dload Upload Total Spent Left Speed 02:46:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 255 264k --:--:-- --:--:-- --:--:-- 265k 02:46:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:13 02:46:13 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/860/openapi/core-keeper.yaml] 02:46:13 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:13 Dload Upload Total Spent Left Speed 02:46:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 392 175k --:--:-- --:--:-- --:--:-- 176k 02:46:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:13 02:46:13 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/860/openapi/core-metadata.yaml] 02:46:13 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:13 Dload Upload Total Spent Left Speed 02:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 404 962k --:--:-- --:--:-- --:--:-- 962k 02:46:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:14 02:46:14 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/860/openapi/security-proxy-auth.yaml] 02:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:14 Dload Upload Total Spent Left Speed 02:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 292 105k --:--:-- --:--:-- --:--:-- 106k 02:46:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:14 02:46:14 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/860/openapi/security-secretstore-setup.yaml] 02:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:14 Dload Upload Total Spent Left Speed 02:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 496 29421 --:--:-- --:--:-- --:--:-- 30143 02:46:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:14 02:46:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/860/openapi/support-notifications.yaml] 02:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:14 Dload Upload Total Spent Left Speed 02:46:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 409 606k --:--:-- --:--:-- --:--:-- 606k 02:46:14 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:14 02:46:14 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/860/openapi/support-scheduler.yaml] 02:46:14 % Total % Received % Xferd Average Speed Time Time Time Current 02:46:14 Dload Upload Total Spent Left Speed 02:46:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 445 334k --:--:-- --:--:-- --:--:-- 334k 02:46:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:46:15 [Pipeline] } 02:46:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:46:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:46:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:46:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:15 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:46:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:46:16 $ docker top 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 -eo pid,comm 02:46:16 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:46:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:46:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:46:16 [ssh-agent] Looking for ssh-agent implementation... 02:46:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:46:16 $ docker exec 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 ssh-agent 02:46:16 SSH_AUTH_SOCK=/tmp/ssh-4CxLzqgx2AIY/agent.32 02:46:16 SSH_AGENT_PID=38 02:46:16 Running ssh-add (command line suppressed) 02:46:16 Identity added: /w/workspace/edgex-go/860@tmp/private_key_1192793834765348724.key (/w/workspace/edgex-go/860@tmp/private_key_1192793834765348724.key) 02:46:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:46:17 + git semver tag 02:46:17 2025-06-25 02:46:17,237 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:46:17 2025-06-25 02:46:17,240 [run_tag] DEBUG tag force:False 02:46:17 2025-06-25 02:46:17,240 [check_head_tag] DEBUG check head tag 02:46:17 2025-06-25 02:46:17,241 [execute] INFO git cat-file --batch-check 02:46:17 2025-06-25 02:46:17,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860, stdin=, shell=False, universal_newlines=False) 02:46:17 2025-06-25 02:46:17,244 [execute] INFO git cat-file --batch 02:46:17 2025-06-25 02:46:17,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/860, stdin=, shell=False, universal_newlines=False) 02:46:17 2025-06-25 02:46:17,260 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:17 2025-06-25 02:46:17,260 [execute] INFO git tag -a v4.1.0-dev.28 -m v4.1.0-dev.28 02:46:17 2025-06-25 02:46:17,260 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.28', '-m', 'v4.1.0-dev.28'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) 02:46:17 2025-06-25 02:46:17,263 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:17 4.1.0-dev.28 [Pipeline] } 02:46:17 $ docker exec --env ******** --env ******** 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 ssh-agent -k 02:46:17 unset SSH_AUTH_SOCK; 02:46:17 unset SSH_AGENT_PID; 02:46:17 echo Agent pid 38 killed; 02:46:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:46:17 + git semver [Pipeline] } 02:46:18 $ docker stop --time=1 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 02:46:19 $ docker rm -f --volumes 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:46:19 02:46:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:46:20 0.23.1-centos7: Pulling from edgex-lftools 02:46:20 ab5ef0e58194: Pulling fs layer 02:46:20 9712f1f96733: Pulling fs layer 02:46:20 63f879dbbcfc: Pulling fs layer 02:46:20 0d9ebad4ef96: Pulling fs layer 02:46:20 e9a5061849ea: Pulling fs layer 02:46:20 d747dcd14b5f: Pulling fs layer 02:46:20 2de7ff778b66: Pulling fs layer 02:46:20 0d9ebad4ef96: Waiting 02:46:20 e9a5061849ea: Waiting 02:46:20 d747dcd14b5f: Waiting 02:46:20 2de7ff778b66: Waiting 02:46:20 9712f1f96733: Verifying Checksum 02:46:20 9712f1f96733: Download complete 02:46:20 63f879dbbcfc: Verifying Checksum 02:46:20 63f879dbbcfc: Download complete 02:46:20 e9a5061849ea: Verifying Checksum 02:46:20 e9a5061849ea: Download complete 02:46:20 0d9ebad4ef96: Verifying Checksum 02:46:20 0d9ebad4ef96: Download complete 02:46:20 d747dcd14b5f: Download complete 02:46:20 2de7ff778b66: Verifying Checksum 02:46:20 2de7ff778b66: Download complete 02:46:20 ab5ef0e58194: Verifying Checksum 02:46:20 ab5ef0e58194: Download complete 02:46:23 ab5ef0e58194: Pull complete 02:46:23 9712f1f96733: Pull complete 02:46:23 63f879dbbcfc: Pull complete 02:46:28 0d9ebad4ef96: Pull complete 02:46:28 e9a5061849ea: Pull complete 02:46:28 d747dcd14b5f: Pull complete 02:46:29 2de7ff778b66: Pull complete 02:46:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:46:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:46:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:29 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:46:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:46:36 $ docker top 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:46:36 provisioning config files... 02:46:36 copy managed file [sigul-config] to file:/w/workspace/edgex-go/860@tmp/config5801253111375764957tmp 02:46:36 copy managed file [sigul-password] to file:/w/workspace/edgex-go/860@tmp/config17327656292482925877tmp 02:46:36 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/860@tmp/config2707477255666120593tmp [Pipeline] { [Pipeline] echo 02:46:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:46:36 ---> sigul-configuration.sh 02:46:36 gpg: directory `/root/.gnupg' created 02:46:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:46:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:46:36 gpg: keyring `/root/.gnupg/secring.gpg' created 02:46:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:46:36 gpg: CAST5 encrypted data 02:46:36 gpg: encrypted with 1 passphrase 02:46:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:46:36 + mkdir /home/jenkins 02:46:36 + mkdir /home/jenkins/sigul [Pipeline] sh 02:46:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:46:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:46:37 ---> sigul-install.sh 02:46:37 Sigul already installed; skipping installation. [Pipeline] sh 02:46:37 + git tag --list 02:46:37 0.6.0 02:46:37 0.6.1 02:46:37 0.7.0 02:46:37 0.7.1 02:46:37 v1.0.0 02:46:37 v1.0.1 02:46:37 v1.1.0 02:46:37 v1.2.0 02:46:37 v1.2.1 02:46:37 v1.3.0 02:46:37 v1.3.1 02:46:37 v2.0.0 02:46:37 v2.1.0 02:46:37 v2.1.1 02:46:37 v2.2.0 02:46:37 v2.3.0 02:46:37 v3.0 02:46:37 v3.0.0 02:46:37 v3.1 02:46:37 v3.1.0 02:46:37 v3.1.1 02:46:37 v4.0 02:46:37 v4.0.0 02:46:37 v4.0.1 02:46:37 v4.0.1-dev.1 02:46:37 v4.1.0-dev.1 02:46:37 v4.1.0-dev.10 02:46:37 v4.1.0-dev.11 02:46:37 v4.1.0-dev.12 02:46:37 v4.1.0-dev.13 02:46:37 v4.1.0-dev.14 02:46:37 v4.1.0-dev.15 02:46:37 v4.1.0-dev.16 02:46:37 v4.1.0-dev.17 02:46:37 v4.1.0-dev.18 02:46:37 v4.1.0-dev.19 02:46:37 v4.1.0-dev.2 02:46:37 v4.1.0-dev.20 02:46:37 v4.1.0-dev.21 02:46:37 v4.1.0-dev.22 02:46:37 v4.1.0-dev.23 02:46:37 v4.1.0-dev.24 02:46:37 v4.1.0-dev.25 02:46:37 v4.1.0-dev.26 02:46:37 v4.1.0-dev.27 02:46:37 v4.1.0-dev.28 02:46:37 v4.1.0-dev.3 02:46:37 v4.1.0-dev.4 02:46:37 v4.1.0-dev.5 02:46:37 v4.1.0-dev.6 02:46:37 v4.1.0-dev.7 02:46:37 v4.1.0-dev.8 02:46:37 v4.1.0-dev.9 [Pipeline] sh 02:46:38 + lftools sign git-tag v4.1.0-dev.28 02:46:38 Signing Git tag with Sigul... 02:46:38 Signing v4.1.0-dev.28 [Pipeline] echo 02:46:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:46:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:46:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:46:39 $ docker stop --time=1 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 02:46:40 $ docker rm -f --volumes 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:46:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:46:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:46:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:41 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:46:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:46:41 $ docker top 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 -eo pid,comm 02:46: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). 02:46:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:46:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:46:41 [ssh-agent] Looking for ssh-agent implementation... 02:46:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:46:41 $ docker exec 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 ssh-agent 02:46:42 SSH_AUTH_SOCK=/tmp/ssh-IqeKzW6Wu6UE/agent.32 02:46:42 SSH_AGENT_PID=38 02:46:42 Running ssh-add (command line suppressed) 02:46:42 Identity added: /w/workspace/edgex-go/860@tmp/private_key_15553689947122733510.key (/w/workspace/edgex-go/860@tmp/private_key_15553689947122733510.key) 02:46:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:46:42 + git semver bump pre 02:46:42 2025-06-25 02:46:42,722 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:46:42 2025-06-25 02:46:42,725 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:42 2025-06-25 02:46:42,725 [bump_version] DEBUG bumping version:4.1.0-dev.28 on axis:pre with prefix:dev 02:46:42 2025-06-25 02:46:42,726 [bump_version] DEBUG bumped version:4.1.0-dev.29 02:46:42 2025-06-25 02:46:42,726 [write_version] DEBUG write version:4.1.0-dev.29 to path:/w/workspace/edgex-go/860/.semver/main with force:True 02:46:42 2025-06-25 02:46:42,726 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:42 2025-06-25 02:46:42,726 [write_file] DEBUG write to file:/w/workspace/edgex-go/860/.semver/main 02:46:42 2025-06-25 02:46:42,727 [execute] INFO git cat-file --batch-check 02:46:42 2025-06-25 02:46:42,727 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) 02:46:42 2025-06-25 02:46:42,730 [execute] INFO git cat-file --batch 02:46:42 2025-06-25 02:46:42,730 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) 02:46:42 2025-06-25 02:46:42,733 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:42 4.1.0-dev.29 [Pipeline] } 02:46:42 $ docker exec --env ******** --env ******** 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 ssh-agent -k 02:46:42 unset SSH_AUTH_SOCK; 02:46:42 unset SSH_AGENT_PID; 02:46:42 echo Agent pid 38 killed; 02:46:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:46:43 + git semver [Pipeline] } 02:46:43 $ docker stop --time=1 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 02:46:44 $ docker rm -f --volumes 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:46:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:46:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:46:45 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:46:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:46:45 $ docker top 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 -eo pid,comm 02:46:45 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:46:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:46:45 [ssh-agent] Looking for ssh-agent implementation... 02:46:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:46:46 $ docker exec 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 ssh-agent 02:46:46 SSH_AUTH_SOCK=/tmp/ssh-rv1zL9XP5sbp/agent.32 02:46:46 SSH_AGENT_PID=38 02:46:46 Running ssh-add (command line suppressed) 02:46:46 Identity added: /w/workspace/edgex-go/860@tmp/private_key_16497181706667268217.key (/w/workspace/edgex-go/860@tmp/private_key_16497181706667268217.key) 02:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:46:46 + git semver push 02:46:46 2025-06-25 02:46:46,857 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:46:46 2025-06-25 02:46:46,860 [run_push] DEBUG push 02:46:46 2025-06-25 02:46:46,861 [execute] INFO git cat-file --batch-check 02:46:46 2025-06-25 02:46:46,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) 02:46:46 2025-06-25 02:46:46,863 [execute] INFO git rev-list 487629ddab2982d2616a898544516051dbd36098 -- 02:46:46 2025-06-25 02:46:46,864 [execute] DEBUG Popen(['git', 'rev-list', '487629ddab2982d2616a898544516051dbd36098', '--'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=False) 02:46:46 2025-06-25 02:46:46,884 [execute] INFO git fetch -v -- origin 02:46:46 2025-06-25 02:46:46,884 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=True) 02:46:47 2025-06-25 02:46:47,366 [run_push] DEBUG no remote changes detected 02:46:47 2025-06-25 02:46:47,366 [execute] INFO git push origin semver 02:46:47 2025-06-25 02:46:47,366 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=False) 02:46:48 2025-06-25 02:46:48,131 [run_push] DEBUG push all version tags 02:46:48 2025-06-25 02:46:48,131 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:46:48 2025-06-25 02:46:48,132 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) 02:46:48 2025-06-25 02:46:48,797 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main 02:46:48 4.1.0-dev.29 [Pipeline] } 02:46:48 $ docker exec --env ******** --env ******** 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 ssh-agent -k 02:46:49 unset SSH_AUTH_SOCK; 02:46:49 unset SSH_AGENT_PID; 02:46:49 echo Agent pid 38 killed; 02:46:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:46:49 + git semver [Pipeline] } 02:46:49 $ docker stop --time=1 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 02:46:50 $ docker rm -f --volumes 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:46:51 + [ -d /w/workspace/edgex-go/860/archives ] [Pipeline] libraryResource [Pipeline] sh 02:46:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:46:52 ---> package-listing.sh 02:46:52 ++ facter osfamily 02:46:52 ++ tr '[:upper:]' '[:lower:]' 02:46:52 + OS_FAMILY=debian 02:46:52 + workspace=/w/workspace/edgex-go/860 02:46:52 + START_PACKAGES=/tmp/packages_start.txt 02:46:52 + END_PACKAGES=/tmp/packages_end.txt 02:46:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:46:52 + PACKAGES=/tmp/packages_start.txt 02:46:52 + '[' /w/workspace/edgex-go/860 ']' 02:46:52 + PACKAGES=/tmp/packages_end.txt 02:46:52 + case "${OS_FAMILY}" in 02:46:52 + dpkg -l 02:46:52 + grep '^ii' 02:46:52 + '[' -f /tmp/packages_start.txt ']' 02:46:52 + '[' -f /tmp/packages_end.txt ']' 02:46:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:46:52 + '[' /w/workspace/edgex-go/860 ']' 02:46:52 + mkdir -p /w/workspace/edgex-go/860/archives/ 02:46:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/860/archives/ [Pipeline] echo 02:46:52 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/860/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:46:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:46:53 02:46:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:46:54 latest: Pulling from edgex-lftools-log-publisher 02:46:54 5eb5b503b376: Pulling fs layer 02:46:54 5c69ac0246d0: Pulling fs layer 02:46:54 ec43610c2a17: Pulling fs layer 02:46:54 3a2ae6a8a46f: Pulling fs layer 02:46:54 33b1e0a273af: Pulling fs layer 02:46:54 5d3b04190fa2: Pulling fs layer 02:46:54 2f39f015ded8: Pulling fs layer 02:46:54 3a2ae6a8a46f: Waiting 02:46:54 33b1e0a273af: Waiting 02:46:54 5d3b04190fa2: Waiting 02:46:54 2f39f015ded8: Waiting 02:46:54 3a2ae6a8a46f: Download complete 02:46:54 33b1e0a273af: Verifying Checksum 02:46:54 33b1e0a273af: Download complete 02:46:54 ec43610c2a17: Verifying Checksum 02:46:54 ec43610c2a17: Download complete 02:46:54 5d3b04190fa2: Verifying Checksum 02:46:54 5d3b04190fa2: Download complete 02:46:54 5eb5b503b376: Verifying Checksum 02:46:54 5eb5b503b376: Download complete 02:46:55 2f39f015ded8: Download complete 02:46:55 5eb5b503b376: Pull complete 02:46:55 5c69ac0246d0: Pull complete 02:46:56 ec43610c2a17: Pull complete 02:46:56 3a2ae6a8a46f: Pull complete 02:46:56 33b1e0a273af: Pull complete 02:46:56 5d3b04190fa2: Pull complete 02:47:00 2f39f015ded8: Pull complete 02:47:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:47:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:47:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:47:00 prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container 02:47:00 $ 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/860/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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:47:06 $ docker top 3b28c1822d6815cf179125a046b0dc50089b92dd725f4abfb11e0e9648408d44 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:06 + touch /tmp/pre-build-complete [Pipeline] sh 02:47:07 + mkdir -p /var/log/sysstat [Pipeline] sh 02:47:07 + ls /var/log/sa-host 02:47:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:07 provisioning config files... 02:47:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/860@tmp/config18004988471052645171tmp [Pipeline] { [Pipeline] echo 02:47:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:47:07 ---> create-netrc.sh [Pipeline] } 02:47:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:47:08 ---> python-tools-install.sh [Pipeline] echo 02:47:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:47:08 ---> sudo-logs.sh 02:47:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:47:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:47:08 ---> job-cost.sh 02:47:08 lf-activate-venv: SKIPPING 02:47:08 DEBUG: total: 0.10999999940395355 02:47:08 INFO: Retrieving Stack Cost... 02:47:09 INFO: Retrieving Pricing Info for: v3-standard-8 02:47:09 INFO: Archiving Costs [Pipeline] echo 02:47:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:47:09 ---> logs-deploy.sh 02:47:09 lf-activate-venv: SKIPPING 02:47:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/860 02:47:09 INFO: archiving workspace using pattern(s): 02:47:10 Archives upload complete. 02:47:10 INFO: archiving logs to Nexus 02:47:11 ---> uname -a: 02:47:11 Linux prd-ubuntu20-04-docker-8c-8g-3952 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:47:11 02:47:11 02:47:11 ---> lscpu: 02:47:11 Architecture: x86_64 02:47:11 CPU op-mode(s): 32-bit, 64-bit 02:47:11 Byte Order: Little Endian 02:47:11 Address sizes: 40 bits physical, 48 bits virtual 02:47:11 CPU(s): 8 02:47:11 On-line CPU(s) list: 0-7 02:47:11 Thread(s) per core: 1 02:47:11 Core(s) per socket: 1 02:47:11 Socket(s): 8 02:47:11 NUMA node(s): 1 02:47:11 Vendor ID: AuthenticAMD 02:47:11 CPU family: 23 02:47:11 Model: 49 02:47:11 Model name: AMD EPYC-Rome Processor 02:47:11 Stepping: 0 02:47:11 CPU MHz: 2800.000 02:47:11 BogoMIPS: 5600.00 02:47:11 Virtualization: AMD-V 02:47:11 Hypervisor vendor: KVM 02:47:11 Virtualization type: full 02:47:11 L1d cache: 256 KiB 02:47:11 L1i cache: 256 KiB 02:47:11 L2 cache: 4 MiB 02:47:11 L3 cache: 128 MiB 02:47:11 NUMA node0 CPU(s): 0-7 02:47:11 Vulnerability Itlb multihit: Not affected 02:47:11 Vulnerability L1tf: Not affected 02:47:11 Vulnerability Mds: Not affected 02:47:11 Vulnerability Meltdown: Not affected 02:47:11 Vulnerability Mmio stale data: Not affected 02:47:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:47:11 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:47:11 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:47:11 Vulnerability Srbds: Not affected 02:47:11 Vulnerability Tsx async abort: Not affected 02:47:11 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 02:47:11 02:47:11 02:47:11 ---> nproc: 02:47:11 8 02:47:11 02:47:11 02:47:11 ---> df -h: 02:47:11 Filesystem Size Used Avail Use% Mounted on 02:47:11 overlay 155G 30G 125G 20% / 02:47:11 tmpfs 64M 0 64M 0% /dev 02:47:11 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:47:11 shm 64M 0 64M 0% /dev/shm 02:47:11 /dev/vda1 155G 30G 125G 20% /facter-os 02:47:11 02:47:11 02:47:11 ---> sar -b -r -n DEV: 02:47:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3952) 06/25/25 _x86_64_ (8 CPU) 02:47:11 02:47:11 01:51:22 LINUX RESTART (8 CPU) 02:47:11 02:47:11 01:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:47:11 01:53:01 276.82 10.47 266.34 0.00 1764.99 117619.00 0.00 02:47:11 01:54:01 10.95 0.27 10.68 0.00 19.86 6117.65 0.00 02:47:11 01:55:01 182.37 0.62 181.75 0.00 26.40 59257.06 0.00 02:47:11 01:56:01 46.03 0.05 45.98 0.00 0.40 35024.16 0.00 02:47:11 01:57:01 85.09 5.68 79.40 0.00 2621.43 29769.31 0.00 02:47:11 01:58:01 196.47 0.42 196.05 0.00 47.33 94229.10 0.00 02:47:11 01:59:01 708.93 12.38 696.55 0.00 104.90 213159.35 0.00 02:47:11 02:00:01 432.16 0.98 431.18 0.00 10.53 191566.61 0.00 02:47:11 02:01:01 243.29 0.02 243.28 0.00 0.13 79541.14 0.00 02:47:11 02:02:01 306.76 0.05 306.71 0.00 0.40 127093.64 0.00 02:47:11 02:03:01 580.35 0.07 580.29 0.00 6.93 77300.98 0.00 02:47:11 02:04:01 32.98 0.03 32.94 0.00 1.20 870.79 0.00 02:47:11 02:05:01 10.38 0.00 10.38 0.00 0.00 254.36 0.00 02:47:11 02:06:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 02:47:11 02:07:01 2.13 0.02 2.12 0.00 0.13 25.99 0.00 02:47:11 02:08:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 02:47:11 02:09:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 02:47:11 02:10:01 1.48 0.00 1.48 0.00 0.00 15.86 0.00 02:47:11 02:11:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 02:47:11 02:12:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 02:47:11 02:13:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 02:47:11 02:14:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 02:47:11 02:15:01 3.32 1.02 2.30 0.00 21.86 29.86 0.00 02:47:11 02:16:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 02:47:11 02:17:01 1.22 0.02 1.20 0.00 0.13 12.93 0.00 02:47:11 02:18:01 1.75 0.00 1.75 0.00 0.00 19.33 0.00 02:47:11 02:19:01 0.93 0.00 0.93 0.00 0.00 9.47 0.00 02:47:11 02:20:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 02:47:11 02:21:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 02:47:11 02:22:01 2.07 0.00 2.07 0.00 0.00 22.40 0.00 02:47:11 02:23:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 02:47:11 02:24:01 1.75 0.00 1.75 0.00 0.00 18.53 0.00 02:47:11 02:25:01 0.87 0.00 0.87 0.00 0.00 10.00 0.00 02:47:11 02:26:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 02:47:11 02:27:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 02:47:11 02:28:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 02:47:11 02:29:01 1.45 0.00 1.45 0.00 0.00 15.06 0.00 02:47:11 02:30:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 02:47:11 02:31:01 2.13 1.08 1.05 0.00 29.20 13.60 0.00 02:47:11 02:32:01 2.62 0.50 2.12 0.00 9.87 24.53 0.00 02:47:11 02:33:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 02:47:11 02:34:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 02:47:11 02:35:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 02:47:11 02:36:01 1.45 0.00 1.45 0.00 0.00 17.87 0.00 02:47:11 02:37:01 1.42 0.00 1.42 0.00 0.00 15.99 0.00 02:47:11 02:38:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 02:47:11 02:39:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 02:47:11 02:40:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 02:47:11 02:41:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 02:47:11 02:42:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 02:47:11 02:43:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 02:47:11 02:44:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 02:47:11 02:45:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 02:47:11 02:46:01 35.96 0.32 35.64 0.00 10.00 14134.71 0.00 02:47:11 02:47:01 149.45 0.18 149.27 0.00 14.13 40648.00 0.00 02:47:11 Average: 60.95 0.62 60.34 0.00 84.76 19741.11 0.00 02:47:11 02:47:11 01:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:47:11 01:53:01 29335488 31535916 806568 2.45 60504 2426680 1843916 5.43 1025824 2173784 42876 02:47:11 01:54:01 29180824 31548416 792468 2.41 61544 2591148 1874648 5.52 1046108 2302332 29360 02:47:11 01:55:01 27858844 31396932 909484 2.77 126244 3583904 2011332 5.93 1317128 3206172 19976 02:47:11 01:56:01 26587512 31369236 933036 2.84 130068 4756520 2176280 6.41 2044468 3681828 169168 02:47:11 01:57:01 25719336 31359764 909220 2.77 161252 5539084 1913588 5.64 2032616 4479424 581368 02:47:11 01:58:01 20834632 31252916 1009404 3.07 172776 10206240 2942172 8.67 2221064 9063140 4042100 02:47:11 01:59:01 16209608 31352196 894612 2.72 366660 14333092 2396804 7.06 2944064 12548528 2609116 02:47:11 02:00:01 9881068 29323396 2858832 8.69 403012 18187884 9627468 28.37 5337136 15978128 880280 02:47:11 02:01:01 5653652 27882100 4298316 13.07 420824 20831632 10004792 29.49 8023164 17395756 1376156 02:47:11 02:02:01 3501032 29455176 2728852 8.30 434436 24406500 6884148 20.29 8174684 19267668 1389528 02:47:11 02:03:01 8107248 31406640 843192 2.56 442568 22029204 2105356 6.20 3502532 19706896 576 02:47:11 02:04:01 8092012 31393188 855588 2.60 444144 22029820 2244344 6.61 3961848 19261104 484 02:47:11 02:05:01 8101544 31403048 845748 2.57 444484 22029892 2097348 6.18 4034708 19178264 8 02:47:11 02:06:01 8103088 31404660 844344 2.57 444512 22029900 2097348 6.18 4033100 19178272 8 02:47:11 02:07:01 8114376 31416020 832780 2.53 444560 22029872 2130092 6.28 4019864 19178248 16 02:47:11 02:08:01 8115364 31417056 831916 2.53 444596 22029880 2130092 6.28 4020112 19178252 56 02:47:11 02:09:01 8119136 31420832 828112 2.52 444608 22029884 2130092 6.28 4016080 19178256 8 02:47:11 02:10:01 8119080 31420800 828096 2.52 444620 22029884 2130092 6.28 4016352 19178256 8 02:47:11 02:11:01 8119712 31421448 827584 2.52 444632 22029888 2130092 6.28 4016532 19178260 176 02:47:11 02:12:01 8120680 31422436 826576 2.51 444652 22029888 2130092 6.28 4015584 19178260 64 02:47:11 02:13:01 8120736 31422500 826504 2.51 444664 22029892 2130092 6.28 4015188 19178264 28 02:47:11 02:14:01 8120372 31422144 826860 2.51 444680 22029896 2130092 6.28 4015180 19178264 48 02:47:11 02:15:01 8118696 31421576 827440 2.52 444744 22030544 2181296 6.43 4015368 19178828 8 02:47:11 02:16:01 8118892 31421788 827136 2.52 444780 22030548 2181296 6.43 4015364 19178832 60 02:47:11 02:17:01 8118560 31421492 827384 2.52 444816 22030536 2181296 6.43 4015644 19178832 16 02:47:11 02:18:01 8118680 31421656 827320 2.52 444840 22030552 2181296 6.43 4015564 19178836 16 02:47:11 02:19:01 8118704 31421704 827284 2.52 444840 22030552 2181296 6.43 4015604 19178836 8 02:47:11 02:20:01 8118436 31421440 827464 2.52 444864 22030556 2181296 6.43 4015656 19178840 8 02:47:11 02:21:01 8118688 31421696 827192 2.52 444880 22030560 2181296 6.43 4015656 19178844 8 02:47:11 02:22:01 8118852 31421952 826912 2.51 444932 22030564 2181296 6.43 4016000 19178848 36 02:47:11 02:23:01 8119088 31422196 826632 2.51 444952 22030568 2181296 6.43 4015664 19178852 12 02:47:11 02:24:01 8119324 31422460 826348 2.51 444984 22030568 2181296 6.43 4015704 19178856 12 02:47:11 02:25:01 8119332 31422472 826328 2.51 444992 22030572 2181296 6.43 4015692 19178860 28 02:47:11 02:26:01 8119532 31422712 826304 2.51 445012 22030576 2181296 6.43 4015736 19178864 4 02:47:11 02:27:01 8119240 31422564 826424 2.51 445032 22030704 2164656 6.38 4015932 19178964 44 02:47:11 02:28:01 8119484 31422836 826096 2.51 445064 22030708 2164656 6.38 4015788 19178992 52 02:47:11 02:29:01 8119436 31422832 826052 2.51 445108 22030708 2164656 6.38 4015836 19178996 8 02:47:11 02:30:01 8119160 31422612 826260 2.51 445132 22030712 2164656 6.38 4015876 19179004 40 02:47:11 02:31:01 8114744 31420036 828704 2.52 445160 22031596 2164656 6.38 4019864 19179516 64 02:47:11 02:32:01 8112640 31418332 830400 2.53 445192 22031884 2164656 6.38 4022608 19179356 20 02:47:11 02:33:01 8113124 31418824 830056 2.52 445212 22031896 2164656 6.38 4022368 19179360 32 02:47:11 02:34:01 8113316 31419044 830040 2.52 445216 22031896 2164656 6.38 4022168 19179360 4 02:47:11 02:35:01 8113048 31418780 830276 2.52 445236 22031900 2164656 6.38 4022256 19179364 8 02:47:11 02:36:01 8109936 31415712 833284 2.53 445260 22031904 2164656 6.38 4026744 19179368 8 02:47:11 02:37:01 8110008 31415856 833084 2.53 445324 22031904 2164656 6.38 4026568 19179372 32 02:47:11 02:38:01 8110172 31416024 832864 2.53 445332 22031908 2164656 6.38 4026436 19179376 144 02:47:11 02:39:01 8109904 31415792 833048 2.53 445356 22031908 2164656 6.38 4026476 19179380 4 02:47:11 02:40:01 8109856 31415756 833012 2.53 445368 22031916 2164656 6.38 4026460 19179388 12 02:47:11 02:41:01 8109808 31415716 832988 2.53 445372 22031920 2164656 6.38 4026460 19179392 8 02:47:11 02:42:01 8109760 31415684 832960 2.53 445388 22031920 2164656 6.38 4026548 19179392 160 02:47:11 02:43:01 8109132 31415076 833676 2.54 445428 22031924 2164656 6.38 4026800 19179388 8 02:47:11 02:44:01 8109124 31415112 833644 2.54 445452 22031924 2164656 6.38 4026576 19179392 44 02:47:11 02:45:01 8109020 31415016 833624 2.54 445456 22031928 2164656 6.38 4026888 19179396 180 02:47:11 02:46:01 6968932 31116296 1125248 3.42 449172 22782980 2561336 7.55 4370788 19872704 359640 02:47:11 02:47:01 6408828 31356028 884124 2.69 482508 23487348 2234664 6.59 4137008 20608128 383952 02:47:11 Average: 10128378 31271343 979595 2.98 407281 20008341 2533824 7.47 3908499 17379656 216111 02:47:11 02:47:11 01:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:47:11 01:53:01 lo 3.66 3.66 0.36 0.36 0.00 0.00 0.00 0.00 02:47:11 01:53:01 docker0 163.43 322.42 8.68 741.81 0.00 0.00 0.00 0.00 02:47:11 01:53:01 veth84e9572 163.43 322.57 10.92 741.82 0.00 0.00 0.00 0.06 02:47:11 01:53:01 ens3 757.06 505.41 6353.86 70.05 0.00 0.00 0.00 0.00 02:47:11 01:54:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 02:47:11 01:54:01 docker0 363.31 762.54 19.54 2280.53 0.00 0.00 0.00 0.00 02:47:11 01:54:01 ens3 830.76 392.92 2688.81 32.00 0.00 0.00 0.00 0.00 02:47:11 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:55:01 docker0 250.66 276.27 19.80 1649.15 0.00 0.00 0.00 0.00 02:47:11 01:55:01 ens3 387.60 312.26 4475.88 38.92 0.00 0.00 0.00 0.00 02:47:11 01:55:01 vethd31c4f0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 01:56:01 docker0 1.03 1.03 0.08 0.09 0.00 0.00 0.00 0.00 02:47:11 01:56:01 ens3 32.84 20.36 24.36 13.73 0.00 0.00 0.00 0.00 02:47:11 01:56:01 vethd31c4f0 1.03 1.10 0.09 0.10 0.00 0.00 0.00 0.00 02:47:11 01:57:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 02:47:11 01:57:01 docker0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 01:57:01 ens3 170.94 100.62 2300.78 17.75 0.00 0.00 0.00 0.00 02:47:11 01:57:01 vethd31c4f0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethc23c81e 2.02 5.17 0.15 38.82 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethebc7fc0 0.35 0.52 0.03 0.14 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethba6beb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth2666305 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethc6a7ec8 3.22 8.92 0.23 110.11 0.00 0.00 0.00 0.01 02:47:11 01:58:01 veth920f821 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethb55a5d5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth31fed07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth2ca12ae 1.60 3.58 0.12 38.70 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth943b2b1 6.72 11.95 0.51 116.88 0.00 0.00 0.00 0.01 02:47:11 01:58:01 veth8e5b26c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 docker0 15.63 33.49 0.96 343.42 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth7b0a8f8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth4e8c9e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 vethf6425aa 1.73 4.35 0.13 38.83 0.00 0.00 0.00 0.00 02:47:11 01:58:01 ens3 191.55 99.42 3425.22 21.74 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth3c21400 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:58:01 veth04070a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:59:01 vethebc7fc0 0.10 1.23 0.00 0.06 0.00 0.00 0.00 0.00 02:47:11 01:59:01 vethc79597c 102.03 154.90 9.61 1234.27 0.00 0.00 0.00 0.10 02:47:11 01:59:01 veth73d938d 100.52 155.46 9.50 1234.55 0.00 0.00 0.00 0.10 02:47:11 01:59:01 veth2013fe8 91.39 152.57 8.87 1233.74 0.00 0.00 0.00 0.10 02:47:11 01:59:01 veth80fe4fd 98.87 155.75 9.37 1234.03 0.00 0.00 0.00 0.10 02:47:11 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 01:59:01 vethc2be947 110.58 148.18 10.19 1234.43 0.00 0.00 0.00 0.10 02:47:11 01:59:01 veth98c2fb4 102.20 155.40 9.64 1234.12 0.00 0.00 0.00 0.10 02:47:11 01:59:01 docker0 673.36 1052.00 52.80 8478.55 0.00 0.00 0.00 0.00 02:47:11 01:59:01 ens3 1109.36 725.16 8502.80 229.08 0.00 0.00 0.00 0.00 02:47:11 02:00:01 vethebc7fc0 0.10 0.33 0.01 0.02 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth5bd3212 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth1aa3251 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth507ddf4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth44fc11a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 vethb83fdde 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 docker0 0.20 0.38 0.01 0.02 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth3041f8d 0.05 0.22 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth9678e3b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 vethd41b021 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth6711739 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth51725e6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 vethf4cc955 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:00:01 ens3 14.15 7.95 11.92 6.10 0.00 0.00 0.00 0.00 02:47:11 02:00:01 veth4b8eccb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:47:11 02:01:01 vethebc7fc0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth5bd3212 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth1aa3251 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth507ddf4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth44fc11a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 vethb83fdde 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth3041f8d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth9678e3b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 vethd41b021 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth6711739 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth51725e6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 vethf4cc955 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:01:01 ens3 2.98 1.40 2.28 1.19 0.00 0.00 0.00 0.00 02:47:11 02:01:01 veth4b8eccb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 vethebc7fc0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth5bd3212 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth1aa3251 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth507ddf4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth44fc11a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 vethb83fdde 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth3041f8d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth9678e3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 vethd41b021 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth6711739 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth51725e6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 vethf4cc955 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:02:01 ens3 1.55 0.83 1.00 0.55 0.00 0.00 0.00 0.00 02:47:11 02:02:01 veth4b8eccb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:03:01 lo 23.60 23.60 2.33 2.33 0.00 0.00 0.00 0.00 02:47:11 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:03:01 ens3 194.92 169.51 121.09 629.26 0.00 0.00 0.00 0.00 02:47:11 02:04:01 lo 43.93 43.93 4.33 4.33 0.00 0.00 0.00 0.00 02:47:11 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:04:01 ens3 490.97 480.44 198.87 2720.70 0.00 0.00 0.00 0.00 02:47:11 02:05:01 lo 12.86 12.86 1.27 1.27 0.00 0.00 0.00 0.00 02:47:11 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:05:01 ens3 122.38 104.68 66.24 473.65 0.00 0.00 0.00 0.00 02:47:11 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:06:01 ens3 0.60 0.32 0.27 0.20 0.00 0.00 0.00 0.00 02:47:11 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:07:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:47:11 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:08:01 ens3 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:09:01 ens3 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:47:11 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:10:01 ens3 0.55 0.20 0.87 0.02 0.00 0.00 0.00 0.00 02:47:11 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:12:01 ens3 0.42 0.18 0.09 0.07 0.00 0.00 0.00 0.00 02:47:11 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:13:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:47:11 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:14:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:17:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:47:11 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:18:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:19:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:21:01 ens3 0.22 0.07 0.12 0.00 0.00 0.00 0.00 0.00 02:47:11 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:22:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:47:11 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:23:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:24:01 ens3 0.30 0.12 0.08 0.01 0.00 0.00 0.00 0.00 02:47:11 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:26:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:27:01 ens3 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:47:11 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:28:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:29:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:31:01 ens3 2.75 2.02 2.12 2.99 0.00 0.00 0.00 0.00 02:47:11 02:32:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:47:11 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:32:01 ens3 5.87 4.85 3.61 3.43 0.00 0.00 0.00 0.00 02:47:11 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:33:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:34:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:36:01 ens3 1.53 1.63 0.34 17.94 0.00 0.00 0.00 0.00 02:47:11 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:37:01 ens3 3.47 7.50 0.29 7.41 0.00 0.00 0.00 0.00 02:47:11 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:38:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:39:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:47:11 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:42:01 ens3 2.25 4.65 0.26 7.22 0.00 0.00 0.00 0.00 02:47:11 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:43:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:47:11 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:45:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:47:11 02:46:01 veth494b7e1 71.57 85.02 6.64 865.55 0.00 0.00 0.00 0.07 02:47:11 02:46:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 02:47:11 02:46:01 docker0 71.57 84.90 5.66 865.54 0.00 0.00 0.00 0.00 02:47:11 02:46:01 ens3 201.93 165.46 3520.13 90.29 0.00 0.00 0.00 0.00 02:47:11 02:47:01 lo 2.27 2.27 0.24 0.24 0.00 0.00 0.00 0.00 02:47:11 02:47:01 docker0 5.12 5.10 1.04 1.51 0.00 0.00 0.00 0.00 02:47:11 02:47:01 ens3 280.72 174.88 5794.15 52.30 0.00 0.00 0.00 0.00 02:47:11 Average: lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 02:47:11 Average: docker0 28.04 46.07 1.97 260.97 0.00 0.00 0.00 0.00 02:47:11 Average: ens3 87.27 59.59 680.01 80.67 0.00 0.00 0.00 0.00 02:47:11 02:47:11 02:47:11 ---> sar -P ALL: 02:47:11 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3952) 06/25/25 _x86_64_ (8 CPU) 02:47:11 02:47:11 01:51:22 LINUX RESTART (8 CPU) 02:47:11 02:47:11 01:52:02 CPU %user %nice %system %iowait %steal %idle 02:47:11 01:53:01 all 5.03 0.00 1.83 1.86 0.05 91.23 02:47:11 01:53:01 0 4.56 0.00 2.33 2.02 0.03 91.05 02:47:11 01:53:01 1 3.96 0.00 1.52 0.07 0.05 94.40 02:47:11 01:53:01 2 3.88 0.00 1.59 0.61 0.05 93.87 02:47:11 01:53:01 3 6.53 0.00 1.86 0.46 0.05 91.10 02:47:11 01:53:01 4 7.49 0.00 2.40 8.34 0.07 81.70 02:47:11 01:53:01 5 4.28 0.00 1.83 2.88 0.02 90.99 02:47:11 01:53:01 6 4.81 0.00 1.36 0.46 0.05 93.31 02:47:11 01:53:01 7 4.76 0.00 1.73 0.05 0.05 93.40 02:47:11 01:54:01 all 1.65 0.00 0.56 0.33 0.04 97.42 02:47:11 01:54:01 0 1.63 0.00 0.45 0.02 0.05 97.85 02:47:11 01:54:01 1 1.44 0.00 0.74 0.00 0.03 97.79 02:47:11 01:54:01 2 3.72 0.00 0.84 0.42 0.05 94.97 02:47:11 01:54:01 3 1.22 0.00 0.33 1.44 0.05 96.96 02:47:11 01:54:01 4 2.83 0.00 0.59 0.75 0.03 95.80 02:47:11 01:54:01 5 0.92 0.00 0.55 0.00 0.03 98.49 02:47:11 01:54:01 6 0.49 0.00 0.50 0.00 0.02 99.00 02:47:11 01:54:01 7 0.92 0.00 0.52 0.02 0.02 98.53 02:47:11 01:55:01 all 6.36 0.00 3.13 2.72 0.05 87.74 02:47:11 01:55:01 0 6.42 0.00 3.78 1.36 0.05 88.38 02:47:11 01:55:01 1 6.50 0.00 2.75 0.08 0.07 90.60 02:47:11 01:55:01 2 5.21 0.00 2.42 0.66 0.05 91.66 02:47:11 01:55:01 3 6.34 0.00 3.55 1.23 0.05 88.83 02:47:11 01:55:01 4 6.54 0.00 4.58 17.25 0.07 71.56 02:47:11 01:55:01 5 6.58 0.00 2.69 0.07 0.03 90.63 02:47:11 01:55:01 6 6.26 0.00 2.99 0.94 0.03 89.78 02:47:11 01:55:01 7 6.99 0.00 2.30 0.24 0.05 90.43 02:47:11 01:56:01 all 41.55 0.00 6.13 2.39 0.11 49.81 02:47:11 01:56:01 0 40.11 0.00 5.93 1.88 0.10 51.97 02:47:11 01:56:01 1 41.47 0.00 6.64 0.07 0.10 51.73 02:47:11 01:56:01 2 43.12 0.00 5.86 0.52 0.10 50.40 02:47:11 01:56:01 3 40.62 0.00 6.58 14.19 0.13 38.47 02:47:11 01:56:01 4 39.98 0.00 6.40 1.15 0.10 52.37 02:47:11 01:56:01 5 40.12 0.00 5.63 0.07 0.10 54.08 02:47:11 01:56:01 6 43.05 0.00 6.21 1.13 0.15 49.46 02:47:11 01:56:01 7 43.93 0.00 5.82 0.12 0.12 50.02 02:47:11 01:57:01 all 66.39 0.00 9.00 1.16 0.12 23.34 02:47:11 01:57:01 0 66.14 0.00 8.67 1.72 0.10 23.38 02:47:11 01:57:01 1 62.49 0.00 8.55 1.68 0.12 27.16 02:47:11 01:57:01 2 68.05 0.00 9.14 1.65 0.12 21.05 02:47:11 01:57:01 3 66.33 0.00 9.42 1.30 0.10 22.85 02:47:11 01:57:01 4 66.57 0.00 9.83 0.93 0.12 22.55 02:47:11 01:57:01 5 67.71 0.00 9.57 0.60 0.13 21.98 02:47:11 01:57:01 6 67.05 0.00 8.55 0.79 0.12 23.49 02:47:11 01:57:01 7 66.72 0.00 8.25 0.64 0.12 24.27 02:47:11 01:58:01 all 25.00 0.00 6.68 4.92 0.09 63.31 02:47:11 01:58:01 0 26.42 0.00 6.98 3.08 0.08 63.44 02:47:11 01:58:01 1 21.94 0.00 5.48 2.28 0.07 70.24 02:47:11 01:58:01 2 25.15 0.00 6.52 6.15 0.08 62.09 02:47:11 01:58:01 3 24.06 0.00 6.88 7.13 0.08 61.85 02:47:11 01:58:01 4 26.01 0.00 7.81 9.93 0.14 56.12 02:47:11 01:58:01 5 25.30 0.00 5.95 2.13 0.10 66.53 02:47:11 01:58:01 6 25.89 0.00 6.84 1.94 0.07 65.26 02:47:11 01:58:01 7 25.23 0.00 6.98 6.78 0.10 60.91 02:47:11 01:59:01 all 12.91 0.00 5.78 17.56 0.10 63.64 02:47:11 01:59:01 0 11.87 0.00 6.09 15.32 0.10 66.62 02:47:11 01:59:01 1 13.51 0.00 5.30 6.96 0.10 74.13 02:47:11 01:59:01 2 11.00 0.00 4.90 31.66 0.08 52.35 02:47:11 01:59:01 3 13.35 0.00 6.13 28.33 0.12 52.07 02:47:11 01:59:01 4 15.46 0.00 6.79 22.83 0.10 54.82 02:47:11 01:59:01 5 12.64 0.00 5.62 15.57 0.12 66.05 02:47:11 01:59:01 6 12.79 0.00 6.29 8.98 0.10 71.83 02:47:11 01:59:01 7 12.69 0.00 5.12 10.92 0.10 71.16 02:47:11 02:00:01 all 29.96 0.00 6.16 11.71 0.08 52.10 02:47:11 02:00:01 0 29.74 0.00 5.83 4.95 0.07 59.41 02:47:11 02:00:01 1 29.75 0.00 6.13 5.74 0.07 58.32 02:47:11 02:00:01 2 29.89 0.00 5.45 23.15 0.10 41.40 02:47:11 02:00:01 3 29.85 0.00 5.77 1.83 0.08 62.47 02:47:11 02:00:01 4 31.26 0.00 7.97 39.78 0.08 20.91 02:47:11 02:00:01 5 29.85 0.00 6.34 8.12 0.07 55.61 02:47:11 02:00:01 6 30.12 0.00 5.28 1.87 0.07 62.66 02:47:11 02:00:01 7 29.21 0.00 6.50 8.47 0.07 55.76 02:47:11 02:01:01 all 89.71 0.00 10.12 0.00 0.17 0.00 02:47:11 02:01:01 0 89.54 0.00 10.26 0.00 0.20 0.00 02:47:11 02:01:01 1 90.41 0.00 9.42 0.00 0.17 0.00 02:47:11 02:01:01 2 90.08 0.00 9.72 0.00 0.20 0.00 02:47:11 02:01:01 3 90.35 0.00 9.51 0.00 0.13 0.00 02:47:11 02:01:01 4 89.80 0.00 10.02 0.00 0.18 0.00 02:47:11 02:01:01 5 89.30 0.00 10.53 0.00 0.17 0.00 02:47:11 02:01:01 6 89.83 0.00 10.00 0.00 0.17 0.00 02:47:11 02:01:01 7 88.34 0.00 11.49 0.00 0.17 0.00 02:47:11 02:02:01 all 89.73 0.00 10.09 0.01 0.18 0.00 02:47:11 02:02:01 0 90.04 0.00 9.79 0.00 0.17 0.00 02:47:11 02:02:01 1 90.63 0.00 9.20 0.00 0.15 0.02 02:47:11 02:02:01 2 89.50 0.00 10.31 0.02 0.17 0.00 02:47:11 02:02:01 3 90.80 0.00 9.05 0.00 0.15 0.00 02:47:11 02:02:01 4 89.25 0.00 10.56 0.00 0.19 0.00 02:47:11 02:02:01 5 90.05 0.00 9.81 0.00 0.13 0.00 02:47:11 02:02:01 6 88.97 0.00 10.74 0.00 0.30 0.00 02:47:11 02:02:01 7 88.56 0.00 11.26 0.03 0.15 0.00 02:47:11 02:03:01 all 18.81 0.00 3.70 9.91 0.08 67.51 02:47:11 02:03:01 0 18.05 0.00 3.45 8.05 0.08 70.36 02:47:11 02:03:01 1 19.03 0.00 3.56 9.35 0.07 67.99 02:47:11 02:03:01 2 20.47 0.00 3.64 5.54 0.07 70.28 02:47:11 02:03:01 3 19.06 0.00 3.70 9.35 0.08 67.81 02:47:11 02:03:01 4 19.01 0.00 4.15 9.60 0.08 67.15 02:47:11 02:03:01 5 17.02 0.00 3.22 6.48 0.07 73.22 02:47:11 02:03:01 6 17.64 0.00 3.64 7.34 0.07 71.31 02:47:11 02:03:01 7 20.20 0.00 4.21 23.65 0.08 51.85 02:47:11 02:47:11 02:03:01 CPU %user %nice %system %iowait %steal %idle 02:47:11 02:04:01 all 9.77 0.00 0.93 0.09 0.06 89.15 02:47:11 02:04:01 0 3.64 0.00 0.75 0.02 0.02 95.58 02:47:11 02:04:01 1 10.86 0.00 0.87 0.38 0.07 87.82 02:47:11 02:04:01 2 10.33 0.00 1.09 0.08 0.07 88.44 02:47:11 02:04:01 3 10.71 0.00 0.99 0.02 0.07 88.22 02:47:11 02:04:01 4 11.03 0.00 0.85 0.02 0.07 88.03 02:47:11 02:04:01 5 9.21 0.00 0.93 0.02 0.07 89.78 02:47:11 02:04:01 6 6.75 0.00 0.87 0.20 0.07 92.11 02:47:11 02:04:01 7 15.63 0.00 1.08 0.02 0.07 83.20 02:47:11 02:05:01 all 2.03 0.00 0.30 0.03 0.03 97.61 02:47:11 02:05:01 0 1.45 0.00 0.27 0.00 0.03 98.25 02:47:11 02:05:01 1 0.92 0.00 0.30 0.00 0.02 98.76 02:47:11 02:05:01 2 3.69 0.00 0.50 0.00 0.05 95.76 02:47:11 02:05:01 3 2.00 0.00 0.27 0.00 0.03 97.70 02:47:11 02:05:01 4 3.14 0.00 0.20 0.03 0.03 96.59 02:47:11 02:05:01 5 0.68 0.00 0.32 0.02 0.03 98.95 02:47:11 02:05:01 6 2.17 0.00 0.23 0.20 0.02 97.38 02:47:11 02:05:01 7 2.15 0.00 0.32 0.00 0.03 97.50 02:47:11 02:06:01 all 0.03 0.00 0.02 0.01 0.01 99.94 02:47:11 02:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:06:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:06:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:47:11 02:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 02:47:11 02:06:01 6 0.02 0.00 0.00 0.03 0.00 99.95 02:47:11 02:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:07:01 all 0.04 0.00 0.03 0.00 0.01 99.92 02:47:11 02:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:07:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:07:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:47:11 02:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:47:11 02:07:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:47:11 02:07:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:07:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:47:11 02:07:01 7 0.00 0.00 0.03 0.00 0.02 99.95 02:47:11 02:08:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:47:11 02:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:47:11 02:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:47:11 02:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:47:11 02:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:47:11 02:09:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:47:11 02:09:01 2 0.05 0.00 0.02 0.00 0.03 99.90 02:47:11 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:09:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:47:11 02:09:01 6 0.02 0.00 0.00 0.02 0.02 99.95 02:47:11 02:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:47:11 02:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:10:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:47:11 02:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:47:11 02:10:01 5 0.03 0.00 0.03 0.00 0.00 99.93 02:47:11 02:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:47:11 02:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:11:01 1 0.07 0.00 0.03 0.00 0.00 99.90 02:47:11 02:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:11:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:47:11 02:11:01 6 0.08 0.00 0.00 0.02 0.00 99.90 02:47:11 02:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:12:01 all 0.03 0.00 0.02 0.00 0.01 99.95 02:47:11 02:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:47:11 02:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:12:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:12:01 5 0.07 0.00 0.05 0.00 0.03 99.85 02:47:11 02:12:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:13:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:47:11 02:13:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:47:11 02:13:01 1 0.08 0.00 0.02 0.00 0.02 99.88 02:47:11 02:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:13:01 5 0.07 0.00 0.07 0.00 0.02 99.85 02:47:11 02:13:01 6 0.02 0.00 0.00 0.05 0.00 99.93 02:47:11 02:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:47:11 02:14:01 0 0.07 0.00 0.00 0.00 0.00 99.93 02:47:11 02:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:14:01 5 0.05 0.00 0.02 0.00 0.08 99.85 02:47:11 02:14:01 6 0.00 0.00 0.00 0.05 0.02 99.93 02:47:11 02:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:47:11 02:14:01 CPU %user %nice %system %iowait %steal %idle 02:47:11 02:15:01 all 0.10 0.00 0.05 0.06 0.01 99.79 02:47:11 02:15:01 0 0.30 0.00 0.08 0.00 0.00 99.62 02:47:11 02:15:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:15:01 2 0.03 0.00 0.03 0.02 0.02 99.90 02:47:11 02:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:15:01 4 0.00 0.00 0.03 0.17 0.00 99.80 02:47:11 02:15:01 5 0.27 0.00 0.12 0.12 0.02 99.48 02:47:11 02:15:01 6 0.02 0.00 0.02 0.13 0.00 99.83 02:47:11 02:15:01 7 0.08 0.00 0.03 0.02 0.02 99.85 02:47:11 02:16:01 all 0.14 0.00 0.01 0.00 0.01 99.84 02:47:11 02:16:01 0 0.91 0.00 0.00 0.00 0.02 99.07 02:47:11 02:16:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:16:01 3 0.02 0.00 0.03 0.02 0.02 99.92 02:47:11 02:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:16:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:16:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:17:01 all 0.03 0.00 0.01 0.00 0.00 99.95 02:47:11 02:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:17:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:17:01 5 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:17:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:47:11 02:17:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:47:11 02:18:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:47:11 02:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 02:47:11 02:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:18:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:18:01 5 0.10 0.00 0.05 0.00 0.02 99.83 02:47:11 02:18:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 02:47:11 02:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:20:01 all 0.09 0.00 0.01 0.00 0.01 99.89 02:47:11 02:20:01 0 0.48 0.00 0.03 0.00 0.00 99.48 02:47:11 02:20:01 1 0.10 0.00 0.00 0.00 0.02 99.88 02:47:11 02:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:47:11 02:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:20:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:47:11 02:20:01 6 0.03 0.00 0.02 0.02 0.00 99.93 02:47:11 02:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:21:01 all 0.02 0.00 0.02 0.01 0.01 99.95 02:47:11 02:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:47:11 02:21:01 1 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:21:01 4 0.00 0.00 0.00 0.07 0.00 99.93 02:47:11 02:21:01 5 0.03 0.00 0.05 0.00 0.02 99.90 02:47:11 02:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:21:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:47:11 02:22:01 all 0.14 0.00 0.02 0.01 0.00 99.83 02:47:11 02:22:01 0 0.91 0.00 0.00 0.00 0.00 99.09 02:47:11 02:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:47:11 02:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:22:01 4 0.03 0.00 0.00 0.03 0.00 99.93 02:47:11 02:22:01 5 0.07 0.00 0.03 0.00 0.00 99.90 02:47:11 02:22:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:47:11 02:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:23:01 all 0.17 0.00 0.01 0.00 0.01 99.81 02:47:11 02:23:01 0 1.27 0.00 0.00 0.00 0.02 98.71 02:47:11 02:23:01 1 0.07 0.00 0.05 0.00 0.02 99.87 02:47:11 02:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:23:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:23:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:24:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:47:11 02:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:24:01 1 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:24:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:47:11 02:24:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:24:01 6 0.02 0.00 0.00 0.10 0.02 99.87 02:47:11 02:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:25:01 all 0.21 0.00 0.02 0.00 0.01 99.76 02:47:11 02:25:01 0 1.60 0.00 0.03 0.00 0.00 98.37 02:47:11 02:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:47:11 02:25:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:47:11 02:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:25:01 5 0.02 0.00 0.07 0.00 0.02 99.90 02:47:11 02:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:47:11 02:25:01 CPU %user %nice %system %iowait %steal %idle 02:47:11 02:26:01 all 0.17 0.00 0.01 0.00 0.01 99.81 02:47:11 02:26:01 0 1.08 0.00 0.03 0.00 0.00 98.89 02:47:11 02:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:47:11 02:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:26:01 5 0.08 0.00 0.05 0.00 0.02 99.85 02:47:11 02:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:47:11 02:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:27:01 all 0.17 0.00 0.01 0.00 0.01 99.81 02:47:11 02:27:01 0 1.26 0.00 0.00 0.00 0.02 98.73 02:47:11 02:27:01 1 0.08 0.00 0.02 0.00 0.02 99.88 02:47:11 02:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:27:01 4 0.00 0.00 0.02 0.02 0.00 99.97 02:47:11 02:27:01 5 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:28:01 all 0.10 0.00 0.01 0.00 0.01 99.88 02:47:11 02:28:01 0 0.62 0.00 0.02 0.00 0.00 99.37 02:47:11 02:28:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:47:11 02:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:28:01 3 0.05 0.00 0.02 0.02 0.02 99.90 02:47:11 02:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:28:01 5 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:47:11 02:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:29:01 3 0.02 0.00 0.02 0.02 0.02 99.93 02:47:11 02:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:29:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:47:11 02:29:01 6 0.02 0.00 0.00 0.02 0.02 99.95 02:47:11 02:29:01 7 0.02 0.00 0.03 0.00 0.02 99.93 02:47:11 02:30:01 all 0.11 0.00 0.01 0.00 0.01 99.87 02:47:11 02:30:01 0 0.70 0.00 0.00 0.00 0.02 99.28 02:47:11 02:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:30:01 3 0.05 0.00 0.02 0.02 0.02 99.90 02:47:11 02:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:30:01 7 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:31:01 all 0.13 0.00 0.01 0.00 0.01 99.85 02:47:11 02:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:31:01 1 0.20 0.00 0.00 0.00 0.02 99.78 02:47:11 02:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:31:01 4 0.20 0.00 0.00 0.00 0.02 99.78 02:47:11 02:31:01 5 0.18 0.00 0.03 0.02 0.00 99.77 02:47:11 02:31:01 6 0.23 0.00 0.02 0.02 0.00 99.73 02:47:11 02:31:01 7 0.13 0.00 0.02 0.00 0.00 99.85 02:47:11 02:32:01 all 0.24 0.00 0.02 0.01 0.00 99.74 02:47:11 02:32:01 0 0.67 0.00 0.03 0.00 0.00 99.30 02:47:11 02:32:01 1 0.17 0.00 0.02 0.00 0.00 99.82 02:47:11 02:32:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:32:01 3 0.13 0.00 0.02 0.00 0.02 99.83 02:47:11 02:32:01 4 0.50 0.00 0.02 0.02 0.00 99.47 02:47:11 02:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:47:11 02:32:01 6 0.25 0.00 0.03 0.03 0.00 99.68 02:47:11 02:32:01 7 0.10 0.00 0.02 0.00 0.00 99.88 02:47:11 02:33:01 all 0.09 0.00 0.01 0.00 0.01 99.88 02:47:11 02:33:01 0 0.67 0.00 0.02 0.00 0.00 99.32 02:47:11 02:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:47:11 02:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:33:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:47:11 02:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:34:01 all 0.11 0.00 0.01 0.00 0.01 99.86 02:47:11 02:34:01 0 0.68 0.00 0.02 0.00 0.02 99.29 02:47:11 02:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:47:11 02:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:47:11 02:34:01 5 0.10 0.00 0.02 0.00 0.02 99.87 02:47:11 02:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:35:01 all 0.20 0.00 0.01 0.00 0.02 99.76 02:47:11 02:35:01 0 1.40 0.00 0.02 0.00 0.00 98.58 02:47:11 02:35:01 1 0.05 0.00 0.02 0.02 0.02 99.90 02:47:11 02:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:35:01 3 0.05 0.00 0.03 0.00 0.03 99.88 02:47:11 02:35:01 4 0.02 0.00 0.02 0.00 0.15 99.82 02:47:11 02:35:01 5 0.05 0.00 0.00 0.00 0.00 99.95 02:47:11 02:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:36:01 all 0.07 0.00 0.02 0.00 0.00 99.90 02:47:11 02:36:01 0 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:36:01 1 0.08 0.00 0.02 0.02 0.00 99.88 02:47:11 02:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:36:01 3 0.08 0.00 0.05 0.00 0.00 99.87 02:47:11 02:36:01 4 0.12 0.00 0.00 0.00 0.00 99.88 02:47:11 02:36:01 5 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:36:01 6 0.05 0.00 0.02 0.02 0.00 99.92 02:47:11 02:36:01 7 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:47:11 02:36:01 CPU %user %nice %system %iowait %steal %idle 02:47:11 02:37:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:47:11 02:37:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:37:01 1 0.07 0.00 0.02 0.00 0.02 99.90 02:47:11 02:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:47:11 02:37:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:47:11 02:37:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:47:11 02:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:47:11 02:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:38:01 all 0.02 0.00 0.02 0.00 0.00 99.95 02:47:11 02:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:47:11 02:38:01 1 0.03 0.00 0.02 0.02 0.00 99.93 02:47:11 02:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:38:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:38:01 5 0.05 0.00 0.05 0.00 0.00 99.90 02:47:11 02:38:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:39:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:47:11 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:39:01 1 0.10 0.00 0.03 0.00 0.00 99.87 02:47:11 02:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:39:01 3 0.07 0.00 0.03 0.00 0.02 99.88 02:47:11 02:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:39:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:40:01 all 0.02 0.00 0.02 0.00 0.00 99.95 02:47:11 02:40:01 0 0.02 0.00 0.02 0.02 0.00 99.95 02:47:11 02:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 02:47:11 02:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:40:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:47:11 02:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 02:47:11 02:40:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:47:11 02:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:41:01 all 0.03 0.00 0.01 0.00 0.00 99.95 02:47:11 02:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:47:11 02:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:47:11 02:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:41:01 5 0.07 0.00 0.03 0.00 0.00 99.90 02:47:11 02:41:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:47:11 02:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:47:11 02:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:47:11 02:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:47:11 02:42:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:47:11 02:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:47:11 02:42:01 4 0.02 0.00 0.00 0.02 0.00 99.97 02:47:11 02:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 02:47:11 02:42:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:42:01 7 0.07 0.00 0.03 0.00 0.00 99.90 02:47:11 02:43:01 all 0.04 0.00 0.00 0.00 0.01 99.95 02:47:11 02:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 02:47:11 02:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:47:11 02:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:47:11 02:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:47:11 02:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:47:11 02:43:01 5 0.07 0.00 0.00 0.00 0.00 99.93 02:47:11 02:43:01 6 0.03 0.00 0.00 0.02 0.02 99.93 02:47:11 02:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:47:11 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.96 02:47:11 02:44:01 0 0.00 0.00 0.00 0.02 0.00 99.98 02:47:11 02:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:47:11 02:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:44:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:47:11 02:44:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:47:11 02:44:01 7 0.08 0.00 0.03 0.00 0.02 99.87 02:47:11 02:45:01 all 0.03 0.00 0.02 0.00 0.00 99.94 02:47:11 02:45:01 0 0.02 0.00 0.03 0.02 0.00 99.93 02:47:11 02:45:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:47:11 02:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:47:11 02:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:47:11 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:47:11 02:45:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:47:11 02:45:01 6 0.02 0.00 0.05 0.02 0.02 99.90 02:47:11 02:45:01 7 0.00 0.00 0.03 0.00 0.00 99.97 02:47:11 02:46:01 all 3.33 0.00 1.35 1.15 0.03 94.15 02:47:11 02:46:01 0 3.11 0.00 1.12 0.02 0.02 95.74 02:47:11 02:46:01 1 4.15 0.00 1.40 0.20 0.02 94.23 02:47:11 02:46:01 2 3.33 0.00 1.10 0.00 0.03 95.54 02:47:11 02:46:01 3 2.21 0.00 1.59 0.37 0.03 95.80 02:47:11 02:46:01 4 3.30 0.00 1.67 5.45 0.05 89.53 02:47:11 02:46:01 5 3.08 0.00 1.54 0.70 0.03 94.64 02:47:11 02:46:01 6 3.90 0.00 1.47 2.39 0.02 92.22 02:47:11 02:46:01 7 3.54 0.00 0.89 0.15 0.02 95.41 02:47:11 02:47:01 all 7.62 0.00 3.32 2.92 0.06 86.07 02:47:11 02:47:01 0 8.98 0.00 3.64 0.03 0.05 87.30 02:47:11 02:47:01 1 7.47 0.00 3.80 9.35 0.07 79.31 02:47:11 02:47:01 2 5.83 0.00 3.41 4.86 0.05 85.85 02:47:11 02:47:01 3 9.53 0.00 2.98 0.85 0.07 86.58 02:47:11 02:47:01 4 5.82 0.00 2.85 0.10 0.08 91.15 02:47:11 02:47:01 5 7.19 0.00 3.02 7.13 0.05 82.61 02:47:11 02:47:01 6 8.76 0.00 3.02 0.19 0.07 87.97 02:47:11 02:47:01 7 7.35 0.00 3.88 0.93 0.07 87.77 02:47:11 02:47:11 Average: CPU %user %nice %system %iowait %steal %idle 02:47:11 Average: all 7.44 0.00 1.26 1.03 0.03 90.24 02:47:11 Average: 0 7.47 0.00 1.26 0.69 0.02 90.55 02:47:11 Average: 1 7.36 0.00 1.20 0.65 0.03 90.76 02:47:11 Average: 2 7.46 0.00 1.21 1.35 0.03 89.95 02:47:11 Average: 3 7.49 0.00 1.25 1.20 0.03 90.04 02:47:11 Average: 4 7.55 0.00 1.38 2.10 0.03 88.93 02:47:11 Average: 5 7.35 0.00 1.24 0.79 0.03 90.59 02:47:11 Average: 6 7.35 0.00 1.23 0.49 0.03 90.91 02:47:11 Average: 7 7.54 0.00 1.28 0.94 0.02 90.22 02:47:11 02:47:11 02:47:11