Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a4fc37660b1b21c16fcdbb2815343e7b100a20fe 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-ssh10609668553358847374.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-ssh5458142428626631595.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-ssh3730208777103617338.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-ssh15195747086989783445.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-ssh6454875414676370041.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 ‘prd-ubuntu20.04-docker-8c-8g-2253’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2256 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/839 [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/839 # 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 a4fc37660b1b21c16fcdbb2815343e7b100a20fe (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 Commit message: "build(deps): Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#5149)" > git rev-list --no-walk 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:08:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:08:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:08:16 ========================================================= 03:08:16 EdgeX Global Pipelines Version Info 03:08:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:08:17 ------------------- 03:08:17 stable info: 03:08:17 ------------------- 03:08:17 Commited By: Ginny Guan ginny@iotechsys.com 03:08:17 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:08:17 Message: update stable to v1.0.274 03:08:18 ------------------- 03:08:18 experimental info: 03:08:18 ------------------- 03:08:18 Commited By: **** collab-it+edgex@linuxfoundation.org 03:08:18 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:08:18 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:08:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4fc376 [Pipeline] echo 03:08:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:08:19 provisioning config files... 03:08:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config3232403628107261920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:19 ---> ****-login.sh 03:08:19 nexus3.edgexfoundry.org:10001 03:08:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:08:20 Configure a credential helper to remove this warning. See 03:08:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:08:20 03:08:20 Login Succeeded 03:08:20 nexus3.edgexfoundry.org:10002 03:08:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:08:20 Configure a credential helper to remove this warning. See 03:08:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:08:20 03:08:20 Login Succeeded 03:08:20 nexus3.edgexfoundry.org:10003 03:08:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:08:20 Configure a credential helper to remove this warning. See 03:08:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:08:20 03:08:20 Login Succeeded 03:08:20 nexus3.edgexfoundry.org:10004 03:08:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:08:20 Configure a credential helper to remove this warning. See 03:08:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:08:20 03:08:20 Login Succeeded 03:08:20 ****.io 03:08:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:08:20 Configure a credential helper to remove this warning. See 03:08:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:08:20 03:08:20 Login Succeeded 03:08:20 ---> ****-login.sh ends [Pipeline] } 03:08:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:21 + 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 03:08:21 + dirname cmd/core-command/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo core-command,cmd/core-command/Dockerfile 03:08:21 + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:08:21 + dirname cmd/core-data/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo core-data,cmd/core-data/Dockerfile 03:08:21 + dirname cmd/core-keeper/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo core-keeper,cmd/core-keeper/Dockerfile 03:08:21 + dirname cmd/core-metadata/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo core-metadata,cmd/core-metadata/Dockerfile 03:08:21 + dirname cmd/security-bootstrapper/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:08:21 + dirname cmd/security-proxy-auth/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:08:21 + dirname cmd/security-proxy-setup/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:08:21 + dirname cmd/security-secretstore-setup/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:08:21 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:08:21 + dirname cmd/security-spire-agent/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:08:21 + dirname cmd/security-spire-config/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:08:21 + dirname cmd/security-spire-server/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:08:21 + dirname cmd/support-notifications/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo support-notifications,cmd/support-notifications/Dockerfile 03:08:21 + dirname cmd/support-scheduler/Dockerfile 03:08:21 + cut -d/ -f2 03:08:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:08:21 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 03:08:21 + git rev-list -1 --merges a4fc37660b1b21c16fcdbb2815343e7b100a20fe~1..a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:08:21 -----------> git rev-list -1 --merges a4fc37660b1b21c16fcdbb2815343e7b100a20fe~1..a4fc37660b1b21c16fcdbb2815343e7b100a20fe a4fc37660b1b21c16fcdbb2815343e7b100a20fe [false] [Pipeline] sh 03:08:21 + git log --format=format:%s -1 a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:08:21 ========================================================= 03:08:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:08:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:08:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:08:22 + grep -v github /etc/ssh/ssh_known_hosts 03:08:22 + [ -e /tmp/ssh_known_hosts ] 03:08:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:08:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:08:22 + sudo tee -a /etc/ssh/ssh_known_hosts 03:08:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:08:22 03:08:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:08:23 0.1.4: Pulling from edgex-devops/py-git-semver 03:08:23 3dae71ba6b94: Pulling fs layer 03:08:23 6bf1a483ea7c: Pulling fs layer 03:08:23 f5dfc541a4d3: Pulling fs layer 03:08:23 461d9e800cba: Pulling fs layer 03:08:23 80192f66455f: Pulling fs layer 03:08:23 2e8e34ca0e6c: Pulling fs layer 03:08:23 a29436f7fd5d: Pulling fs layer 03:08:23 923cac83aea3: Pulling fs layer 03:08:23 25ad8b0a4227: Pulling fs layer 03:08:23 db01528c6b51: Pulling fs layer 03:08:23 28988de357af: Pulling fs layer 03:08:23 461d9e800cba: Waiting 03:08:23 80192f66455f: Waiting 03:08:23 2e8e34ca0e6c: Waiting 03:08:23 a29436f7fd5d: Waiting 03:08:23 923cac83aea3: Waiting 03:08:23 25ad8b0a4227: Waiting 03:08:23 db01528c6b51: Waiting 03:08:23 28988de357af: Waiting 03:08:23 6bf1a483ea7c: Verifying Checksum 03:08:23 6bf1a483ea7c: Download complete 03:08:23 461d9e800cba: Verifying Checksum 03:08:23 461d9e800cba: Download complete 03:08:23 80192f66455f: Verifying Checksum 03:08:23 80192f66455f: Download complete 03:08:23 f5dfc541a4d3: Verifying Checksum 03:08:23 f5dfc541a4d3: Download complete 03:08:23 3dae71ba6b94: Verifying Checksum 03:08:23 3dae71ba6b94: Download complete 03:08:23 923cac83aea3: Verifying Checksum 03:08:23 25ad8b0a4227: Verifying Checksum 03:08:23 25ad8b0a4227: Download complete 03:08:23 db01528c6b51: Download complete 03:08:23 28988de357af: Verifying Checksum 03:08:23 28988de357af: Download complete 03:08:23 a29436f7fd5d: Download complete 03:08:24 2e8e34ca0e6c: Verifying Checksum 03:08:24 2e8e34ca0e6c: Download complete 03:08:24 3dae71ba6b94: Pull complete 03:08:25 6bf1a483ea7c: Pull complete 03:08:25 f5dfc541a4d3: Pull complete 03:08:25 461d9e800cba: Pull complete 03:08:25 80192f66455f: Pull complete 03:08:28 2e8e34ca0e6c: Pull complete 03:08:29 a29436f7fd5d: Pull complete 03:08:29 923cac83aea3: Pull complete 03:08:29 25ad8b0a4227: Pull complete 03:08:29 db01528c6b51: Pull complete 03:08:29 28988de357af: Pull complete 03:08:29 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:08:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:08:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:08:30 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:08:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:08:34 $ docker top b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 -eo pid,comm 03:08:34 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:08:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:08:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:34 [ssh-agent] Looking for ssh-agent implementation... 03:08:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:35 $ docker exec b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent 03:08:35 SSH_AUTH_SOCK=/tmp/ssh-LV9EkbHeMDVe/agent.32 03:08:35 SSH_AGENT_PID=38 03:08:35 Running ssh-add (command line suppressed) 03:08:35 Identity added: /w/workspace/edgex-go/839@tmp/private_key_17113282578289505764.key (/w/workspace/edgex-go/839@tmp/private_key_17113282578289505764.key) 03:08:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:35 + git tag --points-at HEAD [Pipeline] } 03:08:35 $ docker exec --env ******** --env ******** b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent -k 03:08:35 unset SSH_AUTH_SOCK; 03:08:35 unset SSH_AGENT_PID; 03:08:35 echo Agent pid 38 killed; 03:08:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:08:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:35 [ssh-agent] Looking for ssh-agent implementation... 03:08:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:35 $ docker exec b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent 03:08:35 SSH_AUTH_SOCK=/tmp/ssh-70oOQfyE8kbT/agent.71 03:08:35 SSH_AGENT_PID=77 03:08:35 Running ssh-add (command line suppressed) 03:08:36 Identity added: /w/workspace/edgex-go/839@tmp/private_key_7374213796455522987.key (/w/workspace/edgex-go/839@tmp/private_key_7374213796455522987.key) 03:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:36 + git semver init 03:08:36 2025-05-26 03:08:36,616 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:08:36 2025-05-26 03:08:36,620 [run_init] DEBUG init version:0.0.0 force:False 03:08:36 2025-05-26 03:08:36,621 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/839/.semver 03:08:36 2025-05-26 03:08:36,621 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/839/.semver 03:08:36 2025-05-26 03:08:36,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/839/.semver'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) 03:08:43 2025-05-26 03:08:41,993 [append_file] DEBUG append to file:/w/workspace/edgex-go/839/.git/info/exclude 03:08:43 2025-05-26 03:08:41,993 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/839/.semver/main with force:False 03:08:43 2025-05-26 03:08:41,993 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:08:43 2025-05-26 03:08:41,994 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:08:43 4.1.0-dev.12 [Pipeline] } 03:08:43 $ docker exec --env ******** --env ******** b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent -k 03:08:43 unset SSH_AUTH_SOCK; 03:08:43 unset SSH_AGENT_PID; 03:08:43 echo Agent pid 77 killed; 03:08:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:43 + git semver [Pipeline] } 03:08:44 $ docker stop --time=1 b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 03:08:45 $ docker rm -f --volumes b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 [Pipeline] // withDockerContainer [Pipeline] sh 03:08:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:08:46 Stashed 1 file(s) [Pipeline] echo 03:08:46 [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [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 03:08:46 + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo 03:08:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:08:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:08:46 ========================================================= 03:08:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:08:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:08:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:08:46 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:08:46 0a9a5dfd008f: Pulling fs layer 03:08:46 dbfa0bcfca99: Pulling fs layer 03:08:46 70eabb1d9476: Pulling fs layer 03:08:46 957bedc73fa3: Pulling fs layer 03:08:46 4f4fb700ef54: Pulling fs layer 03:08:46 f40432e63723: Pulling fs layer 03:08:46 90b4343acab7: Pulling fs layer 03:08:46 9f67ea4ac784: Pulling fs layer 03:08:46 9228b9a606be: Pulling fs layer 03:08:46 4f4fb700ef54: Waiting 03:08:46 f40432e63723: Waiting 03:08:46 90b4343acab7: Waiting 03:08:46 9f67ea4ac784: Waiting 03:08:46 9228b9a606be: Waiting 03:08:46 957bedc73fa3: Waiting 03:08:46 dbfa0bcfca99: Verifying Checksum 03:08:46 dbfa0bcfca99: Download complete 03:08:46 957bedc73fa3: Verifying Checksum 03:08:46 957bedc73fa3: Download complete 03:08:46 4f4fb700ef54: Download complete 03:08:46 f40432e63723: Verifying Checksum 03:08:46 f40432e63723: Download complete 03:08:46 90b4343acab7: Verifying Checksum 03:08:46 90b4343acab7: Download complete 03:08:47 0a9a5dfd008f: Pull complete 03:08:47 9228b9a606be: Verifying Checksum 03:08:47 9228b9a606be: Download complete 03:08:47 dbfa0bcfca99: Pull complete 03:08:47 70eabb1d9476: Verifying Checksum 03:08:47 70eabb1d9476: Download complete 03:08:47 9f67ea4ac784: Verifying Checksum 03:08:47 9f67ea4ac784: Download complete 03:08:51 70eabb1d9476: Pull complete 03:08:51 957bedc73fa3: Pull complete 03:08:51 4f4fb700ef54: Pull complete 03:08:51 f40432e63723: Pull complete 03:08:51 90b4343acab7: Pull complete 03:08:54 9f67ea4ac784: Pull complete 03:08:54 9228b9a606be: Pull complete 03:08:54 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:08:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:08:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 03:08:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:08:54 WORKDIR /edgex 03:08:54 COPY go.mod . 03:08:54 RUN go mod download 03:08:54 + docker build -t ci-base-image-x86_64 -f - . 03:08:55 Sending build context to Docker daemon 185.8MB 03:08:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:08:55 ---> 69404ca5bff2 03:08:55 Step 2/4 : WORKDIR /edgex 03:09:00 ---> Running in bf113a3047ba 03:09:01 Removing intermediate container bf113a3047ba 03:09:01 ---> f8ba3ca1daf8 03:09:01 Step 3/4 : COPY go.mod . 03:09:01 ---> 7769c91af0c5 03:09:01 Step 4/4 : RUN go mod download 03:09:01 ---> Running in 80157acf12d0 03:09:01 Still waiting to schedule task 03:09:01 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:09:23 Removing intermediate container 80157acf12d0 03:09:23 ---> 179ed7dd79b8 03:09:23 Successfully built 179ed7dd79b8 03:09:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:23 + docker inspect -f . ci-base-image-x86_64 03:09:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:09:23 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:09:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:09:23 $ docker top 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:24 + go version 03:09:24 go version go1.23.8 linux/amd64 [Pipeline] } 03:09:24 $ docker stop --time=1 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 03:09:25 $ docker rm -f --volumes 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:09:25 + docker inspect -f . ci-base-image-x86_64 03:09:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:09:26 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:09:26 $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:09:26 $ docker top fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 -eo pid,comm [Pipeline] { [Pipeline] echo 03:09:26 ========================================================= 03:09:26 [edgeXBuildGoParallel] Running Tests and Build... 03:09:26 ========================================================= [Pipeline] sh 03:09:26 + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] fileExists [Pipeline] sh 03:09:27 + make test 03:09:27 go test -race -coverprofile=coverage.out ./... 03:09:35 ? github.com/edgexfoundry/edgex-go [no test files] 03:09:57 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:09:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:09:57 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:09:57 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:09:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.030s coverage: 28.7% of statements 03:09:59 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:09:59 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:09:59 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:09:59 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:09:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.045s coverage: 97.0% of statements 03:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:10:00 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:10:00 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:10:01 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 03:10:01 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:10:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:10:01 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:10:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 03:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements 03:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements 03:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 45.2% of statements 03:10:03 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:10:03 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.032s coverage: 93.4% of statements 03:10:03 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 92.3% of statements 03:10:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 8.4% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:10:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:10:05 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:10:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.333s coverage: 95.8% of statements 03:10:06 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 03:10:07 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 03:10:07 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:10:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 03:10:07 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 03:10:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.050s coverage: 0.0% of statements [no tests to run] 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 03:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 03:10:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:10:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:10:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:10:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:10:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:10:09 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 87.1% of statements 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.049s coverage: 96.3% of statements 03:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:10:10 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:10:11 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:10:12 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:10:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:10:14 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 03:10:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:10:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 03:10:15 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:10:18 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 03:10:19 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:10:19 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 03:10:19 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:10:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:10:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 03:10:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:10:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements 03:10:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 03:10:21 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:10:22 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:10:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:10:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:10:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:10:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 03:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:10:24 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:24 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 03:10:25 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 03:10:25 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 03:10:25 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 03:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 03:10:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:10:26 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.041s coverage: 92.9% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.030s coverage: 87.2% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.072s coverage: 81.8% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.053s coverage: 6.8% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.053s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.181s coverage: 54.5% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.022s coverage: 88.6% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 94.9% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements 03:10:30 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 03:10:31 running golangci-lint 03:10:31 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 03:10:31 go version go1.23.8 linux/amd64 03:10:31 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 03:10:31 level=info msg="[config_reader] Used config file .golangci.yml" 03:10:31 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 03:10:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2258 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:10:45 Running in /w/workspace/edgex-go/839 [Pipeline] { [Pipeline] checkout 03:10:48 The recommended git tool is: git 03:10:53 using credential edgex-jenkins-ssh 03:10:53 Cloning the remote Git repository 03:10:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:10:53 > git init /w/workspace/edgex-go/839 # timeout=10 03:10:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:10:53 > git --version # timeout=10 03:10:53 > git --version # 'git version 2.25.1' 03:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:10:53 level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|files|exports_file|imports) took 21.862061734s" 03:10:53 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.542391ms" 03:10:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:05 level=info msg="[linters_context/goanalysis] analyzers took 1m36.763593996s with top 10 stages: buildir: 52.587459816s, gosec: 3.818030394s, fact_deprecated: 3.41542282s, inspect: 3.046581192s, ctrlflow: 2.626629534s, printf: 2.42164216s, fact_purity: 1.719588233s, nilness: 1.707432902s, SA5012: 1.328168162s, typedness: 1.134266057s" 03:11:05 level=info msg="[runner] Issues before processing: 202, after processing: 0" 03:11:05 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, skip_dirs: 202/202, nolint: 20/0, skip_files: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude-rules: 202/20, cgo: 202/202, invalid_issue: 202/202, exclude: 202/202" 03:11:05 level=info msg="[runner] processing took 17.903617ms with stages: nolint: 7.522389ms, identifier_marker: 5.838655ms, path_prettifier: 1.313913ms, autogenerated_exclude: 1.256513ms, exclude-rules: 1.127274ms, skip_dirs: 705.383µs, invalid_issue: 71.22µs, cgo: 51.07µs, filename_unadjuster: 13.06µs, max_same_issues: 1.02µs, uniq_by_line: 660ns, fixer: 410ns, skip_files: 390ns, exclude: 290ns, path_shortener: 260ns, sort_results: 240ns, source_code: 220ns, max_from_linter: 170ns, diff: 160ns, max_per_file_from_linter: 110ns, path_prefixer: 110ns, severity-rules: 100ns" 03:11:05 level=info msg="[runner] linters took 11.263268822s with stages: goanalysis_metalinter: 11.245239745s" 03:11:05 level=info msg="File cache stats: 0 entries of total size 0B" 03:11:05 level=info msg="Memory: 333 samples, avg is 286.7MB, max is 1396.2MB" 03:11:05 level=info msg="Execution took 33.18039881s" 03:11:05 go vet ./... 03:11:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:11:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:11:11 ./bin/test-attribution-txt.sh [Pipeline] echo 03:11:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 03:11:11 + ls -al . 03:11:11 total 1992 03:11:11 drwxrwxr-x 11 1001 1001 4096 May 26 03:09 . 03:11:11 drwxr-xr-x 4 root root 4096 May 26 03:09 .. 03:11:11 drwxrwxr-x 2 1001 1001 4096 May 26 03:08 .blubracket 03:11:11 -rw-rw-r-- 1 1001 1001 10 May 26 03:08 .dockerignore 03:11:11 drwxrwxr-x 8 1001 1001 4096 May 26 03:10 .git 03:11:11 drwxrwxr-x 3 1001 1001 4096 May 26 03:08 .github 03:11:11 -rw-rw-r-- 1 1001 1001 909 May 26 03:08 .gitignore 03:11:11 -rw-rw-r-- 1 1001 1001 218 May 26 03:08 .golangci.yml 03:11:11 -rw-rw-r-- 1 1001 1001 100 May 26 03:08 .hadolint.yml 03:11:11 drwxr-xr-x 3 1001 1001 4096 May 26 03:08 .semver 03:11:11 -rw-rw-r-- 1 1001 1001 155 May 26 03:08 .sonarcloud.properties 03:11:11 -rw-rw-r-- 1 1001 1001 1171 May 26 03:08 ADOPTERS.md 03:11:11 -rw-rw-r-- 1 1001 1001 17374 May 26 03:08 Attribution.txt 03:11:11 -rw-rw-r-- 1 1001 1001 108018 May 26 03:08 CHANGELOG.md 03:11:11 -rw-rw-r-- 1 1001 1001 3804 May 26 03:08 CONTRIBUTING.md 03:11:11 -rw-rw-r-- 1 1001 1001 677 May 26 03:08 GOVERNANCE.md 03:11:11 -rw-rw-r-- 1 1001 1001 858 May 26 03:08 Jenkinsfile 03:11:11 -rw-rw-r-- 1 1001 1001 10775 May 26 03:08 LICENSE 03:11:11 -rw-rw-r-- 1 1001 1001 16740 May 26 03:08 Makefile 03:11:11 -rw-rw-r-- 1 1001 1001 582 May 26 03:08 OWNERS.md 03:11:11 -rw-rw-r-- 1 1001 1001 9932 May 26 03:08 README.md 03:11:11 -rw-rw-r-- 1 1001 1001 789 May 26 03:08 SECURITY.md 03:11:11 -rw-rw-r-- 1 1001 1001 12 May 26 03:08 VERSION 03:11:11 drwxrwxr-x 2 1001 1001 4096 May 26 03:08 bin 03:11:11 drwxrwxr-x 19 1001 1001 4096 May 26 03:08 cmd 03:11:11 -rw-r--r-- 1 root root 1661048 May 26 03:10 coverage.out 03:11:11 drwxrwxr-x 2 1001 1001 4096 May 26 03:08 fuzz_test 03:11:11 -rw-rw-r-- 1 1001 1001 6492 May 26 03:08 go.mod 03:11:11 -rw-rw-r-- 1 1001 1001 88215 May 26 03:08 go.sum 03:11:11 drwxrwxr-x 7 1001 1001 4096 May 26 03:08 internal 03:11:11 drwxrwxr-x 2 1001 1001 4096 May 26 03:08 openapi 03:11:11 -rw-rw-r-- 1 1001 1001 584 May 26 03:08 security.txt 03:11:11 -rw-rw-r-- 1 1001 1001 204 May 26 03:08 version.go [Pipeline] sh 03:11:11 + '[' -e coverage.out ] 03:11:11 + chown 1001:1001 coverage.out [Pipeline] stash 03:11:11 Avoid second fetch 03:11:11 Checking out Revision a4fc37660b1b21c16fcdbb2815343e7b100a20fe (main) 03:11:11 Stashed 1 file(s) [Pipeline] sh 03:11:12 + make build 03:11:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:11:12 Commit message: "build(deps): Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#5149)" 03:11:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:11:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:11:11 > git config core.sparsecheckout # timeout=10 03:11:11 > git checkout -f a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:11:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:11:17 Dload Upload Total Spent Left Speed 03:11:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh 03:11:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:11:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:11:18 + sudo tee /etc/docker/daemon.new 03:11:18 { 03:11:18 "registry-mirrors": [ 03:11:18 "https://nexus3.edgexfoundry.org:10001" 03:11:18 ], 03:11:18 "bip": "10.250.0.254/24", 03:11:18 "hosts": [ 03:11:18 "tcp://0.0.0.0:5555", 03:11:18 "unix:///var/run/docker.sock" 03:11:18 ], 03:11:18 "mtu": 1458, 03:11:18 "selinux-enabled": true, 03:11:18 "seccomp-profile": "/etc/docker/seccomp.json" 03:11:18 } [Pipeline] sh 03:11:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:11:18 + sudo service docker restart 03:11:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:11:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:11:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:11:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:11:36 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:11:37 provisioning config files... 03:11:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config14671686280435926517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:11:37 ---> ****-login.sh 03:11:37 nexus3.edgexfoundry.org:10001 03:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:11:38 Configure a credential helper to remove this warning. See 03:11:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:11:38 03:11:38 Login Succeeded 03:11:38 nexus3.edgexfoundry.org:10002 03:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:11:38 Configure a credential helper to remove this warning. See 03:11:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:11:38 03:11:38 Login Succeeded 03:11:38 nexus3.edgexfoundry.org:10003 03:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:11:38 Configure a credential helper to remove this warning. See 03:11:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:11:38 03:11:38 Login Succeeded 03:11:38 nexus3.edgexfoundry.org:10004 03:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:11:39 Configure a credential helper to remove this warning. See 03:11:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:11:39 03:11:39 Login Succeeded 03:11:39 ****.io 03:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:11:39 Configure a credential helper to remove this warning. See 03:11:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:11:39 03:11:39 Login Succeeded 03:11:39 ---> ****-login.sh ends [Pipeline] } 03:11:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:11:40 + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo 03:11:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:11:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:11:40 ========================================================= 03:11:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 03:11:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:11:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:11:41 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:11:41 94e9d8af2201: Pulling fs layer 03:11:41 634366ca850b: Pulling fs layer 03:11:41 f66ade281fe9: Pulling fs layer 03:11:41 13fd4ce6e94e: Pulling fs layer 03:11:41 4f4fb700ef54: Pulling fs layer 03:11:41 4cccf3f17d63: Pulling fs layer 03:11:41 2d8010953d95: Pulling fs layer 03:11:41 ec743f232bc5: Pulling fs layer 03:11:41 13fd4ce6e94e: Waiting 03:11:41 4f4fb700ef54: Waiting 03:11:41 4cccf3f17d63: Waiting 03:11:41 ec743f232bc5: Waiting 03:11:41 2d8010953d95: Waiting 03:11:41 634366ca850b: Verifying Checksum 03:11:41 634366ca850b: Download complete 03:11:41 13fd4ce6e94e: Verifying Checksum 03:11:41 13fd4ce6e94e: Download complete 03:11:41 4f4fb700ef54: Verifying Checksum 03:11:41 4f4fb700ef54: Download complete 03:11:41 4cccf3f17d63: Verifying Checksum 03:11:41 4cccf3f17d63: Download complete 03:11:41 94e9d8af2201: Verifying Checksum 03:11:41 94e9d8af2201: Download complete 03:11:41 ec743f232bc5: Verifying Checksum 03:11:41 ec743f232bc5: Download complete 03:11:41 94e9d8af2201: Pull complete 03:11:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:11:42 634366ca850b: Pull complete 03:11:43 f66ade281fe9: Verifying Checksum 03:11:43 f66ade281fe9: Download complete 03:11:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:11:44 2d8010953d95: Verifying Checksum 03:11:44 2d8010953d95: Download complete 03:11:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:11:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:11:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:11:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:11:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:11:52 $ docker stop --time=1 fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 03:11:55 $ docker rm -f --volumes fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:11:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:56 03:11:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:11:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:56 latest: Pulling from edgex-devops/edgex-compose 03:11:56 91d30c5bc195: Pulling fs layer 03:11:56 2e9b0aa3be6d: Pulling fs layer 03:11:56 9c61dcf015f6: Pulling fs layer 03:11:56 4698f68db338: Pulling fs layer 03:11:56 2a2f49069b9e: Pulling fs layer 03:11:56 e0025b399a48: Pulling fs layer 03:11:56 4698f68db338: Waiting 03:11:56 2a2f49069b9e: Waiting 03:11:56 e0025b399a48: Waiting 03:11:56 91d30c5bc195: Verifying Checksum 03:11:56 91d30c5bc195: Download complete 03:11:56 4698f68db338: Verifying Checksum 03:11:56 4698f68db338: Download complete 03:11:57 2e9b0aa3be6d: Verifying Checksum 03:11:57 2e9b0aa3be6d: Download complete 03:11:57 e0025b399a48: Verifying Checksum 03:11:57 e0025b399a48: Download complete 03:11:57 91d30c5bc195: Pull complete 03:11:57 2a2f49069b9e: Verifying Checksum 03:11:57 2a2f49069b9e: Download complete 03:11:57 2e9b0aa3be6d: Pull complete 03:11:57 9c61dcf015f6: Verifying Checksum 03:11:57 9c61dcf015f6: Download complete 03:11:59 f66ade281fe9: Pull complete 03:11:59 13fd4ce6e94e: Pull complete 03:11:59 4f4fb700ef54: Pull complete 03:11:59 4cccf3f17d63: Pull complete 03:12:00 9c61dcf015f6: Pull complete 03:12:00 4698f68db338: Pull complete 03:12:00 2a2f49069b9e: Pull complete 03:12:00 e0025b399a48: Pull complete 03:12:00 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:12:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:12:00 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:12:00 $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:12:03 $ docker top 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:03 + docker compose -f ./docker-compose-build.yml build --parallel 03:12:05 #1 [core-command internal] load build definition from Dockerfile 03:12:05 #1 transferring dockerfile: 1.94kB done 03:12:06 2d8010953d95: Pull complete 03:12:06 #1 DONE 0.6s 03:12:06 03:12:06 #2 [security-spire-server internal] load build definition from Dockerfile 03:12:06 #2 ... 03:12:06 03:12:06 #3 [security-spire-config internal] load build definition from Dockerfile 03:12:06 #3 DONE 0.0s 03:12:06 03:12:06 #4 [core-data internal] load build definition from Dockerfile 03:12:06 #4 transferring dockerfile: 2.04kB done 03:12:06 #4 DONE 1.3s 03:12:06 03:12:06 #5 [security-proxy-auth internal] load build definition from Dockerfile 03:12:06 #5 transferring dockerfile: 2.14kB done 03:12:06 #5 DONE 1.2s 03:12:06 03:12:06 #6 [security-secretstore-setup internal] load build definition from Dockerfile 03:12:06 #6 transferring dockerfile: 2.49kB done 03:12:06 #6 DONE 1.2s 03:12:06 03:12:06 #7 [core-command internal] load .dockerignore 03:12:06 #7 transferring context: 50B done 03:12:06 #7 DONE 1.1s 03:12:06 03:12:06 #8 [security-proxy-setup internal] load .dockerignore 03:12:07 #8 ... 03:12:07 03:12:07 #2 [security-spire-server internal] load build definition from Dockerfile 03:12:07 #2 transferring dockerfile: 1.70kB done 03:12:07 #2 DONE 1.1s 03:12:07 03:12:07 #9 [core-data internal] load .dockerignore 03:12:07 #9 transferring context: 50B done 03:12:07 #9 DONE 0.6s 03:12:07 03:12:07 #10 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #11 [core-common-config-bootstrapper internal] load .dockerignore 03:12:07 #11 transferring context: 50B done 03:12:07 #11 DONE 0.6s 03:12:07 03:12:07 #12 [security-secretstore-setup internal] load .dockerignore 03:12:07 #12 transferring context: 50B done 03:12:07 #12 DONE 0.7s 03:12:07 03:12:07 #10 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #13 [core-data internal] load metadata for docker.io/library/alpine:3.20 03:12:07 #13 DONE 0.2s 03:12:07 03:12:07 #14 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:07 #14 ... 03:12:07 03:12:07 #15 [core-keeper internal] load .dockerignore 03:12:07 #15 transferring context: 50B done 03:12:07 #15 DONE 0.7s 03:12:07 03:12:07 #8 [security-proxy-setup internal] load .dockerignore 03:12:07 #8 transferring context: 50B done 03:12:07 #8 DONE 0.8s 03:12:07 03:12:07 #16 [security-proxy-setup internal] load build definition from Dockerfile 03:12:07 #16 transferring dockerfile: 2.50kB done 03:12:07 #16 DONE 0.8s 03:12:07 03:12:07 #17 [core-metadata internal] load .dockerignore 03:12:07 #17 transferring context: 50B done 03:12:07 #17 DONE 0.8s 03:12:07 03:12:07 #18 [security-spire-config internal] load .dockerignore 03:12:07 #18 transferring context: 50B done 03:12:07 #18 DONE 0.8s 03:12:07 03:12:07 #3 [security-spire-config internal] load build definition from Dockerfile 03:12:07 #3 transferring dockerfile: 1.69kB done 03:12:07 #3 DONE 0.8s 03:12:07 03:12:07 #19 [security-spire-server internal] load .dockerignore 03:12:07 #19 transferring context: 50B done 03:12:07 #19 DONE 0.8s 03:12:07 03:12:07 #20 [security-proxy-auth internal] load .dockerignore 03:12:07 #20 transferring context: 50B done 03:12:07 #20 DONE 0.7s 03:12:07 03:12:07 #10 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #14 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:07 #14 ... 03:12:07 03:12:07 #21 [core-keeper internal] load build definition from Dockerfile 03:12:07 #21 transferring dockerfile: 2.01kB done 03:12:07 #21 DONE 0.8s 03:12:07 03:12:07 #22 [security-spiffe-token-provider internal] load .dockerignore 03:12:07 #22 transferring context: 50B done 03:12:07 #22 DONE 0.9s 03:12:07 03:12:07 #23 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:12:07 #23 transferring dockerfile: 1.89kB done 03:12:07 #23 DONE 0.9s 03:12:07 03:12:07 #24 [core-metadata internal] load build definition from Dockerfile 03:12:07 #24 transferring dockerfile: 2.10kB done 03:12:07 #24 DONE 0.9s 03:12:07 03:12:07 #25 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:12:07 #25 transferring dockerfile: 2.23kB done 03:12:07 #25 DONE 0.9s 03:12:07 03:12:07 #26 [support-notifications internal] load .dockerignore 03:12:07 #26 transferring context: 50B done 03:12:07 #26 DONE 0.8s 03:12:07 03:12:07 #27 [security-spire-agent internal] load .dockerignore 03:12:07 #27 transferring context: 50B done 03:12:07 #27 DONE 0.7s 03:12:07 03:12:07 #28 [security-bootstrapper internal] load .dockerignore 03:12:07 #28 transferring context: 50B done 03:12:07 #28 DONE 0.7s 03:12:07 03:12:07 #29 [support-scheduler internal] load .dockerignore 03:12:07 #29 transferring context: 50B done 03:12:07 #29 DONE 0.8s 03:12:07 03:12:07 #10 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #14 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:07 #14 ... 03:12:07 03:12:07 #30 [support-notifications internal] load build definition from Dockerfile 03:12:07 #30 transferring dockerfile: 2.00kB done 03:12:07 #30 DONE 0.9s 03:12:07 03:12:07 #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #31 [security-spire-agent internal] load build definition from Dockerfile 03:12:07 #31 transferring dockerfile: 1.81kB done 03:12:07 #31 DONE 1.0s 03:12:07 03:12:07 #32 [security-bootstrapper internal] load build definition from Dockerfile 03:12:07 #32 transferring dockerfile: 3.02kB done 03:12:07 #32 DONE 0.9s 03:12:07 03:12:07 #33 [support-scheduler internal] load build definition from Dockerfile 03:12:07 #33 transferring dockerfile: 1.83kB done 03:12:07 #33 DONE 0.9s 03:12:07 03:12:07 #14 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:07 #14 ... 03:12:07 03:12:07 #13 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 03:12:07 #13 DONE 0.4s 03:12:07 03:12:07 #34 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:12:07 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:12:07 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:12:07 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:12:07 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:12:07 #34 DONE 1.2s 03:12:07 03:12:07 #14 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:07 #14 ... 03:12:07 03:12:07 #10 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 ec743f232bc5: Pull complete 03:12:07 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 03:12:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:12:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists 03:12:07 03:12:07 #10 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:12:07 #10 DONE 0.0s 03:12:07 03:12:07 #13 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 03:12:07 #13 DONE 0.6s 03:12:07 03:12:07 #34 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:12:07 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:12:07 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:12:07 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:12:07 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:12:07 #34 DONE 1.2s 03:12:07 03:12:07 #14 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [Pipeline] sh 03:12:08 #14 ... 03:12:08 03:12:08 #34 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:12:08 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:12:08 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:12:08 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:12:08 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:12:08 #34 DONE 1.2s 03:12:08 03:12:08 #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:12:08 #35 DONE 0.8s 03:12:08 03:12:08 #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:12:08 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:12:08 WORKDIR /edgex 03:12:08 COPY go.mod . 03:12:08 RUN go mod download 03:12:08 + docker build -t ci-base-image-arm64 -f - . 03:12:08 Sending build context to Docker daemon 3.695MB 03:12:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 03:12:08 ---> 12c1d4c06be1 03:12:08 Step 2/4 : WORKDIR /edgex 03:12:10 ---> Running in 6ab5db56b3c4 03:12:11 Removing intermediate container 6ab5db56b3c4 03:12:11 ---> 26cee0649514 03:12:11 Step 3/4 : COPY go.mod . 03:12:11 ---> 2987b96a063d 03:12:11 Step 4/4 : RUN go mod download 03:12:11 ---> Running in 05eb9bcfaea8 03:12:13 #36 ... 03:12:13 03:12:13 #37 [core-keeper internal] load build context 03:12:13 #37 transferring context: 391.83MB 5.9s 03:12:14 #37 ... 03:12:14 03:12:14 #38 [core-common-config-bootstrapper internal] load build context 03:12:14 #38 ... 03:12:14 03:12:14 #37 [core-keeper internal] load build context 03:12:15 #37 transferring context: 503.37MB 7.9s done 03:12:17 #37 ... 03:12:17 03:12:17 #39 [core-command internal] load build context 03:12:17 #39 ... 03:12:17 03:12:17 #40 [core-data internal] load build context 03:12:17 #40 ... 03:12:17 03:12:17 #41 [security-proxy-auth internal] load build context 03:12:17 #41 ... 03:12:17 03:12:17 #42 [security-secretstore-setup internal] load build context 03:12:17 #42 ... 03:12:17 03:12:17 #43 [security-spiffe-token-provider internal] load build context 03:12:17 #43 ... 03:12:17 03:12:17 #44 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:12:17 #0 3.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:17 #0 4.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:17 #0 4.458 (1/4) Installing ca-certificates (20241121-r1) 03:12:17 #0 4.470 (2/4) Installing dumb-init (1.2.5-r3) 03:12:17 #0 4.474 (3/4) Installing su-exec (0.2-r3) 03:12:17 #0 4.478 (4/4) Installing yq-go (4.44.1-r2) 03:12:17 #0 4.553 Executing busybox-1.36.1-r29.trigger 03:12:17 #0 4.557 Executing ca-certificates-20241121-r1.trigger 03:12:17 #0 5.065 OK: 19 MiB in 18 packages 03:12:17 #44 ... 03:12:17 03:12:17 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:12:17 #45 ... 03:12:17 03:12:17 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:18 #46 ... 03:12:18 03:12:18 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:12:18 #47 ... 03:12:18 03:12:18 #48 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:12:19 #48 ... 03:12:19 03:12:19 #49 [security-spire-server internal] load build context 03:12:19 #49 ... 03:12:19 03:12:19 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:19 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:19 #50 ... 03:12:19 03:12:19 #51 [security-bootstrapper internal] load build context 03:12:19 #51 transferring context: 503.37MB 9.5s done 03:12:19 #51 ... 03:12:19 03:12:19 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:12:19 #52 ... 03:12:19 03:12:19 #53 [core-metadata internal] load build context 03:12:19 #53 transferring context: 503.37MB 10.4s done 03:12:19 #53 ... 03:12:19 03:12:19 #54 [support-scheduler internal] load build context 03:12:19 #54 transferring context: 503.37MB 9.4s done 03:12:19 #54 ... 03:12:19 03:12:19 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:12:19 #55 ... 03:12:19 03:12:19 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:12:19 #56 ... 03:12:19 03:12:19 #57 [security-spire-config internal] load build context 03:12:20 #57 ... 03:12:20 03:12:20 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:12:20 #58 ... 03:12:20 03:12:20 #59 [support-notifications internal] load build context 03:12:20 #59 transferring context: 503.37MB 9.6s done 03:12:20 #59 ... 03:12:20 03:12:20 #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:12:20 #60 ... 03:12:20 03:12:20 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:12:20 #61 ... 03:12:20 03:12:20 #62 [security-proxy-setup internal] load build context 03:12:20 #62 transferring context: 503.37MB 12.1s done 03:12:25 #62 ... 03:12:25 03:12:25 #38 [core-common-config-bootstrapper internal] load build context 03:12:25 #38 transferring context: 503.37MB 9.9s done 03:12:27 #38 ... 03:12:27 03:12:27 #39 [core-command internal] load build context 03:12:27 #39 transferring context: 503.37MB 12.5s done 03:12:27 #39 ... 03:12:27 03:12:27 #40 [core-data internal] load build context 03:12:27 #40 transferring context: 503.37MB 10.0s done 03:12:27 #40 ... 03:12:27 03:12:27 #41 [security-proxy-auth internal] load build context 03:12:27 #41 transferring context: 503.37MB 13.0s done 03:12:27 #41 ... 03:12:27 03:12:27 #42 [security-secretstore-setup internal] load build context 03:12:27 #42 transferring context: 503.37MB 10.7s done 03:12:28 #42 ... 03:12:28 03:12:28 #43 [security-spiffe-token-provider internal] load build context 03:12:28 #43 transferring context: 503.37MB 11.8s done 03:12:32 #43 ... 03:12:32 03:12:32 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:32 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done 03:12:32 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done 03:12:35 #50 ... 03:12:35 03:12:35 #34 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:12:35 #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:12:35 #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:12:35 #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 03:12:35 #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 03:12:35 #34 DONE 1.2s 03:12:35 03:12:35 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:12:35 #45 DONE 27.3s 03:12:35 03:12:35 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:35 #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done 03:12:35 #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:12:42 #50 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 03:12:45 #50 ... 03:12:45 03:12:45 #36 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:12:45 #36 ... 03:12:45 03:12:45 #63 [security-spire-agent internal] load build context 03:12:45 #63 ... 03:12:45 03:12:45 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:12:45 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:12:45 #64 ... 03:12:45 03:12:45 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:45 #50 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 03:12:46 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 03:12:46 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 03:12:46 #50 ... 03:12:46 03:12:46 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:46 #46 DONE 38.8s 03:12:46 03:12:46 #37 [core-keeper internal] load build context 03:12:46 #37 DONE 39.0s 03:12:46 03:12:46 #44 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:12:46 #44 DONE 38.8s 03:12:46 03:12:46 #40 [core-data internal] load build context 03:12:46 #40 DONE 39.2s 03:12:46 03:12:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:46 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 03:12:46 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 03:12:46 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 03:12:46 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 03:12:46 #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 03:12:46 #50 ... 03:12:46 03:12:46 #43 [security-spiffe-token-provider internal] load build context 03:12:46 #43 DONE 38.9s 03:12:46 03:12:46 #62 [security-proxy-setup internal] load build context 03:12:46 #62 DONE 39.1s 03:12:46 03:12:46 #53 [core-metadata internal] load build context 03:12:46 #53 DONE 39.0s 03:12:46 03:12:46 #38 [core-common-config-bootstrapper internal] load build context 03:12:46 #38 DONE 38.9s 03:12:46 03:12:46 #59 [support-notifications internal] load build context 03:12:46 #59 DONE 38.5s 03:12:46 03:12:46 #54 [support-scheduler internal] load build context 03:12:46 #54 DONE 38.6s 03:12:46 03:12:46 #51 [security-bootstrapper internal] load build context 03:12:46 #51 DONE 38.6s 03:12:46 03:12:46 #42 [security-secretstore-setup internal] load build context 03:12:46 #42 DONE 39.2s 03:12:46 03:12:46 #39 [core-command internal] load build context 03:12:46 #39 DONE 39.3s 03:12:46 03:12:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:46 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 03:12:46 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 03:12:46 #50 ... 03:12:46 03:12:46 #57 [security-spire-config internal] load build context 03:12:46 #57 transferring context: 22.05kB done 03:12:46 #57 DONE 38.4s 03:12:46 03:12:46 #49 [security-spire-server internal] load build context 03:12:46 #49 transferring context: 23.80kB done 03:12:46 #49 DONE 38.4s 03:12:46 03:12:46 #63 [security-spire-agent internal] load build context 03:12:46 #63 transferring context: 23.33kB done 03:12:46 #63 DONE 11.5s 03:12:46 03:12:46 #41 [security-proxy-auth internal] load build context 03:12:46 #41 DONE 39.2s 03:12:46 03:12:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:46 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 7.34MB / 36.47MB 0.4s 03:12:46 #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 03:12:46 #50 ... 03:12:46 03:12:46 #14 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 03:12:46 #14 DONE 40.3s 03:12:46 03:12:46 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:46 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.5s 03:12:47 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.6s 03:12:47 #50 ... 03:12:47 03:12:47 #65 [core-metadata builder 2/7] WORKDIR /edgex-go 03:12:47 #65 DONE 1.0s 03:12:47 03:12:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:47 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 03:12:47 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done 03:12:47 #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done 03:12:47 #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 03:12:47 #50 ... 03:12:47 03:12:47 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:12:47 #56 38.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #56 39.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #56 39.43 (1/1) Installing dumb-init (1.2.5-r3) 03:12:47 #56 39.44 Executing busybox-1.36.1-r29.trigger 03:12:47 #56 39.44 OK: 8 MiB in 15 packages 03:12:47 #56 DONE 39.8s 03:12:47 03:12:47 #48 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:12:47 #48 39.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #48 39.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #48 39.74 (1/1) Installing dumb-init (1.2.5-r3) 03:12:47 #48 39.74 Executing busybox-1.36.1-r29.trigger 03:12:47 #48 39.75 OK: 8 MiB in 15 packages 03:12:47 #48 DONE 40.4s 03:12:47 03:12:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:47 #50 ... 03:12:47 03:12:47 #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:12:47 #52 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #52 39.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #52 39.44 (1/4) Installing dumb-init (1.2.5-r3) 03:12:47 #52 39.44 (2/4) Installing openssl (3.3.3-r0) 03:12:47 #52 39.45 (3/4) Installing su-exec (0.2-r3) 03:12:47 #52 39.47 (4/4) Installing yq-go (4.44.1-r2) 03:12:47 #52 39.55 Executing busybox-1.36.1-r29.trigger 03:12:47 #52 39.55 OK: 19 MiB in 18 packages 03:12:47 #52 DONE 39.8s 03:12:47 03:12:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:47 #50 ... 03:12:47 03:12:47 #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:12:47 #55 38.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #55 38.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #55 39.36 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:12:47 #55 39.36 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:12:47 #55 39.36 OK: 24171 distinct packages available 03:12:47 #55 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #55 39.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #55 39.79 (1/14) Installing ca-certificates (20241121-r1) 03:12:47 #55 39.80 (2/14) Installing brotli-libs (1.1.0-r2) 03:12:47 #55 39.81 (3/14) Installing c-ares (1.33.1-r0) 03:12:47 #55 39.82 (4/14) Installing libunistring (1.2-r0) 03:12:47 #55 39.83 (5/14) Installing libidn2 (2.3.7-r0) 03:12:47 #55 39.84 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:12:47 #55 39.85 (7/14) Installing libpsl (0.21.5-r1) 03:12:47 #55 39.85 (8/14) Installing zstd-libs (1.5.6-r0) 03:12:47 #55 39.86 (9/14) Installing libcurl (8.12.1-r0) 03:12:47 #55 39.87 (10/14) Installing curl (8.12.1-r0) 03:12:47 #55 39.89 (11/14) Installing dumb-init (1.2.5-r3) 03:12:47 #55 39.90 (12/14) Installing musl-obstack (1.2.3-r2) 03:12:47 #55 39.92 (13/14) Installing libucontext (1.2-r3) 03:12:47 #55 39.93 (14/14) Installing gcompat (1.1.0-r4) 03:12:47 #55 39.93 Executing busybox-1.36.1-r29.trigger 03:12:47 #55 39.94 Executing ca-certificates-20241121-r1.trigger 03:12:47 #55 39.98 OK: 13 MiB in 28 packages 03:12:47 #55 DONE 40.1s 03:12:47 03:12:47 #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:12:47 #60 38.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #60 38.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #60 39.24 (1/7) Installing ca-certificates (20241121-r1) 03:12:47 #60 39.29 (2/7) Installing dumb-init (1.2.5-r3) 03:12:47 #60 39.29 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:12:47 #60 39.32 (4/7) Installing libsodium (1.0.19-r0) 03:12:47 #60 39.33 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:12:47 #60 39.35 (6/7) Installing libzmq (4.3.5-r2) 03:12:47 #60 39.36 (7/7) Installing zeromq (4.3.5-r2) 03:12:47 #60 39.37 Executing busybox-1.36.1-r29.trigger 03:12:47 #60 39.37 Executing ca-certificates-20241121-r1.trigger 03:12:47 #60 39.42 OK: 12 MiB in 21 packages 03:12:47 #60 DONE 39.8s 03:12:47 03:12:47 #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:12:47 #58 38.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:47 #58 38.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:47 #58 39.23 (1/3) Installing ca-certificates (20241121-r1) 03:12:47 #58 39.27 (2/3) Installing dumb-init (1.2.5-r3) 03:12:47 #58 39.28 (3/3) Installing tzdata (2025b-r0) 03:12:47 #58 39.35 Executing busybox-1.36.1-r29.trigger 03:12:47 #58 39.35 Executing ca-certificates-20241121-r1.trigger 03:12:47 #58 39.40 OK: 10 MiB in 17 packages 03:12:47 #58 DONE 39.8s 03:12:47 03:12:47 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:48 #50 ... 03:12:48 03:12:48 #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:12:48 #47 39.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:48 #47 39.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:48 #47 39.67 (1/2) Installing dumb-init (1.2.5-r3) 03:12:48 #47 39.68 (2/2) Installing su-exec (0.2-r3) 03:12:48 #47 39.68 Executing busybox-1.36.1-r29.trigger 03:12:48 #47 39.69 OK: 8 MiB in 16 packages 03:12:48 #47 DONE 39.9s 03:12:48 03:12:48 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:48 #50 ... 03:12:48 03:12:48 #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:12:48 #61 39.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:48 #61 39.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:48 #61 39.91 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:12:48 #61 39.91 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:12:48 #61 39.91 OK: 24171 distinct packages available 03:12:48 #61 39.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:48 #61 40.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:48 #61 40.30 (1/4) Installing dumb-init (1.2.5-r3) 03:12:48 #61 40.30 (2/4) Installing musl-obstack (1.2.3-r2) 03:12:48 #61 40.30 (3/4) Installing libucontext (1.2-r3) 03:12:48 #61 40.31 (4/4) Installing gcompat (1.1.0-r4) 03:12:48 #61 40.31 Executing busybox-1.36.1-r29.trigger 03:12:48 #61 40.32 OK: 8 MiB in 18 packages 03:12:48 #61 DONE 40.6s 03:12:48 03:12:48 #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:12:48 #36 39.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:48 #36 39.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:48 #36 39.55 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:12:48 #36 39.55 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:12:48 #36 39.55 OK: 24171 distinct packages available 03:12:48 #36 39.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:48 #36 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:48 #36 39.90 (1/5) Installing dumb-init (1.2.5-r3) 03:12:48 #36 39.91 (2/5) Installing musl-obstack (1.2.3-r2) 03:12:48 #36 39.91 (3/5) Installing libucontext (1.2-r3) 03:12:48 #36 39.91 (4/5) Installing gcompat (1.1.0-r4) 03:12:48 #36 39.92 (5/5) Installing openssl (3.3.3-r0) 03:12:48 #36 39.93 Executing busybox-1.36.1-r29.trigger 03:12:48 #36 39.94 OK: 9 MiB in 19 packages 03:12:48 #36 DONE 40.6s 03:12:48 03:12:48 #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:12:48 #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.7s done 03:12:49 #50 ... 03:12:49 03:12:49 #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:12:49 #0 2.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.635 OK: 19 MiB in 18 packages 03:12:49 #66 DONE 2.8s 03:12:49 03:12:49 #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:12:49 #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11.1s done 03:12:49 #64 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 03:12:49 #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 03:12:49 #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 03:12:49 #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 03:12:49 #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 03:12:49 #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:12:49 #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.1s done 03:12:49 #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.4s done 03:12:49 #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 03:12:49 #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done 03:12:49 #64 ... 03:12:49 03:12:49 #67 [core-data builder 4/7] COPY go.mod vendor* ./ 03:12:49 #67 DONE 0.0s 03:12:49 03:12:49 #68 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 03:12:49 #0 2.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.547 OK: 248 MiB in 58 packages 03:12:49 #68 DONE 3.3s 03:12:49 03:12:49 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:12:49 #0 2.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:49 #0 2.747 OK: 248 MiB in 58 packages 03:12:49 #69 DONE 2.9s 03:12:49 03:12:49 #70 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:12:50 #70 ... 03:12:50 03:12:50 #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:12:50 #71 DONE 0.1s 03:12:50 03:12:50 #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:12:50 #72 ... 03:12:50 03:12:50 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:12:50 #0 2.151 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:50 #0 2.610 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.283 (1/1) Installing dumb-init (1.2.5-r3) 03:12:50 #0 3.574 Executing busybox-1.36.1-r29.trigger 03:12:50 #0 3.584 OK: 8 MiB in 15 packages 03:12:50 #73 DONE 3.7s 03:12:50 03:12:50 #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:50 #74 DONE 3.3s 03:12:50 03:12:50 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:12:50 #75 ... 03:12:50 03:12:50 #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:12:50 #0 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:50 #0 2.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.010 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:12:50 #0 3.010 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:12:50 #0 3.010 OK: 24171 distinct packages available 03:12:50 #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.410 OK: 248 MiB in 58 packages 03:12:50 #76 DONE 3.5s 03:12:50 03:12:50 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:12:50 #77 DONE 0.0s 03:12:50 03:12:50 #78 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:12:50 #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.515 OK: 248 MiB in 58 packages 03:12:50 #78 DONE 3.6s 03:12:50 03:12:50 #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:12:50 #79 DONE 0.1s 03:12:50 03:12:50 #80 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:12:50 #0 3.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:50 #0 3.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:50 #0 4.051 OK: 248 MiB in 58 packages 03:12:50 #80 DONE 4.2s 03:12:50 03:12:50 #81 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:12:50 #81 DONE 0.1s 03:12:50 03:12:50 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:12:51 #82 ... 03:12:51 03:12:51 #83 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 03:12:51 #0 3.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.437 OK: 8 MiB in 15 packages 03:12:51 #83 DONE 4.2s 03:12:51 03:12:51 #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:12:51 #84 ... 03:12:51 03:12:51 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:12:51 #0 3.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.964 OK: 19 MiB in 18 packages 03:12:51 #85 DONE 4.1s 03:12:51 03:12:51 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:12:51 #86 DONE 0.0s 03:12:51 03:12:51 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:12:51 #0 3.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:51 #0 4.105 OK: 8 MiB in 15 packages 03:12:51 #87 DONE 4.2s 03:12:51 03:12:51 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:12:51 #0 3.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.752 OK: 12 MiB in 21 packages 03:12:51 #88 DONE 3.8s 03:12:51 03:12:51 #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:12:51 #0 3.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:51 #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:52 #89 4.165 OK: 13 MiB in 28 packages 03:12:52 #89 DONE 4.3s 03:12:52 03:12:52 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:12:52 #0 3.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:52 #0 4.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:52 #90 4.535 OK: 10 MiB in 17 packages 03:12:52 #90 DONE 4.6s 03:12:52 03:12:52 #91 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:12:52 #0 4.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:52 #0 4.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:52 #0 4.519 OK: 8 MiB in 16 packages 03:12:52 #91 DONE 4.6s 03:12:52 03:12:52 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:12:52 #92 ... 03:12:52 03:12:52 #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:12:52 #0 3.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:52 #0 3.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:52 #0 4.025 OK: 8 MiB in 18 packages 03:12:52 #93 DONE 4.1s 03:12:53 03:12:53 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:12:54 #94 DONE 0.7s 03:12:54 03:12:54 #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:12:54 #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:54 #0 4.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:54 #0 4.304 OK: 9 MiB in 19 packages 03:12:54 #95 DONE 4.9s 03:12:54 03:12:54 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:12:54 #96 DONE 0.8s 03:12:54 03:12:54 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:12:54 #75 2.533 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 03:12:54 #75 3.040 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 03:12:54 #75 3.735 OK: 248 MiB in 58 packages 03:12:54 #75 DONE 4.3s 03:12:54 03:12:54 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:12:54 #97 DONE 0.8s 03:12:54 03:12:54 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:12:54 #92 DONE 1.9s 03:12:54 03:12:54 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:12:54 #98 DONE 0.8s 03:12:54 03:12:54 #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:12:54 #99 DONE 0.1s 03:12:54 03:12:54 #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:12:54 #100 DONE 0.2s 03:12:54 03:12:54 #101 [security-spire-config stage-2 6/10] COPY security.txt / 03:12:54 #101 DONE 0.1s 03:12:54 03:12:54 #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:12:54 #102 DONE 0.1s 03:12:54 03:12:54 #103 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:12:55 #103 ... 03:12:55 03:12:55 #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:12:55 #104 DONE 0.8s 03:12:55 03:12:55 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:12:55 #105 DONE 1.0s 03:12:55 03:12:55 #106 [security-spire-server stage-2 6/9] COPY security.txt / 03:12:55 #106 DONE 0.8s 03:12:55 03:12:55 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:12:55 #107 DONE 0.1s 03:12:55 03:12:55 #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:12:55 #108 DONE 0.1s 03:12:55 03:12:55 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:12:55 #109 DONE 0.1s 03:12:55 03:12:55 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:12:55 #110 DONE 0.1s 03:12:55 03:12:55 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:12:55 #111 DONE 0.1s 03:12:55 03:12:55 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 03:12:55 #112 DONE 0.1s 03:12:55 03:12:55 #113 [security-spire-config] exporting to image 03:12:55 #113 exporting layers 03:12:55 #113 ... 03:12:55 03:12:55 #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:12:55 #114 DONE 0.1s 03:12:55 03:12:55 #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:12:55 #115 DONE 0.1s 03:12:55 03:12:55 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:12:55 #116 DONE 0.0s 03:12:55 03:12:55 #113 [security-spire-server] exporting to image 03:12:55 #113 ... 03:12:55 03:12:55 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:12:55 #117 DONE 0.0s 03:12:55 03:12:55 #113 [security-spire-agent] exporting to image 03:12:56 #113 exporting layers 0.7s done 03:12:56 #113 writing image sha256:049623b19a299e61e27bf507c5c7f37f9b44909736a2ae22fce9fdab099c6d08 done 03:12:56 #113 naming to docker.io/library/security-spire-config done 03:12:56 #113 writing image sha256:50b5ad9485e2e82eb7c03473af422a69473941ac991bd4d95ea8dfda9d7a3e3a done 03:12:56 #113 naming to docker.io/library/security-spire-server done 03:12:56 #113 exporting layers 0.7s done 03:12:56 #113 writing image sha256:710a816ca2912e985a9052f9f9eaa24fc1b621f6738fc43daec081ed15529fd6 done 03:12:56 #113 naming to docker.io/library/security-spire-agent done 03:12:56 #113 DONE 0.9s 03:12:56 03:12:56 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:08 Removing intermediate container 05eb9bcfaea8 03:13:08 ---> b772965bd537 03:13:08 Successfully built b772965bd537 03:13:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:08 + docker inspect -f . ci-base-image-arm64 03:13:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:13:08 prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container 03:13:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:13:09 $ docker top 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:10 + go version 03:13:10 go version go1.23.8 linux/arm64 [Pipeline] } 03:13:10 $ docker stop --time=1 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 03:13:12 $ docker rm -f --volumes 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 [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 03:13:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:13:12 03:13:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:13:13 latest: Pulling from edgex-devops/edgex-compose-arm64 03:13:13 547446be3368: Pulling fs layer 03:13:13 d125d8839a47: Pulling fs layer 03:13:13 3e85d5ac6304: Pulling fs layer 03:13:13 c3105a71a48b: Pulling fs layer 03:13:13 0f093f025ec4: Pulling fs layer 03:13:13 c3106fc0e877: Pulling fs layer 03:13:13 c3105a71a48b: Waiting 03:13:13 0f093f025ec4: Waiting 03:13:13 c3106fc0e877: Waiting 03:13:13 547446be3368: Verifying Checksum 03:13:13 547446be3368: Download complete 03:13:13 c3105a71a48b: Verifying Checksum 03:13:13 c3105a71a48b: Download complete 03:13:13 d125d8839a47: Verifying Checksum 03:13:13 d125d8839a47: Download complete 03:13:13 c3106fc0e877: Verifying Checksum 03:13:13 c3106fc0e877: Download complete 03:13:14 0f093f025ec4: Verifying Checksum 03:13:14 0f093f025ec4: Download complete 03:13:14 547446be3368: Pull complete 03:13:15 d125d8839a47: Pull complete 03:13:15 3e85d5ac6304: Verifying Checksum 03:13:15 3e85d5ac6304: Download complete 03:13:25 3e85d5ac6304: Pull complete 03:13:25 c3105a71a48b: Pull complete 03:13:26 0f093f025ec4: Pull complete 03:13:26 c3106fc0e877: Pull complete 03:13:26 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:13:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:13:27 prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container 03:13:27 $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:13:28 #118 ... 03:13:28 03:13:28 #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #82 DONE 32.8s 03:13:28 03:13:28 #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #118 DONE 32.9s 03:13:28 03:13:28 #103 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #103 DONE 28.7s 03:13:28 03:13:28 #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #72 DONE 33.6s 03:13:28 03:13:28 #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #84 DONE 32.8s 03:13:28 03:13:28 #70 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:28 #70 DONE 33.8s 03:13:28 03:13:28 #119 [core-keeper builder 7/8] COPY . . 03:13:29 $ docker top bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 -eo pid,comm [Pipeline] { [Pipeline] sh 03:13:29 + docker compose -f ./docker-compose-build.yml build --parallel 03:13:34 #119 ... 03:13:34 03:13:34 #120 [support-notifications builder 6/7] COPY . . 03:13:34 #120 ... 03:13:34 03:13:34 #121 [security-secretstore-setup builder 6/7] COPY . . 03:13:34 #121 ... 03:13:34 03:13:34 #122 [core-data builder 6/7] COPY . . 03:13:34 #122 ... 03:13:34 03:13:34 #123 [security-spiffe-token-provider builder 6/7] COPY . . 03:13:34 #123 ... 03:13:34 03:13:34 #124 [support-scheduler builder 6/7] COPY . . 03:13:39 #1 [support-scheduler internal] load build definition from Dockerfile 03:13:39 #1 transferring dockerfile: 03:13:39 #1 transferring dockerfile: 1.83kB done 03:13:39 #1 DONE 0.1s 03:13:39 03:13:39 #2 [core-command internal] load build definition from Dockerfile 03:13:39 #2 transferring dockerfile: 1.94kB done 03:13:39 #2 DONE 0.1s 03:13:39 03:13:39 #3 [support-notifications internal] load build definition from Dockerfile 03:13:39 #3 transferring dockerfile: 2.00kB 0.0s done 03:13:39 #3 DONE 0.1s 03:13:39 03:13:39 #4 [core-metadata internal] load build definition from Dockerfile 03:13:39 #4 transferring dockerfile: 2.10kB done 03:13:39 #4 DONE 0.1s 03:13:39 03:13:39 #5 [security-spire-config internal] load build definition from Dockerfile 03:13:39 #5 transferring dockerfile: 1.69kB 0.0s done 03:13:39 #5 DONE 0.1s 03:13:39 03:13:39 #6 [security-bootstrapper internal] load build definition from Dockerfile 03:13:39 #6 transferring dockerfile: 3.02kB done 03:13:39 #6 DONE 0.1s 03:13:39 03:13:39 #7 [security-secretstore-setup internal] load build definition from Dockerfile 03:13:39 #7 transferring dockerfile: 2.49kB done 03:13:39 #7 DONE 0.0s 03:13:39 03:13:39 #8 [security-spire-agent internal] load build definition from Dockerfile 03:13:39 #8 transferring dockerfile: 1.81kB done 03:13:39 #8 DONE 0.1s 03:13:39 03:13:39 #9 [core-data internal] load build definition from Dockerfile 03:13:39 #9 transferring dockerfile: 2.04kB done 03:13:39 #9 DONE 0.1s 03:13:39 03:13:39 #10 [security-proxy-setup internal] load build definition from Dockerfile 03:13:39 #10 transferring dockerfile: 2.50kB done 03:13:39 #10 DONE 0.1s 03:13:39 03:13:39 #11 [security-proxy-auth internal] load build definition from Dockerfile 03:13:40 #11 transferring dockerfile: 2.14kB done 03:13:40 #11 DONE 0.1s 03:13:40 03:13:40 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:13:40 #12 transferring dockerfile: 2.23kB done 03:13:40 #12 DONE 0.1s 03:13:40 03:13:40 #13 [core-keeper internal] load build definition from Dockerfile 03:13:40 #13 transferring dockerfile: 2.01kB 0.0s done 03:13:40 #13 DONE 0.1s 03:13:40 03:13:40 #14 [security-spire-server internal] load build definition from Dockerfile 03:13:40 #14 transferring dockerfile: 1.70kB done 03:13:40 #14 DONE 0.1s 03:13:40 03:13:40 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:13:40 #15 transferring dockerfile: 1.89kB 0.0s done 03:13:40 #15 DONE 0.1s 03:13:40 03:13:40 #16 [support-scheduler internal] load .dockerignore 03:13:40 #16 transferring context: 50B done 03:13:40 #16 DONE 0.0s 03:13:40 03:13:40 #17 [core-command internal] load .dockerignore 03:13:40 #17 transferring context: 50B done 03:13:40 #17 DONE 0.0s 03:13:40 03:13:40 #18 [support-notifications internal] load .dockerignore 03:13:40 #18 transferring context: 50B done 03:13:40 #18 DONE 0.1s 03:13:40 03:13:40 #19 [security-spire-config internal] load .dockerignore 03:13:41 #19 transferring context: 50B 0.0s done 03:13:41 #19 DONE 0.1s 03:13:41 03:13:41 #20 [core-metadata internal] load .dockerignore 03:13:41 #20 transferring context: 50B 0.0s done 03:13:41 #20 DONE 0.1s 03:13:41 03:13:41 #21 [security-bootstrapper internal] load .dockerignore 03:13:41 #21 transferring context: 50B done 03:13:41 #21 DONE 0.1s 03:13:41 03:13:41 #22 [security-secretstore-setup internal] load .dockerignore 03:13:41 #22 transferring context: 50B done 03:13:41 #22 DONE 0.1s 03:13:41 03:13:41 #23 [security-spire-agent internal] load .dockerignore 03:13:41 #23 transferring context: 50B done 03:13:41 #23 DONE 0.1s 03:13:41 03:13:41 #24 [core-data internal] load .dockerignore 03:13:41 #24 transferring context: 50B done 03:13:41 #24 DONE 0.1s 03:13:41 03:13:41 #25 [security-proxy-setup internal] load .dockerignore 03:13:41 #25 transferring context: 50B done 03:13:41 #25 DONE 0.1s 03:13:41 03:13:41 #26 [security-proxy-auth internal] load .dockerignore 03:13:41 #26 transferring context: 50B done 03:13:41 #26 DONE 0.1s 03:13:41 03:13:41 #27 [core-common-config-bootstrapper internal] load .dockerignore 03:13:41 #27 transferring context: 50B done 03:13:41 #27 DONE 0.1s 03:13:41 03:13:41 #28 [core-keeper internal] load .dockerignore 03:13:41 #28 transferring context: 50B 0.0s done 03:13:41 #28 DONE 0.1s 03:13:41 03:13:41 #29 [security-spire-server internal] load .dockerignore 03:13:41 #29 transferring context: 50B done 03:13:41 #29 DONE 0.1s 03:13:41 03:13:41 #30 [security-spiffe-token-provider internal] load .dockerignore 03:13:41 #30 transferring context: 50B done 03:13:41 #30 DONE 0.1s 03:13:41 03:13:41 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:41 #31 DONE 0.0s 03:13:41 03:13:41 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 03:13:42 #32 DONE 0.2s 03:13:42 03:13:42 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:42 #33 DONE 0.1s 03:13:42 03:13:42 #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:13:42 #34 ... 03:13:42 03:13:42 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:42 #31 DONE 0.0s 03:13:42 03:13:42 #35 [support-scheduler internal] load build context 03:13:42 #35 transferring context: 3.22MB 0.6s done 03:13:42 #35 DONE 0.8s 03:13:42 03:13:42 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:42 #33 DONE 0.2s 03:13:42 03:13:42 #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:42 #36 DONE 1.5s 03:13:42 03:13:42 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:42 #31 DONE 0.0s 03:13:42 03:13:42 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:42 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:42 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:42 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:42 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:42 #33 DONE 0.3s 03:13:42 03:13:42 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 03:13:42 #32 DONE 0.3s 03:13:42 03:13:42 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:42 #36 DONE 1.5s 03:13:42 03:13:42 #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:13:43 #37 ... 03:13:43 03:13:43 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:43 #31 DONE 0.0s 03:13:43 03:13:43 #38 [support-notifications builder 2/7] WORKDIR /edgex-go 03:13:43 #38 DONE 0.8s 03:13:43 03:13:43 #39 [support-notifications internal] load build context 03:13:43 #39 ... 03:13:43 03:13:43 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:43 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:43 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:43 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:43 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:43 #33 DONE 0.3s 03:13:43 03:13:43 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:43 #31 DONE 0.0s 03:13:43 03:13:43 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:43 #36 DONE 1.6s 03:13:43 03:13:43 #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 03:13:43 #38 DONE 0.9s 03:13:43 03:13:43 #39 [support-notifications internal] load build context 03:13:44 #39 ... 03:13:44 03:13:44 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:44 #31 DONE 0.0s 03:13:44 03:13:44 #39 [support-notifications internal] load build context 03:13:44 #39 ... 03:13:44 03:13:44 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:44 #31 DONE 0.0s 03:13:44 03:13:44 #39 [support-notifications internal] load build context 03:13:44 #39 ... 03:13:44 03:13:44 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:44 #31 DONE 0.0s 03:13:44 03:13:44 #39 [support-notifications internal] load build context 03:13:44 #39 ... 03:13:44 03:13:44 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:44 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:44 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:44 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:44 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:44 #33 DONE 0.4s 03:13:44 03:13:44 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:44 #36 DONE 1.7s 03:13:44 03:13:44 #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 03:13:44 #38 DONE 1.0s 03:13:44 03:13:44 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 03:13:44 #32 DONE 1.8s 03:13:44 03:13:44 #40 [core-data internal] load build context 03:13:44 #40 DONE 0.0s 03:13:44 03:13:44 #39 [support-notifications internal] load build context 03:13:44 #39 transferring context: 3.22MB 1.5s done 03:13:44 #39 DONE 1.8s 03:13:44 03:13:44 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:44 #31 DONE 0.0s 03:13:44 03:13:44 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 03:13:45 #32 ... 03:13:45 03:13:45 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:45 #31 DONE 0.0s 03:13:45 03:13:45 #41 [core-metadata internal] load build context 03:13:45 #41 transferring context: 3.22MB 1.7s done 03:13:45 #41 DONE 2.1s 03:13:45 03:13:45 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 03:13:45 #32 ... 03:13:45 03:13:45 #42 [core-command internal] load build context 03:13:45 #42 transferring context: 3.22MB 1.9s done 03:13:45 #42 DONE 2.3s 03:13:45 03:13:45 #43 [security-bootstrapper internal] load build context 03:13:45 #43 transferring context: 3.22MB 1.3s done 03:13:45 #43 DONE 2.1s 03:13:45 03:13:45 #44 [security-proxy-auth internal] load build context 03:13:45 #44 ... 03:13:45 03:13:45 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:45 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:45 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:45 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:45 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:45 #33 DONE 0.4s 03:13:45 03:13:45 #45 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 03:13:45 #45 DONE 2.5s 03:13:45 03:13:45 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:45 #46 DONE 0.0s 03:13:45 03:13:45 #44 [security-proxy-auth internal] load build context 03:13:45 #44 ... 03:13:45 03:13:45 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:13:45 #31 DONE 0.1s 03:13:45 03:13:45 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 03:13:45 #47 DONE 2.1s 03:13:45 03:13:45 #44 [security-proxy-auth internal] load build context 03:13:46 #44 ... 03:13:46 03:13:46 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:46 #33 DONE 0.5s 03:13:46 03:13:46 #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:46 #36 DONE 1.7s 03:13:46 03:13:46 #38 [core-keeper builder 2/7] WORKDIR /edgex-go 03:13:46 #38 DONE 1.0s 03:13:46 03:13:46 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 03:13:46 #32 DONE 3.1s 03:13:46 03:13:46 #48 [security-spiffe-token-provider internal] load build context 03:13:46 #48 DONE 0.0s 03:13:46 03:13:46 #49 [core-keeper internal] load build context 03:13:46 #49 DONE 0.0s 03:13:46 03:13:46 #44 [security-proxy-auth internal] load build context 03:13:46 #124 ... 03:13:46 03:13:46 #120 [support-notifications builder 6/7] COPY . . 03:13:46 #120 DONE 22.9s 03:13:46 03:13:46 #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:13:46 #44 ... 03:13:46 03:13:46 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 03:13:46 #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 03:13:46 #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 03:13:46 #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 03:13:46 #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 03:13:46 #33 DONE 0.5s 03:13:46 03:13:46 #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:13:46 #36 DONE 1.7s 03:13:46 03:13:46 #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 03:13:46 #38 DONE 1.0s 03:13:46 03:13:46 #50 [core-common-config-bootstrapper internal] load build context 03:13:46 #50 DONE 0.0s 03:13:46 03:13:46 #44 [security-proxy-auth internal] load build context 03:13:46 #125 ... 03:13:46 03:13:46 #119 [core-keeper builder 7/8] COPY . . 03:13:46 #119 DONE 23.0s 03:13:46 03:13:46 #124 [support-scheduler builder 6/7] COPY . . 03:13:46 #124 DONE 23.1s 03:13:46 03:13:46 #123 [security-spiffe-token-provider builder 6/7] COPY . . 03:13:46 #123 DONE 23.3s 03:13:46 03:13:46 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:13:46 #126 ... 03:13:46 03:13:46 #121 [security-secretstore-setup builder 6/7] COPY . . 03:13:46 #121 DONE 23.4s 03:13:46 03:13:46 #127 [security-proxy-setup builder 6/7] COPY . . 03:13:46 #127 CACHED 03:13:46 03:13:46 #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:46 #128 CACHED 03:13:46 03:13:46 #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:13:46 #129 CACHED 03:13:46 03:13:46 #130 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:46 #130 CACHED 03:13:46 03:13:46 #131 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:13:46 #131 CACHED 03:13:46 03:13:46 #132 [security-bootstrapper builder 6/7] COPY . . 03:13:46 #132 CACHED 03:13:46 03:13:46 #122 [core-data builder 6/7] COPY . . 03:13:46 #122 DONE 23.5s 03:13:46 03:13:46 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:13:47 #44 ... 03:13:47 03:13:47 #51 [security-spire-config internal] load build context 03:13:47 #51 transferring context: 22.05kB 0.3s done 03:13:47 #51 DONE 1.6s 03:13:47 #133 ... 03:13:47 03:13:47 #134 [core-metadata builder 6/7] COPY . . 03:13:47 #134 CACHED 03:13:47 03:13:47 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:13:47 #135 CACHED 03:13:47 03:13:47 #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:47 #136 CACHED 03:13:47 03:13:47 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:13:47 #137 CACHED 03:13:47 03:13:47 #138 [core-common-config-bootstrapper builder 6/7] COPY . . 03:13:47 #138 CACHED 03:13:47 03:13:47 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:47 #139 CACHED 03:13:47 03:13:47 #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:47 #140 CACHED 03:13:47 03:13:47 #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:13:47 #141 CACHED 03:13:47 03:13:47 #142 [security-proxy-auth builder 6/7] COPY . . 03:13:47 #142 CACHED 03:13:47 03:13:47 #143 [core-command builder 6/7] COPY . . 03:13:47 #143 CACHED 03:13:47 03:13:47 #144 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:13:47 #144 CACHED 03:13:47 03:13:47 #145 [core-command builder 4/7] COPY go.mod vendor* ./ 03:13:47 #145 CACHED 03:13:47 03:13:47 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:13:47 03:13:47 #44 [security-proxy-auth internal] load build context 03:13:47 #44 ... 03:13:47 03:13:47 #52 [security-spire-agent internal] load build context 03:13:47 #52 transferring context: 23.33kB 0.1s done 03:13:47 #52 DONE 1.3s 03:13:47 03:13:47 #44 [security-proxy-auth internal] load build context 03:13:49 #146 1.647 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:13:49 #44 ... 03:13:49 03:13:49 #40 [core-data internal] load build context 03:13:49 #40 transferring context: 3.22MB 3.7s done 03:13:49 #40 DONE 4.6s 03:13:49 03:13:49 #44 [security-proxy-auth internal] load build context 03:13:49 #44 transferring context: 3.22MB 4.7s done 03:13:51 #44 ... 03:13:51 03:13:51 #53 [security-spire-server internal] load build context 03:13:51 #53 transferring context: 23.80kB 0.4s done 03:13:51 #53 DONE 5.0s 03:13:51 03:13:51 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:51 #46 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.0s done 03:13:51 #46 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 03:13:51 #46 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 03:13:51 #46 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 03:13:51 #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 03:13:51 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s 03:13:51 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s 03:13:51 #46 ... 03:13:51 03:13:51 #44 [security-proxy-auth internal] load build context 03:13:51 #44 DONE 6.9s 03:13:51 03:13:51 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:51 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.6s done 03:13:51 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 03:13:51 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 03:13:51 #46 ... 03:13:51 03:13:51 #54 [security-secretstore-setup internal] load build context 03:13:51 #54 transferring context: 3.22MB 5.5s done 03:13:51 #54 ... 03:13:51 03:13:51 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:51 #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.6s done 03:13:51 #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 03:13:51 #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 03:13:52 #46 ... 03:13:52 03:13:52 #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:13:52 #34 3.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:13:52 #34 4.059 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:13:52 #34 6.062 (1/3) Installing ca-certificates (20241121-r1) 03:13:52 #34 6.150 (2/3) Installing dumb-init (1.2.5-r3) 03:13:52 #34 6.150 (3/3) Installing tzdata (2025b-r0) 03:13:52 #34 6.782 Executing busybox-1.36.1-r29.trigger 03:13:52 #34 6.869 Executing ca-certificates-20241121-r1.trigger 03:13:52 #34 7.422 OK: 11 MiB in 17 packages 03:13:52 #34 DONE 9.8s 03:13:52 03:13:52 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:52 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.1s 03:13:52 #46 ... 03:13:52 03:13:52 #55 [security-proxy-setup internal] load build context 03:13:52 #55 transferring context: 3.22MB 4.9s done 03:13:52 #55 DONE 7.4s 03:13:52 03:13:52 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:52 #46 ... 03:13:52 03:13:52 #54 [security-secretstore-setup internal] load build context 03:13:52 #54 DONE 7.9s 03:13:52 03:13:52 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:52 #46 ... 03:13:52 03:13:52 #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:13:52 #0 9.907 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:13:53 #56 ... 03:13:53 03:13:53 #48 [security-spiffe-token-provider internal] load build context 03:13:53 #48 ... 03:13:53 03:13:53 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:53 #46 ... 03:13:53 03:13:53 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:13:53 #57 ... 03:13:53 03:13:53 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:13:53 #58 ... 03:13:53 03:13:53 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:13:53 #59 ... 03:13:53 03:13:53 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:13:53 #0 9.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:13:54 #60 ... 03:13:54 03:13:54 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:13:54 #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:13:54 #61 ... 03:13:54 03:13:54 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:13:54 #60 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:13:54 #60 ... 03:13:54 03:13:54 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:13:55 #62 ... 03:13:55 03:13:55 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:13:55 #63 ... 03:13:55 03:13:55 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:13:55 #64 ... 03:13:55 03:13:55 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:55 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.5s 03:13:55 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 03:13:55 #46 ... 03:13:55 03:13:55 #49 [core-keeper internal] load build context 03:13:55 #49 transferring context: 3.22MB 7.3s done 03:13:55 #49 DONE 9.3s 03:13:55 03:13:55 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:55 #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 03:13:56 #46 ... 03:13:56 03:13:56 #48 [security-spiffe-token-provider internal] load build context 03:13:56 #48 transferring context: 3.22MB 7.3s done 03:13:56 #48 DONE 9.7s 03:13:56 03:13:56 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:56 #46 ... 03:13:56 03:13:56 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:13:56 #65 ... 03:13:56 03:13:56 #50 [core-common-config-bootstrapper internal] load build context 03:13:56 #50 ... 03:13:56 03:13:56 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:56 #66 ... 03:13:56 03:13:56 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:13:56 #67 ... 03:13:56 03:13:56 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:13:56 #68 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.8s done 03:13:56 #68 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 03:13:56 #68 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 03:13:56 #68 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 03:13:56 #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done 03:13:56 #68 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done 03:13:56 #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 6.7s 03:13:56 #68 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.2s done 03:13:56 #68 ... 03:13:56 03:13:56 #50 [core-common-config-bootstrapper internal] load build context 03:13:56 #50 transferring context: 3.22MB 8.1s done 03:13:56 #50 DONE 10.6s 03:13:56 03:13:56 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:13:56 #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.43MB / 14.28MB 6.8s 03:13:56 #68 ... 03:13:56 03:13:56 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:13:57 #69 ... 03:13:57 03:13:57 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:57 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.99MB / 33.17MB 7.2s 03:13:57 #146 ... 03:13:57 03:13:57 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:13:57 #0 1.108 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:13:57 #147 ... 03:13:57 03:13:57 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:13:57 #0 1.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:13:57 #148 ... 03:13:57 03:13:57 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:13:57 #0 1.168 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:13:57 #149 ... 03:13:57 03:13:57 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:13:57 #0 0.944 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:13:57 #150 ... 03:13:57 03:13:57 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:13:57 #0 1.291 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:13:57 #151 ... 03:13:57 03:13:57 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:13:57 #0 1.562 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:13:57 #152 ... 03:13:57 03:13:57 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:13:57 #0 1.377 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:13:57 #153 ... 03:13:57 03:13:57 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:13:57 #0 1.485 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:13:57 #46 ... 03:13:57 03:13:57 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:13:57 #70 ... 03:13:57 03:13:57 #71 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:13:57 #154 ... 03:13:57 03:13:57 #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:13:57 #125 1.028 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:13:57 #125 ... 03:13:57 03:13:57 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:13:57 #133 1.549 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:13:58 #71 ... 03:13:58 03:13:58 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:13:58 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 8.0s 03:13:58 #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 03:13:58 #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 03:13:58 #133 ... 03:13:58 03:13:58 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:13:58 #126 1.290 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:13:58 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 8.4s 03:13:58 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.68MB / 33.17MB 8.8s 03:13:59 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 9.2s 03:13:59 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.66MB / 33.17MB 9.6s 03:13:59 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.9s 03:13:59 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.63MB / 33.17MB 10.2s 03:14:00 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 10.5s 03:14:00 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.49MB / 33.17MB 10.9s 03:14:01 #46 ... 03:14:01 03:14:01 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:01 #66 DONE 14.8s 03:14:01 03:14:01 #71 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:01 #71 DONE 13.7s 03:14:01 03:14:01 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:01 #46 ... 03:14:01 03:14:01 #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:14:01 #56 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:01 #56 16.36 (1/1) Installing dumb-init (1.2.5-r3) 03:14:01 #56 16.39 Executing busybox-1.36.1-r29.trigger 03:14:01 #56 16.55 OK: 9 MiB in 15 packages 03:14:01 #56 DONE 18.6s 03:14:01 03:14:01 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:01 #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.4s done 03:14:02 #46 ... 03:14:02 03:14:02 #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:14:02 #72 ... 03:14:02 03:14:02 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:02 #69 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:02 #69 ... 03:14:02 03:14:02 #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:14:02 #37 9.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:02 #37 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:02 #37 15.76 (1/7) Installing ca-certificates (20241121-r1) 03:14:02 #37 16.13 (2/7) Installing dumb-init (1.2.5-r3) 03:14:02 #37 16.14 (3/7) Installing libgcc (13.2.1_git20240309-r1) 03:14:02 #37 16.16 (4/7) Installing libsodium (1.0.19-r0) 03:14:02 #37 16.26 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 03:14:02 #37 16.59 (6/7) Installing libzmq (4.3.5-r2) 03:14:02 #37 16.73 (7/7) Installing zeromq (4.3.5-r2) 03:14:02 #37 16.83 Executing busybox-1.36.1-r29.trigger 03:14:02 #37 17.00 Executing ca-certificates-20241121-r1.trigger 03:14:02 #37 18.69 OK: 14 MiB in 21 packages 03:14:03 #37 ... 03:14:03 03:14:03 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:03 #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.8s done 03:14:03 #68 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 03:14:03 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.9s 03:14:03 #68 ... 03:14:03 03:14:03 #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:14:03 #72 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:04 #72 ... 03:14:04 03:14:04 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:14:04 #60 17.11 (1/2) Installing dumb-init (1.2.5-r3) 03:14:04 #60 17.14 (2/2) Installing su-exec (0.2-r3) 03:14:04 #60 17.15 Executing busybox-1.36.1-r29.trigger 03:14:04 #60 17.26 OK: 9 MiB in 16 packages 03:14:04 #60 DONE 20.5s 03:14:04 03:14:04 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:14:04 #73 ... 03:14:04 03:14:04 #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:14:04 #37 DONE 21.4s 03:14:04 03:14:04 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:14:04 #74 ... 03:14:04 03:14:04 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:14:04 #61 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:04 #61 19.04 OK: 239 MiB in 58 packages 03:14:04 #61 ... 03:14:04 03:14:04 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:04 #69 18.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:05 #69 ... 03:14:05 03:14:05 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:14:05 #57 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:05 #57 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:05 #57 ... 03:14:05 03:14:05 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:05 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 03:14:05 #46 ... 03:14:05 03:14:05 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:14:05 #61 DONE 22.1s 03:14:05 03:14:05 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:05 #46 ... 03:14:05 03:14:05 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:14:05 #59 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:05 #59 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:05 #59 ... 03:14:05 03:14:05 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:06 #46 ... 03:14:06 03:14:06 #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:14:06 #58 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:06 #58 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:06 #58 ... 03:14:06 03:14:06 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:06 #68 ... 03:14:06 03:14:06 #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:14:06 #75 DONE 1.3s 03:14:06 03:14:06 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:07 #68 ... 03:14:07 03:14:07 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:14:07 #64 11.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:07 #64 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:07 #64 ... 03:14:07 03:14:07 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:07 #68 ... 03:14:07 03:14:07 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:14:07 #63 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:07 #63 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:07 #63 ... 03:14:07 03:14:07 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:09 #46 ... 03:14:09 03:14:09 #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:14:09 #59 23.78 OK: 239 MiB in 58 packages 03:14:09 #59 DONE 25.6s 03:14:09 03:14:09 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:09 #46 ... 03:14:09 03:14:09 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:14:09 #62 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:09 #62 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:09 #62 ... 03:14:09 03:14:09 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 03:14:09 #57 24.49 OK: 239 MiB in 58 packages 03:14:09 #57 DONE 26.6s 03:14:09 03:14:09 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:09 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.7s 03:14:10 #68 ... 03:14:10 03:14:10 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:14:10 #67 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:10 #67 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:10 #67 ... 03:14:10 03:14:10 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:10 #68 ... 03:14:10 03:14:10 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:14:10 #76 DONE 1.5s 03:14:10 03:14:10 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:10 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.6s 03:14:10 #46 ... 03:14:10 03:14:10 #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 03:14:10 #58 25.49 OK: 239 MiB in 58 packages 03:14:10 #58 DONE 27.8s 03:14:11 03:14:11 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:14:11 #0 9.539 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:11 #77 ... 03:14:11 03:14:11 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:14:11 #78 DONE 1.4s 03:14:11 03:14:11 #79 [core-command stage-1 3/8] RUN apk --no-cache upgrade 03:14:11 #79 ... 03:14:11 03:14:11 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:14:11 #0 9.292 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:11 #80 ... 03:14:11 03:14:11 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:12 #68 ... 03:14:12 03:14:12 #81 [core-command builder 4/7] COPY go.mod vendor* ./ 03:14:12 #81 DONE 1.2s 03:14:12 03:14:12 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:12 #68 ... 03:14:12 03:14:12 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:14:12 #63 25.19 (1/1) Installing dumb-init (1.2.5-r3) 03:14:12 #63 25.22 Executing busybox-1.36.1-r29.trigger 03:14:12 #63 25.60 OK: 9 MiB in 15 packages 03:14:12 #63 DONE 27.8s 03:14:12 03:14:12 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:14:12 #62 27.67 (1/4) Installing dumb-init (1.2.5-r3) 03:14:12 #62 27.70 (2/4) Installing openssl (3.3.3-r0) 03:14:12 #62 27.89 (3/4) Installing su-exec (0.2-r3) 03:14:12 #62 27.89 (4/4) Installing yq-go (4.44.1-r2) 03:14:14 #62 29.39 Executing busybox-1.36.1-r29.trigger 03:14:14 #62 ... 03:14:14 03:14:14 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:14:14 #65 18.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:14 #65 20.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:14 #65 ... 03:14:14 03:14:14 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:14 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.8s 03:14:15 #68 ... 03:14:15 03:14:15 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:14:15 #64 23.43 (1/4) Installing ca-certificates (20241121-r1) 03:14:15 #64 23.87 (2/4) Installing dumb-init (1.2.5-r3) 03:14:15 #64 23.89 (3/4) Installing su-exec (0.2-r3) 03:14:15 #64 23.90 (4/4) Installing yq-go (4.44.1-r2) 03:14:15 #64 25.91 Executing busybox-1.36.1-r29.trigger 03:14:15 #64 26.08 Executing ca-certificates-20241121-r1.trigger 03:14:15 #64 27.30 OK: 20 MiB in 18 packages 03:14:15 #64 DONE 29.9s 03:14:15 03:14:15 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:15 #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s done 03:14:15 #68 ... 03:14:15 03:14:15 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:15 #70 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:15 #70 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:15 #70 ... 03:14:15 03:14:15 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:15 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 03:14:16 #46 ... 03:14:16 03:14:16 #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:14:16 #72 14.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:16 #72 ... 03:14:16 03:14:16 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:16 #46 ... 03:14:16 03:14:16 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:16 #82 ... 03:14:16 03:14:16 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:14:16 #62 29.71 OK: 20 MiB in 18 packages 03:14:16 #62 DONE 31.9s 03:14:16 03:14:16 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:14:18 #83 ... 03:14:18 03:14:18 #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:14:18 #72 24.98 OK: 11 MiB in 17 packages 03:14:18 #72 DONE 26.6s 03:14:19 03:14:19 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:20 #46 ... 03:14:20 03:14:20 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:20 #84 ... 03:14:20 03:14:20 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:20 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.6s 03:14:21 #46 ... 03:14:21 03:14:21 #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:21 #85 ... 03:14:21 03:14:21 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:22 #46 ... 03:14:22 03:14:22 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:22 #86 ... 03:14:22 03:14:22 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:22 #46 ... 03:14:22 03:14:22 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:14:22 #77 11.35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:22 #77 ... 03:14:22 03:14:22 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:14:22 #0 8.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:22 #0 9.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:23 #87 ... 03:14:23 03:14:23 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:14:23 #80 11.61 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:23 #80 ... 03:14:23 03:14:23 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:14:23 #67 26.68 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:14:23 #67 26.68 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:14:23 #67 26.68 OK: 24049 distinct packages available 03:14:23 #67 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:23 #67 30.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:23 #67 ... 03:14:23 03:14:23 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:24 #46 ... 03:14:24 03:14:24 #79 [core-command stage-1 3/8] RUN apk --no-cache upgrade 03:14:24 #79 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:24 #79 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:24 #79 ... 03:14:24 03:14:24 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:24 #69 27.25 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:14:24 #69 27.25 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:14:24 #69 27.25 OK: 24049 distinct packages available 03:14:24 #69 28.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:24 #69 30.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:24 #69 ... 03:14:24 03:14:24 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:14:24 #73 9.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:24 #73 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:24 #73 19.09 OK: 9 MiB in 16 packages 03:14:24 #73 ... 03:14:24 03:14:24 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:25 #46 ... 03:14:25 03:14:25 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:14:25 #0 6.668 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:25 #0 8.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:25 #88 ... 03:14:25 03:14:25 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:25 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.3s done 03:14:25 #46 ... 03:14:25 03:14:25 #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:14:25 #73 DONE 21.4s 03:14:25 03:14:25 #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:14:25 #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.3s done 03:14:25 #46 DONE 40.3s 03:14:25 03:14:25 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:14:26 #89 ... 03:14:26 03:14:26 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:14:26 #80 22.60 OK: 239 MiB in 58 packages 03:14:26 #80 DONE 24.9s 03:14:26 03:14:26 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:14:26 #90 ... 03:14:26 03:14:26 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:14:26 #68 ... 03:14:26 03:14:26 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:14:26 #74 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:26 #74 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:26 #74 21.15 OK: 14 MiB in 21 packages 03:14:26 #74 ... 03:14:26 03:14:26 #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:14:26 #90 DONE 0.6s 03:14:26 03:14:26 #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 03:14:26 #79 23.17 OK: 9 MiB in 15 packages 03:14:26 #79 DONE 25.6s 03:14:26 03:14:26 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:27 #91 ... 03:14:27 03:14:27 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:14:27 #65 30.98 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:14:27 #65 30.98 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:14:27 #65 30.98 OK: 24049 distinct packages available 03:14:27 #65 33.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:27 #65 35.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:27 #65 ... 03:14:27 03:14:27 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:27 #70 29.71 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 03:14:27 #70 29.71 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 03:14:27 #70 29.71 OK: 24049 distinct packages available 03:14:27 #70 31.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:27 #70 33.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:27 #70 ... 03:14:27 03:14:27 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:14:27 #77 22.03 (1/1) Installing dumb-init (1.2.5-r3) 03:14:27 #77 22.89 Executing busybox-1.36.1-r29.trigger 03:14:27 #77 22.99 OK: 9 MiB in 15 packages 03:14:27 #77 DONE 26.2s 03:14:27 03:14:27 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:27 #69 40.88 (1/5) Installing dumb-init (1.2.5-r3) 03:14:27 #69 40.93 (2/5) Installing musl-obstack (1.2.3-r2) 03:14:27 #69 40.97 (3/5) Installing libucontext (1.2-r3) 03:14:27 #69 40.97 (4/5) Installing gcompat (1.1.0-r4) 03:14:27 #69 41.09 (5/5) Installing openssl (3.3.3-r0) 03:14:27 #69 ... 03:14:27 03:14:27 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:14:27 #74 DONE 23.4s 03:14:27 03:14:27 #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:27 #69 41.23 Executing busybox-1.36.1-r29.trigger 03:14:28 #69 41.31 OK: 10 MiB in 19 packages 03:14:29 #69 ... 03:14:29 03:14:29 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:14:29 #67 41.38 OK: 239 MiB in 58 packages 03:14:29 #67 DONE 43.2s 03:14:29 03:14:29 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:29 #70 42.04 (1/14) Installing ca-certificates (20241121-r1) 03:14:30 #70 ... 03:14:30 03:14:30 #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:14:30 #69 DONE 43.5s 03:14:30 03:14:30 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:30 #70 42.55 (2/14) Installing brotli-libs (1.1.0-r2) 03:14:30 #70 42.78 (3/14) Installing c-ares (1.33.1-r0) 03:14:30 #70 42.81 (4/14) Installing libunistring (1.2-r0) 03:14:30 #70 43.01 (5/14) Installing libidn2 (2.3.7-r0) 03:14:30 #70 43.05 (6/14) Installing nghttp2-libs (1.62.1-r0) 03:14:30 #70 ... 03:14:30 03:14:30 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:14:30 #92 DONE 1.2s 03:14:30 03:14:30 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:14:30 #89 DONE 5.2s 03:14:30 03:14:30 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:30 #70 43.09 (7/14) Installing libpsl (0.21.5-r1) 03:14:30 #70 43.12 (8/14) Installing zstd-libs (1.5.6-r0) 03:14:30 #70 43.19 (9/14) Installing libcurl (8.12.1-r0) 03:14:30 #70 43.27 (10/14) Installing curl (8.12.1-r0) 03:14:30 #70 43.31 (11/14) Installing dumb-init (1.2.5-r3) 03:14:31 #70 43.32 (12/14) Installing musl-obstack (1.2.3-r2) 03:14:31 #70 43.33 (13/14) Installing libucontext (1.2-r3) 03:14:31 #70 43.38 (14/14) Installing gcompat (1.1.0-r4) 03:14:31 #70 43.46 Executing busybox-1.36.1-r29.trigger 03:14:31 #70 43.73 Executing ca-certificates-20241121-r1.trigger 03:14:31 #70 ... 03:14:31 03:14:31 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:14:31 #93 DONE 0.6s 03:14:31 03:14:31 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:14:31 #88 16.52 OK: 20 MiB in 18 packages 03:14:32 #88 ... 03:14:32 03:14:32 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:14:32 #83 5.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:32 #83 7.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:32 #83 ... 03:14:32 03:14:32 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:14:32 #65 45.40 (1/4) Installing dumb-init (1.2.5-r3) 03:14:32 #65 45.44 (2/4) Installing musl-obstack (1.2.3-r2) 03:14:32 #65 45.48 (3/4) Installing libucontext (1.2-r3) 03:14:32 #65 45.50 (4/4) Installing gcompat (1.1.0-r4) 03:14:32 #65 45.54 Executing busybox-1.36.1-r29.trigger 03:14:32 #65 45.65 OK: 9 MiB in 18 packages 03:14:32 #65 ... 03:14:32 03:14:32 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:14:32 #88 DONE 17.7s 03:14:32 03:14:32 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:32 #70 44.89 OK: 15 MiB in 28 packages 03:14:33 #70 ... 03:14:33 03:14:33 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:14:33 #87 19.18 OK: 9 MiB in 15 packages 03:14:33 #87 DONE 20.4s 03:14:33 03:14:33 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:14:33 #83 16.06 OK: 20 MiB in 18 packages 03:14:33 #83 DONE 17.0s 03:14:33 03:14:33 #94 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 03:14:34 #94 ... 03:14:34 03:14:34 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:14:34 #65 DONE 47.8s 03:14:34 03:14:34 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:14:34 #70 DONE 46.7s 03:14:34 03:14:34 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:14:34 #95 ... 03:14:34 03:14:34 #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:14:34 #96 DONE 0.5s 03:14:34 03:14:34 #94 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 03:14:34 #94 4.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:35 #94 5.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:38 #94 8.503 OK: 10 MiB in 19 packages 03:14:40 #94 DONE 9.3s 03:14:40 03:14:40 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:40 #97 ... 03:14:40 03:14:40 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:14:40 #98 DONE 1.2s 03:14:40 03:14:40 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:14:40 #95 3.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:40 #95 4.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:40 #95 ... 03:14:40 03:14:40 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:40 #99 ... 03:14:40 03:14:40 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:40 #97 DONE 1.8s 03:14:40 03:14:40 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:41 #100 ... 03:14:41 03:14:41 #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:14:41 #101 DONE 0.2s 03:14:41 03:14:41 #102 [security-spire-server stage-2 6/9] COPY security.txt / 03:14:41 #102 DONE 0.2s 03:14:41 03:14:41 #103 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:14:41 #0 2.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 03:14:41 #0 3.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 03:14:41 #0 6.899 OK: 15 MiB in 28 packages 03:14:41 #103 ... 03:14:41 03:14:41 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:14:41 #104 DONE 0.2s 03:14:41 03:14:41 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:14:41 #95 7.698 OK: 9 MiB in 18 packages 03:14:42 #95 ... 03:14:42 03:14:42 #103 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:14:42 #103 DONE 7.7s 03:14:42 03:14:42 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:14:42 #105 DONE 0.3s 03:14:42 03:14:42 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:14:42 #106 DONE 0.3s 03:14:42 03:14:42 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:42 #86 ... 03:14:42 03:14:42 #107 [security-spire-server] exporting to image 03:14:42 #107 exporting layers 03:14:42 #107 ... 03:14:42 03:14:42 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:42 #100 DONE 2.2s 03:14:42 03:14:42 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:14:43 #108 ... 03:14:43 03:14:43 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:14:43 #95 DONE 8.9s 03:14:43 03:14:43 #109 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:43 #109 ... 03:14:43 03:14:43 #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:14:43 #108 DONE 0.7s 03:14:43 03:14:43 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 03:14:43 #110 DONE 0.3s 03:14:43 03:14:43 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:14:44 #111 DONE 0.2s 03:14:44 03:14:44 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:14:44 #112 DONE 0.3s 03:14:44 03:14:44 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:14:44 #113 DONE 0.3s 03:14:44 03:14:44 #107 [security-spire-agent] exporting to image 03:14:46 #107 exporting layers 3.9s done 03:14:46 #107 writing image sha256:a427ad36387e975311782044d5a9c31744a673df228486abf3e8f9a6c8ab1993 03:14:46 #107 writing image sha256:a427ad36387e975311782044d5a9c31744a673df228486abf3e8f9a6c8ab1993 0.0s done 03:14:46 #107 naming to docker.io/library/security-spire-server-arm64 done 03:14:46 #107 ... 03:14:46 03:14:46 #109 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:14:46 #109 DONE 3.7s 03:14:47 03:14:47 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:14:47 #114 DONE 0.2s 03:14:47 03:14:47 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:47 #86 ... 03:14:47 03:14:47 #115 [security-spire-config stage-2 6/10] COPY security.txt / 03:14:47 #115 DONE 0.3s 03:14:47 03:14:47 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:14:47 #86 ... 03:14:47 03:14:47 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:14:47 #116 DONE 0.2s 03:14:47 03:14:47 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:14:47 #117 DONE 0.2s 03:14:47 03:14:47 #107 [security-spire-agent] exporting to image 03:14:47 #107 exporting layers 3.1s done 03:14:47 #107 writing image sha256:8cbb58ef64e9863a24d2dceef2fb51cc2225121ed83f4c32efef47746c2ce207 0.0s done 03:14:47 #107 naming to docker.io/library/security-spire-agent-arm64 0.0s done 03:14:47 #107 DONE 5.6s 03:14:47 03:14:47 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:14:48 #118 DONE 0.3s 03:14:48 03:14:48 #107 [security-spire-config] exporting to image 03:14:50 #107 exporting layers 2.1s done 03:14:50 #107 writing image sha256:ef78f4a92ce2270463b9bdb1361021d0511a6754db6ba786de511e9a912ec75d done 03:14:50 #107 naming to docker.io/library/security-spire-config-arm64 done 03:14:50 #107 DONE 7.7s 03:14:50 03:14:50 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:15:19 #126 ... 03:15:19 03:15:19 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:15:19 #150 DONE 81.7s 03:15:19 03:15:19 #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:15:19 #125 ... 03:15:19 03:15:19 #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:15:19 #155 DONE 0.1s 03:15:19 03:15:19 #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:15:19 #156 DONE 1.3s 03:15:19 03:15:19 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:15:19 #148 ... 03:15:19 03:15:19 #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:15:19 #157 DONE 0.1s 03:15:19 03:15:19 #158 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:15:19 #158 DONE 0.2s 03:15:19 03:15:19 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:15:19 #133 ... 03:15:19 03:15:19 #159 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:15:19 #159 DONE 0.2s 03:15:19 03:15:19 #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:15:19 #160 DONE 0.1s 03:15:19 03:15:19 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:15:19 #152 ... 03:15:19 03:15:19 #161 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:15:19 #161 DONE 0.0s 03:15:19 03:15:19 #162 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:15:19 #162 DONE 0.0s 03:15:19 03:15:19 #163 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:15:19 #163 DONE 0.0s 03:15:19 03:15:19 #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:15:19 #164 DONE 0.0s 03:15:19 03:15:19 #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:15:19 #165 DONE 1.2s 03:15:19 03:15:19 #113 [security-bootstrapper] exporting to image 03:15:19 #113 exporting layers 03:15:19 #113 exporting layers 0.4s done 03:15:19 #113 writing image sha256:fd5b77167bb723c017a9ddf68f71d0ad63a5a217b5dd438b2704d2d7ef0ff2be done 03:15:19 #113 naming to docker.io/library/security-bootstrapper done 03:15:19 #113 DONE 1.4s 03:15:19 03:15:19 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:15:19 #154 ... 03:15:19 03:15:19 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:15:19 #146 DONE 86.2s 03:15:19 03:15:19 #166 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:15:19 #166 DONE 0.2s 03:15:19 03:15:19 #167 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:15:19 #167 DONE 0.1s 03:15:19 03:15:19 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:15:19 #126 ... 03:15:19 03:15:19 #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:15:19 #168 DONE 0.2s 03:15:19 03:15:19 #169 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:15:19 #169 DONE 0.1s 03:15:19 03:15:19 #170 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:15:19 #170 DONE 0.2s 03:15:19 03:15:19 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:15:19 #147 ... 03:15:19 03:15:19 #171 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:15:19 #171 DONE 1.2s 03:15:19 03:15:19 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:15:19 #147 ... 03:15:19 03:15:19 #113 [core-common-config-bootstrapper] exporting to image 03:15:19 #113 exporting layers 0.2s done 03:15:19 #113 writing image sha256:3b9a1af78d45ceebd925cdae0fe8bc627b79571100d52dddfc360cb37e863474 done 03:15:19 #113 naming to docker.io/library/core-common-config-bootstrapper done 03:15:19 #113 DONE 1.6s 03:15:19 03:15:19 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:16:11 #99 ... 03:16:11 03:16:11 #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #86 DONE 108.0s 03:16:11 03:16:11 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #91 DONE 93.7s 03:16:11 03:16:11 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #82 DONE 113.6s 03:16:11 03:16:11 #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #85 DONE 108.9s 03:16:11 03:16:11 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #84 DONE 109.8s 03:16:11 03:16:11 #119 [support-notifications builder 6/7] COPY . . 03:16:11 #119 ... 03:16:11 03:16:11 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #99 DONE 89.6s 03:16:11 03:16:11 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:16:11 #120 ... 03:16:11 03:16:11 #121 [security-proxy-setup builder 6/7] COPY . . 03:16:11 #121 CACHED 03:16:11 03:16:11 #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:16:11 #122 CACHED 03:16:11 03:16:11 #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #123 CACHED 03:16:11 03:16:11 #124 [core-keeper builder 7/8] COPY . . 03:16:11 #124 DONE 2.0s 03:16:11 03:16:11 #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #125 CACHED 03:16:11 03:16:11 #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:16:11 #126 CACHED 03:16:11 03:16:11 #127 [security-secretstore-setup builder 6/7] COPY . . 03:16:11 #127 CACHED 03:16:11 03:16:11 #128 [security-bootstrapper builder 6/7] COPY . . 03:16:11 #128 DONE 1.9s 03:16:11 03:16:11 #119 [support-notifications builder 6/7] COPY . . 03:16:11 #119 DONE 1.9s 03:16:11 03:16:11 #129 [core-command builder 6/7] COPY . . 03:16:11 #129 DONE 2.0s 03:16:11 03:16:11 #130 [support-scheduler builder 6/7] COPY . . 03:16:11 #130 DONE 1.9s 03:16:11 03:16:11 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:16:11 #131 CACHED 03:16:11 03:16:11 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 03:16:11 #132 CACHED 03:16:11 03:16:11 #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #133 CACHED 03:16:11 03:16:11 #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:16:11 #134 CACHED 03:16:11 03:16:11 #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #135 CACHED 03:16:11 03:16:11 #136 [security-proxy-auth builder 6/7] COPY . . 03:16:11 #136 CACHED 03:16:11 03:16:11 #120 [security-spiffe-token-provider builder 6/7] COPY . . 03:16:11 #120 DONE 2.0s 03:16:11 03:16:11 #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #137 CACHED 03:16:11 03:16:11 #138 [core-data builder 4/7] COPY go.mod vendor* ./ 03:16:11 #138 CACHED 03:16:11 03:16:11 #139 [core-data builder 6/7] COPY . . 03:16:11 #139 CACHED 03:16:11 03:16:11 #140 [core-metadata builder 6/7] COPY . . 03:16:11 #140 CACHED 03:16:11 03:16:11 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:16:11 #141 CACHED 03:16:11 03:16:11 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:16:11 #142 CACHED 03:16:11 03:16:11 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:16:11 #143 ... 03:16:11 03:16:11 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:16:11 #0 5.292 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:16:11 #144 ... 03:16:11 03:16:11 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:16:11 #0 5.827 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:16:11 #145 ... 03:16:11 03:16:11 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:16:11 #0 6.082 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:16:11 #146 ... 03:16:11 03:16:11 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:16:11 #143 6.147 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:16:12 #143 ... 03:16:12 03:16:12 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:16:12 #0 4.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:16:12 #147 ... 03:16:12 03:16:12 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:12 #0 5.160 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:16:12 #148 ... 03:16:12 03:16:12 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:16:12 #0 5.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:16:12 #149 ... 03:16:12 03:16:12 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:16:12 #0 4.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:16:12 #150 ... 03:16:12 03:16:12 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:16:12 #0 5.681 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:16:13 #151 ... 03:16:13 03:16:13 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:16:13 #0 5.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:16:13 #152 ... 03:16:13 03:16:13 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:16:13 #0 5.321 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:16:13 #153 ... 03:16:13 03:16:13 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:16:13 #0 5.159 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:16:27 #153 ... 03:16:27 03:16:27 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:27 #133 150.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:16:53 #133 ... 03:16:53 03:16:53 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:16:53 #149 DONE 184.4s 03:16:53 03:16:53 #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:16:53 #125 DONE 184.8s 03:16:53 03:16:53 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:16:53 #152 DONE 184.3s 03:16:53 03:16:53 #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:16:53 #126 DONE 184.7s 03:16:53 03:16:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:16:53 #153 DONE 184.3s 03:16:53 03:16:53 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:16:53 #154 DONE 184.3s 03:16:53 03:16:53 #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #172 ... 03:16:53 03:16:53 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:16:53 #147 DONE 184.9s 03:16:53 03:16:53 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:16:53 #151 DONE 184.7s 03:16:53 03:16:53 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:16:53 #148 DONE 184.5s 03:16:53 03:16:53 #133 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:53 #133 DONE 184.5s 03:16:53 03:16:53 #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #173 DONE 0.2s 03:16:53 03:16:53 #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #172 DONE 0.2s 03:16:53 03:16:53 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:16:53 #174 ... 03:16:53 03:16:53 #175 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #175 DONE 0.2s 03:16:53 03:16:53 #176 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #176 DONE 0.3s 03:16:53 03:16:53 #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:16:53 #174 DONE 0.2s 03:16:53 03:16:53 #177 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:16:53 #177 ... 03:16:53 03:16:53 #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #178 DONE 0.3s 03:16:53 03:16:53 #179 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #179 DONE 0.3s 03:16:53 03:16:53 #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:16:53 #180 DONE 0.3s 03:16:53 03:16:53 #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #181 DONE 0.3s 03:16:53 03:16:53 #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #182 CACHED 03:16:53 03:16:53 #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:16:53 #183 CACHED 03:16:53 03:16:53 #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:16:53 #184 DONE 0.3s 03:16:53 03:16:53 #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:16:53 #185 DONE 0.3s 03:16:53 03:16:53 #186 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #186 DONE 0.4s 03:16:53 03:16:53 #187 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:16:53 #187 CACHED 03:16:53 03:16:53 #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:16:53 #188 CACHED 03:16:53 03:16:53 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:16:53 #189 ... 03:16:53 03:16:53 #177 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:16:53 #177 DONE 0.6s 03:16:53 03:16:53 #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:16:53 #190 DONE 0.4s 03:16:53 03:16:53 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:16:53 #191 ... 03:16:53 03:16:53 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:16:53 #192 DONE 0.8s 03:16:53 03:16:53 #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:16:53 #189 DONE 0.8s 03:16:53 03:16:53 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:16:53 #193 DONE 0.8s 03:16:53 03:16:53 #194 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:16:53 #194 DONE 0.8s 03:16:53 03:16:53 #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:16:53 #195 DONE 0.8s 03:16:53 03:16:53 #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:16:53 #196 DONE 0.9s 03:16:53 03:16:53 #197 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:16:53 #197 DONE 0.9s 03:16:53 03:16:53 #198 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:16:53 #198 DONE 0.8s 03:16:53 03:16:53 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:16:53 #199 ... 03:16:53 03:16:53 #200 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:16:53 #200 DONE 0.9s 03:16:53 03:16:53 #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:16:53 #201 DONE 0.5s 03:16:53 03:16:53 #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:16:53 #202 DONE 0.5s 03:16:53 03:16:53 #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:16:53 #203 DONE 0.5s 03:16:53 03:16:53 #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:16:53 #191 DONE 1.0s 03:16:53 03:16:53 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:16:53 #204 DONE 0.5s 03:16:53 03:16:53 #205 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:16:53 #205 DONE 0.5s 03:16:53 03:16:53 #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:16:53 #206 DONE 0.5s 03:16:53 03:16:53 #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:16:53 #207 ... 03:16:53 03:16:53 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:16:53 #199 DONE 0.5s 03:16:53 03:16:53 #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:16:53 #208 DONE 0.5s 03:16:53 03:16:53 #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:16:53 #209 DONE 0.3s 03:16:53 03:16:53 #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:16:53 #210 DONE 0.3s 03:16:53 03:16:53 #211 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:16:53 #211 DONE 0.3s 03:16:53 03:16:53 #113 [core-metadata] exporting to image 03:16:53 #113 exporting layers 03:16:53 #113 ... 03:16:53 03:16:53 #207 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:16:53 #207 DONE 0.3s 03:16:53 03:16:53 #212 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:16:53 #212 DONE 0.2s 03:16:53 03:16:53 #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:16:53 #213 DONE 0.2s 03:16:53 03:16:53 #113 [core-data] exporting to image 03:16:53 #113 exporting layers 0.4s done 03:16:53 #113 writing image sha256:0e4ae99d6a43b03da8a58eccadf90f12f910beeb29eec1cdbe866c596d8145a7 0.0s done 03:16:53 #113 naming to docker.io/library/core-data done 03:16:53 #113 writing image sha256:1677e670a16637d6b33731cf76ecdcd2c9c35107ae613a168971acd023bf089b 03:16:53 #113 writing image sha256:9cff81535a7b66da093edec7931dd3e5a92609e56bb54c6cc07204d4541019bc 03:16:53 #113 writing image sha256:662b829110ffcb7e98fb8c810bd15ca661b9554ed49a83d97bfe00a421581f17 03:16:53 #113 ... 03:16:53 03:16:53 #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:16:53 #214 DONE 0.3s 03:16:53 03:16:53 #113 [core-command] exporting to image 03:16:53 #113 writing image sha256:1677e670a16637d6b33731cf76ecdcd2c9c35107ae613a168971acd023bf089b 0.0s done 03:16:53 #113 writing image sha256:9cff81535a7b66da093edec7931dd3e5a92609e56bb54c6cc07204d4541019bc 0.0s done 03:16:53 #113 writing image sha256:662b829110ffcb7e98fb8c810bd15ca661b9554ed49a83d97bfe00a421581f17 done 03:16:53 #113 naming to docker.io/library/support-scheduler done 03:16:53 #113 naming to docker.io/library/core-keeper done 03:16:53 #113 naming to docker.io/library/core-command 0.0s done 03:16:53 #113 ... 03:16:53 03:16:53 #215 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:16:53 #215 DONE 0.3s 03:16:53 03:16:53 #113 [security-spiffe-token-provider] exporting to image 03:16:53 #113 exporting layers 0.2s done 03:16:53 #113 writing image sha256:08b19fbb4da263cc8238e88b23d178d646f97baf38bc4449ba88204bb8a83313 done 03:16:53 #113 writing image sha256:d0435087de29ef9817578e7c1ab754d10892fe4e99814ee0665b7c48e86edb78 done 03:16:53 #113 naming to docker.io/library/support-notifications done 03:16:53 #113 naming to docker.io/library/security-spiffe-token-provider done 03:16:54 #113 ... 03:16:54 03:16:54 #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:16:54 #216 DONE 0.2s 03:16:54 03:16:54 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:16:54 #217 DONE 0.5s 03:16:54 03:16:54 #113 [security-proxy-auth] exporting to image 03:16:54 #113 ... 03:16:54 03:16:54 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:16:54 #218 DONE 0.2s 03:16:54 03:16:54 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:16:54 #219 DONE 0.0s 03:16:54 03:16:54 #113 [security-proxy-auth] exporting to image 03:16:54 #113 exporting layers 0.7s done 03:16:54 #113 ... 03:16:54 03:16:54 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:16:54 #220 DONE 0.5s 03:16:54 03:16:54 #113 [security-proxy-auth] exporting to image 03:16:54 #113 exporting layers 0.3s done 03:16:54 #113 writing image sha256:29c944a6711f298dcae360e2121b1ebf11aa8ae68de9099747b122a601308d10 done 03:16:54 #113 naming to docker.io/library/core-metadata done 03:16:54 #113 writing image sha256:4a81e3e15661b1250a6153c3f21bec76cb06ed3fab5fa2542f73682409fe3e58 done 03:16:54 #113 naming to docker.io/library/security-proxy-auth done 03:16:54 #113 exporting layers 0.2s done 03:16:54 #113 writing image sha256:0826f2880407141bd4ede5073f3e1cb126b08a6386edceb150996f6866b6862b done 03:16:54 #113 naming to docker.io/library/security-proxy-setup done 03:16:54 #113 DONE 3.2s 03:16:54 03:16:54 #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:16:54 #221 DONE 0.4s 03:16:54 03:16:54 #113 [security-secretstore-setup] exporting to image 03:16:57 #113 exporting layers 2.4s done 03:16:57 #113 writing image sha256:dd55aba7f2caca14c4b7f859feb47ae32aa22e84540dc7d8c6d8aa094068bb38 done 03:16:57 #113 naming to docker.io/library/security-secretstore-setup done 03:16:57 #113 DONE 5.7s 03:16:57 03:16:57 #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:16:57 time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:16:57 $ docker stop --time=1 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 03:16:59 $ docker rm -f --volumes 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 [Pipeline] // withDockerContainer [Pipeline] sh 03:16:59 + docker images 03:16:59 REPOSITORY TAG IMAGE ID CREATED SIZE 03:16:59 security-secretstore-setup latest dd55aba7f2ca 5 seconds ago 68MB 03:16:59 security-proxy-setup latest 0826f2880407 5 seconds ago 38.3MB 03:16:59 core-metadata latest 29c944a6711f 6 seconds ago 32.7MB 03:16:59 support-scheduler latest 9cff81535a7b 6 seconds ago 48.3MB 03:16:59 security-spiffe-token-provider latest d0435087de29 6 seconds ago 47.2MB 03:16:59 core-keeper latest 1677e670a166 6 seconds ago 32.1MB 03:16:59 core-command latest 662b829110ff 6 seconds ago 28MB 03:16:59 core-data latest 0e4ae99d6a43 6 seconds ago 32.5MB 03:16:59 support-notifications latest 08b19fbb4da2 6 seconds ago 51.9MB 03:16:59 security-proxy-auth latest 4a81e3e15661 6 seconds ago 31.4MB 03:16:59 core-common-config-bootstrapper latest 3b9a1af78d45 About a minute ago 17.1MB 03:16:59 security-bootstrapper latest fd5b77167bb7 About a minute ago 20.3MB 03:16:59 security-spire-server latest 50b5ad9485e2 4 minutes ago 149MB 03:16:59 security-spire-agent latest 710a816ca291 4 minutes ago 195MB 03:16:59 security-spire-config latest 049623b19a29 4 minutes ago 149MB 03:16:59 ci-base-image-x86_64 latest 179ed7dd79b8 7 minutes ago 925MB 03:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 hours ago 573MB 03:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB 03:16:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:16:59 provisioning config files... 03:16:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config8459507932520968846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:16:59 ---> ****-login.sh 03:16:59 nexus3.edgexfoundry.org:10001 03:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:16:59 Configure a credential helper to remove this warning. See 03:16:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:16:59 03:16:59 Login Succeeded 03:16:59 nexus3.edgexfoundry.org:10002 03:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:17:00 Configure a credential helper to remove this warning. See 03:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:17:00 03:17:00 Login Succeeded 03:17:00 nexus3.edgexfoundry.org:10003 03:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:17:00 Configure a credential helper to remove this warning. See 03:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:17:00 03:17:00 Login Succeeded 03:17:00 nexus3.edgexfoundry.org:10004 03:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:17:00 Configure a credential helper to remove this warning. See 03:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:17:00 03:17:00 Login Succeeded 03:17:00 ****.io 03:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:17:00 Configure a credential helper to remove this warning. See 03:17:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:17:00 03:17:00 Login Succeeded 03:17:00 ---> ****-login.sh ends [Pipeline] } 03:17:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:17:00 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:17:00 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:00 latest 03:17:00 4.1.0-dev.12 03:17:00 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:00 main 03:17:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:01 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:01 + docker push nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:17:01 27e31ccd3add: Preparing 03:17:01 27c2092fd454: Preparing 03:17:01 a7c639ffb568: Preparing 03:17:01 1652901e3df0: Preparing 03:17:01 f3b4c25e4578: Preparing 03:17:01 f4d7a4550f8b: Preparing 03:17:01 994456c4fd7b: Preparing 03:17:01 f4d7a4550f8b: Waiting 03:17:01 27e31ccd3add: Pushed 03:17:01 f3b4c25e4578: Pushed 03:17:01 a7c639ffb568: Pushed 03:17:01 1652901e3df0: Pushed 03:17:01 994456c4fd7b: Layer already exists 03:17:01 f4d7a4550f8b: Pushed 03:17:03 27c2092fd454: Pushed 03:17:03 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:04 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:17:04 27e31ccd3add: Preparing 03:17:04 27c2092fd454: Preparing 03:17:04 a7c639ffb568: Preparing 03:17:04 1652901e3df0: Preparing 03:17:04 f3b4c25e4578: Preparing 03:17:04 f4d7a4550f8b: Preparing 03:17:04 994456c4fd7b: Preparing 03:17:04 f4d7a4550f8b: Waiting 03:17:04 994456c4fd7b: Waiting 03:17:04 a7c639ffb568: Layer already exists 03:17:04 1652901e3df0: Layer already exists 03:17:04 27e31ccd3add: Layer already exists 03:17:04 f3b4c25e4578: Layer already exists 03:17:04 27c2092fd454: Layer already exists 03:17:04 f4d7a4550f8b: Layer already exists 03:17:04 994456c4fd7b: Layer already exists 03:17:04 latest: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:04 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 03:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:17:04 27e31ccd3add: Preparing 03:17:04 27c2092fd454: Preparing 03:17:04 a7c639ffb568: Preparing 03:17:04 1652901e3df0: Preparing 03:17:04 f3b4c25e4578: Preparing 03:17:04 f4d7a4550f8b: Preparing 03:17:04 994456c4fd7b: Preparing 03:17:04 f4d7a4550f8b: Waiting 03:17:04 994456c4fd7b: Waiting 03:17:04 27e31ccd3add: Layer already exists 03:17:04 f3b4c25e4578: Layer already exists 03:17:04 27c2092fd454: Layer already exists 03:17:04 1652901e3df0: Layer already exists 03:17:04 a7c639ffb568: Layer already exists 03:17:04 994456c4fd7b: Layer already exists 03:17:04 f4d7a4550f8b: Layer already exists 03:17:04 4.1.0-dev.12: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:05 + docker push nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:17:05 27e31ccd3add: Preparing 03:17:05 27c2092fd454: Preparing 03:17:05 a7c639ffb568: Preparing 03:17:05 1652901e3df0: Preparing 03:17:05 f3b4c25e4578: Preparing 03:17:05 f4d7a4550f8b: Preparing 03:17:05 994456c4fd7b: Preparing 03:17:05 f4d7a4550f8b: Waiting 03:17:05 994456c4fd7b: Waiting 03:17:05 1652901e3df0: Layer already exists 03:17:05 27c2092fd454: Layer already exists 03:17:05 f3b4c25e4578: Layer already exists 03:17:05 27e31ccd3add: Layer already exists 03:17:05 a7c639ffb568: Layer already exists 03:17:05 f4d7a4550f8b: Layer already exists 03:17:05 994456c4fd7b: Layer already exists 03:17:05 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:06 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:17:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:17:06 27e31ccd3add: Preparing 03:17:06 27c2092fd454: Preparing 03:17:06 a7c639ffb568: Preparing 03:17:06 1652901e3df0: Preparing 03:17:06 f3b4c25e4578: Preparing 03:17:06 f4d7a4550f8b: Preparing 03:17:06 994456c4fd7b: Preparing 03:17:06 f4d7a4550f8b: Waiting 03:17:06 994456c4fd7b: Waiting 03:17:06 f3b4c25e4578: Layer already exists 03:17:06 1652901e3df0: Layer already exists 03:17:06 27c2092fd454: Layer already exists 03:17:06 27e31ccd3add: Layer already exists 03:17:06 a7c639ffb568: Layer already exists 03:17:06 f4d7a4550f8b: Layer already exists 03:17:06 994456c4fd7b: Layer already exists 03:17:06 main: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:06 ===================================================== [Pipeline] echo 03:17:06 taggedImages: 03:17:06 - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:06 - nexus3.edgexfoundry.org:10004/core-command:latest 03:17:06 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 03:17:06 - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:06 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:17:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:17:06 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:06 latest 03:17:06 4.1.0-dev.12 03:17:06 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:06 main 03:17:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:06 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:17:07 8f2837e8ef08: Preparing 03:17:07 1771973c56db: Preparing 03:17:07 d7887a8d2b05: Preparing 03:17:07 2fe48059963b: Preparing 03:17:07 a7c639ffb568: Preparing 03:17:07 1652901e3df0: Preparing 03:17:07 f3b4c25e4578: Preparing 03:17:07 f4d7a4550f8b: Preparing 03:17:07 994456c4fd7b: Preparing 03:17:07 1652901e3df0: Waiting 03:17:07 f4d7a4550f8b: Waiting 03:17:07 994456c4fd7b: Waiting 03:17:07 f3b4c25e4578: Waiting 03:17:07 a7c639ffb568: Layer already exists 03:17:07 d7887a8d2b05: Pushed 03:17:07 1771973c56db: Pushed 03:17:07 8f2837e8ef08: Pushed 03:17:07 1652901e3df0: Layer already exists 03:17:07 f3b4c25e4578: Layer already exists 03:17:07 f4d7a4550f8b: Layer already exists 03:17:07 994456c4fd7b: Layer already exists 03:17:08 2fe48059963b: Pushed 03:17:08 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:08 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:17:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:17:08 8f2837e8ef08: Preparing 03:17:08 1771973c56db: Preparing 03:17:08 d7887a8d2b05: Preparing 03:17:08 2fe48059963b: Preparing 03:17:08 a7c639ffb568: Preparing 03:17:08 1652901e3df0: Preparing 03:17:08 f3b4c25e4578: Preparing 03:17:08 f4d7a4550f8b: Preparing 03:17:08 994456c4fd7b: Preparing 03:17:08 1652901e3df0: Waiting 03:17:08 f3b4c25e4578: Waiting 03:17:08 994456c4fd7b: Waiting 03:17:08 f4d7a4550f8b: Waiting 03:17:08 2fe48059963b: Layer already exists 03:17:08 d7887a8d2b05: Layer already exists 03:17:08 8f2837e8ef08: Layer already exists 03:17:08 1771973c56db: Layer already exists 03:17:08 a7c639ffb568: Layer already exists 03:17:08 994456c4fd7b: Layer already exists 03:17:08 1652901e3df0: Layer already exists 03:17:08 f4d7a4550f8b: Layer already exists 03:17:08 f3b4c25e4578: Layer already exists 03:17:08 latest: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 03:17:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:17:09 8f2837e8ef08: Preparing 03:17:09 1771973c56db: Preparing 03:17:09 d7887a8d2b05: Preparing 03:17:09 2fe48059963b: Preparing 03:17:09 a7c639ffb568: Preparing 03:17:09 1652901e3df0: Preparing 03:17:09 f3b4c25e4578: Preparing 03:17:09 f4d7a4550f8b: Preparing 03:17:09 994456c4fd7b: Preparing 03:17:09 1652901e3df0: Waiting 03:17:09 994456c4fd7b: Waiting 03:17:09 f3b4c25e4578: Waiting 03:17:09 f4d7a4550f8b: Waiting 03:17:09 8f2837e8ef08: Layer already exists 03:17:09 d7887a8d2b05: Layer already exists 03:17:09 1771973c56db: Layer already exists 03:17:09 a7c639ffb568: Layer already exists 03:17:09 2fe48059963b: Layer already exists 03:17:09 f3b4c25e4578: Layer already exists 03:17:09 1652901e3df0: Layer already exists 03:17:09 f4d7a4550f8b: Layer already exists 03:17:09 994456c4fd7b: Layer already exists 03:17:09 4.1.0-dev.12: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:09 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:17:10 8f2837e8ef08: Preparing 03:17:10 1771973c56db: Preparing 03:17:10 d7887a8d2b05: Preparing 03:17:10 2fe48059963b: Preparing 03:17:10 a7c639ffb568: Preparing 03:17:10 1652901e3df0: Preparing 03:17:10 f3b4c25e4578: Preparing 03:17:10 f4d7a4550f8b: Preparing 03:17:10 994456c4fd7b: Preparing 03:17:10 f3b4c25e4578: Waiting 03:17:10 1652901e3df0: Waiting 03:17:10 994456c4fd7b: Waiting 03:17:10 f4d7a4550f8b: Waiting 03:17:10 8f2837e8ef08: Layer already exists 03:17:10 2fe48059963b: Layer already exists 03:17:10 a7c639ffb568: Layer already exists 03:17:10 1771973c56db: Layer already exists 03:17:10 d7887a8d2b05: Layer already exists 03:17:10 1652901e3df0: Layer already exists 03:17:10 f3b4c25e4578: Layer already exists 03:17:10 994456c4fd7b: Layer already exists 03:17:10 f4d7a4550f8b: Layer already exists 03:17:10 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:17:10 8f2837e8ef08: Preparing 03:17:10 1771973c56db: Preparing 03:17:10 d7887a8d2b05: Preparing 03:17:10 2fe48059963b: Preparing 03:17:10 a7c639ffb568: Preparing 03:17:10 1652901e3df0: Preparing 03:17:10 f3b4c25e4578: Preparing 03:17:10 f4d7a4550f8b: Preparing 03:17:10 994456c4fd7b: Preparing 03:17:10 f3b4c25e4578: Waiting 03:17:10 f4d7a4550f8b: Waiting 03:17:10 1652901e3df0: Waiting 03:17:10 994456c4fd7b: Waiting 03:17:10 8f2837e8ef08: Layer already exists 03:17:10 2fe48059963b: Layer already exists 03:17:10 d7887a8d2b05: Layer already exists 03:17:10 a7c639ffb568: Layer already exists 03:17:10 1771973c56db: Layer already exists 03:17:10 994456c4fd7b: Layer already exists 03:17:10 f3b4c25e4578: Layer already exists 03:17:10 1652901e3df0: Layer already exists 03:17:10 f4d7a4550f8b: Layer already exists 03:17:10 main: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:11 ===================================================== [Pipeline] echo 03:17:11 taggedImages: 03:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 03:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:17:11 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:17:11 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:11 latest 03:17:11 4.1.0-dev.12 03:17:11 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:11 main 03:17:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:11 + docker push nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:17:11 497f9ed19aaf: Preparing 03:17:11 1348a3ddeac3: Preparing 03:17:11 a7c639ffb568: Preparing 03:17:11 1652901e3df0: Preparing 03:17:11 7aad4301aae2: Preparing 03:17:11 f4d7a4550f8b: Preparing 03:17:11 994456c4fd7b: Preparing 03:17:11 f4d7a4550f8b: Waiting 03:17:11 994456c4fd7b: Waiting 03:17:11 1652901e3df0: Layer already exists 03:17:11 a7c639ffb568: Layer already exists 03:17:11 f4d7a4550f8b: Layer already exists 03:17:11 994456c4fd7b: Layer already exists 03:17:11 7aad4301aae2: Pushed 03:17:11 497f9ed19aaf: Pushed 03:17:14 1348a3ddeac3: Pushed 03:17:14 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:14 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:17:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:17:14 497f9ed19aaf: Preparing 03:17:14 1348a3ddeac3: Preparing 03:17:14 a7c639ffb568: Preparing 03:17:14 1652901e3df0: Preparing 03:17:14 7aad4301aae2: Preparing 03:17:14 f4d7a4550f8b: Preparing 03:17:14 994456c4fd7b: Preparing 03:17:14 f4d7a4550f8b: Waiting 03:17:14 994456c4fd7b: Waiting 03:17:14 a7c639ffb568: Layer already exists 03:17:14 7aad4301aae2: Layer already exists 03:17:14 497f9ed19aaf: Layer already exists 03:17:14 1652901e3df0: Layer already exists 03:17:14 1348a3ddeac3: Layer already exists 03:17:14 f4d7a4550f8b: Layer already exists 03:17:14 994456c4fd7b: Layer already exists 03:17:14 latest: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:15 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 03:17:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:17:15 497f9ed19aaf: Preparing 03:17:15 1348a3ddeac3: Preparing 03:17:15 a7c639ffb568: Preparing 03:17:15 1652901e3df0: Preparing 03:17:15 7aad4301aae2: Preparing 03:17:15 f4d7a4550f8b: Preparing 03:17:15 994456c4fd7b: Preparing 03:17:15 f4d7a4550f8b: Waiting 03:17:15 994456c4fd7b: Waiting 03:17:15 7aad4301aae2: Layer already exists 03:17:15 a7c639ffb568: Layer already exists 03:17:15 1348a3ddeac3: Layer already exists 03:17:15 1652901e3df0: Layer already exists 03:17:15 497f9ed19aaf: Layer already exists 03:17:15 994456c4fd7b: Layer already exists 03:17:15 f4d7a4550f8b: Layer already exists 03:17:15 4.1.0-dev.12: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:16 + docker push nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:17:16 497f9ed19aaf: Preparing 03:17:16 1348a3ddeac3: Preparing 03:17:16 a7c639ffb568: Preparing 03:17:16 1652901e3df0: Preparing 03:17:16 7aad4301aae2: Preparing 03:17:16 f4d7a4550f8b: Preparing 03:17:16 994456c4fd7b: Preparing 03:17:16 f4d7a4550f8b: Waiting 03:17:16 994456c4fd7b: Waiting 03:17:16 497f9ed19aaf: Layer already exists 03:17:16 1348a3ddeac3: Layer already exists 03:17:16 7aad4301aae2: Layer already exists 03:17:16 1652901e3df0: Layer already exists 03:17:16 a7c639ffb568: Layer already exists 03:17:16 994456c4fd7b: Layer already exists 03:17:16 f4d7a4550f8b: Layer already exists 03:17:16 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:16 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:17:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:17:16 497f9ed19aaf: Preparing 03:17:16 1348a3ddeac3: Preparing 03:17:16 a7c639ffb568: Preparing 03:17:16 1652901e3df0: Preparing 03:17:16 7aad4301aae2: Preparing 03:17:16 f4d7a4550f8b: Preparing 03:17:16 994456c4fd7b: Preparing 03:17:16 f4d7a4550f8b: Waiting 03:17:16 994456c4fd7b: Waiting 03:17:16 1348a3ddeac3: Layer already exists 03:17:16 7aad4301aae2: Layer already exists 03:17:16 a7c639ffb568: Layer already exists 03:17:16 1652901e3df0: Layer already exists 03:17:16 497f9ed19aaf: Layer already exists 03:17:16 994456c4fd7b: Layer already exists 03:17:16 f4d7a4550f8b: Layer already exists 03:17:16 main: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:16 ===================================================== [Pipeline] echo 03:17:16 taggedImages: 03:17:16 - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:16 - nexus3.edgexfoundry.org:10004/core-data:latest 03:17:16 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 03:17:16 - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:16 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:17:17 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:17:17 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:17 latest 03:17:17 4.1.0-dev.12 03:17:17 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:17 main 03:17:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:17:17 c4c149c3d270: Preparing 03:17:17 fb0bb9e1864d: Preparing 03:17:17 1652901e3df0: Preparing 03:17:17 eae1a3b4d072: Preparing 03:17:17 4b0dc4f34562: Preparing 03:17:17 994456c4fd7b: Preparing 03:17:17 994456c4fd7b: Waiting 03:17:17 1652901e3df0: Layer already exists 03:17:17 994456c4fd7b: Layer already exists 03:17:17 4b0dc4f34562: Pushed 03:17:17 eae1a3b4d072: Pushed 03:17:17 c4c149c3d270: Pushed 03:17:20 fb0bb9e1864d: Pushed 03:17:20 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:20 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:17:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:17:20 c4c149c3d270: Preparing 03:17:20 fb0bb9e1864d: Preparing 03:17:20 1652901e3df0: Preparing 03:17:20 eae1a3b4d072: Preparing 03:17:20 4b0dc4f34562: Preparing 03:17:20 994456c4fd7b: Preparing 03:17:20 994456c4fd7b: Waiting 03:17:20 c4c149c3d270: Layer already exists 03:17:20 fb0bb9e1864d: Layer already exists 03:17:20 4b0dc4f34562: Layer already exists 03:17:20 eae1a3b4d072: Layer already exists 03:17:20 1652901e3df0: Layer already exists 03:17:20 994456c4fd7b: Layer already exists 03:17:20 latest: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 03:17:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:17:21 c4c149c3d270: Preparing 03:17:21 fb0bb9e1864d: Preparing 03:17:21 1652901e3df0: Preparing 03:17:21 eae1a3b4d072: Preparing 03:17:21 4b0dc4f34562: Preparing 03:17:21 994456c4fd7b: Preparing 03:17:21 994456c4fd7b: Waiting 03:17:21 eae1a3b4d072: Layer already exists 03:17:21 1652901e3df0: Layer already exists 03:17:21 c4c149c3d270: Layer already exists 03:17:21 4b0dc4f34562: Layer already exists 03:17:21 fb0bb9e1864d: Layer already exists 03:17:21 994456c4fd7b: Layer already exists 03:17:21 4.1.0-dev.12: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:21 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:17:22 c4c149c3d270: Preparing 03:17:22 fb0bb9e1864d: Preparing 03:17:22 1652901e3df0: Preparing 03:17:22 eae1a3b4d072: Preparing 03:17:22 4b0dc4f34562: Preparing 03:17:22 994456c4fd7b: Preparing 03:17:22 994456c4fd7b: Waiting 03:17:22 fb0bb9e1864d: Layer already exists 03:17:22 1652901e3df0: Layer already exists 03:17:22 c4c149c3d270: Layer already exists 03:17:22 4b0dc4f34562: Layer already exists 03:17:22 eae1a3b4d072: Layer already exists 03:17:22 994456c4fd7b: Layer already exists 03:17:22 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:22 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:17:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:17:22 c4c149c3d270: Preparing 03:17:22 fb0bb9e1864d: Preparing 03:17:22 1652901e3df0: Preparing 03:17:22 eae1a3b4d072: Preparing 03:17:22 4b0dc4f34562: Preparing 03:17:22 994456c4fd7b: Preparing 03:17:22 994456c4fd7b: Waiting 03:17:22 4b0dc4f34562: Layer already exists 03:17:22 eae1a3b4d072: Layer already exists 03:17:22 fb0bb9e1864d: Layer already exists 03:17:22 1652901e3df0: Layer already exists 03:17:22 c4c149c3d270: Layer already exists 03:17:22 994456c4fd7b: Layer already exists 03:17:22 main: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:22 ===================================================== [Pipeline] echo 03:17:22 taggedImages: 03:17:22 - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:22 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:17:22 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 03:17:22 - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:22 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:17:22 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:17:22 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:22 latest 03:17:22 4.1.0-dev.12 03:17:22 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:22 main 03:17:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:17:23 8daba86b839d: Preparing 03:17:23 0bdec12ed154: Preparing 03:17:23 ebf8e3bd69f4: Preparing 03:17:23 a7c639ffb568: Preparing 03:17:23 1652901e3df0: Preparing 03:17:23 f3b4c25e4578: Preparing 03:17:23 f4d7a4550f8b: Preparing 03:17:23 994456c4fd7b: Preparing 03:17:23 f3b4c25e4578: Waiting 03:17:23 f4d7a4550f8b: Waiting 03:17:23 a7c639ffb568: Layer already exists 03:17:23 0bdec12ed154: Pushed 03:17:23 8daba86b839d: Pushed 03:17:23 1652901e3df0: Layer already exists 03:17:24 f3b4c25e4578: Layer already exists 03:17:24 f4d7a4550f8b: Layer already exists 03:17:24 994456c4fd7b: Layer already exists 03:17:26 ebf8e3bd69f4: Pushed 03:17:26 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:17:27 8daba86b839d: Preparing 03:17:27 0bdec12ed154: Preparing 03:17:27 ebf8e3bd69f4: Preparing 03:17:27 a7c639ffb568: Preparing 03:17:27 1652901e3df0: Preparing 03:17:27 f3b4c25e4578: Preparing 03:17:27 f4d7a4550f8b: Preparing 03:17:27 994456c4fd7b: Preparing 03:17:27 f3b4c25e4578: Waiting 03:17:27 f4d7a4550f8b: Waiting 03:17:27 994456c4fd7b: Waiting 03:17:27 ebf8e3bd69f4: Layer already exists 03:17:27 8daba86b839d: Layer already exists 03:17:27 a7c639ffb568: Layer already exists 03:17:27 0bdec12ed154: Layer already exists 03:17:27 1652901e3df0: Layer already exists 03:17:27 f3b4c25e4578: Layer already exists 03:17:27 f4d7a4550f8b: Layer already exists 03:17:27 994456c4fd7b: Layer already exists 03:17:27 latest: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 03:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:17:27 8daba86b839d: Preparing 03:17:27 0bdec12ed154: Preparing 03:17:27 ebf8e3bd69f4: Preparing 03:17:27 a7c639ffb568: Preparing 03:17:27 1652901e3df0: Preparing 03:17:27 f3b4c25e4578: Preparing 03:17:27 f4d7a4550f8b: Preparing 03:17:27 994456c4fd7b: Preparing 03:17:27 f4d7a4550f8b: Waiting 03:17:27 f3b4c25e4578: Waiting 03:17:27 994456c4fd7b: Waiting 03:17:27 8daba86b839d: Layer already exists 03:17:27 ebf8e3bd69f4: Layer already exists 03:17:27 1652901e3df0: Layer already exists 03:17:27 0bdec12ed154: Layer already exists 03:17:27 a7c639ffb568: Layer already exists 03:17:27 f4d7a4550f8b: Layer already exists 03:17:27 994456c4fd7b: Layer already exists 03:17:27 f3b4c25e4578: Layer already exists 03:17:27 4.1.0-dev.12: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:17:28 8daba86b839d: Preparing 03:17:28 0bdec12ed154: Preparing 03:17:28 ebf8e3bd69f4: Preparing 03:17:28 a7c639ffb568: Preparing 03:17:28 1652901e3df0: Preparing 03:17:28 f3b4c25e4578: Preparing 03:17:28 f4d7a4550f8b: Preparing 03:17:28 994456c4fd7b: Preparing 03:17:28 f3b4c25e4578: Waiting 03:17:28 f4d7a4550f8b: Waiting 03:17:28 994456c4fd7b: Waiting 03:17:28 8daba86b839d: Layer already exists 03:17:28 1652901e3df0: Layer already exists 03:17:28 0bdec12ed154: Layer already exists 03:17:28 a7c639ffb568: Layer already exists 03:17:28 ebf8e3bd69f4: Layer already exists 03:17:28 994456c4fd7b: Layer already exists 03:17:28 f4d7a4550f8b: Layer already exists 03:17:28 f3b4c25e4578: Layer already exists 03:17:28 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:17:29 8daba86b839d: Preparing 03:17:29 0bdec12ed154: Preparing 03:17:29 ebf8e3bd69f4: Preparing 03:17:29 a7c639ffb568: Preparing 03:17:29 1652901e3df0: Preparing 03:17:29 f3b4c25e4578: Preparing 03:17:29 f4d7a4550f8b: Preparing 03:17:29 994456c4fd7b: Preparing 03:17:29 f4d7a4550f8b: Waiting 03:17:29 f3b4c25e4578: Waiting 03:17:29 994456c4fd7b: Waiting 03:17:29 a7c639ffb568: Layer already exists 03:17:29 8daba86b839d: Layer already exists 03:17:29 1652901e3df0: Layer already exists 03:17:29 ebf8e3bd69f4: Layer already exists 03:17:29 0bdec12ed154: Layer already exists 03:17:29 f4d7a4550f8b: Layer already exists 03:17:29 f3b4c25e4578: Layer already exists 03:17:29 994456c4fd7b: Layer already exists 03:17:29 main: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:29 ===================================================== [Pipeline] echo 03:17:29 taggedImages: 03:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 03:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:29 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:17:29 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:17:29 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:29 latest 03:17:29 4.1.0-dev.12 03:17:29 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:29 main 03:17:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:17:29 d1bf72e06c82: Preparing 03:17:29 11c64eb00bba: Preparing 03:17:29 fc32795be3b6: Preparing 03:17:29 b8ac5f9cac6a: Preparing 03:17:29 f97d04f8ba87: Preparing 03:17:29 caa6132e30ca: Preparing 03:17:29 7c0b9c373ddf: Preparing 03:17:29 a7c639ffb568: Preparing 03:17:29 1652901e3df0: Preparing 03:17:29 8c0dc5fc4cf9: Preparing 03:17:29 1a06755a5f98: Preparing 03:17:29 5f70bf18a086: Preparing 03:17:29 fa065646cab1: Preparing 03:17:29 091c659d2cf5: Preparing 03:17:29 89f5eee36815: Preparing 03:17:29 994456c4fd7b: Preparing 03:17:29 091c659d2cf5: Waiting 03:17:29 8c0dc5fc4cf9: Waiting 03:17:29 89f5eee36815: Waiting 03:17:29 994456c4fd7b: Waiting 03:17:29 fa065646cab1: Waiting 03:17:29 5f70bf18a086: Waiting 03:17:29 1a06755a5f98: Waiting 03:17:29 caa6132e30ca: Waiting 03:17:29 7c0b9c373ddf: Waiting 03:17:29 a7c639ffb568: Waiting 03:17:29 1652901e3df0: Waiting 03:17:29 11c64eb00bba: Pushed 03:17:29 f97d04f8ba87: Pushed 03:17:29 fc32795be3b6: Pushed 03:17:29 b8ac5f9cac6a: Pushed 03:17:30 d1bf72e06c82: Pushed 03:17:30 caa6132e30ca: Pushed 03:17:30 1a06755a5f98: Pushed 03:17:30 8c0dc5fc4cf9: Pushed 03:17:30 a7c639ffb568: Layer already exists 03:17:30 1652901e3df0: Layer already exists 03:17:30 fa065646cab1: Pushed 03:17:31 091c659d2cf5: Pushed 03:17:31 5f70bf18a086: Layer already exists 03:17:31 89f5eee36815: Pushed 03:17:31 7c0b9c373ddf: Pushed 03:17:31 994456c4fd7b: Layer already exists 03:17:31 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:17:32 d1bf72e06c82: Preparing 03:17:32 11c64eb00bba: Preparing 03:17:32 fc32795be3b6: Preparing 03:17:32 b8ac5f9cac6a: Preparing 03:17:32 f97d04f8ba87: Preparing 03:17:32 caa6132e30ca: Preparing 03:17:32 7c0b9c373ddf: Preparing 03:17:32 a7c639ffb568: Preparing 03:17:32 1652901e3df0: Preparing 03:17:32 8c0dc5fc4cf9: Preparing 03:17:32 1a06755a5f98: Preparing 03:17:32 5f70bf18a086: Preparing 03:17:32 fa065646cab1: Preparing 03:17:32 091c659d2cf5: Preparing 03:17:32 89f5eee36815: Preparing 03:17:32 994456c4fd7b: Preparing 03:17:32 1a06755a5f98: Waiting 03:17:32 5f70bf18a086: Waiting 03:17:32 caa6132e30ca: Waiting 03:17:32 fa065646cab1: Waiting 03:17:32 091c659d2cf5: Waiting 03:17:32 89f5eee36815: Waiting 03:17:32 7c0b9c373ddf: Waiting 03:17:32 994456c4fd7b: Waiting 03:17:32 1652901e3df0: Waiting 03:17:32 a7c639ffb568: Waiting 03:17:32 8c0dc5fc4cf9: Waiting 03:17:32 b8ac5f9cac6a: Layer already exists 03:17:32 f97d04f8ba87: Layer already exists 03:17:32 d1bf72e06c82: Layer already exists 03:17:32 11c64eb00bba: Layer already exists 03:17:32 fc32795be3b6: Layer already exists 03:17:32 caa6132e30ca: Layer already exists 03:17:32 1652901e3df0: Layer already exists 03:17:32 8c0dc5fc4cf9: Layer already exists 03:17:32 7c0b9c373ddf: Layer already exists 03:17:32 a7c639ffb568: Layer already exists 03:17:32 1a06755a5f98: Layer already exists 03:17:32 091c659d2cf5: Layer already exists 03:17:32 5f70bf18a086: Layer already exists 03:17:32 89f5eee36815: Layer already exists 03:17:32 fa065646cab1: Layer already exists 03:17:32 994456c4fd7b: Layer already exists 03:17:32 latest: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 03:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:17:33 d1bf72e06c82: Preparing 03:17:33 11c64eb00bba: Preparing 03:17:33 fc32795be3b6: Preparing 03:17:33 b8ac5f9cac6a: Preparing 03:17:33 f97d04f8ba87: Preparing 03:17:33 caa6132e30ca: Preparing 03:17:33 7c0b9c373ddf: Preparing 03:17:33 a7c639ffb568: Preparing 03:17:33 1652901e3df0: Preparing 03:17:33 8c0dc5fc4cf9: Preparing 03:17:33 1a06755a5f98: Preparing 03:17:33 5f70bf18a086: Preparing 03:17:33 fa065646cab1: Preparing 03:17:33 091c659d2cf5: Preparing 03:17:33 89f5eee36815: Preparing 03:17:33 994456c4fd7b: Preparing 03:17:33 8c0dc5fc4cf9: Waiting 03:17:33 1a06755a5f98: Waiting 03:17:33 5f70bf18a086: Waiting 03:17:33 fa065646cab1: Waiting 03:17:33 7c0b9c373ddf: Waiting 03:17:33 a7c639ffb568: Waiting 03:17:33 89f5eee36815: Waiting 03:17:33 091c659d2cf5: Waiting 03:17:33 994456c4fd7b: Waiting 03:17:33 caa6132e30ca: Waiting 03:17:33 1652901e3df0: Waiting 03:17:33 fc32795be3b6: Layer already exists 03:17:33 11c64eb00bba: Layer already exists 03:17:33 d1bf72e06c82: Layer already exists 03:17:33 f97d04f8ba87: Layer already exists 03:17:33 b8ac5f9cac6a: Layer already exists 03:17:33 a7c639ffb568: Layer already exists 03:17:33 caa6132e30ca: Layer already exists 03:17:33 7c0b9c373ddf: Layer already exists 03:17:33 1652901e3df0: Layer already exists 03:17:33 8c0dc5fc4cf9: Layer already exists 03:17:33 5f70bf18a086: Layer already exists 03:17:33 1a06755a5f98: Layer already exists 03:17:33 89f5eee36815: Layer already exists 03:17:33 091c659d2cf5: Layer already exists 03:17:33 fa065646cab1: Layer already exists 03:17:33 994456c4fd7b: Layer already exists 03:17:33 4.1.0-dev.12: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:17:33 d1bf72e06c82: Preparing 03:17:33 11c64eb00bba: Preparing 03:17:33 fc32795be3b6: Preparing 03:17:33 b8ac5f9cac6a: Preparing 03:17:33 f97d04f8ba87: Preparing 03:17:33 caa6132e30ca: Preparing 03:17:33 7c0b9c373ddf: Preparing 03:17:33 a7c639ffb568: Preparing 03:17:33 1652901e3df0: Preparing 03:17:33 8c0dc5fc4cf9: Preparing 03:17:33 1a06755a5f98: Preparing 03:17:33 5f70bf18a086: Preparing 03:17:33 fa065646cab1: Preparing 03:17:33 091c659d2cf5: Preparing 03:17:33 89f5eee36815: Preparing 03:17:33 994456c4fd7b: Preparing 03:17:33 a7c639ffb568: Waiting 03:17:33 1652901e3df0: Waiting 03:17:33 caa6132e30ca: Waiting 03:17:33 8c0dc5fc4cf9: Waiting 03:17:33 1a06755a5f98: Waiting 03:17:33 5f70bf18a086: Waiting 03:17:33 7c0b9c373ddf: Waiting 03:17:33 fa065646cab1: Waiting 03:17:33 091c659d2cf5: Waiting 03:17:33 994456c4fd7b: Waiting 03:17:33 89f5eee36815: Waiting 03:17:33 11c64eb00bba: Layer already exists 03:17:33 d1bf72e06c82: Layer already exists 03:17:33 fc32795be3b6: Layer already exists 03:17:33 b8ac5f9cac6a: Layer already exists 03:17:33 f97d04f8ba87: Layer already exists 03:17:33 a7c639ffb568: Layer already exists 03:17:33 7c0b9c373ddf: Layer already exists 03:17:33 1652901e3df0: Layer already exists 03:17:33 caa6132e30ca: Layer already exists 03:17:33 8c0dc5fc4cf9: Layer already exists 03:17:33 1a06755a5f98: Layer already exists 03:17:33 5f70bf18a086: Layer already exists 03:17:33 fa065646cab1: Layer already exists 03:17:33 89f5eee36815: Layer already exists 03:17:33 091c659d2cf5: Layer already exists 03:17:33 994456c4fd7b: Layer already exists 03:17:33 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:17:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:17:34 d1bf72e06c82: Preparing 03:17:34 11c64eb00bba: Preparing 03:17:34 fc32795be3b6: Preparing 03:17:34 b8ac5f9cac6a: Preparing 03:17:34 f97d04f8ba87: Preparing 03:17:34 caa6132e30ca: Preparing 03:17:34 7c0b9c373ddf: Preparing 03:17:34 a7c639ffb568: Preparing 03:17:34 1652901e3df0: Preparing 03:17:34 8c0dc5fc4cf9: Preparing 03:17:34 1a06755a5f98: Preparing 03:17:34 5f70bf18a086: Preparing 03:17:34 fa065646cab1: Preparing 03:17:34 091c659d2cf5: Preparing 03:17:34 89f5eee36815: Preparing 03:17:34 994456c4fd7b: Preparing 03:17:34 caa6132e30ca: Waiting 03:17:34 7c0b9c373ddf: Waiting 03:17:34 a7c639ffb568: Waiting 03:17:34 1652901e3df0: Waiting 03:17:34 8c0dc5fc4cf9: Waiting 03:17:34 091c659d2cf5: Waiting 03:17:34 1a06755a5f98: Waiting 03:17:34 5f70bf18a086: Waiting 03:17:34 89f5eee36815: Waiting 03:17:34 fa065646cab1: Waiting 03:17:34 994456c4fd7b: Waiting 03:17:34 fc32795be3b6: Layer already exists 03:17:34 11c64eb00bba: Layer already exists 03:17:34 d1bf72e06c82: Layer already exists 03:17:34 b8ac5f9cac6a: Layer already exists 03:17:34 f97d04f8ba87: Layer already exists 03:17:34 7c0b9c373ddf: Layer already exists 03:17:34 caa6132e30ca: Layer already exists 03:17:34 a7c639ffb568: Layer already exists 03:17:34 1652901e3df0: Layer already exists 03:17:34 1a06755a5f98: Layer already exists 03:17:34 5f70bf18a086: Layer already exists 03:17:34 fa065646cab1: Layer already exists 03:17:34 8c0dc5fc4cf9: Layer already exists 03:17:34 994456c4fd7b: Layer already exists 03:17:34 091c659d2cf5: Layer already exists 03:17:34 89f5eee36815: Layer already exists 03:17:34 main: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:34 ===================================================== [Pipeline] echo 03:17:34 taggedImages: 03:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 03:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:17:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:17:34 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:34 latest 03:17:34 4.1.0-dev.12 03:17:34 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:34 main 03:17:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:17:35 e059d60843bd: Preparing 03:17:35 6db91c25deca: Preparing 03:17:35 5ddc1fe8b672: Preparing 03:17:35 94c69e61dcc2: Preparing 03:17:35 a7c639ffb568: Preparing 03:17:35 1652901e3df0: Preparing 03:17:35 f3b4c25e4578: Preparing 03:17:35 f4d7a4550f8b: Preparing 03:17:35 994456c4fd7b: Preparing 03:17:35 1652901e3df0: Waiting 03:17:35 f3b4c25e4578: Waiting 03:17:35 f4d7a4550f8b: Waiting 03:17:35 994456c4fd7b: Waiting 03:17:35 5ddc1fe8b672: Pushed 03:17:35 6db91c25deca: Pushed 03:17:36 a7c639ffb568: Layer already exists 03:17:36 e059d60843bd: Pushed 03:17:36 1652901e3df0: Layer already exists 03:17:36 f3b4c25e4578: Layer already exists 03:17:36 f4d7a4550f8b: Layer already exists 03:17:36 994456c4fd7b: Layer already exists 03:17:37 94c69e61dcc2: Pushed 03:17:38 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:17:38 e059d60843bd: Preparing 03:17:38 6db91c25deca: Preparing 03:17:38 5ddc1fe8b672: Preparing 03:17:38 94c69e61dcc2: Preparing 03:17:38 a7c639ffb568: Preparing 03:17:38 1652901e3df0: Preparing 03:17:38 f3b4c25e4578: Preparing 03:17:38 f4d7a4550f8b: Preparing 03:17:38 994456c4fd7b: Preparing 03:17:38 994456c4fd7b: Waiting 03:17:38 f3b4c25e4578: Waiting 03:17:38 f4d7a4550f8b: Waiting 03:17:38 1652901e3df0: Waiting 03:17:38 5ddc1fe8b672: Layer already exists 03:17:38 a7c639ffb568: Layer already exists 03:17:38 94c69e61dcc2: Layer already exists 03:17:38 e059d60843bd: Layer already exists 03:17:38 6db91c25deca: Layer already exists 03:17:38 f3b4c25e4578: Layer already exists 03:17:38 1652901e3df0: Layer already exists 03:17:38 f4d7a4550f8b: Layer already exists 03:17:38 994456c4fd7b: Layer already exists 03:17:38 latest: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 03:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:17:39 e059d60843bd: Preparing 03:17:39 6db91c25deca: Preparing 03:17:39 5ddc1fe8b672: Preparing 03:17:39 94c69e61dcc2: Preparing 03:17:39 a7c639ffb568: Preparing 03:17:39 1652901e3df0: Preparing 03:17:39 f3b4c25e4578: Preparing 03:17:39 f4d7a4550f8b: Preparing 03:17:39 994456c4fd7b: Preparing 03:17:39 1652901e3df0: Waiting 03:17:39 f3b4c25e4578: Waiting 03:17:39 f4d7a4550f8b: Waiting 03:17:39 994456c4fd7b: Waiting 03:17:39 5ddc1fe8b672: Layer already exists 03:17:39 e059d60843bd: Layer already exists 03:17:39 a7c639ffb568: Layer already exists 03:17:39 6db91c25deca: Layer already exists 03:17:39 94c69e61dcc2: Layer already exists 03:17:39 1652901e3df0: Layer already exists 03:17:39 f3b4c25e4578: Layer already exists 03:17:39 994456c4fd7b: Layer already exists 03:17:39 f4d7a4550f8b: Layer already exists 03:17:39 4.1.0-dev.12: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:17:40 e059d60843bd: Preparing 03:17:40 6db91c25deca: Preparing 03:17:40 5ddc1fe8b672: Preparing 03:17:40 94c69e61dcc2: Preparing 03:17:40 a7c639ffb568: Preparing 03:17:40 1652901e3df0: Preparing 03:17:40 f3b4c25e4578: Preparing 03:17:40 f4d7a4550f8b: Preparing 03:17:40 994456c4fd7b: Preparing 03:17:40 f4d7a4550f8b: Waiting 03:17:40 1652901e3df0: Waiting 03:17:40 f3b4c25e4578: Waiting 03:17:40 994456c4fd7b: Waiting 03:17:40 a7c639ffb568: Layer already exists 03:17:40 94c69e61dcc2: Layer already exists 03:17:40 5ddc1fe8b672: Layer already exists 03:17:40 e059d60843bd: Layer already exists 03:17:40 6db91c25deca: Layer already exists 03:17:40 f4d7a4550f8b: Layer already exists 03:17:40 1652901e3df0: Layer already exists 03:17:40 f3b4c25e4578: Layer already exists 03:17:40 994456c4fd7b: Layer already exists 03:17:40 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:17:41 e059d60843bd: Preparing 03:17:41 6db91c25deca: Preparing 03:17:41 5ddc1fe8b672: Preparing 03:17:41 94c69e61dcc2: Preparing 03:17:41 a7c639ffb568: Preparing 03:17:41 1652901e3df0: Preparing 03:17:41 f3b4c25e4578: Preparing 03:17:41 f4d7a4550f8b: Preparing 03:17:41 994456c4fd7b: Preparing 03:17:41 f3b4c25e4578: Waiting 03:17:41 f4d7a4550f8b: Waiting 03:17:41 1652901e3df0: Waiting 03:17:41 a7c639ffb568: Layer already exists 03:17:41 6db91c25deca: Layer already exists 03:17:41 e059d60843bd: Layer already exists 03:17:41 94c69e61dcc2: Layer already exists 03:17:41 5ddc1fe8b672: Layer already exists 03:17:41 1652901e3df0: Layer already exists 03:17:41 f4d7a4550f8b: Layer already exists 03:17:41 f3b4c25e4578: Layer already exists 03:17:41 994456c4fd7b: Layer already exists 03:17:41 main: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:41 ===================================================== [Pipeline] echo 03:17:41 taggedImages: 03:17:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:17:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 03:17:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:17:41 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:17:41 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:41 latest 03:17:41 4.1.0-dev.12 03:17:41 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:41 main 03:17:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:17:41 27f458e4267e: Preparing 03:17:41 c1360b7bbee2: Preparing 03:17:41 f885a5193f26: Preparing 03:17:41 15d3ccae2eaf: Preparing 03:17:41 a1bd46c6213d: Preparing 03:17:41 a7c639ffb568: Preparing 03:17:41 1652901e3df0: Preparing 03:17:41 d3cd908f2640: Preparing 03:17:41 30dd7f263b24: Preparing 03:17:41 4407c8f7771a: Preparing 03:17:41 994456c4fd7b: Preparing 03:17:41 d3cd908f2640: Waiting 03:17:41 30dd7f263b24: Waiting 03:17:41 994456c4fd7b: Waiting 03:17:41 a7c639ffb568: Waiting 03:17:41 4407c8f7771a: Waiting 03:17:41 1652901e3df0: Waiting 03:17:41 a1bd46c6213d: Pushed 03:17:41 a7c639ffb568: Layer already exists 03:17:41 15d3ccae2eaf: Pushed 03:17:41 c1360b7bbee2: Pushed 03:17:41 27f458e4267e: Pushed 03:17:41 1652901e3df0: Layer already exists 03:17:41 994456c4fd7b: Layer already exists 03:17:41 d3cd908f2640: Pushed 03:17:41 30dd7f263b24: Pushed 03:17:43 4407c8f7771a: Pushed 03:17:43 f885a5193f26: Pushed 03:17:43 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:17:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:17:44 27f458e4267e: Preparing 03:17:44 c1360b7bbee2: Preparing 03:17:44 f885a5193f26: Preparing 03:17:44 15d3ccae2eaf: Preparing 03:17:44 a1bd46c6213d: Preparing 03:17:44 a7c639ffb568: Preparing 03:17:44 1652901e3df0: Preparing 03:17:44 d3cd908f2640: Preparing 03:17:44 30dd7f263b24: Preparing 03:17:44 4407c8f7771a: Preparing 03:17:44 994456c4fd7b: Preparing 03:17:44 4407c8f7771a: Waiting 03:17:44 994456c4fd7b: Waiting 03:17:44 d3cd908f2640: Waiting 03:17:44 30dd7f263b24: Waiting 03:17:44 a7c639ffb568: Waiting 03:17:44 1652901e3df0: Waiting 03:17:44 15d3ccae2eaf: Layer already exists 03:17:44 a1bd46c6213d: Layer already exists 03:17:44 c1360b7bbee2: Layer already exists 03:17:44 27f458e4267e: Layer already exists 03:17:44 f885a5193f26: Layer already exists 03:17:44 30dd7f263b24: Layer already exists 03:17:44 a7c639ffb568: Layer already exists 03:17:44 1652901e3df0: Layer already exists 03:17:44 d3cd908f2640: Layer already exists 03:17:44 4407c8f7771a: Layer already exists 03:17:44 994456c4fd7b: Layer already exists 03:17:44 latest: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 03:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:17:45 27f458e4267e: Preparing 03:17:45 c1360b7bbee2: Preparing 03:17:45 f885a5193f26: Preparing 03:17:45 15d3ccae2eaf: Preparing 03:17:45 a1bd46c6213d: Preparing 03:17:45 a7c639ffb568: Preparing 03:17:45 1652901e3df0: Preparing 03:17:45 d3cd908f2640: Preparing 03:17:45 30dd7f263b24: Preparing 03:17:45 4407c8f7771a: Preparing 03:17:45 994456c4fd7b: Preparing 03:17:45 d3cd908f2640: Waiting 03:17:45 4407c8f7771a: Waiting 03:17:45 30dd7f263b24: Waiting 03:17:45 a7c639ffb568: Waiting 03:17:45 994456c4fd7b: Waiting 03:17:45 1652901e3df0: Waiting 03:17:45 f885a5193f26: Layer already exists 03:17:45 27f458e4267e: Layer already exists 03:17:45 15d3ccae2eaf: Layer already exists 03:17:45 a1bd46c6213d: Layer already exists 03:17:45 c1360b7bbee2: Layer already exists 03:17:45 a7c639ffb568: Layer already exists 03:17:45 1652901e3df0: Layer already exists 03:17:45 4407c8f7771a: Layer already exists 03:17:45 30dd7f263b24: Layer already exists 03:17:45 d3cd908f2640: Layer already exists 03:17:45 994456c4fd7b: Layer already exists 03:17:45 4.1.0-dev.12: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:17:45 27f458e4267e: Preparing 03:17:45 c1360b7bbee2: Preparing 03:17:45 f885a5193f26: Preparing 03:17:45 15d3ccae2eaf: Preparing 03:17:45 a1bd46c6213d: Preparing 03:17:45 a7c639ffb568: Preparing 03:17:45 1652901e3df0: Preparing 03:17:45 d3cd908f2640: Preparing 03:17:45 30dd7f263b24: Preparing 03:17:45 4407c8f7771a: Preparing 03:17:45 994456c4fd7b: Preparing 03:17:45 1652901e3df0: Waiting 03:17:45 4407c8f7771a: Waiting 03:17:45 30dd7f263b24: Waiting 03:17:45 d3cd908f2640: Waiting 03:17:45 a7c639ffb568: Waiting 03:17:45 27f458e4267e: Layer already exists 03:17:45 f885a5193f26: Layer already exists 03:17:45 15d3ccae2eaf: Layer already exists 03:17:45 a1bd46c6213d: Layer already exists 03:17:45 c1360b7bbee2: Layer already exists 03:17:45 a7c639ffb568: Layer already exists 03:17:45 d3cd908f2640: Layer already exists 03:17:45 1652901e3df0: Layer already exists 03:17:45 30dd7f263b24: Layer already exists 03:17:45 4407c8f7771a: Layer already exists 03:17:45 994456c4fd7b: Layer already exists 03:17:45 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:17:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:17:46 27f458e4267e: Preparing 03:17:46 c1360b7bbee2: Preparing 03:17:46 f885a5193f26: Preparing 03:17:46 15d3ccae2eaf: Preparing 03:17:46 a1bd46c6213d: Preparing 03:17:46 a7c639ffb568: Preparing 03:17:46 1652901e3df0: Preparing 03:17:46 d3cd908f2640: Preparing 03:17:46 30dd7f263b24: Preparing 03:17:46 4407c8f7771a: Preparing 03:17:46 994456c4fd7b: Preparing 03:17:46 994456c4fd7b: Waiting 03:17:46 30dd7f263b24: Waiting 03:17:46 4407c8f7771a: Waiting 03:17:46 d3cd908f2640: Waiting 03:17:46 1652901e3df0: Waiting 03:17:46 a7c639ffb568: Waiting 03:17:46 15d3ccae2eaf: Layer already exists 03:17:46 f885a5193f26: Layer already exists 03:17:46 c1360b7bbee2: Layer already exists 03:17:46 27f458e4267e: Layer already exists 03:17:46 a1bd46c6213d: Layer already exists 03:17:46 1652901e3df0: Layer already exists 03:17:46 a7c639ffb568: Layer already exists 03:17:46 30dd7f263b24: Layer already exists 03:17:46 d3cd908f2640: Layer already exists 03:17:46 4407c8f7771a: Layer already exists 03:17:46 994456c4fd7b: Layer already exists 03:17:46 main: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:46 ===================================================== [Pipeline] echo 03:17:46 taggedImages: 03:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 03:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:46 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:17:46 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:17:46 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:46 latest 03:17:46 4.1.0-dev.12 03:17:46 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:46 main 03:17:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:17:47 2be2bbfdb49d: Preparing 03:17:47 6f3301ae2470: Preparing 03:17:47 8b8ab3bed5de: Preparing 03:17:47 c20aa08d1d2b: Preparing 03:17:47 cfe7d13498f6: Preparing 03:17:47 5dd4b21b2516: Preparing 03:17:47 bdd57c6b1a47: Preparing 03:17:47 a7c639ffb568: Preparing 03:17:47 1652901e3df0: Preparing 03:17:47 d0ef79b990a2: Preparing 03:17:47 92bd5298b04b: Preparing 03:17:47 994456c4fd7b: Preparing 03:17:47 1652901e3df0: Waiting 03:17:47 d0ef79b990a2: Waiting 03:17:47 92bd5298b04b: Waiting 03:17:47 5dd4b21b2516: Waiting 03:17:47 bdd57c6b1a47: Waiting 03:17:47 994456c4fd7b: Waiting 03:17:47 a7c639ffb568: Waiting 03:17:47 6f3301ae2470: Pushed 03:17:47 cfe7d13498f6: Pushed 03:17:47 2be2bbfdb49d: Pushed 03:17:47 a7c639ffb568: Layer already exists 03:17:47 1652901e3df0: Layer already exists 03:17:47 5dd4b21b2516: Pushed 03:17:47 bdd57c6b1a47: Pushed 03:17:47 994456c4fd7b: Layer already exists 03:17:47 d0ef79b990a2: Pushed 03:17:48 92bd5298b04b: Pushed 03:17:48 c20aa08d1d2b: Pushed 03:17:49 8b8ab3bed5de: Pushed 03:17:49 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:17:50 2be2bbfdb49d: Preparing 03:17:50 6f3301ae2470: Preparing 03:17:50 8b8ab3bed5de: Preparing 03:17:50 c20aa08d1d2b: Preparing 03:17:50 cfe7d13498f6: Preparing 03:17:50 5dd4b21b2516: Preparing 03:17:50 bdd57c6b1a47: Preparing 03:17:50 a7c639ffb568: Preparing 03:17:50 1652901e3df0: Preparing 03:17:50 d0ef79b990a2: Preparing 03:17:50 92bd5298b04b: Preparing 03:17:50 994456c4fd7b: Preparing 03:17:50 1652901e3df0: Waiting 03:17:50 d0ef79b990a2: Waiting 03:17:50 994456c4fd7b: Waiting 03:17:50 92bd5298b04b: Waiting 03:17:50 bdd57c6b1a47: Waiting 03:17:50 a7c639ffb568: Waiting 03:17:50 5dd4b21b2516: Waiting 03:17:50 cfe7d13498f6: Layer already exists 03:17:50 2be2bbfdb49d: Layer already exists 03:17:50 c20aa08d1d2b: Layer already exists 03:17:50 8b8ab3bed5de: Layer already exists 03:17:50 6f3301ae2470: Layer already exists 03:17:50 5dd4b21b2516: Layer already exists 03:17:50 bdd57c6b1a47: Layer already exists 03:17:50 1652901e3df0: Layer already exists 03:17:50 a7c639ffb568: Layer already exists 03:17:50 d0ef79b990a2: Layer already exists 03:17:50 994456c4fd7b: Layer already exists 03:17:50 92bd5298b04b: Layer already exists 03:17:50 latest: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 03:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:17:51 2be2bbfdb49d: Preparing 03:17:51 6f3301ae2470: Preparing 03:17:51 8b8ab3bed5de: Preparing 03:17:51 c20aa08d1d2b: Preparing 03:17:51 cfe7d13498f6: Preparing 03:17:51 5dd4b21b2516: Preparing 03:17:51 bdd57c6b1a47: Preparing 03:17:51 a7c639ffb568: Preparing 03:17:51 1652901e3df0: Preparing 03:17:51 d0ef79b990a2: Preparing 03:17:51 92bd5298b04b: Preparing 03:17:51 994456c4fd7b: Preparing 03:17:51 1652901e3df0: Waiting 03:17:51 d0ef79b990a2: Waiting 03:17:51 a7c639ffb568: Waiting 03:17:51 92bd5298b04b: Waiting 03:17:51 5dd4b21b2516: Waiting 03:17:51 994456c4fd7b: Waiting 03:17:51 bdd57c6b1a47: Waiting 03:17:51 c20aa08d1d2b: Layer already exists 03:17:51 8b8ab3bed5de: Layer already exists 03:17:51 6f3301ae2470: Layer already exists 03:17:51 2be2bbfdb49d: Layer already exists 03:17:51 cfe7d13498f6: Layer already exists 03:17:51 bdd57c6b1a47: Layer already exists 03:17:51 a7c639ffb568: Layer already exists 03:17:51 5dd4b21b2516: Layer already exists 03:17:51 1652901e3df0: Layer already exists 03:17:51 d0ef79b990a2: Layer already exists 03:17:51 92bd5298b04b: Layer already exists 03:17:51 994456c4fd7b: Layer already exists 03:17:51 4.1.0-dev.12: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:17:51 2be2bbfdb49d: Preparing 03:17:51 6f3301ae2470: Preparing 03:17:51 8b8ab3bed5de: Preparing 03:17:51 c20aa08d1d2b: Preparing 03:17:51 cfe7d13498f6: Preparing 03:17:51 5dd4b21b2516: Preparing 03:17:51 bdd57c6b1a47: Preparing 03:17:51 a7c639ffb568: Preparing 03:17:51 1652901e3df0: Preparing 03:17:51 d0ef79b990a2: Preparing 03:17:51 92bd5298b04b: Preparing 03:17:51 994456c4fd7b: Preparing 03:17:51 1652901e3df0: Waiting 03:17:51 5dd4b21b2516: Waiting 03:17:51 d0ef79b990a2: Waiting 03:17:51 bdd57c6b1a47: Waiting 03:17:51 92bd5298b04b: Waiting 03:17:51 994456c4fd7b: Waiting 03:17:51 a7c639ffb568: Waiting 03:17:51 cfe7d13498f6: Layer already exists 03:17:51 2be2bbfdb49d: Layer already exists 03:17:51 6f3301ae2470: Layer already exists 03:17:51 c20aa08d1d2b: Layer already exists 03:17:51 8b8ab3bed5de: Layer already exists 03:17:51 bdd57c6b1a47: Layer already exists 03:17:51 a7c639ffb568: Layer already exists 03:17:51 1652901e3df0: Layer already exists 03:17:51 d0ef79b990a2: Layer already exists 03:17:51 5dd4b21b2516: Layer already exists 03:17:51 92bd5298b04b: Layer already exists 03:17:51 994456c4fd7b: Layer already exists 03:17:51 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:17:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:17:52 2be2bbfdb49d: Preparing 03:17:52 6f3301ae2470: Preparing 03:17:52 8b8ab3bed5de: Preparing 03:17:52 c20aa08d1d2b: Preparing 03:17:52 cfe7d13498f6: Preparing 03:17:52 5dd4b21b2516: Preparing 03:17:52 bdd57c6b1a47: Preparing 03:17:52 a7c639ffb568: Preparing 03:17:52 1652901e3df0: Preparing 03:17:52 d0ef79b990a2: Preparing 03:17:52 92bd5298b04b: Preparing 03:17:52 994456c4fd7b: Preparing 03:17:52 5dd4b21b2516: Waiting 03:17:52 d0ef79b990a2: Waiting 03:17:52 bdd57c6b1a47: Waiting 03:17:52 92bd5298b04b: Waiting 03:17:52 a7c639ffb568: Waiting 03:17:52 1652901e3df0: Waiting 03:17:52 994456c4fd7b: Waiting 03:17:52 2be2bbfdb49d: Layer already exists 03:17:52 cfe7d13498f6: Layer already exists 03:17:52 c20aa08d1d2b: Layer already exists 03:17:52 6f3301ae2470: Layer already exists 03:17:52 8b8ab3bed5de: Layer already exists 03:17:52 bdd57c6b1a47: Layer already exists 03:17:52 a7c639ffb568: Layer already exists 03:17:52 5dd4b21b2516: Layer already exists 03:17:52 d0ef79b990a2: Layer already exists 03:17:52 1652901e3df0: Layer already exists 03:17:52 994456c4fd7b: Layer already exists 03:17:52 92bd5298b04b: Layer already exists 03:17:52 main: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:52 ===================================================== [Pipeline] echo 03:17:52 taggedImages: 03:17:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:17:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 03:17:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:17:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:17:52 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:52 latest 03:17:52 4.1.0-dev.12 03:17:52 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:52 main 03:17:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:17:53 5fc0790c05cc: Preparing 03:17:53 b5932ab9aab0: Preparing 03:17:53 a7c639ffb568: Preparing 03:17:53 1652901e3df0: Preparing 03:17:53 686bce05f3fc: Preparing 03:17:53 544d24107a2a: Preparing 03:17:53 994456c4fd7b: Preparing 03:17:53 1652901e3df0: Layer already exists 03:17:53 a7c639ffb568: Layer already exists 03:17:53 994456c4fd7b: Layer already exists 03:17:53 686bce05f3fc: Pushed 03:17:53 5fc0790c05cc: Pushed 03:17:54 544d24107a2a: Pushed 03:17:56 b5932ab9aab0: Pushed 03:17:56 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:56 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:17:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:17:56 5fc0790c05cc: Preparing 03:17:56 b5932ab9aab0: Preparing 03:17:56 a7c639ffb568: Preparing 03:17:56 1652901e3df0: Preparing 03:17:56 686bce05f3fc: Preparing 03:17:56 544d24107a2a: Preparing 03:17:56 994456c4fd7b: Preparing 03:17:56 544d24107a2a: Waiting 03:17:56 686bce05f3fc: Layer already exists 03:17:56 b5932ab9aab0: Layer already exists 03:17:56 a7c639ffb568: Layer already exists 03:17:56 1652901e3df0: Layer already exists 03:17:56 5fc0790c05cc: Layer already exists 03:17:56 544d24107a2a: Layer already exists 03:17:56 994456c4fd7b: Layer already exists 03:17:56 latest: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 03:17:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:17:57 5fc0790c05cc: Preparing 03:17:57 b5932ab9aab0: Preparing 03:17:57 a7c639ffb568: Preparing 03:17:57 1652901e3df0: Preparing 03:17:57 686bce05f3fc: Preparing 03:17:57 544d24107a2a: Preparing 03:17:57 994456c4fd7b: Preparing 03:17:57 544d24107a2a: Waiting 03:17:57 994456c4fd7b: Waiting 03:17:57 1652901e3df0: Layer already exists 03:17:57 5fc0790c05cc: Layer already exists 03:17:57 b5932ab9aab0: Layer already exists 03:17:57 686bce05f3fc: Layer already exists 03:17:57 a7c639ffb568: Layer already exists 03:17:57 544d24107a2a: Layer already exists 03:17:57 994456c4fd7b: Layer already exists 03:17:57 4.1.0-dev.12: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:17:58 5fc0790c05cc: Preparing 03:17:58 b5932ab9aab0: Preparing 03:17:58 a7c639ffb568: Preparing 03:17:58 1652901e3df0: Preparing 03:17:58 686bce05f3fc: Preparing 03:17:58 544d24107a2a: Preparing 03:17:58 994456c4fd7b: Preparing 03:17:58 544d24107a2a: Waiting 03:17:58 686bce05f3fc: Layer already exists 03:17:58 a7c639ffb568: Layer already exists 03:17:58 b5932ab9aab0: Layer already exists 03:17:58 1652901e3df0: Layer already exists 03:17:58 5fc0790c05cc: Layer already exists 03:17:58 544d24107a2a: Layer already exists 03:17:58 994456c4fd7b: Layer already exists 03:17:58 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:17:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:17:58 5fc0790c05cc: Preparing 03:17:58 b5932ab9aab0: Preparing 03:17:58 a7c639ffb568: Preparing 03:17:58 1652901e3df0: Preparing 03:17:58 686bce05f3fc: Preparing 03:17:58 544d24107a2a: Preparing 03:17:58 994456c4fd7b: Preparing 03:17:58 544d24107a2a: Waiting 03:17:58 994456c4fd7b: Waiting 03:17:58 a7c639ffb568: Layer already exists 03:17:58 5fc0790c05cc: Layer already exists 03:17:58 b5932ab9aab0: Layer already exists 03:17:58 1652901e3df0: Layer already exists 03:17:58 686bce05f3fc: Layer already exists 03:17:58 994456c4fd7b: Layer already exists 03:17:58 544d24107a2a: Layer already exists 03:17:58 main: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:17:58 ===================================================== [Pipeline] echo 03:17:58 taggedImages: 03:17:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:17:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 03:17:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:17:58 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:17:58 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:58 latest 03:17:58 4.1.0-dev.12 03:17:58 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:17:58 main 03:17:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:17:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:17:59 2d23cf5c79e7: Preparing 03:17:59 5e1d853d491e: Preparing 03:17:59 6fe33aa6b50f: Preparing 03:17:59 a7c639ffb568: Preparing 03:17:59 1652901e3df0: Preparing 03:17:59 1da4ae2d46ee: Preparing 03:17:59 739630f14f01: Preparing 03:17:59 5f196605ec81: Preparing 03:17:59 c0bc23a4205d: Preparing 03:17:59 994456c4fd7b: Preparing 03:17:59 5f196605ec81: Waiting 03:17:59 1da4ae2d46ee: Waiting 03:17:59 c0bc23a4205d: Waiting 03:17:59 994456c4fd7b: Waiting 03:17:59 1652901e3df0: Layer already exists 03:17:59 a7c639ffb568: Layer already exists 03:17:59 5e1d853d491e: Pushed 03:17:59 6fe33aa6b50f: Pushed 03:17:59 2d23cf5c79e7: Pushed 03:17:59 994456c4fd7b: Layer already exists 03:17:59 5f196605ec81: Pushed 03:18:00 c0bc23a4205d: Pushed 03:18:04 739630f14f01: Pushed 03:18:10 1da4ae2d46ee: Pushed 03:18:10 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:18:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:18:11 2d23cf5c79e7: Preparing 03:18:11 5e1d853d491e: Preparing 03:18:11 6fe33aa6b50f: Preparing 03:18:11 a7c639ffb568: Preparing 03:18:11 1652901e3df0: Preparing 03:18:11 1da4ae2d46ee: Preparing 03:18:11 739630f14f01: Preparing 03:18:11 5f196605ec81: Preparing 03:18:11 c0bc23a4205d: Preparing 03:18:11 994456c4fd7b: Preparing 03:18:11 739630f14f01: Waiting 03:18:11 5f196605ec81: Waiting 03:18:11 c0bc23a4205d: Waiting 03:18:11 994456c4fd7b: Waiting 03:18:11 1da4ae2d46ee: Waiting 03:18:11 6fe33aa6b50f: Layer already exists 03:18:11 2d23cf5c79e7: Layer already exists 03:18:11 5e1d853d491e: Layer already exists 03:18:11 1652901e3df0: Layer already exists 03:18:11 c0bc23a4205d: Layer already exists 03:18:11 1da4ae2d46ee: Layer already exists 03:18:11 739630f14f01: Layer already exists 03:18:11 5f196605ec81: Layer already exists 03:18:11 a7c639ffb568: Layer already exists 03:18:11 994456c4fd7b: Layer already exists 03:18:11 latest: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 03:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:18:12 2d23cf5c79e7: Preparing 03:18:12 5e1d853d491e: Preparing 03:18:12 6fe33aa6b50f: Preparing 03:18:12 a7c639ffb568: Preparing 03:18:12 1652901e3df0: Preparing 03:18:12 1da4ae2d46ee: Preparing 03:18:12 739630f14f01: Preparing 03:18:12 5f196605ec81: Preparing 03:18:12 c0bc23a4205d: Preparing 03:18:12 994456c4fd7b: Preparing 03:18:12 739630f14f01: Waiting 03:18:12 5f196605ec81: Waiting 03:18:12 c0bc23a4205d: Waiting 03:18:12 994456c4fd7b: Waiting 03:18:12 2d23cf5c79e7: Layer already exists 03:18:12 6fe33aa6b50f: Layer already exists 03:18:12 a7c639ffb568: Layer already exists 03:18:12 5e1d853d491e: Layer already exists 03:18:12 1652901e3df0: Layer already exists 03:18:12 5f196605ec81: Layer already exists 03:18:12 c0bc23a4205d: Layer already exists 03:18:12 739630f14f01: Layer already exists 03:18:12 1da4ae2d46ee: Layer already exists 03:18:12 994456c4fd7b: Layer already exists 03:18:12 4.1.0-dev.12: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:18:12 2d23cf5c79e7: Preparing 03:18:12 5e1d853d491e: Preparing 03:18:12 6fe33aa6b50f: Preparing 03:18:12 a7c639ffb568: Preparing 03:18:12 1652901e3df0: Preparing 03:18:12 1da4ae2d46ee: Preparing 03:18:12 739630f14f01: Preparing 03:18:12 5f196605ec81: Preparing 03:18:12 c0bc23a4205d: Preparing 03:18:12 994456c4fd7b: Preparing 03:18:12 739630f14f01: Waiting 03:18:12 c0bc23a4205d: Waiting 03:18:12 5f196605ec81: Waiting 03:18:12 994456c4fd7b: Waiting 03:18:12 1da4ae2d46ee: Waiting 03:18:12 2d23cf5c79e7: Layer already exists 03:18:12 5e1d853d491e: Layer already exists 03:18:12 a7c639ffb568: Layer already exists 03:18:12 1652901e3df0: Layer already exists 03:18:12 6fe33aa6b50f: Layer already exists 03:18:12 5f196605ec81: Layer already exists 03:18:12 1da4ae2d46ee: Layer already exists 03:18:12 739630f14f01: Layer already exists 03:18:12 c0bc23a4205d: Layer already exists 03:18:12 994456c4fd7b: Layer already exists 03:18:12 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:18:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:18:13 2d23cf5c79e7: Preparing 03:18:13 5e1d853d491e: Preparing 03:18:13 6fe33aa6b50f: Preparing 03:18:13 a7c639ffb568: Preparing 03:18:13 1652901e3df0: Preparing 03:18:13 1da4ae2d46ee: Preparing 03:18:13 739630f14f01: Preparing 03:18:13 5f196605ec81: Preparing 03:18:13 1da4ae2d46ee: Waiting 03:18:13 739630f14f01: Waiting 03:18:13 c0bc23a4205d: Preparing 03:18:13 994456c4fd7b: Preparing 03:18:13 5f196605ec81: Waiting 03:18:13 994456c4fd7b: Waiting 03:18:13 c0bc23a4205d: Waiting 03:18:13 5e1d853d491e: Layer already exists 03:18:13 1652901e3df0: Layer already exists 03:18:13 a7c639ffb568: Layer already exists 03:18:13 6fe33aa6b50f: Layer already exists 03:18:13 2d23cf5c79e7: Layer already exists 03:18:13 c0bc23a4205d: Layer already exists 03:18:13 739630f14f01: Layer already exists 03:18:13 5f196605ec81: Layer already exists 03:18:13 1da4ae2d46ee: Layer already exists 03:18:13 994456c4fd7b: Layer already exists 03:18:13 main: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:18:13 ===================================================== [Pipeline] echo 03:18:13 taggedImages: 03:18:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:18:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 03:18:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:18:13 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:18:13 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:13 latest 03:18:13 4.1.0-dev.12 03:18:13 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:13 main 03:18:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:18:14 020739c6476c: Preparing 03:18:14 62159647235c: Preparing 03:18:14 ef44a40df405: Preparing 03:18:14 a7c639ffb568: Preparing 03:18:14 1652901e3df0: Preparing 03:18:14 10cc5b0aa529: Preparing 03:18:14 b2de419cae39: Preparing 03:18:14 89135fc5946b: Preparing 03:18:14 994456c4fd7b: Preparing 03:18:14 10cc5b0aa529: Waiting 03:18:14 994456c4fd7b: Waiting 03:18:14 b2de419cae39: Waiting 03:18:14 1652901e3df0: Layer already exists 03:18:14 a7c639ffb568: Layer already exists 03:18:14 020739c6476c: Pushed 03:18:14 62159647235c: Pushed 03:18:14 ef44a40df405: Pushed 03:18:14 b2de419cae39: Pushed 03:18:14 994456c4fd7b: Layer already exists 03:18:14 89135fc5946b: Pushed 03:18:24 10cc5b0aa529: Pushed 03:18:24 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:18:25 020739c6476c: Preparing 03:18:25 62159647235c: Preparing 03:18:25 ef44a40df405: Preparing 03:18:25 a7c639ffb568: Preparing 03:18:25 1652901e3df0: Preparing 03:18:25 10cc5b0aa529: Preparing 03:18:25 b2de419cae39: Preparing 03:18:25 89135fc5946b: Preparing 03:18:25 994456c4fd7b: Preparing 03:18:25 10cc5b0aa529: Waiting 03:18:25 b2de419cae39: Waiting 03:18:25 89135fc5946b: Waiting 03:18:25 994456c4fd7b: Waiting 03:18:25 1652901e3df0: Layer already exists 03:18:25 a7c639ffb568: Layer already exists 03:18:25 020739c6476c: Layer already exists 03:18:25 ef44a40df405: Layer already exists 03:18:25 62159647235c: Layer already exists 03:18:25 89135fc5946b: Layer already exists 03:18:25 b2de419cae39: Layer already exists 03:18:25 10cc5b0aa529: Layer already exists 03:18:25 994456c4fd7b: Layer already exists 03:18:25 latest: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 03:18:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:18:25 020739c6476c: Preparing 03:18:25 62159647235c: Preparing 03:18:25 ef44a40df405: Preparing 03:18:25 a7c639ffb568: Preparing 03:18:25 1652901e3df0: Preparing 03:18:25 10cc5b0aa529: Preparing 03:18:25 10cc5b0aa529: Waiting 03:18:25 b2de419cae39: Preparing 03:18:25 89135fc5946b: Preparing 03:18:25 994456c4fd7b: Preparing 03:18:25 89135fc5946b: Waiting 03:18:25 b2de419cae39: Waiting 03:18:25 a7c639ffb568: Layer already exists 03:18:25 ef44a40df405: Layer already exists 03:18:25 62159647235c: Layer already exists 03:18:25 1652901e3df0: Layer already exists 03:18:25 020739c6476c: Layer already exists 03:18:25 10cc5b0aa529: Layer already exists 03:18:25 b2de419cae39: Layer already exists 03:18:25 89135fc5946b: Layer already exists 03:18:25 994456c4fd7b: Layer already exists 03:18:25 4.1.0-dev.12: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:18:26 020739c6476c: Preparing 03:18:26 62159647235c: Preparing 03:18:26 ef44a40df405: Preparing 03:18:26 a7c639ffb568: Preparing 03:18:26 1652901e3df0: Preparing 03:18:26 10cc5b0aa529: Preparing 03:18:26 b2de419cae39: Preparing 03:18:26 89135fc5946b: Preparing 03:18:26 994456c4fd7b: Preparing 03:18:26 89135fc5946b: Waiting 03:18:26 10cc5b0aa529: Waiting 03:18:26 994456c4fd7b: Waiting 03:18:26 b2de419cae39: Waiting 03:18:26 1652901e3df0: Layer already exists 03:18:26 020739c6476c: Layer already exists 03:18:26 ef44a40df405: Layer already exists 03:18:26 a7c639ffb568: Layer already exists 03:18:26 62159647235c: Layer already exists 03:18:26 89135fc5946b: Layer already exists 03:18:26 10cc5b0aa529: Layer already exists 03:18:26 b2de419cae39: Layer already exists 03:18:26 994456c4fd7b: Layer already exists 03:18:26 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:26 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:18:27 020739c6476c: Preparing 03:18:27 62159647235c: Preparing 03:18:27 ef44a40df405: Preparing 03:18:27 a7c639ffb568: Preparing 03:18:27 1652901e3df0: Preparing 03:18:27 10cc5b0aa529: Preparing 03:18:27 b2de419cae39: Preparing 03:18:27 89135fc5946b: Preparing 03:18:27 994456c4fd7b: Preparing 03:18:27 89135fc5946b: Waiting 03:18:27 10cc5b0aa529: Waiting 03:18:27 b2de419cae39: Waiting 03:18:27 ef44a40df405: Layer already exists 03:18:27 62159647235c: Layer already exists 03:18:27 1652901e3df0: Layer already exists 03:18:27 a7c639ffb568: Layer already exists 03:18:27 020739c6476c: Layer already exists 03:18:27 b2de419cae39: Layer already exists 03:18:27 10cc5b0aa529: Layer already exists 03:18:27 89135fc5946b: Layer already exists 03:18:27 994456c4fd7b: Layer already exists 03:18:27 main: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:18:27 ===================================================== [Pipeline] echo 03:18:27 taggedImages: 03:18:27 - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:27 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:18:27 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 03:18:27 - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:27 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:18:27 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:18:27 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:27 latest 03:18:27 4.1.0-dev.12 03:18:27 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:27 main 03:18:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:18:27 2d23cf5c79e7: Preparing 03:18:27 910b3332f430: Preparing 03:18:27 4d61de2f42fc: Preparing 03:18:27 a7c639ffb568: Preparing 03:18:27 1652901e3df0: Preparing 03:18:27 082a476bbccf: Preparing 03:18:27 5f196605ec81: Preparing 03:18:27 c0bc23a4205d: Preparing 03:18:27 994456c4fd7b: Preparing 03:18:27 5f196605ec81: Waiting 03:18:27 c0bc23a4205d: Waiting 03:18:27 994456c4fd7b: Waiting 03:18:27 082a476bbccf: Waiting 03:18:27 a7c639ffb568: Layer already exists 03:18:27 2d23cf5c79e7: Layer already exists 03:18:27 1652901e3df0: Layer already exists 03:18:27 c0bc23a4205d: Layer already exists 03:18:27 5f196605ec81: Layer already exists 03:18:27 994456c4fd7b: Layer already exists 03:18:27 4d61de2f42fc: Pushed 03:18:27 910b3332f430: Pushed 03:18:40 082a476bbccf: Pushed 03:18:40 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:18:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:18:40 2d23cf5c79e7: Preparing 03:18:40 910b3332f430: Preparing 03:18:40 4d61de2f42fc: Preparing 03:18:40 a7c639ffb568: Preparing 03:18:40 1652901e3df0: Preparing 03:18:40 082a476bbccf: Preparing 03:18:40 5f196605ec81: Preparing 03:18:40 c0bc23a4205d: Preparing 03:18:40 994456c4fd7b: Preparing 03:18:40 082a476bbccf: Waiting 03:18:40 5f196605ec81: Waiting 03:18:40 c0bc23a4205d: Waiting 03:18:40 994456c4fd7b: Waiting 03:18:40 2d23cf5c79e7: Layer already exists 03:18:40 910b3332f430: Layer already exists 03:18:40 4d61de2f42fc: Layer already exists 03:18:40 a7c639ffb568: Layer already exists 03:18:40 1652901e3df0: Layer already exists 03:18:40 082a476bbccf: Layer already exists 03:18:40 5f196605ec81: Layer already exists 03:18:40 994456c4fd7b: Layer already exists 03:18:40 c0bc23a4205d: Layer already exists 03:18:40 latest: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 03:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:18:41 2d23cf5c79e7: Preparing 03:18:41 910b3332f430: Preparing 03:18:41 4d61de2f42fc: Preparing 03:18:41 a7c639ffb568: Preparing 03:18:41 1652901e3df0: Preparing 03:18:41 082a476bbccf: Preparing 03:18:41 5f196605ec81: Preparing 03:18:41 c0bc23a4205d: Preparing 03:18:41 994456c4fd7b: Preparing 03:18:41 5f196605ec81: Waiting 03:18:41 c0bc23a4205d: Waiting 03:18:41 994456c4fd7b: Waiting 03:18:41 082a476bbccf: Waiting 03:18:41 4d61de2f42fc: Layer already exists 03:18:41 2d23cf5c79e7: Layer already exists 03:18:41 a7c639ffb568: Layer already exists 03:18:41 1652901e3df0: Layer already exists 03:18:41 910b3332f430: Layer already exists 03:18:41 082a476bbccf: Layer already exists 03:18:41 c0bc23a4205d: Layer already exists 03:18:41 994456c4fd7b: Layer already exists 03:18:41 5f196605ec81: Layer already exists 03:18:41 4.1.0-dev.12: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:18:41 2d23cf5c79e7: Preparing 03:18:41 910b3332f430: Preparing 03:18:41 4d61de2f42fc: Preparing 03:18:41 a7c639ffb568: Preparing 03:18:41 1652901e3df0: Preparing 03:18:41 082a476bbccf: Preparing 03:18:41 5f196605ec81: Preparing 03:18:41 c0bc23a4205d: Preparing 03:18:41 994456c4fd7b: Preparing 03:18:41 082a476bbccf: Waiting 03:18:41 c0bc23a4205d: Waiting 03:18:41 5f196605ec81: Waiting 03:18:41 994456c4fd7b: Waiting 03:18:41 a7c639ffb568: Layer already exists 03:18:41 910b3332f430: Layer already exists 03:18:41 1652901e3df0: Layer already exists 03:18:41 4d61de2f42fc: Layer already exists 03:18:41 2d23cf5c79e7: Layer already exists 03:18:41 082a476bbccf: Layer already exists 03:18:41 c0bc23a4205d: Layer already exists 03:18:41 5f196605ec81: Layer already exists 03:18:41 994456c4fd7b: Layer already exists 03:18:41 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:18:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:18:42 2d23cf5c79e7: Preparing 03:18:42 910b3332f430: Preparing 03:18:42 4d61de2f42fc: Preparing 03:18:42 a7c639ffb568: Preparing 03:18:42 1652901e3df0: Preparing 03:18:42 082a476bbccf: Preparing 03:18:42 5f196605ec81: Preparing 03:18:42 c0bc23a4205d: Preparing 03:18:42 994456c4fd7b: Preparing 03:18:42 5f196605ec81: Waiting 03:18:42 994456c4fd7b: Waiting 03:18:42 082a476bbccf: Waiting 03:18:42 c0bc23a4205d: Waiting 03:18:42 a7c639ffb568: Layer already exists 03:18:42 910b3332f430: Layer already exists 03:18:42 4d61de2f42fc: Layer already exists 03:18:42 2d23cf5c79e7: Layer already exists 03:18:42 1652901e3df0: Layer already exists 03:18:42 c0bc23a4205d: Layer already exists 03:18:42 082a476bbccf: Layer already exists 03:18:42 994456c4fd7b: Layer already exists 03:18:42 5f196605ec81: Layer already exists 03:18:42 main: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:18:42 ===================================================== [Pipeline] echo 03:18:42 taggedImages: 03:18:42 - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:42 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:18:42 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 03:18:42 - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:42 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:18:42 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:18:42 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:42 latest 03:18:42 4.1.0-dev.12 03:18:42 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:42 main 03:18:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:43 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:18:43 c420e51da233: Preparing 03:18:43 ece376a7520b: Preparing 03:18:43 a7c639ffb568: Preparing 03:18:43 1652901e3df0: Preparing 03:18:43 4c0b020b9257: Preparing 03:18:43 b5d3a86b98a1: Preparing 03:18:43 994456c4fd7b: Preparing 03:18:43 b5d3a86b98a1: Waiting 03:18:43 994456c4fd7b: Waiting 03:18:43 1652901e3df0: Layer already exists 03:18:43 a7c639ffb568: Layer already exists 03:18:43 994456c4fd7b: Layer already exists 03:18:43 4c0b020b9257: Pushed 03:18:43 c420e51da233: Pushed 03:18:43 b5d3a86b98a1: Pushed 03:18:47 ece376a7520b: Pushed 03:18:47 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:18:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:18:47 c420e51da233: Preparing 03:18:47 ece376a7520b: Preparing 03:18:47 a7c639ffb568: Preparing 03:18:47 1652901e3df0: Preparing 03:18:47 4c0b020b9257: Preparing 03:18:47 b5d3a86b98a1: Preparing 03:18:47 994456c4fd7b: Preparing 03:18:47 b5d3a86b98a1: Waiting 03:18:47 994456c4fd7b: Waiting 03:18:47 a7c639ffb568: Layer already exists 03:18:47 c420e51da233: Layer already exists 03:18:47 ece376a7520b: Layer already exists 03:18:47 4c0b020b9257: Layer already exists 03:18:47 1652901e3df0: Layer already exists 03:18:47 b5d3a86b98a1: Layer already exists 03:18:47 994456c4fd7b: Layer already exists 03:18:47 latest: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 03:18:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:18:48 c420e51da233: Preparing 03:18:48 ece376a7520b: Preparing 03:18:48 a7c639ffb568: Preparing 03:18:48 1652901e3df0: Preparing 03:18:48 4c0b020b9257: Preparing 03:18:48 b5d3a86b98a1: Preparing 03:18:48 994456c4fd7b: Preparing 03:18:48 b5d3a86b98a1: Waiting 03:18:48 994456c4fd7b: Waiting 03:18:48 a7c639ffb568: Layer already exists 03:18:48 ece376a7520b: Layer already exists 03:18:48 1652901e3df0: Layer already exists 03:18:48 c420e51da233: Layer already exists 03:18:48 4c0b020b9257: Layer already exists 03:18:48 b5d3a86b98a1: Layer already exists 03:18:48 994456c4fd7b: Layer already exists 03:18:48 4.1.0-dev.12: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:18:49 c420e51da233: Preparing 03:18:49 ece376a7520b: Preparing 03:18:49 a7c639ffb568: Preparing 03:18:49 1652901e3df0: Preparing 03:18:49 4c0b020b9257: Preparing 03:18:49 b5d3a86b98a1: Preparing 03:18:49 994456c4fd7b: Preparing 03:18:49 b5d3a86b98a1: Waiting 03:18:49 994456c4fd7b: Waiting 03:18:49 4c0b020b9257: Layer already exists 03:18:49 ece376a7520b: Layer already exists 03:18:49 a7c639ffb568: Layer already exists 03:18:49 1652901e3df0: Layer already exists 03:18:49 c420e51da233: Layer already exists 03:18:49 994456c4fd7b: Layer already exists 03:18:49 b5d3a86b98a1: Layer already exists 03:18:49 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:18:49 c420e51da233: Preparing 03:18:49 ece376a7520b: Preparing 03:18:49 a7c639ffb568: Preparing 03:18:49 1652901e3df0: Preparing 03:18:49 4c0b020b9257: Preparing 03:18:49 b5d3a86b98a1: Preparing 03:18:49 994456c4fd7b: Preparing 03:18:49 b5d3a86b98a1: Waiting 03:18:49 994456c4fd7b: Waiting 03:18:49 c420e51da233: Layer already exists 03:18:49 a7c639ffb568: Layer already exists 03:18:49 1652901e3df0: Layer already exists 03:18:49 ece376a7520b: Layer already exists 03:18:49 4c0b020b9257: Layer already exists 03:18:49 b5d3a86b98a1: Layer already exists 03:18:49 994456c4fd7b: Layer already exists 03:18:49 main: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:18:49 ===================================================== [Pipeline] echo 03:18:49 taggedImages: 03:18:49 - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:49 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:18:49 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 03:18:49 - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:49 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:18:49 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:18:49 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:49 latest 03:18:49 4.1.0-dev.12 03:18:49 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:49 main 03:18:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:50 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:18:50 f1c01301f10d: Preparing 03:18:50 001aa9058187: Preparing 03:18:50 a7c639ffb568: Preparing 03:18:50 1652901e3df0: Preparing 03:18:50 3f9edde368f1: Preparing 03:18:50 1a3830a578e8: Preparing 03:18:50 994456c4fd7b: Preparing 03:18:50 1a3830a578e8: Waiting 03:18:50 994456c4fd7b: Waiting 03:18:50 1652901e3df0: Layer already exists 03:18:50 a7c639ffb568: Layer already exists 03:18:50 994456c4fd7b: Layer already exists 03:18:50 f1c01301f10d: Pushed 03:18:50 3f9edde368f1: Pushed 03:18:50 1a3830a578e8: Pushed 03:18:54 001aa9058187: Pushed 03:18:54 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:18:54 f1c01301f10d: Preparing 03:18:54 001aa9058187: Preparing 03:18:54 a7c639ffb568: Preparing 03:18:54 1652901e3df0: Preparing 03:18:54 3f9edde368f1: Preparing 03:18:54 1a3830a578e8: Preparing 03:18:54 994456c4fd7b: Preparing 03:18:54 1a3830a578e8: Waiting 03:18:54 994456c4fd7b: Waiting 03:18:54 a7c639ffb568: Layer already exists 03:18:54 3f9edde368f1: Layer already exists 03:18:54 1652901e3df0: Layer already exists 03:18:54 001aa9058187: Layer already exists 03:18:54 f1c01301f10d: Layer already exists 03:18:54 1a3830a578e8: Layer already exists 03:18:54 994456c4fd7b: Layer already exists 03:18:54 latest: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 03:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:18:55 f1c01301f10d: Preparing 03:18:55 001aa9058187: Preparing 03:18:55 a7c639ffb568: Preparing 03:18:55 1652901e3df0: Preparing 03:18:55 3f9edde368f1: Preparing 03:18:55 1a3830a578e8: Preparing 03:18:55 994456c4fd7b: Preparing 03:18:55 1a3830a578e8: Waiting 03:18:55 994456c4fd7b: Waiting 03:18:55 3f9edde368f1: Layer already exists 03:18:55 1652901e3df0: Layer already exists 03:18:55 001aa9058187: Layer already exists 03:18:55 f1c01301f10d: Layer already exists 03:18:55 a7c639ffb568: Layer already exists 03:18:55 1a3830a578e8: Layer already exists 03:18:55 994456c4fd7b: Layer already exists 03:18:55 4.1.0-dev.12: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:18:56 f1c01301f10d: Preparing 03:18:56 001aa9058187: Preparing 03:18:56 a7c639ffb568: Preparing 03:18:56 1652901e3df0: Preparing 03:18:56 3f9edde368f1: Preparing 03:18:56 1a3830a578e8: Preparing 03:18:56 994456c4fd7b: Preparing 03:18:56 1a3830a578e8: Waiting 03:18:56 994456c4fd7b: Waiting 03:18:56 1652901e3df0: Layer already exists 03:18:56 001aa9058187: Layer already exists 03:18:56 a7c639ffb568: Layer already exists 03:18:56 f1c01301f10d: Layer already exists 03:18:56 3f9edde368f1: Layer already exists 03:18:56 994456c4fd7b: Layer already exists 03:18:56 1a3830a578e8: Layer already exists 03:18:56 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:18:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:18:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:18:56 f1c01301f10d: Preparing 03:18:56 001aa9058187: Preparing 03:18:56 a7c639ffb568: Preparing 03:18:56 1652901e3df0: Preparing 03:18:56 3f9edde368f1: Preparing 03:18:56 1a3830a578e8: Preparing 03:18:56 994456c4fd7b: Preparing 03:18:56 1a3830a578e8: Waiting 03:18:56 994456c4fd7b: Waiting 03:18:56 001aa9058187: Layer already exists 03:18:56 3f9edde368f1: Layer already exists 03:18:56 a7c639ffb568: Layer already exists 03:18:56 1652901e3df0: Layer already exists 03:18:56 f1c01301f10d: Layer already exists 03:18:56 994456c4fd7b: Layer already exists 03:18:56 1a3830a578e8: Layer already exists 03:18:56 main: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:18:56 ===================================================== [Pipeline] echo 03:18:56 taggedImages: 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:18:56 ========================================================= 03:18:56 [edgeXBuildMultiArch] RAW Config: 03:18:56 images: 03:18:56 - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/core-command:latest 03:18:56 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-command:main 03:18:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:18:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:18:56 - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/core-data:latest 03:18:56 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-data:main 03:18:56 - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:18:56 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:18:56 - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:18:56 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:18:56 - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:18:56 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:18:56 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:18:56 settingsFile: 03:18:56 edgex-go-settings 03:18:56 ========================================================= [Pipeline] node 03:19:11 Still waiting to schedule task 03:19:11 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:19:39 Running on prd-centos7-docker-4c-2g-2260 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:19:39 provisioning config files... 03:19:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11143864319846055907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:40 ---> ****-login.sh 03:19:40 nexus3.edgexfoundry.org:10001 03:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:19:41 Configure a credential helper to remove this warning. See 03:19:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:19:41 03:19:41 Login Succeeded 03:19:41 nexus3.edgexfoundry.org:10002 03:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:19:41 Configure a credential helper to remove this warning. See 03:19:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:19:41 03:19:41 Login Succeeded 03:19:41 nexus3.edgexfoundry.org:10003 03:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:19:42 Configure a credential helper to remove this warning. See 03:19:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:19:42 03:19:42 Login Succeeded 03:19:42 nexus3.edgexfoundry.org:10004 03:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:19:42 Configure a credential helper to remove this warning. See 03:19:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:19:42 03:19:42 Login Succeeded 03:19:42 ****.io 03:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:19:42 Configure a credential helper to remove this warning. See 03:19:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:19:42 03:19:42 Login Succeeded 03:19:42 ---> ****-login.sh ends [Pipeline] } 03:19:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:19:43 + docker buildx ls 03:19:43 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:19:43 default * docker 03:19:43 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:19:43 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:19:43 edgex-builder [Pipeline] sh 03:19:43 + docker buildx inspect --bootstrap 03:19:43 #1 [internal] booting buildkit 03:19:43 #1 pulling image moby/buildkit:buildx-stable-1 03:19:46 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 03:19:46 #1 creating container buildx_buildkit_edgex-builder0 03:19:48 #1 creating container buildx_buildkit_edgex-builder0 1.6s done 03:19:48 #1 DONE 4.3s 03:19:48 Name: edgex-builder 03:19:48 Driver: docker-container 03:19:48 03:19:48 Nodes: 03:19:48 Name: edgex-builder0 03:19:48 Endpoint: unix:///var/run/docker.sock 03:19:48 Status: running 03:19:48 Buildkit: v0.21.1 03:19:48 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:19:48 + docker buildx ls 03:19:48 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:19:48 edgex-builder * docker-container 03:19:48 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:19:48 default docker 03:19:48 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:19:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:19:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:19:49 #1 [internal] load build definition from Dockerfile 03:19:49 #1 transferring dockerfile: 197B done 03:19:49 #1 DONE 0.0s 03:19:49 03:19:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:49 #2 DONE 0.1s 03:19:49 03:19:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:49 #3 DONE 0.1s 03:19:49 03:19:49 #4 [internal] load .dockerignore 03:19:49 #4 transferring context: 2B done 03:19:49 #4 DONE 0.0s 03:19:49 03:19:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:49 #5 DONE 0.0s 03:19:49 03:19:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:49 #6 DONE 0.1s 03:19:49 03:19:49 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:19:49 #7 DONE 0.0s 03:19:49 03:19:49 #8 exporting to image 03:19:49 #8 exporting layers done 03:19:49 #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 0.0s done 03:19:49 #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done 03:19:49 #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done 03:19:49 #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done 03:19:49 #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done 03:19:49 #8 pushing layers 03:19:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:49 #8 pushing layers 0.1s done 03:19:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done 03:19:49 #8 DONE 0.2s 03:19:49 03:19:49 1 warning found (use --debug to expand): 03:19:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 03:19:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 03:19:49 #1 [internal] load build definition from Dockerfile 03:19:49 #1 transferring dockerfile: 163B done 03:19:49 #1 DONE 0.0s 03:19:49 03:19:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:19:49 #2 DONE 0.0s 03:19:49 03:19:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:19:49 #3 DONE 0.0s 03:19:49 03:19:49 #4 [internal] load .dockerignore 03:19:49 #4 transferring context: 2B done 03:19:49 #4 DONE 0.0s 03:19:49 03:19:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:49 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:49 #5 DONE 0.0s 03:19:49 03:19:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:49 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:49 #6 CACHED 03:19:49 03:19:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:49 #5 CACHED 03:19:49 03:19:49 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:19:49 #7 DONE 0.0s 03:19:49 03:19:49 #8 exporting to image 03:19:49 #8 exporting layers done 03:19:49 #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done 03:19:49 #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done 03:19:49 #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done 03:19:49 #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done 03:19:49 #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done 03:19:49 #8 pushing layers 0.0s done 03:19:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done 03:19:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:49 #8 DONE 0.1s 03:19:49 03:19:49 1 warning found (use --debug to expand): 03:19:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12' 03:19:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 --push - 03:19:50 #1 [internal] load build definition from Dockerfile 03:19:50 #1 transferring dockerfile: 169B done 03:19:50 #1 DONE 0.0s 03:19:50 03:19:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 03:19:50 #2 DONE 0.0s 03:19:50 03:19:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 03:19:50 #3 DONE 0.0s 03:19:50 03:19:50 #4 [internal] load .dockerignore 03:19:50 #4 transferring context: 2B done 03:19:50 #4 DONE 0.0s 03:19:50 03:19:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:50 #5 CACHED 03:19:50 03:19:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:50 #6 CACHED 03:19:50 03:19:50 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:19:50 #7 DONE 0.0s 03:19:50 03:19:50 #8 exporting to image 03:19:50 #8 exporting layers done 03:19:50 #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done 03:19:50 #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done 03:19:50 #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done 03:19:50 #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done 03:19:50 #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done 03:19:50 #8 pushing layers 0.0s done 03:19:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done 03:19:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:50 #8 DONE 0.1s 03:19:50 03:19:50 1 warning found (use --debug to expand): 03:19:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:19:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:19:50 #1 [internal] load build definition from Dockerfile 03:19:50 #1 transferring dockerfile: 210B done 03:19:50 #1 DONE 0.0s 03:19:50 03:19:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:50 #2 DONE 0.0s 03:19:50 03:19:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:50 #3 DONE 0.0s 03:19:50 03:19:50 #4 [internal] load .dockerignore 03:19:50 #4 transferring context: 2B done 03:19:50 #4 DONE 0.0s 03:19:50 03:19:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:50 #5 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:50 #5 DONE 0.0s 03:19:50 03:19:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:50 #6 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:50 #6 CACHED 03:19:50 03:19:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:50 #5 CACHED 03:19:50 03:19:50 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:19:50 #7 DONE 0.0s 03:19:50 03:19:50 #8 exporting to image 03:19:50 #8 exporting layers done 03:19:50 #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done 03:19:50 #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done 03:19:50 #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done 03:19:50 #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done 03:19:50 #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done 03:19:50 #8 pushing layers 0.0s done 03:19:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done 03:19:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:50 #8 DONE 0.1s 03:19:50 03:19:50 1 warning found (use --debug to expand): 03:19:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 03:19:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 03:19:51 #1 [internal] load build definition from Dockerfile 03:19:51 #1 transferring dockerfile: 161B done 03:19:51 #1 DONE 0.0s 03:19:51 03:19:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:19:51 #2 DONE 0.0s 03:19:51 03:19:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:19:51 #3 DONE 0.0s 03:19:51 03:19:51 #4 [internal] load .dockerignore 03:19:51 #4 transferring context: 2B done 03:19:51 #4 DONE 0.0s 03:19:51 03:19:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:51 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:51 #5 CACHED 03:19:51 03:19:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 03:19:51 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done 03:19:51 #6 CACHED 03:19:51 03:19:51 #7 exporting to image 03:19:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:51 #7 exporting layers done 03:19:51 #7 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done 03:19:51 #7 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done 03:19:51 #7 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done 03:19:51 #7 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done 03:19:51 #7 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done 03:19:51 #7 pushing layers 0.0s done 03:19:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done 03:19:51 #7 DONE 0.1s 03:19:51 03:19:51 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:19:51 #8 DONE 0.0s 03:19:51 03:19:51 1 warning found (use --debug to expand): 03:19:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:19:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:19:51 #1 [internal] load build definition from Dockerfile 03:19:51 #1 transferring dockerfile: 216B done 03:19:51 #1 DONE 0.0s 03:19:51 03:19:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:51 #2 DONE 0.0s 03:19:51 03:19:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:51 #3 DONE 0.1s 03:19:51 03:19:51 #4 [internal] load .dockerignore 03:19:51 #4 transferring context: 2B done 03:19:51 #4 DONE 0.0s 03:19:52 03:19:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #5 ... 03:19:52 03:19:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:52 #6 DONE 0.1s 03:19:52 03:19:52 #7 exporting to image 03:19:52 #7 exporting layers done 03:19:52 #7 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done 03:19:52 #7 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done 03:19:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:52 #7 ... 03:19:52 03:19:52 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:52 #8 DONE 0.0s 03:19:52 03:19:52 #7 exporting to image 03:19:52 #7 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba 0.0s done 03:19:52 #7 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done 03:19:52 #7 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.0s done 03:19:52 #7 pushing layers 03:19:52 #7 pushing layers 0.1s done 03:19:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done 03:19:52 #7 DONE 0.3s 03:19:52 03:19:52 1 warning found (use --debug to expand): 03:19:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 03:19:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 03:19:52 #1 [internal] load build definition from Dockerfile 03:19:52 #1 transferring dockerfile: 182B done 03:19:52 #1 DONE 0.0s 03:19:52 03:19:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:19:52 #2 DONE 0.0s 03:19:52 03:19:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:19:52 #3 DONE 0.0s 03:19:52 03:19:52 #4 [internal] load .dockerignore 03:19:52 #4 transferring context: 2B done 03:19:52 #4 DONE 0.0s 03:19:52 03:19:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:52 #5 CACHED 03:19:52 03:19:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:52 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:52 #6 CACHED 03:19:52 03:19:52 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:52 #7 DONE 0.0s 03:19:52 03:19:52 #8 exporting to image 03:19:52 #8 exporting layers done 03:19:52 #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done 03:19:52 #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done 03:19:52 #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done 03:19:52 #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done 03:19:52 #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done 03:19:52 #8 pushing layers 0.0s done 03:19:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done 03:19:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:52 #8 DONE 0.1s 03:19:52 03:19:52 1 warning found (use --debug to expand): 03:19:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12' 03:19:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 --push - 03:19:53 #1 [internal] load build definition from Dockerfile 03:19:53 #1 transferring dockerfile: 188B done 03:19:53 #1 DONE 0.0s 03:19:53 03:19:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 03:19:53 #2 DONE 0.0s 03:19:53 03:19:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 03:19:53 #3 DONE 0.0s 03:19:53 03:19:53 #4 [internal] load .dockerignore 03:19:53 #4 transferring context: 2B done 03:19:53 #4 DONE 0.0s 03:19:53 03:19:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:53 #5 CACHED 03:19:53 03:19:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:53 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:53 #6 CACHED 03:19:53 03:19:53 #7 exporting to image 03:19:53 #7 exporting layers 03:19:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:53 #7 exporting layers done 03:19:53 #7 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done 03:19:53 #7 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done 03:19:53 #7 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done 03:19:53 #7 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done 03:19:53 #7 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done 03:19:53 #7 pushing layers 0.0s done 03:19:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done 03:19:53 #7 DONE 0.1s 03:19:53 03:19:53 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:53 #8 DONE 0.0s 03:19:53 03:19:53 1 warning found (use --debug to expand): 03:19:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:19:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:19:53 #1 [internal] load build definition from Dockerfile 03:19:53 #1 transferring dockerfile: 229B done 03:19:53 #1 DONE 0.0s 03:19:53 03:19:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:53 #2 DONE 0.0s 03:19:53 03:19:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:53 #3 DONE 0.0s 03:19:53 03:19:53 #4 [internal] load .dockerignore 03:19:53 #4 transferring context: 2B done 03:19:53 #4 DONE 0.0s 03:19:53 03:19:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:53 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:53 #5 CACHED 03:19:53 03:19:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:54 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:54 #6 CACHED 03:19:54 03:19:54 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:54 #7 DONE 0.0s 03:19:54 03:19:54 #8 exporting to image 03:19:54 #8 exporting layers done 03:19:54 #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done 03:19:54 #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done 03:19:54 #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done 03:19:54 #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done 03:19:54 #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done 03:19:54 #8 pushing layers 0.0s done 03:19:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done 03:19:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:54 #8 DONE 0.1s 03:19:54 03:19:54 1 warning found (use --debug to expand): 03:19:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 03:19:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 03:19:54 #1 [internal] load build definition from Dockerfile 03:19:54 #1 transferring dockerfile: 180B done 03:19:54 #1 DONE 0.0s 03:19:54 03:19:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:19:54 #2 DONE 0.0s 03:19:54 03:19:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:19:54 #3 DONE 0.0s 03:19:54 03:19:54 #4 [internal] load .dockerignore 03:19:54 #4 transferring context: 2B done 03:19:54 #4 DONE 0.0s 03:19:54 03:19:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:54 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:54 #5 DONE 0.0s 03:19:54 03:19:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:54 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done 03:19:54 #6 CACHED 03:19:54 03:19:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 03:19:54 #5 CACHED 03:19:54 03:19:54 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:54 #7 DONE 0.0s 03:19:54 03:19:54 #8 exporting to image 03:19:54 #8 exporting layers done 03:19:54 #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done 03:19:54 #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done 03:19:54 #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done 03:19:54 #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done 03:19:54 #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done 03:19:54 #8 pushing layers 0.0s done 03:19:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done 03:19:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:54 #8 DONE 0.1s 03:19:54 03:19:54 1 warning found (use --debug to expand): 03:19:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:19:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:19:54 #1 [internal] load build definition from Dockerfile 03:19:54 #1 transferring dockerfile: 194B done 03:19:54 #1 DONE 0.0s 03:19:54 03:19:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:54 #2 DONE 0.1s 03:19:54 03:19:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:54 #3 DONE 0.1s 03:19:54 03:19:54 #4 [internal] load .dockerignore 03:19:54 #4 transferring context: 03:19:55 #4 transferring context: 2B done 03:19:55 #4 DONE 0.0s 03:19:55 03:19:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:55 #5 DONE 0.0s 03:19:55 03:19:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:55 #6 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:55 #6 DONE 0.1s 03:19:55 03:19:55 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:19:55 #7 DONE 0.0s 03:19:55 03:19:55 #8 exporting to image 03:19:55 #8 exporting layers done 03:19:55 #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done 03:19:55 #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done 03:19:55 #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 0.0s done 03:19:55 #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done 03:19:55 #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done 03:19:55 #8 pushing layers 03:19:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:55 #8 pushing layers 0.1s done 03:19:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done 03:19:55 #8 DONE 0.2s 03:19:55 03:19:55 1 warning found (use --debug to expand): 03:19:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 03:19:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 03:19:55 #1 [internal] load build definition from Dockerfile 03:19:55 #1 transferring dockerfile: 160B done 03:19:55 #1 DONE 0.0s 03:19:55 03:19:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:19:55 #2 DONE 0.0s 03:19:55 03:19:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:19:55 #3 DONE 0.0s 03:19:55 03:19:55 #4 [internal] load .dockerignore 03:19:55 #4 transferring context: 2B done 03:19:55 #4 DONE 0.0s 03:19:55 03:19:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:55 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #5 CACHED 03:19:56 03:19:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #6 CACHED 03:19:56 03:19:56 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:19:56 #7 DONE 0.0s 03:19:56 03:19:56 #8 exporting to image 03:19:56 #8 exporting layers done 03:19:56 #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done 03:19:56 #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done 03:19:56 #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done 03:19:56 #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done 03:19:56 #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done 03:19:56 #8 pushing layers 0.0s done 03:19:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done 03:19:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:56 #8 DONE 0.1s 03:19:56 03:19:56 1 warning found (use --debug to expand): 03:19:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 --push - 03:19:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12' 03:19:56 #1 [internal] load build definition from Dockerfile 03:19:56 #1 transferring dockerfile: 166B done 03:19:56 #1 DONE 0.0s 03:19:56 03:19:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 03:19:56 #2 DONE 0.0s 03:19:56 03:19:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 03:19:56 #3 DONE 0.0s 03:19:56 03:19:56 #4 [internal] load .dockerignore 03:19:56 #4 transferring context: 2B done 03:19:56 #4 DONE 0.0s 03:19:56 03:19:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #5 CACHED 03:19:56 03:19:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #6 CACHED 03:19:56 03:19:56 #7 exporting to image 03:19:56 #7 exporting layers done 03:19:56 #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done 03:19:56 #7 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done 03:19:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:56 #7 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done 03:19:56 #7 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done 03:19:56 #7 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done 03:19:56 #7 pushing layers 0.0s done 03:19:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done 03:19:56 #7 DONE 0.1s 03:19:56 03:19:56 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:19:56 #8 DONE 0.0s 03:19:56 03:19:56 1 warning found (use --debug to expand): 03:19:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:19:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:19:56 #1 [internal] load build definition from Dockerfile 03:19:56 #1 transferring dockerfile: 207B done 03:19:56 #1 DONE 0.0s 03:19:56 03:19:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:56 #2 DONE 0.0s 03:19:56 03:19:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:56 #3 DONE 0.0s 03:19:56 03:19:56 #4 [internal] load .dockerignore 03:19:56 #4 transferring context: 2B done 03:19:56 #4 DONE 0.0s 03:19:56 03:19:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #5 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #5 CACHED 03:19:56 03:19:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:56 #6 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:56 #6 CACHED 03:19:56 03:19:56 #7 exporting to image 03:19:56 #7 exporting layers done 03:19:56 #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 03:19:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:57 #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done 03:19:57 #7 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done 03:19:57 #7 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done 03:19:57 #7 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done 03:19:57 #7 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done 03:19:57 #7 pushing layers 0.0s done 03:19:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done 03:19:57 #7 DONE 0.1s 03:19:57 03:19:57 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:19:57 #8 DONE 0.0s 03:19:57 03:19:57 1 warning found (use --debug to expand): 03:19:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 03:19:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 03:19:57 #1 [internal] load build definition from Dockerfile 03:19:57 #1 transferring dockerfile: 158B 0.0s done 03:19:57 #1 DONE 0.0s 03:19:57 03:19:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:19:57 #2 DONE 0.0s 03:19:57 03:19:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:19:57 #3 DONE 0.0s 03:19:57 03:19:57 #4 [internal] load .dockerignore 03:19:57 #4 transferring context: 2B done 03:19:57 #4 DONE 0.0s 03:19:57 03:19:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:57 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:57 #5 CACHED 03:19:57 03:19:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 03:19:57 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done 03:19:57 #6 CACHED 03:19:57 03:19:57 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:19:57 #7 DONE 0.0s 03:19:57 03:19:57 #8 exporting to image 03:19:57 #8 exporting layers done 03:19:57 #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done 03:19:57 #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done 03:19:57 #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done 03:19:57 #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done 03:19:57 #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done 03:19:57 #8 pushing layers 0.0s done 03:19:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done 03:19:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:57 #8 DONE 0.1s 03:19:57 03:19:57 1 warning found (use --debug to expand): 03:19:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:19:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:19:57 #1 [internal] load build definition from Dockerfile 03:19:57 #1 transferring dockerfile: 196B done 03:19:57 #1 DONE 0.0s 03:19:57 03:19:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:57 #2 DONE 0.0s 03:19:57 03:19:57 #3 [internal] load .dockerignore 03:19:57 #3 transferring context: 03:19:58 #3 transferring context: 2B done 03:19:58 #3 DONE 0.0s 03:19:58 03:19:58 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:19:58 #4 DONE 0.1s 03:19:58 03:19:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:58 #5 DONE 0.0s 03:19:58 03:19:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:58 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:58 #6 DONE 0.1s 03:19:58 03:19:58 #7 exporting to image 03:19:58 #7 exporting layers 03:19:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:58 #7 ... 03:19:58 03:19:58 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:58 #8 DONE 0.0s 03:19:58 03:19:58 #7 exporting to image 03:19:58 #7 exporting layers done 03:19:58 #7 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done 03:19:58 #7 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done 03:19:58 #7 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done 03:19:58 #7 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done 03:19:58 #7 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.0s done 03:19:58 #7 pushing layers 03:19:58 #7 pushing layers 0.1s done 03:19:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done 03:19:58 #7 DONE 0.2s 03:19:58 03:19:58 1 warning found (use --debug to expand): 03:19:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 03:19:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 03:19:58 #1 [internal] load build definition from Dockerfile 03:19:58 #1 transferring dockerfile: 162B done 03:19:58 #1 DONE 0.0s 03:19:58 03:19:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:19:58 #2 DONE 0.0s 03:19:58 03:19:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:19:58 #3 DONE 0.0s 03:19:58 03:19:58 #4 [internal] load .dockerignore 03:19:58 #4 transferring context: 2B done 03:19:58 #4 DONE 0.0s 03:19:58 03:19:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:58 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:58 #5 DONE 0.0s 03:19:58 03:19:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:59 #6 CACHED 03:19:59 03:19:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #5 CACHED 03:19:59 03:19:59 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:59 #7 DONE 0.0s 03:19:59 03:19:59 #8 exporting to image 03:19:59 #8 exporting layers done 03:19:59 #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done 03:19:59 #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done 03:19:59 #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done 03:19:59 #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done 03:19:59 #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done 03:19:59 #8 pushing layers 0.0s done 03:19:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done 03:19:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:59 #8 DONE 0.1s 03:19:59 03:19:59 1 warning found (use --debug to expand): 03:19:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12' 03:19:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 --push - 03:19:59 #1 [internal] load build definition from Dockerfile 03:19:59 #1 transferring dockerfile: 168B done 03:19:59 #1 DONE 0.0s 03:19:59 03:19:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 03:19:59 #2 DONE 0.0s 03:19:59 03:19:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 03:19:59 #3 DONE 0.0s 03:19:59 03:19:59 #4 [internal] load .dockerignore 03:19:59 #4 transferring context: 2B done 03:19:59 #4 DONE 0.0s 03:19:59 03:19:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:59 #5 CACHED 03:19:59 03:19:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:59 #6 CACHED 03:19:59 03:19:59 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:19:59 #7 DONE 0.0s 03:19:59 03:19:59 #8 exporting to image 03:19:59 #8 exporting layers done 03:19:59 #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done 03:19:59 #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done 03:19:59 #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done 03:19:59 #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done 03:19:59 #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done 03:19:59 #8 pushing layers 0.0s done 03:19:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done 03:19:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:19:59 #8 DONE 0.1s 03:19:59 03:19:59 1 warning found (use --debug to expand): 03:19:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:19:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:19:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:19:59 #1 [internal] load build definition from Dockerfile 03:19:59 #1 transferring dockerfile: 209B done 03:19:59 #1 DONE 0.0s 03:19:59 03:19:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:59 #2 DONE 0.0s 03:19:59 03:19:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:19:59 #3 DONE 0.0s 03:19:59 03:19:59 #4 [internal] load .dockerignore 03:19:59 #4 transferring context: 2B done 03:19:59 #4 DONE 0.0s 03:19:59 03:19:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:59 #5 CACHED 03:19:59 03:19:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:19:59 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:19:59 #6 CACHED 03:19:59 03:19:59 #7 exporting to image 03:19:59 #7 exporting layers done 03:19:59 #7 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done 03:19:59 #7 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done 03:19:59 #7 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done 03:19:59 #7 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done 03:19:59 #7 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done 03:19:59 #7 pushing layers 0.0s done 03:19:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 03:19:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done 03:20:00 #7 DONE 0.1s 03:20:00 03:20:00 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:00 #8 DONE 0.0s 03:20:00 03:20:00 1 warning found (use --debug to expand): 03:20:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 03:20:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 03:20:00 #1 [internal] load build definition from Dockerfile 03:20:00 #1 transferring dockerfile: 160B done 03:20:00 #1 DONE 0.0s 03:20:00 03:20:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:20:00 #2 DONE 0.0s 03:20:00 03:20:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:20:00 #3 DONE 0.0s 03:20:00 03:20:00 #4 [internal] load .dockerignore 03:20:00 #4 transferring context: 2B done 03:20:00 #4 DONE 0.0s 03:20:00 03:20:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:20:00 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:20:00 #5 DONE 0.0s 03:20:00 03:20:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:20:00 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done 03:20:00 #6 CACHED 03:20:00 03:20:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 03:20:00 #5 CACHED 03:20:00 03:20:00 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:00 #7 DONE 0.0s 03:20:00 03:20:00 #8 exporting to image 03:20:00 #8 exporting layers done 03:20:00 #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done 03:20:00 #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done 03:20:00 #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done 03:20:00 #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done 03:20:00 #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done 03:20:00 #8 pushing layers 0.0s done 03:20:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done 03:20:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:00 #8 DONE 0.1s 03:20:00 03:20:00 1 warning found (use --debug to expand): 03:20:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:00 #1 [internal] load build definition from Dockerfile 03:20:00 #1 transferring dockerfile: 198B done 03:20:00 #1 DONE 0.0s 03:20:00 03:20:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:00 #2 DONE 0.0s 03:20:00 03:20:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:00 #3 DONE 0.0s 03:20:00 03:20:00 #4 [internal] load .dockerignore 03:20:00 #4 transferring context: 2B done 03:20:00 #4 DONE 0.0s 03:20:01 03:20:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:01 #5 ... 03:20:01 03:20:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:01 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:01 #6 DONE 0.1s 03:20:01 03:20:01 #7 exporting to image 03:20:01 #7 exporting layers done 03:20:01 #7 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done 03:20:01 #7 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done 03:20:01 #7 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef 0.0s done 03:20:01 #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 03:20:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:01 #7 ... 03:20:01 03:20:01 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:20:01 #8 DONE 0.0s 03:20:01 03:20:01 #7 exporting to image 03:20:01 #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done 03:20:01 #7 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done 03:20:01 #7 pushing layers 0.1s done 03:20:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 03:20:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done 03:20:01 #7 DONE 0.2s 03:20:01 03:20:01 1 warning found (use --debug to expand): 03:20:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 03:20:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 03:20:01 #1 [internal] load build definition from Dockerfile 03:20:01 #1 transferring dockerfile: 164B done 03:20:01 #1 DONE 0.0s 03:20:01 03:20:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:20:01 #2 DONE 0.0s 03:20:01 03:20:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:20:01 #3 DONE 0.0s 03:20:01 03:20:01 #4 [internal] load .dockerignore 03:20:01 #4 transferring context: 2B done 03:20:01 #4 DONE 0.0s 03:20:01 03:20:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:01 #5 DONE 0.0s 03:20:01 03:20:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:02 #6 CACHED 03:20:02 03:20:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #5 CACHED 03:20:02 03:20:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:20:02 #7 DONE 0.0s 03:20:02 03:20:02 #8 exporting to image 03:20:02 #8 exporting layers done 03:20:02 #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done 03:20:02 #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done 03:20:02 #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done 03:20:02 #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done 03:20:02 #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done 03:20:02 #8 pushing layers 0.0s done 03:20:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done 03:20:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:02 #8 DONE 0.1s 03:20:02 03:20:02 1 warning found (use --debug to expand): 03:20:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 --push - 03:20:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12' 03:20:02 #1 [internal] load build definition from Dockerfile 03:20:02 #1 transferring dockerfile: 170B done 03:20:02 #1 DONE 0.0s 03:20:02 03:20:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 03:20:02 #2 DONE 0.0s 03:20:02 03:20:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 03:20:02 #3 DONE 0.0s 03:20:02 03:20:02 #4 [internal] load .dockerignore 03:20:02 #4 transferring context: 2B done 03:20:02 #4 DONE 0.0s 03:20:02 03:20:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:02 #5 DONE 0.0s 03:20:02 03:20:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:02 #6 CACHED 03:20:02 03:20:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #5 CACHED 03:20:02 03:20:02 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:20:02 #7 DONE 0.0s 03:20:02 03:20:02 #8 exporting to image 03:20:02 #8 exporting layers done 03:20:02 #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done 03:20:02 #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done 03:20:02 #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done 03:20:02 #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done 03:20:02 #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done 03:20:02 #8 pushing layers 0.0s done 03:20:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done 03:20:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:02 #8 DONE 0.1s 03:20:02 03:20:02 1 warning found (use --debug to expand): 03:20:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:02 #1 [internal] load build definition from Dockerfile 03:20:02 #1 transferring dockerfile: 211B done 03:20:02 #1 DONE 0.0s 03:20:02 03:20:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:02 #2 DONE 0.0s 03:20:02 03:20:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:02 #3 DONE 0.0s 03:20:02 03:20:02 #4 [internal] load .dockerignore 03:20:02 #4 transferring context: 2B done 03:20:02 #4 DONE 0.0s 03:20:02 03:20:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:02 #5 CACHED 03:20:02 03:20:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:02 #6 CACHED 03:20:02 03:20:02 #7 exporting to image 03:20:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:03 #7 exporting layers done 03:20:03 #7 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done 03:20:03 #7 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done 03:20:03 #7 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done 03:20:03 #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done 03:20:03 #7 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done 03:20:03 #7 pushing layers 0.0s done 03:20:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done 03:20:03 #7 DONE 0.1s 03:20:03 03:20:03 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:20:03 #8 DONE 0.0s 03:20:03 03:20:03 1 warning found (use --debug to expand): 03:20:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 03:20:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 03:20:03 #1 [internal] load build definition from Dockerfile 03:20:03 #1 transferring dockerfile: 162B done 03:20:03 #1 DONE 0.0s 03:20:03 03:20:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:20:03 #2 DONE 0.0s 03:20:03 03:20:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:20:03 #3 DONE 0.0s 03:20:03 03:20:03 #4 [internal] load .dockerignore 03:20:03 #4 transferring context: 2B done 03:20:03 #4 DONE 0.0s 03:20:03 03:20:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:03 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:03 #5 DONE 0.0s 03:20:03 03:20:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:03 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done 03:20:03 #6 CACHED 03:20:03 03:20:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 03:20:03 #5 CACHED 03:20:03 03:20:03 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:20:03 #7 DONE 0.0s 03:20:03 03:20:03 #8 exporting to image 03:20:03 #8 exporting layers done 03:20:03 #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done 03:20:03 #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done 03:20:03 #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done 03:20:03 #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done 03:20:03 #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done 03:20:03 #8 pushing layers 0.0s done 03:20:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done 03:20:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:03 #8 DONE 0.1s 03:20:03 03:20:03 1 warning found (use --debug to expand): 03:20:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:03 #1 [internal] load build definition from Dockerfile 03:20:03 #1 transferring dockerfile: 206B done 03:20:03 #1 DONE 0.0s 03:20:03 03:20:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:03 #2 DONE 0.1s 03:20:03 03:20:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:03 #3 DONE 0.1s 03:20:03 03:20:03 #4 [internal] load .dockerignore 03:20:03 #4 transferring context: 03:20:04 #4 transferring context: 2B done 03:20:04 #4 DONE 0.0s 03:20:04 03:20:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:04 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:04 #5 DONE 0.0s 03:20:04 03:20:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:04 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:04 #6 DONE 0.2s 03:20:04 03:20:04 #7 exporting to image 03:20:04 #7 exporting layers done 03:20:04 #7 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done 03:20:04 #7 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done 03:20:04 #7 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done 03:20:04 #7 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done 03:20:04 #7 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done 03:20:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:04 #7 ... 03:20:04 03:20:04 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:04 #8 DONE 0.0s 03:20:04 03:20:04 #7 exporting to image 03:20:04 #7 pushing layers 0.1s done 03:20:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 03:20:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done 03:20:04 #7 DONE 0.3s 03:20:04 03:20:04 1 warning found (use --debug to expand): 03:20:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 03:20:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 03:20:05 #1 [internal] load build definition from Dockerfile 03:20:05 #1 transferring dockerfile: 172B done 03:20:05 #1 DONE 0.0s 03:20:05 03:20:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:20:05 #2 DONE 0.0s 03:20:05 03:20:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:20:05 #3 DONE 0.0s 03:20:05 03:20:05 #4 [internal] load .dockerignore 03:20:05 #4 transferring context: 2B done 03:20:05 #4 DONE 0.0s 03:20:05 03:20:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:05 #5 CACHED 03:20:05 03:20:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:05 #6 CACHED 03:20:05 03:20:05 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:05 #7 DONE 0.0s 03:20:05 03:20:05 #8 exporting to image 03:20:05 #8 exporting layers done 03:20:05 #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done 03:20:05 #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done 03:20:05 #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done 03:20:05 #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done 03:20:05 #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done 03:20:05 #8 pushing layers 0.0s done 03:20:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done 03:20:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:05 #8 DONE 0.1s 03:20:05 03:20:05 1 warning found (use --debug to expand): 03:20:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 --push - 03:20:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12' 03:20:05 #1 [internal] load build definition from Dockerfile 03:20:05 #1 transferring dockerfile: 178B done 03:20:05 #1 DONE 0.0s 03:20:05 03:20:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 03:20:05 #2 DONE 0.0s 03:20:05 03:20:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 03:20:05 #3 DONE 0.0s 03:20:05 03:20:05 #4 [internal] load .dockerignore 03:20:05 #4 transferring context: 2B done 03:20:05 #4 DONE 0.0s 03:20:05 03:20:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:05 #5 CACHED 03:20:05 03:20:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:05 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:05 #6 CACHED 03:20:05 03:20:05 #7 exporting to image 03:20:05 #7 exporting layers 03:20:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:05 #7 exporting layers done 03:20:05 #7 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done 03:20:05 #7 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done 03:20:05 #7 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done 03:20:05 #7 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done 03:20:05 #7 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done 03:20:05 #7 pushing layers 0.0s done 03:20:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done 03:20:05 #7 DONE 0.2s 03:20:05 03:20:05 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:05 #8 DONE 0.0s 03:20:05 03:20:05 1 warning found (use --debug to expand): 03:20:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:06 #1 [internal] load build definition from Dockerfile 03:20:06 #1 transferring dockerfile: 219B done 03:20:06 #1 DONE 0.0s 03:20:06 03:20:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:06 #2 DONE 0.0s 03:20:06 03:20:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:06 #3 DONE 0.0s 03:20:06 03:20:06 #4 [internal] load .dockerignore 03:20:06 #4 transferring context: 2B done 03:20:06 #4 DONE 0.0s 03:20:06 03:20:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:06 #5 DONE 0.0s 03:20:06 03:20:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:06 #6 CACHED 03:20:06 03:20:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #5 CACHED 03:20:06 03:20:06 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:06 #7 DONE 0.0s 03:20:06 03:20:06 #8 exporting to image 03:20:06 #8 exporting layers done 03:20:06 #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done 03:20:06 #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done 03:20:06 #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done 03:20:06 #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done 03:20:06 #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done 03:20:06 #8 pushing layers 0.0s done 03:20:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done 03:20:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:06 #8 DONE 0.1s 03:20:06 03:20:06 1 warning found (use --debug to expand): 03:20:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 03:20:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 03:20:06 #1 [internal] load build definition from Dockerfile 03:20:06 #1 transferring dockerfile: 170B done 03:20:06 #1 DONE 0.0s 03:20:06 03:20:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:20:06 #2 DONE 0.0s 03:20:06 03:20:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:20:06 #3 DONE 0.0s 03:20:06 03:20:06 #4 [internal] load .dockerignore 03:20:06 #4 transferring context: 2B done 03:20:06 #4 DONE 0.0s 03:20:06 03:20:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:06 #5 DONE 0.0s 03:20:06 03:20:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done 03:20:06 #6 CACHED 03:20:06 03:20:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 03:20:06 #5 CACHED 03:20:06 03:20:06 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:20:06 #7 DONE 0.0s 03:20:06 03:20:06 #8 exporting to image 03:20:06 #8 exporting layers done 03:20:06 #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done 03:20:06 #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done 03:20:06 #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done 03:20:06 #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done 03:20:06 #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done 03:20:06 #8 pushing layers 0.0s done 03:20:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done 03:20:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:06 #8 DONE 0.1s 03:20:06 03:20:06 1 warning found (use --debug to expand): 03:20:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:07 #1 [internal] load build definition from Dockerfile 03:20:07 #1 DONE 0.0s 03:20:07 03:20:07 #1 [internal] load build definition from Dockerfile 03:20:07 #1 transferring dockerfile: 204B done 03:20:07 #1 DONE 0.0s 03:20:07 03:20:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:07 #2 DONE 0.0s 03:20:07 03:20:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:07 #3 DONE 0.0s 03:20:07 03:20:07 #4 [internal] load .dockerignore 03:20:07 #4 transferring context: 2B done 03:20:07 #4 DONE 0.0s 03:20:07 03:20:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:07 #5 ... 03:20:07 03:20:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:07 #6 DONE 0.1s 03:20:07 03:20:07 #7 exporting to image 03:20:07 #7 exporting layers done 03:20:07 #7 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e 0.0s done 03:20:07 #7 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done 03:20:07 #7 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 0.0s done 03:20:07 #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 03:20:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:07 #7 ... 03:20:07 03:20:07 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:20:07 #8 DONE 0.0s 03:20:07 03:20:07 #7 exporting to image 03:20:07 #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done 03:20:07 #7 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done 03:20:07 #7 pushing layers 0.1s done 03:20:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 03:20:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done 03:20:07 #7 DONE 0.2s 03:20:07 03:20:07 1 warning found (use --debug to expand): 03:20:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 03:20:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 03:20:08 #1 [internal] load build definition from Dockerfile 03:20:08 #1 transferring dockerfile: 170B done 03:20:08 #1 DONE 0.0s 03:20:08 03:20:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:20:08 #2 DONE 0.0s 03:20:08 03:20:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:20:08 #3 DONE 0.0s 03:20:08 03:20:08 #4 [internal] load .dockerignore 03:20:08 #4 transferring context: 2B done 03:20:08 #4 DONE 0.0s 03:20:08 03:20:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:08 #5 DONE 0.0s 03:20:08 03:20:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:08 #6 CACHED 03:20:08 03:20:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #5 CACHED 03:20:08 03:20:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:20:08 #7 DONE 0.0s 03:20:08 03:20:08 #8 exporting to image 03:20:08 #8 exporting layers done 03:20:08 #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done 03:20:08 #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done 03:20:08 #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done 03:20:08 #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done 03:20:08 #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done 03:20:08 #8 pushing layers 0.0s done 03:20:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done 03:20:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:08 #8 DONE 0.1s 03:20:08 03:20:08 1 warning found (use --debug to expand): 03:20:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12' 03:20:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 --push - 03:20:08 #1 [internal] load build definition from Dockerfile 03:20:08 #1 DONE 0.0s 03:20:08 03:20:08 #1 [internal] load build definition from Dockerfile 03:20:08 #1 transferring dockerfile: 176B done 03:20:08 #1 DONE 0.0s 03:20:08 03:20:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 03:20:08 #2 DONE 0.0s 03:20:08 03:20:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 03:20:08 #3 DONE 0.0s 03:20:08 03:20:08 #4 [internal] load .dockerignore 03:20:08 #4 transferring context: 2B done 03:20:08 #4 DONE 0.0s 03:20:08 03:20:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:08 #5 DONE 0.0s 03:20:08 03:20:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:08 #6 CACHED 03:20:08 03:20:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:08 #5 CACHED 03:20:08 03:20:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:20:08 #7 DONE 0.0s 03:20:08 03:20:08 #8 exporting to image 03:20:08 #8 exporting layers done 03:20:08 #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done 03:20:08 #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done 03:20:08 #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done 03:20:08 #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done 03:20:08 #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done 03:20:08 #8 pushing layers 0.0s done 03:20:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done 03:20:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:08 #8 DONE 0.1s 03:20:08 03:20:08 1 warning found (use --debug to expand): 03:20:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:09 #1 [internal] load build definition from Dockerfile 03:20:09 #1 transferring dockerfile: 217B done 03:20:09 #1 DONE 0.0s 03:20:09 03:20:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:09 #2 DONE 0.0s 03:20:09 03:20:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:09 #3 DONE 0.0s 03:20:09 03:20:09 #4 [internal] load .dockerignore 03:20:09 #4 transferring context: 2B done 03:20:09 #4 DONE 0.0s 03:20:09 03:20:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f done 03:20:09 #5 CACHED 03:20:09 03:20:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:09 #6 CACHED 03:20:09 03:20:09 #7 exporting to image 03:20:09 #7 exporting layers 03:20:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:09 #7 exporting layers done 03:20:09 #7 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done 03:20:09 #7 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done 03:20:09 #7 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done 03:20:09 #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done 03:20:09 #7 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done 03:20:09 #7 pushing layers 0.0s done 03:20:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done 03:20:09 #7 DONE 0.1s 03:20:09 03:20:09 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:20:09 #8 DONE 0.0s 03:20:09 03:20:09 1 warning found (use --debug to expand): 03:20:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 03:20:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 03:20:09 #1 [internal] load build definition from Dockerfile 03:20:09 #1 transferring dockerfile: 168B done 03:20:09 #1 DONE 0.0s 03:20:09 03:20:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:20:09 #2 DONE 0.0s 03:20:09 03:20:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:20:09 #3 DONE 0.0s 03:20:09 03:20:09 #4 [internal] load .dockerignore 03:20:09 #4 transferring context: 2B 0.0s done 03:20:09 #4 DONE 0.0s 03:20:09 03:20:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:09 #5 DONE 0.0s 03:20:09 03:20:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done 03:20:09 #6 CACHED 03:20:09 03:20:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 03:20:09 #5 CACHED 03:20:09 03:20:09 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:20:09 #7 DONE 0.0s 03:20:09 03:20:09 #8 exporting to image 03:20:09 #8 exporting layers done 03:20:09 #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done 03:20:09 #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done 03:20:09 #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done 03:20:09 #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done 03:20:09 #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done 03:20:09 #8 pushing layers 0.0s done 03:20:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done 03:20:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:09 #8 DONE 0.1s 03:20:09 03:20:09 1 warning found (use --debug to expand): 03:20:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:10 #1 [internal] load build definition from Dockerfile 03:20:10 #1 transferring dockerfile: 205B done 03:20:10 #1 DONE 0.0s 03:20:10 03:20:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:10 #2 DONE 0.0s 03:20:10 03:20:10 #3 [internal] load .dockerignore 03:20:10 #3 transferring context: 2B done 03:20:10 #3 DONE 0.0s 03:20:10 03:20:10 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:10 #4 DONE 0.1s 03:20:10 03:20:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:10 #5 DONE 0.0s 03:20:10 03:20:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:10 #6 DONE 0.0s 03:20:10 03:20:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:10 #5 DONE 0.1s 03:20:10 03:20:10 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:10 #7 DONE 0.0s 03:20:10 03:20:10 #8 exporting to image 03:20:10 #8 exporting layers done 03:20:10 #8 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done 03:20:10 #8 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done 03:20:10 #8 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done 03:20:10 #8 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done 03:20:10 #8 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done 03:20:10 #8 pushing layers 0.1s done 03:20:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 03:20:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done 03:20:10 #8 DONE 0.2s 03:20:10 03:20:10 1 warning found (use --debug to expand): 03:20:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 03:20:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 03:20:11 #1 [internal] load build definition from Dockerfile 03:20:11 #1 transferring dockerfile: 171B done 03:20:11 #1 DONE 0.0s 03:20:11 03:20:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:20:11 #2 DONE 0.0s 03:20:11 03:20:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:20:11 #3 DONE 0.0s 03:20:11 03:20:11 #4 [internal] load .dockerignore 03:20:11 #4 transferring context: 2B done 03:20:11 #4 DONE 0.0s 03:20:11 03:20:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:11 #5 CACHED 03:20:11 03:20:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:11 #6 DONE 0.0s 03:20:11 03:20:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:11 #6 CACHED 03:20:11 03:20:11 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:11 #7 DONE 0.0s 03:20:11 03:20:11 #8 exporting to image 03:20:11 #8 exporting layers done 03:20:11 #8 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done 03:20:11 #8 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done 03:20:11 #8 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done 03:20:11 #8 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done 03:20:11 #8 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done 03:20:11 #8 pushing layers 0.0s done 03:20:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done 03:20:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:11 #8 DONE 0.1s 03:20:11 03:20:11 1 warning found (use --debug to expand): 03:20:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12' 03:20:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 --push - 03:20:11 #1 [internal] load build definition from Dockerfile 03:20:11 #1 transferring dockerfile: 177B done 03:20:11 #1 DONE 0.0s 03:20:11 03:20:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 03:20:11 #2 DONE 0.0s 03:20:11 03:20:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 03:20:11 #3 DONE 0.0s 03:20:11 03:20:11 #4 [internal] load .dockerignore 03:20:11 #4 transferring context: 2B done 03:20:11 #4 DONE 0.0s 03:20:11 03:20:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:11 #5 CACHED 03:20:11 03:20:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:11 #6 CACHED 03:20:11 03:20:11 #7 exporting to image 03:20:11 #7 exporting layers 03:20:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:11 #7 exporting layers done 03:20:11 #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done 03:20:11 #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done 03:20:11 #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done 03:20:11 #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done 03:20:11 #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done 03:20:11 #7 pushing layers 0.0s done 03:20:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done 03:20:11 #7 DONE 0.1s 03:20:11 03:20:11 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:11 #8 DONE 0.0s 03:20:11 03:20:11 1 warning found (use --debug to expand): 03:20:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:12 #1 [internal] load build definition from Dockerfile 03:20:12 #1 transferring dockerfile: 218B done 03:20:12 #1 DONE 0.0s 03:20:12 03:20:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:12 #2 DONE 0.0s 03:20:12 03:20:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:12 #3 DONE 0.0s 03:20:12 03:20:12 #4 [internal] load .dockerignore 03:20:12 #4 transferring context: 2B done 03:20:12 #4 DONE 0.0s 03:20:12 03:20:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:12 #5 CACHED 03:20:12 03:20:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:12 #6 CACHED 03:20:12 03:20:12 #7 exporting to image 03:20:12 #7 exporting layers done 03:20:12 #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done 03:20:12 #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 03:20:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:12 #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done 03:20:12 #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done 03:20:12 #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done 03:20:12 #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done 03:20:12 #7 pushing layers 0.0s done 03:20:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done 03:20:12 #7 DONE 0.1s 03:20:12 03:20:12 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:12 #8 DONE 0.0s 03:20:12 03:20:12 1 warning found (use --debug to expand): 03:20:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 03:20:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 03:20:12 #1 [internal] load build definition from Dockerfile 03:20:12 #1 transferring dockerfile: 169B done 03:20:12 #1 DONE 0.0s 03:20:12 03:20:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:20:12 #2 DONE 0.0s 03:20:12 03:20:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:20:12 #3 DONE 0.0s 03:20:12 03:20:12 #4 [internal] load .dockerignore 03:20:12 #4 transferring context: 2B done 03:20:12 #4 DONE 0.0s 03:20:12 03:20:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:12 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:12 #5 CACHED 03:20:12 03:20:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 03:20:12 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done 03:20:12 #6 CACHED 03:20:12 03:20:12 #7 exporting to image 03:20:12 #7 exporting layers done 03:20:12 #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done 03:20:12 #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 03:20:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:13 #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done 03:20:13 #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done 03:20:13 #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done 03:20:13 #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done 03:20:13 #7 pushing layers 0.0s done 03:20:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done 03:20:13 #7 DONE 0.1s 03:20:13 03:20:13 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:13 #8 DONE 0.0s 03:20:13 03:20:13 1 warning found (use --debug to expand): 03:20:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:13 #1 [internal] load build definition from Dockerfile 03:20:13 #1 transferring dockerfile: 211B done 03:20:13 #1 DONE 0.0s 03:20:13 03:20:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:13 #2 DONE 0.0s 03:20:13 03:20:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:13 #3 DONE 0.0s 03:20:13 03:20:13 #4 [internal] load .dockerignore 03:20:13 #4 transferring context: 2B done 03:20:13 #4 DONE 0.0s 03:20:13 03:20:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:13 #5 DONE 0.0s 03:20:13 03:20:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:13 #6 DONE 0.0s 03:20:13 03:20:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:13 #5 DONE 0.1s 03:20:13 03:20:13 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:13 #7 DONE 0.0s 03:20:13 03:20:13 #8 exporting to image 03:20:13 #8 exporting layers done 03:20:13 #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 0.0s done 03:20:13 #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done 03:20:13 #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done 03:20:13 #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done 03:20:13 #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done 03:20:13 #8 pushing layers 0.1s done 03:20:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 03:20:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done 03:20:13 #8 DONE 0.2s 03:20:13 03:20:13 1 warning found (use --debug to expand): 03:20:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 03:20:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 03:20:14 #1 [internal] load build definition from Dockerfile 03:20:14 #1 transferring dockerfile: 177B done 03:20:14 #1 DONE 0.0s 03:20:14 03:20:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:20:14 #2 DONE 0.0s 03:20:14 03:20:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:20:14 #3 DONE 0.0s 03:20:14 03:20:14 #4 [internal] load .dockerignore 03:20:14 #4 transferring context: 2B done 03:20:14 #4 DONE 0.0s 03:20:14 03:20:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:14 #5 CACHED 03:20:14 03:20:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:14 #6 CACHED 03:20:14 03:20:14 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:14 #7 DONE 0.0s 03:20:14 03:20:14 #8 exporting to image 03:20:14 #8 exporting layers done 03:20:14 #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done 03:20:14 #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done 03:20:14 #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done 03:20:14 #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done 03:20:14 #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done 03:20:14 #8 pushing layers 0.0s done 03:20:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done 03:20:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:14 #8 DONE 0.1s 03:20:14 03:20:14 1 warning found (use --debug to expand): 03:20:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12' 03:20:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 --push - 03:20:14 #1 [internal] load build definition from Dockerfile 03:20:14 #1 transferring dockerfile: 183B done 03:20:14 #1 DONE 0.0s 03:20:14 03:20:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 03:20:14 #2 DONE 0.0s 03:20:14 03:20:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 03:20:14 #3 DONE 0.0s 03:20:14 03:20:14 #4 [internal] load .dockerignore 03:20:14 #4 transferring context: 2B done 03:20:14 #4 DONE 0.0s 03:20:14 03:20:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:14 #5 CACHED 03:20:14 03:20:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:14 #6 CACHED 03:20:14 03:20:14 #7 exporting to image 03:20:14 #7 exporting layers 03:20:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:15 #7 exporting layers done 03:20:15 #7 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done 03:20:15 #7 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done 03:20:15 #7 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done 03:20:15 #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done 03:20:15 #7 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done 03:20:15 #7 pushing layers 0.0s done 03:20:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done 03:20:15 #7 DONE 0.1s 03:20:15 03:20:15 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:15 #8 DONE 0.0s 03:20:15 03:20:15 1 warning found (use --debug to expand): 03:20:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:15 #1 [internal] load build definition from Dockerfile 03:20:15 #1 transferring dockerfile: 224B done 03:20:15 #1 DONE 0.0s 03:20:15 03:20:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:15 #2 DONE 0.0s 03:20:15 03:20:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:15 #3 DONE 0.0s 03:20:15 03:20:15 #4 [internal] load .dockerignore 03:20:15 #4 transferring context: 2B done 03:20:15 #4 DONE 0.0s 03:20:15 03:20:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:15 #5 CACHED 03:20:15 03:20:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:15 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:15 #6 CACHED 03:20:15 03:20:15 #7 exporting to image 03:20:15 #7 exporting layers done 03:20:15 #7 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done 03:20:15 #7 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done 03:20:15 #7 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done 03:20:15 #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 03:20:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:15 #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done 03:20:15 #7 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done 03:20:15 #7 pushing layers 0.0s done 03:20:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done 03:20:15 #7 DONE 0.1s 03:20:15 03:20:15 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:15 #8 DONE 0.0s 03:20:15 03:20:15 1 warning found (use --debug to expand): 03:20:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 03:20:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 03:20:15 #1 [internal] load build definition from Dockerfile 03:20:15 #1 transferring dockerfile: 175B done 03:20:15 #1 DONE 0.0s 03:20:15 03:20:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:20:15 #2 DONE 0.0s 03:20:15 03:20:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:20:15 #3 DONE 0.0s 03:20:15 03:20:15 #4 [internal] load .dockerignore 03:20:15 #4 transferring context: 2B done 03:20:15 #4 DONE 0.0s 03:20:15 03:20:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:15 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:15 #5 DONE 0.0s 03:20:15 03:20:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:16 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done 03:20:16 #6 CACHED 03:20:16 03:20:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 03:20:16 #5 CACHED 03:20:16 03:20:16 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:20:16 #7 DONE 0.0s 03:20:16 03:20:16 #8 exporting to image 03:20:16 #8 exporting layers done 03:20:16 #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done 03:20:16 #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done 03:20:16 #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done 03:20:16 #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done 03:20:16 #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done 03:20:16 #8 pushing layers 0.0s done 03:20:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done 03:20:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:16 #8 DONE 0.1s 03:20:16 03:20:16 1 warning found (use --debug to expand): 03:20:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:16 #1 [internal] load build definition from Dockerfile 03:20:16 #1 transferring dockerfile: 215B done 03:20:16 #1 DONE 0.0s 03:20:16 03:20:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:16 #2 DONE 0.0s 03:20:16 03:20:16 #3 [internal] load .dockerignore 03:20:16 #3 transferring context: 2B done 03:20:16 #3 DONE 0.0s 03:20:16 03:20:16 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:16 #4 DONE 0.1s 03:20:16 03:20:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:16 #5 DONE 0.0s 03:20:16 03:20:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:16 #6 DONE 0.1s 03:20:16 03:20:16 #7 exporting to image 03:20:16 #7 exporting layers done 03:20:16 #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done 03:20:16 #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 03:20:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:16 #7 ... 03:20:16 03:20:16 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:20:16 #8 DONE 0.0s 03:20:16 03:20:16 #7 exporting to image 03:20:16 #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done 03:20:16 #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done 03:20:16 #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done 03:20:16 #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done 03:20:16 #7 pushing layers 0.1s done 03:20:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 03:20:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done 03:20:16 #7 DONE 0.2s 03:20:16 03:20:16 1 warning found (use --debug to expand): 03:20:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 03:20:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 03:20:17 #1 [internal] load build definition from Dockerfile 03:20:17 #1 transferring dockerfile: 181B done 03:20:17 #1 DONE 0.0s 03:20:17 03:20:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:20:17 #2 DONE 0.0s 03:20:17 03:20:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:20:17 #3 DONE 0.0s 03:20:17 03:20:17 #4 [internal] load .dockerignore 03:20:17 #4 transferring context: 2B done 03:20:17 #4 DONE 0.0s 03:20:17 03:20:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:17 #5 CACHED 03:20:17 03:20:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:17 #6 CACHED 03:20:17 03:20:17 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:20:17 #7 DONE 0.0s 03:20:17 03:20:17 #8 exporting to image 03:20:17 #8 exporting layers done 03:20:17 #8 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done 03:20:17 #8 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done 03:20:17 #8 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done 03:20:17 #8 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done 03:20:17 #8 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done 03:20:17 #8 pushing layers 0.0s done 03:20:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done 03:20:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:17 #8 DONE 0.1s 03:20:17 03:20:17 1 warning found (use --debug to expand): 03:20:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12' 03:20:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 --push - 03:20:17 #1 [internal] load build definition from Dockerfile 03:20:17 #1 transferring dockerfile: 187B done 03:20:17 #1 DONE 0.0s 03:20:17 03:20:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 03:20:17 #2 DONE 0.0s 03:20:17 03:20:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 03:20:17 #3 DONE 0.0s 03:20:17 03:20:17 #4 [internal] load .dockerignore 03:20:17 #4 transferring context: 2B done 03:20:17 #4 DONE 0.0s 03:20:17 03:20:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:17 #5 CACHED 03:20:17 03:20:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:17 #6 CACHED 03:20:17 03:20:17 #7 exporting to image 03:20:17 #7 exporting layers done 03:20:17 #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done 03:20:17 #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done 03:20:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:17 #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done 03:20:17 #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done 03:20:17 #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done 03:20:17 #7 pushing layers 0.0s done 03:20:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done 03:20:17 #7 DONE 0.1s 03:20:17 03:20:17 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:20:17 #8 DONE 0.0s 03:20:17 03:20:17 1 warning found (use --debug to expand): 03:20:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:18 #1 [internal] load build definition from Dockerfile 03:20:18 #1 transferring dockerfile: 228B 0.0s done 03:20:18 #1 DONE 0.0s 03:20:18 03:20:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:18 #2 DONE 0.0s 03:20:18 03:20:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:18 #3 DONE 0.0s 03:20:18 03:20:18 #4 [internal] load .dockerignore 03:20:18 #4 transferring context: 2B done 03:20:18 #4 DONE 0.0s 03:20:18 03:20:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:18 #5 CACHED 03:20:18 03:20:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:18 #6 CACHED 03:20:18 03:20:18 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:20:18 #7 DONE 0.0s 03:20:18 03:20:18 #8 exporting to image 03:20:18 #8 exporting layers done 03:20:18 #8 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done 03:20:18 #8 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done 03:20:18 #8 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done 03:20:18 #8 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done 03:20:18 #8 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done 03:20:18 #8 pushing layers 0.0s done 03:20:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done 03:20:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:18 #8 DONE 0.1s 03:20:18 03:20:18 1 warning found (use --debug to expand): 03:20:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 03:20:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 03:20:18 #1 [internal] load build definition from Dockerfile 03:20:18 #1 transferring dockerfile: 179B done 03:20:18 #1 DONE 0.0s 03:20:18 03:20:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:20:18 #2 DONE 0.0s 03:20:18 03:20:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:20:18 #3 DONE 0.0s 03:20:18 03:20:18 #4 [internal] load .dockerignore 03:20:18 #4 transferring context: 2B done 03:20:18 #4 DONE 0.0s 03:20:18 03:20:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:18 #5 CACHED 03:20:18 03:20:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 03:20:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done 03:20:18 #6 CACHED 03:20:18 03:20:18 #7 exporting to image 03:20:18 #7 exporting layers done 03:20:18 #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done 03:20:18 #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 03:20:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:19 #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done 03:20:19 #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done 03:20:19 #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done 03:20:19 #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done 03:20:19 #7 pushing layers 0.0s done 03:20:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done 03:20:19 #7 DONE 0.1s 03:20:19 03:20:19 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:20:19 #8 DONE 0.0s 03:20:19 03:20:19 1 warning found (use --debug to expand): 03:20:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:19 #1 [internal] load build definition from Dockerfile 03:20:19 #1 DONE 0.0s 03:20:19 03:20:19 #1 [internal] load build definition from Dockerfile 03:20:19 #1 transferring dockerfile: 205B done 03:20:19 #1 DONE 0.0s 03:20:19 03:20:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:19 #2 DONE 0.0s 03:20:19 03:20:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:19 #3 DONE 0.1s 03:20:19 03:20:19 #4 [internal] load .dockerignore 03:20:19 #4 transferring context: 2B done 03:20:19 #4 DONE 0.0s 03:20:19 03:20:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:19 #5 ... 03:20:19 03:20:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:19 #6 DONE 0.1s 03:20:19 03:20:19 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:20:19 #7 DONE 0.0s 03:20:19 03:20:19 #8 exporting to image 03:20:19 #8 exporting layers done 03:20:19 #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done 03:20:19 #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done 03:20:19 #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done 03:20:19 #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done 03:20:19 #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done 03:20:19 #8 pushing layers 03:20:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:19 #8 pushing layers 0.1s done 03:20:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done 03:20:19 #8 DONE 0.3s 03:20:19 03:20:19 1 warning found (use --debug to expand): 03:20:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 03:20:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 03:20:20 #1 [internal] load build definition from Dockerfile 03:20:20 #1 transferring dockerfile: 171B done 03:20:20 #1 DONE 0.0s 03:20:20 03:20:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:20:20 #2 DONE 0.0s 03:20:20 03:20:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:20:20 #3 DONE 0.0s 03:20:20 03:20:20 #4 [internal] load .dockerignore 03:20:20 #4 transferring context: 2B done 03:20:20 #4 DONE 0.0s 03:20:20 03:20:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:20 #5 DONE 0.0s 03:20:20 03:20:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:20 #6 CACHED 03:20:20 03:20:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:20 #5 CACHED 03:20:20 03:20:20 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:20:20 #7 DONE 0.0s 03:20:20 03:20:20 #8 exporting to image 03:20:20 #8 exporting layers done 03:20:20 #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done 03:20:20 #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done 03:20:20 #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done 03:20:20 #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done 03:20:20 #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done 03:20:20 #8 pushing layers 0.0s done 03:20:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done 03:20:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:20 #8 DONE 0.1s 03:20:20 03:20:20 1 warning found (use --debug to expand): 03:20:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 --push - 03:20:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12' 03:20:20 #1 [internal] load build definition from Dockerfile 03:20:20 #1 transferring dockerfile: 177B done 03:20:20 #1 DONE 0.0s 03:20:20 03:20:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 03:20:20 #2 DONE 0.0s 03:20:20 03:20:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 03:20:20 #3 DONE 0.0s 03:20:20 03:20:20 #4 [internal] load .dockerignore 03:20:20 #4 transferring context: 2B done 03:20:20 #4 DONE 0.0s 03:20:20 03:20:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:20 #5 DONE 0.0s 03:20:20 03:20:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:21 #6 CACHED 03:20:21 03:20:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #5 CACHED 03:20:21 03:20:21 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:20:21 #7 DONE 0.0s 03:20:21 03:20:21 #8 exporting to image 03:20:21 #8 exporting layers done 03:20:21 #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done 03:20:21 #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done 03:20:21 #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done 03:20:21 #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done 03:20:21 #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done 03:20:21 #8 pushing layers 0.0s done 03:20:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done 03:20:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:21 #8 DONE 0.1s 03:20:21 03:20:21 1 warning found (use --debug to expand): 03:20:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:21 #1 [internal] load build definition from Dockerfile 03:20:21 #1 transferring dockerfile: 218B done 03:20:21 #1 DONE 0.0s 03:20:21 03:20:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:21 #2 DONE 0.0s 03:20:21 03:20:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:21 #3 DONE 0.0s 03:20:21 03:20:21 #4 [internal] load .dockerignore 03:20:21 #4 transferring context: 2B done 03:20:21 #4 DONE 0.0s 03:20:21 03:20:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:21 #5 CACHED 03:20:21 03:20:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:21 #6 CACHED 03:20:21 03:20:21 #7 exporting to image 03:20:21 #7 exporting layers done 03:20:21 #7 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done 03:20:21 #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c 03:20:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:21 #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done 03:20:21 #7 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done 03:20:21 #7 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done 03:20:21 #7 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done 03:20:21 #7 pushing layers 0.0s done 03:20:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done 03:20:21 #7 DONE 0.1s 03:20:21 03:20:21 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:20:21 #8 DONE 0.0s 03:20:21 03:20:21 1 warning found (use --debug to expand): 03:20:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 03:20:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 03:20:21 #1 [internal] load build definition from Dockerfile 03:20:21 #1 transferring dockerfile: 169B done 03:20:21 #1 DONE 0.0s 03:20:21 03:20:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:20:21 #2 DONE 0.0s 03:20:21 03:20:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:20:21 #3 DONE 0.0s 03:20:21 03:20:21 #4 [internal] load .dockerignore 03:20:21 #4 transferring context: 2B done 03:20:21 #4 DONE 0.0s 03:20:21 03:20:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:21 #5 CACHED 03:20:21 03:20:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 03:20:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done 03:20:21 #6 CACHED 03:20:21 03:20:21 #7 exporting to image 03:20:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:22 #7 exporting layers done 03:20:22 #7 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done 03:20:22 #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done 03:20:22 #7 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done 03:20:22 #7 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done 03:20:22 #7 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done 03:20:22 #7 pushing layers 0.0s done 03:20:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done 03:20:22 #7 DONE 0.1s 03:20:22 03:20:22 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:20:22 #8 DONE 0.0s 03:20:22 03:20:22 1 warning found (use --debug to expand): 03:20:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:22 #1 [internal] load build definition from Dockerfile 03:20:22 #1 transferring dockerfile: 206B done 03:20:22 #1 DONE 0.0s 03:20:22 03:20:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:22 #2 DONE 0.0s 03:20:22 03:20:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:22 #3 DONE 0.0s 03:20:22 03:20:22 #4 [internal] load .dockerignore 03:20:22 #4 transferring context: 2B done 03:20:22 #4 DONE 0.0s 03:20:22 03:20:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:22 #5 DONE 0.1s 03:20:22 03:20:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:22 #6 DONE 0.0s 03:20:22 03:20:22 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:20:22 #7 DONE 0.0s 03:20:22 03:20:22 #8 exporting to image 03:20:22 #8 exporting layers done 03:20:22 #8 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done 03:20:22 #8 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done 03:20:22 #8 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done 03:20:22 #8 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done 03:20:22 #8 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done 03:20:22 #8 pushing layers 03:20:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:22 #8 pushing layers 0.1s done 03:20:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done 03:20:22 #8 DONE 0.3s 03:20:22 03:20:22 1 warning found (use --debug to expand): 03:20:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 03:20:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 03:20:23 #1 [internal] load build definition from Dockerfile 03:20:23 #1 transferring dockerfile: 172B done 03:20:23 #1 DONE 0.0s 03:20:23 03:20:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:20:23 #2 DONE 0.0s 03:20:23 03:20:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:20:23 #3 DONE 0.0s 03:20:23 03:20:23 #4 [internal] load .dockerignore 03:20:23 #4 transferring context: 2B done 03:20:23 #4 DONE 0.0s 03:20:23 03:20:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:23 #5 CACHED 03:20:23 03:20:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:23 #6 CACHED 03:20:23 03:20:23 #7 exporting to image 03:20:23 #7 exporting layers done 03:20:23 #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done 03:20:23 #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done 03:20:23 #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done 03:20:23 #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done 03:20:23 #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 03:20:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:23 #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done 03:20:23 #7 pushing layers 0.0s done 03:20:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done 03:20:23 #7 DONE 0.1s 03:20:23 03:20:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:20:23 #8 DONE 0.0s 03:20:23 03:20:23 1 warning found (use --debug to expand): 03:20:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12' 03:20:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 --push - 03:20:24 #1 [internal] load build definition from Dockerfile 03:20:24 #1 transferring dockerfile: 178B done 03:20:24 #1 DONE 0.0s 03:20:24 03:20:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 03:20:24 #2 DONE 0.0s 03:20:24 03:20:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 03:20:24 #3 DONE 0.0s 03:20:24 03:20:24 #4 [internal] load .dockerignore 03:20:24 #4 transferring context: 2B done 03:20:24 #4 DONE 0.0s 03:20:24 03:20:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:24 #5 CACHED 03:20:24 03:20:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:24 #6 CACHED 03:20:24 03:20:24 #7 exporting to image 03:20:24 #7 exporting layers done 03:20:24 #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done 03:20:24 #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done 03:20:24 #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done 03:20:24 #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done 03:20:24 #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done 03:20:24 #7 pushing layers 0.0s done 03:20:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 03:20:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done 03:20:24 #7 DONE 0.1s 03:20:24 03:20:24 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:20:24 #8 DONE 0.0s 03:20:24 03:20:24 1 warning found (use --debug to expand): 03:20:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:24 #1 [internal] load build definition from Dockerfile 03:20:24 #1 transferring dockerfile: 219B done 03:20:24 #1 DONE 0.0s 03:20:24 03:20:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:24 #2 DONE 0.0s 03:20:24 03:20:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:24 #3 DONE 0.0s 03:20:24 03:20:24 #4 [internal] load .dockerignore 03:20:24 #4 transferring context: 2B done 03:20:24 #4 DONE 0.0s 03:20:24 03:20:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:24 #5 CACHED 03:20:24 03:20:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:24 #6 CACHED 03:20:24 03:20:24 #7 exporting to image 03:20:24 #7 exporting layers 03:20:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:24 #7 exporting layers done 03:20:24 #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done 03:20:24 #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done 03:20:24 #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done 03:20:24 #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done 03:20:24 #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done 03:20:24 #7 pushing layers 0.0s done 03:20:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done 03:20:24 #7 DONE 0.1s 03:20:24 03:20:24 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:20:24 #8 DONE 0.0s 03:20:24 03:20:24 1 warning found (use --debug to expand): 03:20:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 03:20:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 03:20:24 #1 [internal] load build definition from Dockerfile 03:20:24 #1 transferring dockerfile: 170B done 03:20:24 #1 DONE 0.0s 03:20:24 03:20:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:20:24 #2 DONE 0.0s 03:20:24 03:20:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:20:24 #3 DONE 0.0s 03:20:24 03:20:24 #4 [internal] load .dockerignore 03:20:24 #4 transferring context: 2B done 03:20:24 #4 DONE 0.0s 03:20:24 03:20:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:24 #5 DONE 0.0s 03:20:24 03:20:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done 03:20:25 #6 CACHED 03:20:25 03:20:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 03:20:25 #5 CACHED 03:20:25 03:20:25 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:20:25 #7 DONE 0.0s 03:20:25 03:20:25 #8 exporting to image 03:20:25 #8 exporting layers done 03:20:25 #8 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done 03:20:25 #8 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done 03:20:25 #8 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done 03:20:25 #8 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done 03:20:25 #8 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done 03:20:25 #8 pushing layers 0.0s done 03:20:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done 03:20:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:25 #8 DONE 0.1s 03:20:25 03:20:25 1 warning found (use --debug to expand): 03:20:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:25 #1 [internal] load build definition from Dockerfile 03:20:25 #1 transferring dockerfile: 206B 0.0s done 03:20:25 #1 DONE 0.0s 03:20:25 03:20:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:25 #2 DONE 0.0s 03:20:25 03:20:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:25 #3 DONE 0.0s 03:20:25 03:20:25 #4 [internal] load .dockerignore 03:20:25 #4 transferring context: 2B done 03:20:25 #4 DONE 0.0s 03:20:25 03:20:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:25 #5 ... 03:20:25 03:20:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:25 #6 DONE 0.1s 03:20:25 03:20:25 #7 exporting to image 03:20:25 #7 exporting layers done 03:20:25 #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done 03:20:25 #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done 03:20:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:25 #7 ... 03:20:25 03:20:25 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:20:25 #8 DONE 0.0s 03:20:25 03:20:25 #7 exporting to image 03:20:25 #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done 03:20:25 #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done 03:20:25 #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done 03:20:25 #7 pushing layers 0.1s done 03:20:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 03:20:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done 03:20:25 #7 DONE 0.2s 03:20:25 03:20:25 1 warning found (use --debug to expand): 03:20:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 03:20:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 03:20:26 #1 [internal] load build definition from Dockerfile 03:20:26 #1 transferring dockerfile: 172B done 03:20:26 #1 DONE 0.0s 03:20:26 03:20:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:20:26 #2 DONE 0.0s 03:20:26 03:20:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:20:26 #3 DONE 0.0s 03:20:26 03:20:26 #4 [internal] load .dockerignore 03:20:26 #4 transferring context: 2B done 03:20:26 #4 DONE 0.0s 03:20:26 03:20:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:26 #5 CACHED 03:20:26 03:20:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:26 #6 CACHED 03:20:26 03:20:26 #7 exporting to image 03:20:26 #7 exporting layers done 03:20:26 #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done 03:20:26 #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done 03:20:26 #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done 03:20:26 #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done 03:20:26 #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done 03:20:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:26 #7 pushing layers 0.0s done 03:20:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done 03:20:26 #7 DONE 0.1s 03:20:26 03:20:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:20:26 #8 DONE 0.0s 03:20:26 03:20:26 1 warning found (use --debug to expand): 03:20:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12' 03:20:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 --push - 03:20:26 #1 [internal] load build definition from Dockerfile 03:20:26 #1 transferring dockerfile: 178B done 03:20:26 #1 DONE 0.0s 03:20:26 03:20:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 03:20:26 #2 DONE 0.0s 03:20:26 03:20:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 03:20:26 #3 DONE 0.0s 03:20:26 03:20:26 #4 [internal] load .dockerignore 03:20:26 #4 transferring context: 2B done 03:20:26 #4 DONE 0.0s 03:20:26 03:20:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:26 #5 CACHED 03:20:26 03:20:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:26 #6 DONE 0.0s 03:20:27 03:20:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:27 #6 CACHED 03:20:27 03:20:27 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:20:27 #7 DONE 0.0s 03:20:27 03:20:27 #8 exporting to image 03:20:27 #8 exporting layers done 03:20:27 #8 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done 03:20:27 #8 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done 03:20:27 #8 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done 03:20:27 #8 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done 03:20:27 #8 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done 03:20:27 #8 pushing layers 0.0s done 03:20:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done 03:20:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:27 #8 DONE 0.1s 03:20:27 03:20:27 1 warning found (use --debug to expand): 03:20:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:27 #1 [internal] load build definition from Dockerfile 03:20:27 #1 transferring dockerfile: 219B done 03:20:27 #1 DONE 0.0s 03:20:27 03:20:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:27 #2 DONE 0.0s 03:20:27 03:20:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:27 #3 DONE 0.0s 03:20:27 03:20:27 #4 [internal] load .dockerignore 03:20:27 #4 transferring context: 2B done 03:20:27 #4 DONE 0.0s 03:20:27 03:20:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:27 #5 CACHED 03:20:27 03:20:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:27 #6 CACHED 03:20:27 03:20:27 #7 exporting to image 03:20:27 #7 exporting layers 03:20:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:27 #7 exporting layers done 03:20:27 #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done 03:20:27 #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done 03:20:27 #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done 03:20:27 #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done 03:20:27 #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done 03:20:27 #7 pushing layers 0.0s done 03:20:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done 03:20:27 #7 DONE 0.1s 03:20:27 03:20:27 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:20:27 #8 DONE 0.0s 03:20:27 03:20:27 1 warning found (use --debug to expand): 03:20:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 03:20:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 03:20:27 #1 [internal] load build definition from Dockerfile 03:20:27 #1 transferring dockerfile: 170B done 03:20:27 #1 DONE 0.0s 03:20:27 03:20:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:20:27 #2 DONE 0.0s 03:20:27 03:20:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:20:27 #3 DONE 0.0s 03:20:27 03:20:27 #4 [internal] load .dockerignore 03:20:27 #4 transferring context: 2B done 03:20:27 #4 DONE 0.0s 03:20:27 03:20:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:27 #5 CACHED 03:20:27 03:20:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 03:20:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done 03:20:27 #6 CACHED 03:20:27 03:20:27 #7 exporting to image 03:20:27 #7 exporting layers 03:20:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:28 #7 exporting layers done 03:20:28 #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done 03:20:28 #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done 03:20:28 #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done 03:20:28 #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done 03:20:28 #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done 03:20:28 #7 pushing layers 0.0s done 03:20:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done 03:20:28 #7 DONE 0.1s 03:20:28 03:20:28 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:20:28 #8 DONE 0.0s 03:20:28 03:20:28 1 warning found (use --debug to expand): 03:20:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:28 #1 [internal] load build definition from Dockerfile 03:20:28 #1 transferring dockerfile: 206B done 03:20:28 #1 DONE 0.0s 03:20:28 03:20:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:28 #2 DONE 0.0s 03:20:28 03:20:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:28 #3 DONE 0.0s 03:20:28 03:20:28 #4 [internal] load .dockerignore 03:20:28 #4 transferring context: 2B done 03:20:28 #4 DONE 0.0s 03:20:28 03:20:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:28 #5 DONE 0.0s 03:20:28 03:20:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:28 #6 DONE 0.0s 03:20:28 03:20:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:28 #5 DONE 0.1s 03:20:28 03:20:28 #7 exporting to image 03:20:28 #7 exporting layers done 03:20:28 #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done 03:20:28 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done 03:20:28 #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done 03:20:28 #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done 03:20:28 #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done 03:20:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:28 #7 ... 03:20:28 03:20:28 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:20:28 #8 DONE 0.0s 03:20:28 03:20:28 #7 exporting to image 03:20:28 #7 pushing layers 0.1s done 03:20:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 03:20:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done 03:20:28 #7 DONE 0.2s 03:20:28 03:20:28 1 warning found (use --debug to expand): 03:20:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 03:20:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 03:20:29 #1 [internal] load build definition from Dockerfile 03:20:29 #1 transferring dockerfile: 172B done 03:20:29 #1 DONE 0.0s 03:20:29 03:20:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:20:29 #2 DONE 0.0s 03:20:29 03:20:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:20:29 #3 DONE 0.0s 03:20:29 03:20:29 #4 [internal] load .dockerignore 03:20:29 #4 transferring context: 2B done 03:20:29 #4 DONE 0.0s 03:20:29 03:20:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:29 #5 CACHED 03:20:29 03:20:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:29 #6 DONE 0.0s 03:20:29 03:20:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:29 #6 CACHED 03:20:29 03:20:29 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:20:29 #7 DONE 0.0s 03:20:29 03:20:29 #8 exporting to image 03:20:29 #8 exporting layers done 03:20:29 #8 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done 03:20:29 #8 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done 03:20:29 #8 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done 03:20:29 #8 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done 03:20:29 #8 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done 03:20:29 #8 pushing layers 0.0s done 03:20:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done 03:20:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:29 #8 DONE 0.1s 03:20:29 03:20:29 1 warning found (use --debug to expand): 03:20:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12' 03:20:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 --push - 03:20:29 #1 [internal] load build definition from Dockerfile 03:20:29 #1 transferring dockerfile: 178B done 03:20:29 #1 DONE 0.0s 03:20:29 03:20:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 03:20:29 #2 DONE 0.0s 03:20:29 03:20:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 03:20:29 #3 DONE 0.0s 03:20:29 03:20:29 #4 [internal] load .dockerignore 03:20:29 #4 transferring context: 2B done 03:20:29 #4 DONE 0.0s 03:20:29 03:20:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:29 #5 CACHED 03:20:29 03:20:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:29 #6 CACHED 03:20:29 03:20:29 #7 exporting to image 03:20:29 #7 exporting layers done 03:20:29 #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done 03:20:29 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 03:20:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:30 #7 ... 03:20:30 03:20:30 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:20:30 #8 DONE 0.0s 03:20:30 03:20:30 #7 exporting to image 03:20:30 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done 03:20:30 #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done 03:20:30 #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done 03:20:30 #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done 03:20:30 #7 pushing layers 0.0s done 03:20:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 03:20:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 1.8s done 03:20:32 #7 DONE 1.8s 03:20:32 03:20:32 1 warning found (use --debug to expand): 03:20:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:32 #1 [internal] load build definition from Dockerfile 03:20:32 #1 transferring dockerfile: 219B done 03:20:32 #1 DONE 0.0s 03:20:32 03:20:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:32 #2 DONE 0.0s 03:20:32 03:20:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:32 #3 DONE 0.0s 03:20:32 03:20:32 #4 [internal] load .dockerignore 03:20:32 #4 transferring context: 2B done 03:20:32 #4 DONE 0.0s 03:20:32 03:20:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:32 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:32 #5 CACHED 03:20:32 03:20:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:32 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:32 #6 CACHED 03:20:32 03:20:32 #7 exporting to image 03:20:32 #7 exporting layers done 03:20:32 #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done 03:20:32 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 03:20:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:32 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done 03:20:32 #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done 03:20:32 #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done 03:20:32 #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done 03:20:32 #7 pushing layers 0.0s done 03:20:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done 03:20:32 #7 DONE 0.1s 03:20:32 03:20:32 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:20:32 #8 DONE 0.0s 03:20:32 03:20:32 1 warning found (use --debug to expand): 03:20:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 03:20:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 03:20:32 #1 [internal] load build definition from Dockerfile 03:20:32 #1 transferring dockerfile: 170B done 03:20:32 #1 DONE 0.0s 03:20:32 03:20:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:20:32 #2 DONE 0.0s 03:20:32 03:20:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:20:32 #3 DONE 0.0s 03:20:32 03:20:32 #4 [internal] load .dockerignore 03:20:32 #4 transferring context: 2B done 03:20:32 #4 DONE 0.0s 03:20:32 03:20:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:32 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:32 #5 CACHED 03:20:32 03:20:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 03:20:32 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done 03:20:32 #6 CACHED 03:20:32 03:20:32 #7 exporting to image 03:20:32 #7 exporting layers done 03:20:32 #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done 03:20:32 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 03:20:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:33 #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done 03:20:33 #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done 03:20:33 #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done 03:20:33 #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done 03:20:33 #7 pushing layers 0.0s done 03:20:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done 03:20:33 #7 DONE 0.1s 03:20:33 03:20:33 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:20:33 #8 DONE 0.0s 03:20:33 03:20:33 1 warning found (use --debug to expand): 03:20:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' 03:20:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - 03:20:33 #1 [internal] load build definition from Dockerfile 03:20:33 #1 transferring dockerfile: 202B done 03:20:33 #1 DONE 0.0s 03:20:33 03:20:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:33 #2 DONE 0.0s 03:20:33 03:20:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:20:33 #3 DONE 0.1s 03:20:33 03:20:33 #4 [internal] load .dockerignore 03:20:33 #4 transferring context: 2B done 03:20:33 #4 DONE 0.0s 03:20:33 03:20:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:33 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:33 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:33 #5 DONE 0.0s 03:20:33 03:20:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:33 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:33 #6 DONE 0.1s 03:20:33 03:20:33 #7 exporting to image 03:20:33 #7 exporting layers done 03:20:33 #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done 03:20:33 #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done 03:20:33 #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done 03:20:33 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 03:20:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:33 #7 ... 03:20:33 03:20:33 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:20:33 #8 DONE 0.0s 03:20:33 03:20:33 #7 exporting to image 03:20:33 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done 03:20:33 #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done 03:20:33 #7 pushing layers 0.1s done 03:20:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 03:20:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done 03:20:33 #7 DONE 0.2s 03:20:33 03:20:33 1 warning found (use --debug to expand): 03:20:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 03:20:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 03:20:34 #1 [internal] load build definition from Dockerfile 03:20:34 #1 transferring dockerfile: 168B done 03:20:34 #1 DONE 0.0s 03:20:34 03:20:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:20:34 #2 DONE 0.0s 03:20:34 03:20:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:20:34 #3 DONE 0.0s 03:20:34 03:20:34 #4 [internal] load .dockerignore 03:20:34 #4 transferring context: 2B done 03:20:34 #4 DONE 0.0s 03:20:34 03:20:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:34 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:34 #5 CACHED 03:20:34 03:20:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:34 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:34 #6 CACHED 03:20:34 03:20:34 #7 exporting to image 03:20:34 #7 exporting layers done 03:20:34 #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done 03:20:34 #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 03:20:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:34 #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done 03:20:34 #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done 03:20:34 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done 03:20:34 #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done 03:20:34 #7 pushing layers 0.0s done 03:20:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done 03:20:34 #7 DONE 0.1s 03:20:34 03:20:34 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:20:34 #8 DONE 0.0s 03:20:34 03:20:34 1 warning found (use --debug to expand): 03:20:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12' 03:20:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 --push - 03:20:35 #1 [internal] load build definition from Dockerfile 03:20:35 #1 transferring dockerfile: 174B done 03:20:35 #1 DONE 0.0s 03:20:35 03:20:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 03:20:35 #2 DONE 0.0s 03:20:35 03:20:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 03:20:35 #3 DONE 0.0s 03:20:35 03:20:35 #4 [internal] load .dockerignore 03:20:35 #4 transferring context: 2B done 03:20:35 #4 DONE 0.0s 03:20:35 03:20:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #5 CACHED 03:20:35 03:20:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #6 CACHED 03:20:35 03:20:35 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:20:35 #7 DONE 0.0s 03:20:35 03:20:35 #8 exporting to image 03:20:35 #8 exporting layers done 03:20:35 #8 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done 03:20:35 #8 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done 03:20:35 #8 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done 03:20:35 #8 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done 03:20:35 #8 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done 03:20:35 #8 pushing layers 0.0s done 03:20:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done 03:20:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:35 #8 DONE 0.1s 03:20:35 03:20:35 1 warning found (use --debug to expand): 03:20:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' 03:20:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - 03:20:35 #1 [internal] load build definition from Dockerfile 03:20:35 #1 transferring dockerfile: 215B done 03:20:35 #1 DONE 0.0s 03:20:35 03:20:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:35 #2 DONE 0.0s 03:20:35 03:20:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:20:35 #3 DONE 0.0s 03:20:35 03:20:35 #4 [internal] load .dockerignore 03:20:35 #4 transferring context: 2B done 03:20:35 #4 DONE 0.0s 03:20:35 03:20:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #5 CACHED 03:20:35 03:20:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #6 CACHED 03:20:35 03:20:35 #7 exporting to image 03:20:35 #7 exporting layers done 03:20:35 #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done 03:20:35 #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done 03:20:35 #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done 03:20:35 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 03:20:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:35 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done 03:20:35 #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done 03:20:35 #7 pushing layers 0.0s done 03:20:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done 03:20:35 #7 DONE 0.1s 03:20:35 03:20:35 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:20:35 #8 DONE 0.0s 03:20:35 03:20:35 1 warning found (use --debug to expand): 03:20:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:20:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 03:20:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 03:20:35 #1 [internal] load build definition from Dockerfile 03:20:35 #1 transferring dockerfile: 166B done 03:20:35 #1 DONE 0.0s 03:20:35 03:20:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:20:35 #2 DONE 0.0s 03:20:35 03:20:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:20:35 #3 DONE 0.0s 03:20:35 03:20:35 #4 [internal] load .dockerignore 03:20:35 #4 transferring context: 2B done 03:20:35 #4 DONE 0.0s 03:20:35 03:20:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #5 CACHED 03:20:35 03:20:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 03:20:35 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done 03:20:35 #6 CACHED 03:20:35 03:20:35 #7 exporting to image 03:20:35 #7 exporting layers done 03:20:35 #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done 03:20:35 #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done 03:20:35 #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done 03:20:35 #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done 03:20:35 #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done 03:20:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:20:36 #7 pushing layers 0.0s done 03:20:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done 03:20:36 #7 DONE 0.1s 03:20:36 03:20:36 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:20:36 #8 DONE 0.0s 03:20:36 03:20:36 1 warning found (use --debug to expand): 03:20:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:20:36 + '[' -d /w/workspace/edgex-go/839/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:20:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:20:37 ---> package-listing.sh 03:20:37 ++ tr '[:upper:]' '[:lower:]' 03:20:37 ++ facter osfamily 03:20:37 + OS_FAMILY=redhat 03:20:37 + workspace=/w/workspace/edgex-go/839 03:20:37 + START_PACKAGES=/tmp/packages_start.txt 03:20:37 + END_PACKAGES=/tmp/packages_end.txt 03:20:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:20:37 + PACKAGES=/tmp/packages_start.txt 03:20:37 + '[' /w/workspace/edgex-go/839 ']' 03:20:37 + PACKAGES=/tmp/packages_end.txt 03:20:37 + case "${OS_FAMILY}" in 03:20:37 + rpm -qa 03:20:37 + sort 03:20:38 + '[' -f /tmp/packages_start.txt ']' 03:20:38 + '[' -f /tmp/packages_end.txt ']' 03:20:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:20:38 + '[' /w/workspace/edgex-go/839 ']' 03:20:38 + mkdir -p /w/workspace/edgex-go/839/archives/ 03:20:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/839/archives/ [Pipeline] echo 03:20:38 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/839/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:20:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:20:39 03:20:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:20:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:20:39 latest: Pulling from edgex-lftools-log-publisher 03:20:39 5eb5b503b376: Pulling fs layer 03:20:39 5c69ac0246d0: Pulling fs layer 03:20:39 ec43610c2a17: Pulling fs layer 03:20:39 3a2ae6a8a46f: Pulling fs layer 03:20:39 33b1e0a273af: Pulling fs layer 03:20:39 5d3b04190fa2: Pulling fs layer 03:20:39 2f39f015ded8: Pulling fs layer 03:20:39 3a2ae6a8a46f: Waiting 03:20:39 33b1e0a273af: Waiting 03:20:39 5d3b04190fa2: Waiting 03:20:39 2f39f015ded8: Waiting 03:20:39 5c69ac0246d0: Verifying Checksum 03:20:39 5c69ac0246d0: Download complete 03:20:39 3a2ae6a8a46f: Verifying Checksum 03:20:39 3a2ae6a8a46f: Download complete 03:20:39 33b1e0a273af: Verifying Checksum 03:20:39 33b1e0a273af: Download complete 03:20:39 5d3b04190fa2: Verifying Checksum 03:20:39 5d3b04190fa2: Download complete 03:20:39 ec43610c2a17: Verifying Checksum 03:20:39 ec43610c2a17: Download complete 03:20:39 5eb5b503b376: Verifying Checksum 03:20:39 5eb5b503b376: Download complete 03:20:40 2f39f015ded8: Verifying Checksum 03:20:40 2f39f015ded8: Download complete 03:20:40 5eb5b503b376: Pull complete 03:20:41 5c69ac0246d0: Pull complete 03:20:41 ec43610c2a17: Pull complete 03:20:41 3a2ae6a8a46f: Pull complete 03:20:41 33b1e0a273af: Pull complete 03:20:41 5d3b04190fa2: Pull complete 03:20:46 2f39f015ded8: Pull complete 03:20:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:20:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:20:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:20:46 prd-centos7-docker-4c-2g-2260 does not seem to be running inside a container 03:20:46 $ 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/839/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:20:49 $ docker top 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:50 + touch /tmp/pre-build-complete [Pipeline] sh 03:20:50 + mkdir -p /var/log/sysstat [Pipeline] sh 03:20:50 + ls /var/log/sa-host 03:20:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:20:50 provisioning config files... 03:20:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3134443715783372986tmp [Pipeline] { [Pipeline] echo 03:20:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:20:51 ---> create-netrc.sh [Pipeline] } 03:20:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:20:51 ---> python-tools-install.sh [Pipeline] echo 03:20:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:20:51 ---> sudo-logs.sh 03:20:51 Archiving 'sudo' log.. 03:20:51 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:20:51 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:20:51 $ docker stop --time=1 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c 03:20:52 $ docker rm -f --volumes 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:20:52 [WS-CLEANUP] Deleting project workspace... 03:20:52 [WS-CLEANUP] Deferred wipeout is used... 03:20:53 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:33:36 #154 ... 03:33:36 03:33:36 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:33:36 #147 DONE 1046.7s 03:33:36 03:33:36 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:33:36 #150 ... 03:33:36 03:33:36 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:33:36 #155 DONE 0.1s 03:33:36 03:33:36 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:33:36 #156 DONE 0.1s 03:33:36 03:33:36 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:36 #68 ... 03:33:36 03:33:36 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:33:36 #157 DONE 0.2s 03:33:36 03:33:36 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:33:36 #158 DONE 0.1s 03:33:36 03:33:36 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:33:36 #159 DONE 0.1s 03:33:36 03:33:36 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:33:36 #160 DONE 2.2s 03:33:36 03:33:36 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:36 #68 ... 03:33:36 03:33:36 #107 [core-common-config-bootstrapper] exporting to image 03:33:36 #107 exporting layers 03:33:36 #107 exporting layers 0.8s done 03:33:36 #107 writing image sha256:83d727085c8aa3570bb74522e6caa347170c968a8c5216d31cb47c4dba1526d4 done 03:33:36 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:33:36 #107 DONE 8.4s 03:33:36 03:33:36 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:48 #68 ... 03:33:48 03:33:48 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:33:48 #150 DONE 1065.2s 03:33:48 03:33:48 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:48 #68 ... 03:33:48 03:33:48 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:33:48 #161 DONE 0.3s 03:33:48 03:33:48 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:33:50 #162 DONE 2.3s 03:33:50 03:33:50 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:50 #149 ... 03:33:50 03:33:50 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:33:50 #163 DONE 0.3s 03:33:50 03:33:50 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:33:51 #148 ... 03:33:51 03:33:51 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:33:51 #164 DONE 0.2s 03:33:51 03:33:51 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:33:51 #165 DONE 0.3s 03:33:51 03:33:51 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:33:51 #166 DONE 0.1s 03:33:51 03:33:51 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:33:51 #154 ... 03:33:51 03:33:51 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:33:52 #167 DONE 0.2s 03:33:52 03:33:52 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:33:52 #168 DONE 0.3s 03:33:52 03:33:52 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:33:52 #149 ... 03:33:52 03:33:52 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:33:52 #169 DONE 0.1s 03:33:52 03:33:52 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:33:52 #170 DONE 0.1s 03:33:52 03:33:52 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:52 #68 ... 03:33:52 03:33:52 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:33:54 #171 DONE 2.2s 03:33:54 03:33:54 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:33:54 #68 ... 03:33:54 03:33:54 #107 [security-bootstrapper] exporting to image 03:33:54 #107 exporting layers 03:33:55 #107 exporting layers 1.0s done 03:33:55 #107 writing image sha256:e111591b8cc5f31ebac2a0dde5b93dc54504b09f22b598cb7dc349df1a51a168 done 03:33:55 #107 naming to docker.io/library/security-bootstrapper-arm64 done 03:33:55 #107 DONE 9.4s 03:33:55 03:33:55 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:48:04 #68 ... 03:48:04 03:48:04 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:48:04 #144 DONE 1914.8s 03:48:04 03:48:04 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:48:04 #149 ... 03:48:04 03:48:04 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:48:04 #172 DONE 0.2s 03:48:04 03:48:04 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:48:04 #173 DONE 0.3s 03:48:04 03:48:04 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:48:04 #174 DONE 0.4s 03:48:04 03:48:04 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:48:04 #152 ... 03:48:04 03:48:04 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:48:04 #175 DONE 0.1s 03:48:04 03:48:04 #107 [core-command] exporting to image 03:48:04 #107 exporting layers 03:48:04 #107 exporting layers 0.3s done 03:48:04 #107 writing image sha256:ca497cafb43fb655f6c909e2908a8ac20f03b1d9341e878a8035795aad106a0d done 03:48:04 #107 naming to docker.io/library/core-command-arm64 done 03:48:04 #107 DONE 9.8s 03:48:04 03:48:04 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:48:31 #149 ... 03:48:31 03:48:31 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:48:31 #154 DONE 1944.5s 03:48:31 03:48:31 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:48:31 #145 ... 03:48:31 03:48:31 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:48:31 #176 DONE 0.3s 03:48:31 03:48:31 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:48:31 #177 DONE 0.1s 03:48:31 03:48:31 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:48:31 #68 ... 03:48:31 03:48:31 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:48:31 #178 DONE 0.3s 03:48:31 03:48:31 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:48:31 #149 ... 03:48:31 03:48:31 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:48:31 #179 DONE 0.1s 03:48:31 03:48:31 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:48:31 #180 DONE 0.4s 03:48:31 03:48:31 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:48:31 #181 DONE 0.2s 03:48:31 03:48:31 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:48:31 #148 1946.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:48:31 #148 ... 03:48:31 03:48:31 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:48:31 #182 DONE 2.1s 03:48:31 03:48:31 #107 [security-proxy-setup] exporting to image 03:48:31 #107 exporting layers 03:48:31 #107 exporting layers 0.9s done 03:48:31 #107 writing image sha256:c25784cadab97e5e81ec07e3400a06f2d2f30911f7eae1ce9631b4f4864f3a3b 03:48:31 #107 writing image sha256:c25784cadab97e5e81ec07e3400a06f2d2f30911f7eae1ce9631b4f4864f3a3b done 03:48:31 #107 naming to docker.io/library/security-proxy-setup-arm64 done 03:48:31 #107 DONE 10.7s 03:48:31 03:48:31 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:49:03 #68 ... 03:49:03 03:49:03 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:49:03 #148 DONE 1978.3s 03:49:03 03:49:03 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:49:03 #68 ... 03:49:03 03:49:03 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:49:03 #183 DONE 0.3s 03:49:03 03:49:03 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:49:03 #184 DONE 0.2s 03:49:03 03:49:03 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:49:03 #146 ... 03:49:03 03:49:03 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:49:03 #185 DONE 0.2s 03:49:03 03:49:03 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:49:03 #68 ... 03:49:03 03:49:03 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:49:03 #186 DONE 0.1s 03:49:03 03:49:03 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:49:03 #187 DONE 0.1s 03:49:03 03:49:03 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:49:03 #149 ... 03:49:03 03:49:03 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:49:03 #188 DONE 0.4s 03:49:03 03:49:03 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:49:03 #68 ... 03:49:03 03:49:03 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:49:03 #189 DONE 0.4s 03:49:03 03:49:03 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:49:03 #68 ... 03:49:03 03:49:03 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:49:03 #190 DONE 0.1s 03:49:03 03:49:03 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:49:04 #191 DONE 1.9s 03:49:04 03:49:04 #107 [security-secretstore-setup] exporting to image 03:49:04 #107 exporting layers 03:49:06 #107 exporting layers 1.4s done 03:49:06 #107 writing image sha256:74980513bcb789f1fd6623fd1f330d59b2e9b68089f2d509f57bc6fd802305a6 done 03:49:06 #107 naming to docker.io/library/security-secretstore-setup-arm64 done 03:49:06 #107 DONE 12.1s 03:49:06 03:49:06 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:50:02 #152 ... 03:50:02 03:50:02 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:50:02 #149 DONE 2037.5s 03:50:02 03:50:02 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:50:02 #152 ... 03:50:02 03:50:02 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:50:02 #192 DONE 0.3s 03:50:02 03:50:02 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:50:02 #193 DONE 0.1s 03:50:02 03:50:02 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:50:02 #194 DONE 0.4s 03:50:02 03:50:02 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:50:02 #195 DONE 0.1s 03:50:02 03:50:02 #107 [security-spiffe-token-provider] exporting to image 03:50:02 #107 exporting layers 03:50:02 #107 exporting layers 0.9s done 03:50:02 #107 writing image sha256:b8caef028a9602e3939abfc1b013ee505c7a1609653ab320b38be1b3e50f8e9d done 03:50:02 #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:50:02 #107 DONE 13.0s 03:50:02 03:50:02 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:41 #68 ... 03:50:41 03:50:41 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:50:41 #152 DONE 2073.6s 03:50:41 03:50:41 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:41 #68 ... 03:50:41 03:50:41 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:50:41 #196 DONE 0.3s 03:50:41 03:50:41 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:50:41 #197 DONE 0.2s 03:50:41 03:50:41 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:41 #145 ... 03:50:41 03:50:41 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:50:41 #198 DONE 0.6s 03:50:41 03:50:41 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:50:41 #199 DONE 0.2s 03:50:41 03:50:41 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:41 #151 ... 03:50:41 03:50:41 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:50:41 #200 DONE 0.2s 03:50:41 03:50:41 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:50:41 #201 DONE 2.0s 03:50:41 03:50:41 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:41 #145 ... 03:50:41 03:50:41 #107 [security-proxy-auth] exporting to image 03:50:41 #107 exporting layers 03:50:41 #107 exporting layers 0.7s done 03:50:41 #107 writing image sha256:d0c9770a9d32809b7d3ecb454f40318977bbd16fc30ca28009e366bd43663f32 done 03:50:41 #107 naming to docker.io/library/security-proxy-auth-arm64 done 03:50:41 #107 DONE 13.7s 03:50:41 03:50:41 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:42 #68 ... 03:50:42 03:50:42 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:50:42 #143 DONE 2079.7s 03:50:42 03:50:42 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:42 #145 ... 03:50:42 03:50:42 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:50:42 #146 DONE 2080.3s 03:50:42 03:50:42 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:43 #145 ... 03:50:43 03:50:43 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:50:43 #202 DONE 0.3s 03:50:43 03:50:43 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:43 #145 ... 03:50:43 03:50:43 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:50:43 #203 DONE 0.4s 03:50:43 03:50:43 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:50:43 #204 DONE 0.2s 03:50:43 03:50:43 #205 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:50:44 #205 DONE 0.7s 03:50:44 03:50:44 #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:50:44 #206 DONE 0.2s 03:50:44 03:50:44 #107 [core-keeper] exporting to image 03:50:44 #107 ... 03:50:44 03:50:44 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:50:44 #207 DONE 0.6s 03:50:44 03:50:44 #107 [core-keeper] exporting to image 03:50:44 #107 exporting layers 0.6s done 03:50:44 #107 writing image sha256:f29c959649f6aa6208bb1caa240cc5517d8fbc6deb8b80cbbe7a25ae50546d55 03:50:45 #107 writing image sha256:f29c959649f6aa6208bb1caa240cc5517d8fbc6deb8b80cbbe7a25ae50546d55 done 03:50:45 #107 naming to docker.io/library/core-keeper-arm64 done 03:50:45 #107 DONE 14.4s 03:50:45 03:50:45 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:50:45 #208 DONE 0.3s 03:50:45 03:50:45 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:50:45 #209 DONE 0.3s 03:50:45 03:50:45 #107 [core-metadata] exporting to image 03:50:45 #107 ... 03:50:45 03:50:45 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:45 #145 DONE 2083.2s 03:50:45 03:50:45 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:46 #68 ... 03:50:46 03:50:46 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:50:46 #210 DONE 0.2s 03:50:46 03:50:46 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:46 #68 ... 03:50:46 03:50:46 #107 [core-metadata] exporting to image 03:50:46 #107 exporting layers 0.9s done 03:50:46 #107 writing image sha256:10dc938fde4e4e07f5199c200aaaa26767489f561ac9bf03a755b44a595a6ae2 done 03:50:46 #107 naming to docker.io/library/core-metadata-arm64 done 03:50:46 #107 DONE 15.3s 03:50:46 03:50:46 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:50:46 #211 DONE 0.2s 03:50:46 03:50:46 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:50:47 #212 DONE 0.4s 03:50:47 03:50:47 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:50:47 #68 ... 03:50:47 03:50:47 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:50:47 #213 DONE 0.1s 03:50:47 03:50:47 #107 [core-data] exporting to image 03:50:47 #107 exporting layers 0.4s done 03:50:47 #107 writing image sha256:22fbd90ff85da553ec62bd911bab7c86ad89596e094f111c3979033877316351 done 03:50:47 #107 naming to docker.io/library/core-data-arm64 done 03:50:47 #107 DONE 15.7s 03:50:47 03:50:47 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:51:20 #153 DONE 2114.7s 03:51:20 03:51:20 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:51:20 #151 ... 03:51:20 03:51:20 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:51:20 #214 DONE 0.1s 03:51:20 03:51:20 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:51:20 #215 DONE 0.1s 03:51:20 03:51:20 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:51:20 #216 DONE 0.6s 03:51:20 03:51:20 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:51:20 #217 DONE 0.1s 03:51:20 03:51:20 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:51:20 #151 ... 03:51:20 03:51:20 #107 [support-scheduler] exporting to image 03:51:20 #107 exporting layers 03:51:20 #107 exporting layers 0.9s done 03:51:20 #107 writing image sha256:01a61f9e40231608bf7884ef6d1fada8a59189d5e7c2a9d187348f4e6f119706 done 03:51:20 #107 naming to docker.io/library/support-scheduler-arm64 done 03:51:20 #107 DONE 16.6s 03:51:20 03:51:20 #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:51:25 #151 DONE 2122.7s 03:51:25 03:51:25 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:51:25 #68 ... 03:51:25 03:51:25 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:51:25 #218 DONE 0.2s 03:51:25 03:51:25 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:51:25 #219 DONE 0.1s 03:51:25 03:51:25 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:51:25 #68 ... 03:51:25 03:51:25 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:51:26 #220 DONE 0.5s 03:51:26 03:51:26 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:51:26 #221 DONE 0.1s 03:51:26 03:51:26 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:51:26 #68 ... 03:51:26 03:51:26 #107 [support-notifications] exporting to image 03:51:26 #107 exporting layers 03:51:26 #107 exporting layers 0.5s done 03:51:26 #107 writing image sha256:de866105307c24c12941ec5cef7a6209dd21974c4de4976ef85f65dc03087bfb done 03:51:26 #107 naming to docker.io/library/support-notifications-arm64 done 03:51:26 #107 DONE 17.2s 03:51:26 03:51:26 #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:51:26 time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:51:26 $ docker stop --time=1 bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 03:51:28 $ docker rm -f --volumes bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 [Pipeline] // withDockerContainer [Pipeline] sh 03:51:28 + docker images 03:51:28 REPOSITORY TAG IMAGE ID CREATED SIZE 03:51:28 support-notifications-arm64 latest de866105307c 3 seconds ago 52.3MB 03:51:28 support-scheduler-arm64 latest 01a61f9e4023 10 seconds ago 48.5MB 03:51:28 core-data-arm64 latest 22fbd90ff85d 42 seconds ago 33MB 03:51:28 core-metadata-arm64 latest 10dc938fde4e 43 seconds ago 33.1MB 03:51:28 core-keeper-arm64 latest f29c959649f6 44 seconds ago 32.6MB 03:51:28 security-proxy-auth-arm64 latest d0c9770a9d32 49 seconds ago 31.9MB 03:51:28 security-spiffe-token-provider-arm64 latest b8caef028a96 About a minute ago 48.1MB 03:51:28 security-secretstore-setup-arm64 latest 74980513bcb7 2 minutes ago 67.6MB 03:51:28 security-proxy-setup-arm64 latest c25784cadab9 2 minutes ago 38.7MB 03:51:28 core-command-arm64 latest ca497cafb43f 3 minutes ago 28.5MB 03:51:28 security-bootstrapper-arm64 latest e111591b8cc5 17 minutes ago 21.1MB 03:51:28 core-common-config-bootstrapper-arm64 latest 83d727085c8a 17 minutes ago 17.9MB 03:51:28 security-spire-config-arm64 latest ef78f4a92ce2 36 minutes ago 143MB 03:51:28 security-spire-agent-arm64 latest 8cbb58ef64e9 36 minutes ago 187MB 03:51:28 security-spire-server-arm64 latest a427ad36387e 36 minutes ago 144MB 03:51:28 ci-base-image-arm64 latest b772965bd537 38 minutes ago 910MB 03:51:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB 03:51:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:51:29 provisioning config files... 03:51:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config14875242147197129651tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:51:29 ---> ****-login.sh 03:51:29 nexus3.edgexfoundry.org:10001 03:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:29 Configure a credential helper to remove this warning. See 03:51:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:29 03:51:29 Login Succeeded 03:51:29 nexus3.edgexfoundry.org:10002 03:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 nexus3.edgexfoundry.org:10003 03:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 nexus3.edgexfoundry.org:10004 03:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:30 Configure a credential helper to remove this warning. See 03:51:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:30 03:51:30 Login Succeeded 03:51:30 ****.io 03:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:51:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:51:31 Configure a credential helper to remove this warning. See 03:51:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:51:31 03:51:31 Login Succeeded 03:51:31 ---> ****-login.sh ends [Pipeline] } 03:51:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:51:31 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:51:31 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:31 latest 03:51:31 4.1.0-dev.12 03:51:31 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:31 main 03:51:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:32 1bd9ece667f1: Preparing 03:51:32 26113d2afaad: Preparing 03:51:32 0d4027581518: Preparing 03:51:32 f815f05dde13: Preparing 03:51:32 a032244e9e1c: Preparing 03:51:32 a6af9892bb15: Preparing 03:51:32 dd9c8f8612c8: Preparing 03:51:32 a6af9892bb15: Waiting 03:51:32 dd9c8f8612c8: Waiting 03:51:32 0d4027581518: Pushed 03:51:32 f815f05dde13: Pushed 03:51:32 1bd9ece667f1: Pushed 03:51:32 a032244e9e1c: Pushed 03:51:32 dd9c8f8612c8: Layer already exists 03:51:32 a6af9892bb15: Pushed 03:51:36 26113d2afaad: Pushed 03:51:36 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:37 1bd9ece667f1: Preparing 03:51:37 26113d2afaad: Preparing 03:51:37 0d4027581518: Preparing 03:51:37 f815f05dde13: Preparing 03:51:37 a032244e9e1c: Preparing 03:51:37 a6af9892bb15: Preparing 03:51:37 dd9c8f8612c8: Preparing 03:51:37 a6af9892bb15: Waiting 03:51:37 dd9c8f8612c8: Waiting 03:51:37 0d4027581518: Layer already exists 03:51:37 26113d2afaad: Layer already exists 03:51:37 a032244e9e1c: Layer already exists 03:51:37 1bd9ece667f1: Layer already exists 03:51:37 f815f05dde13: Layer already exists 03:51:37 a6af9892bb15: Layer already exists 03:51:37 dd9c8f8612c8: Layer already exists 03:51:37 latest: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 03:51:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:38 1bd9ece667f1: Preparing 03:51:38 26113d2afaad: Preparing 03:51:38 0d4027581518: Preparing 03:51:38 f815f05dde13: Preparing 03:51:38 a032244e9e1c: Preparing 03:51:38 a6af9892bb15: Preparing 03:51:38 dd9c8f8612c8: Preparing 03:51:38 a6af9892bb15: Waiting 03:51:38 dd9c8f8612c8: Waiting 03:51:38 a032244e9e1c: Layer already exists 03:51:38 1bd9ece667f1: Layer already exists 03:51:38 f815f05dde13: Layer already exists 03:51:38 0d4027581518: Layer already exists 03:51:38 26113d2afaad: Layer already exists 03:51:38 a6af9892bb15: Layer already exists 03:51:38 dd9c8f8612c8: Layer already exists 03:51:38 4.1.0-dev.12: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:38 1bd9ece667f1: Preparing 03:51:38 26113d2afaad: Preparing 03:51:38 0d4027581518: Preparing 03:51:38 f815f05dde13: Preparing 03:51:38 a032244e9e1c: Preparing 03:51:38 a6af9892bb15: Preparing 03:51:38 dd9c8f8612c8: Preparing 03:51:38 a6af9892bb15: Waiting 03:51:38 dd9c8f8612c8: Waiting 03:51:38 a032244e9e1c: Layer already exists 03:51:38 f815f05dde13: Layer already exists 03:51:38 1bd9ece667f1: Layer already exists 03:51:38 0d4027581518: Layer already exists 03:51:38 26113d2afaad: Layer already exists 03:51:38 a6af9892bb15: Layer already exists 03:51:38 dd9c8f8612c8: Layer already exists 03:51:38 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:39 1bd9ece667f1: Preparing 03:51:39 26113d2afaad: Preparing 03:51:39 0d4027581518: Preparing 03:51:39 f815f05dde13: Preparing 03:51:39 a032244e9e1c: Preparing 03:51:39 a6af9892bb15: Preparing 03:51:39 dd9c8f8612c8: Preparing 03:51:39 a6af9892bb15: Waiting 03:51:39 dd9c8f8612c8: Waiting 03:51:39 f815f05dde13: Layer already exists 03:51:39 0d4027581518: Layer already exists 03:51:39 26113d2afaad: Layer already exists 03:51:39 1bd9ece667f1: Layer already exists 03:51:39 a032244e9e1c: Layer already exists 03:51:39 dd9c8f8612c8: Layer already exists 03:51:39 a6af9892bb15: Layer already exists 03:51:39 main: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:39 ===================================================== [Pipeline] echo 03:51:39 taggedImages: 03:51:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:51:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 03:51:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:39 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:51:40 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:51:40 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:40 latest 03:51:40 4.1.0-dev.12 03:51:40 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:40 main 03:51:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:40 33e17492e81d: Preparing 03:51:40 96e582332701: Preparing 03:51:40 b49f3ae6f8ca: Preparing 03:51:40 6c1c0f9a7e28: Preparing 03:51:40 0d4027581518: Preparing 03:51:40 f815f05dde13: Preparing 03:51:40 a032244e9e1c: Preparing 03:51:40 a6af9892bb15: Preparing 03:51:40 dd9c8f8612c8: Preparing 03:51:40 f815f05dde13: Waiting 03:51:40 a032244e9e1c: Waiting 03:51:40 a6af9892bb15: Waiting 03:51:40 dd9c8f8612c8: Waiting 03:51:40 0d4027581518: Layer already exists 03:51:40 f815f05dde13: Layer already exists 03:51:40 b49f3ae6f8ca: Pushed 03:51:40 96e582332701: Pushed 03:51:40 a032244e9e1c: Layer already exists 03:51:40 33e17492e81d: Pushed 03:51:40 a6af9892bb15: Layer already exists 03:51:40 dd9c8f8612c8: Layer already exists 03:51:42 6c1c0f9a7e28: Pushed 03:51:43 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:43 33e17492e81d: Preparing 03:51:43 96e582332701: Preparing 03:51:43 b49f3ae6f8ca: Preparing 03:51:43 6c1c0f9a7e28: Preparing 03:51:43 0d4027581518: Preparing 03:51:43 f815f05dde13: Preparing 03:51:43 a032244e9e1c: Preparing 03:51:43 a6af9892bb15: Preparing 03:51:43 dd9c8f8612c8: Preparing 03:51:43 a032244e9e1c: Waiting 03:51:43 a6af9892bb15: Waiting 03:51:43 dd9c8f8612c8: Waiting 03:51:43 f815f05dde13: Waiting 03:51:43 96e582332701: Layer already exists 03:51:43 b49f3ae6f8ca: Layer already exists 03:51:43 33e17492e81d: Layer already exists 03:51:43 6c1c0f9a7e28: Layer already exists 03:51:43 0d4027581518: Layer already exists 03:51:43 f815f05dde13: Layer already exists 03:51:43 a032244e9e1c: Layer already exists 03:51:43 a6af9892bb15: Layer already exists 03:51:43 dd9c8f8612c8: Layer already exists 03:51:44 latest: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:44 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 03:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:44 33e17492e81d: Preparing 03:51:44 96e582332701: Preparing 03:51:44 b49f3ae6f8ca: Preparing 03:51:44 6c1c0f9a7e28: Preparing 03:51:44 0d4027581518: Preparing 03:51:44 f815f05dde13: Preparing 03:51:44 a032244e9e1c: Preparing 03:51:44 a6af9892bb15: Preparing 03:51:44 dd9c8f8612c8: Preparing 03:51:44 f815f05dde13: Waiting 03:51:44 a032244e9e1c: Waiting 03:51:44 a6af9892bb15: Waiting 03:51:44 dd9c8f8612c8: Waiting 03:51:44 0d4027581518: Layer already exists 03:51:44 b49f3ae6f8ca: Layer already exists 03:51:44 33e17492e81d: Layer already exists 03:51:44 96e582332701: Layer already exists 03:51:44 6c1c0f9a7e28: Layer already exists 03:51:44 f815f05dde13: Layer already exists 03:51:44 dd9c8f8612c8: Layer already exists 03:51:44 a6af9892bb15: Layer already exists 03:51:44 a032244e9e1c: Layer already exists 03:51:44 4.1.0-dev.12: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:45 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:45 33e17492e81d: Preparing 03:51:45 96e582332701: Preparing 03:51:45 b49f3ae6f8ca: Preparing 03:51:45 6c1c0f9a7e28: Preparing 03:51:45 0d4027581518: Preparing 03:51:45 f815f05dde13: Preparing 03:51:45 a032244e9e1c: Preparing 03:51:45 a6af9892bb15: Preparing 03:51:45 dd9c8f8612c8: Preparing 03:51:45 a032244e9e1c: Waiting 03:51:45 a6af9892bb15: Waiting 03:51:45 dd9c8f8612c8: Waiting 03:51:45 f815f05dde13: Waiting 03:51:45 0d4027581518: Layer already exists 03:51:45 96e582332701: Layer already exists 03:51:45 33e17492e81d: Layer already exists 03:51:45 6c1c0f9a7e28: Layer already exists 03:51:45 b49f3ae6f8ca: Layer already exists 03:51:45 a032244e9e1c: Layer already exists 03:51:45 dd9c8f8612c8: Layer already exists 03:51:45 f815f05dde13: Layer already exists 03:51:45 a6af9892bb15: Layer already exists 03:51:45 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:46 33e17492e81d: Preparing 03:51:46 96e582332701: Preparing 03:51:46 b49f3ae6f8ca: Preparing 03:51:46 6c1c0f9a7e28: Preparing 03:51:46 0d4027581518: Preparing 03:51:46 f815f05dde13: Preparing 03:51:46 a032244e9e1c: Preparing 03:51:46 a6af9892bb15: Preparing 03:51:46 dd9c8f8612c8: Preparing 03:51:46 a032244e9e1c: Waiting 03:51:46 a6af9892bb15: Waiting 03:51:46 f815f05dde13: Waiting 03:51:46 dd9c8f8612c8: Waiting 03:51:46 b49f3ae6f8ca: Layer already exists 03:51:46 0d4027581518: Layer already exists 03:51:46 33e17492e81d: Layer already exists 03:51:46 6c1c0f9a7e28: Layer already exists 03:51:46 96e582332701: Layer already exists 03:51:46 f815f05dde13: Layer already exists 03:51:46 a032244e9e1c: Layer already exists 03:51:46 a6af9892bb15: Layer already exists 03:51:46 dd9c8f8612c8: Layer already exists 03:51:46 main: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:47 ===================================================== [Pipeline] echo 03:51:47 taggedImages: 03:51:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:51:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 03:51:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:51:47 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:51:47 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:47 latest 03:51:47 4.1.0-dev.12 03:51:47 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:47 main 03:51:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:47 e36ac7a41fbe: Preparing 03:51:47 f4a37f6e31aa: Preparing 03:51:47 0d4027581518: Preparing 03:51:47 f815f05dde13: Preparing 03:51:47 f9ffcee0a51c: Preparing 03:51:47 ec5931d4e5df: Preparing 03:51:47 dd9c8f8612c8: Preparing 03:51:47 ec5931d4e5df: Waiting 03:51:47 dd9c8f8612c8: Waiting 03:51:47 f815f05dde13: Layer already exists 03:51:47 0d4027581518: Layer already exists 03:51:48 dd9c8f8612c8: Layer already exists 03:51:48 e36ac7a41fbe: Pushed 03:51:48 f9ffcee0a51c: Pushed 03:51:48 ec5931d4e5df: Pushed 03:51:53 f4a37f6e31aa: Pushed 03:51:53 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:53 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:54 e36ac7a41fbe: Preparing 03:51:54 f4a37f6e31aa: Preparing 03:51:54 0d4027581518: Preparing 03:51:54 f815f05dde13: Preparing 03:51:54 f9ffcee0a51c: Preparing 03:51:54 ec5931d4e5df: Preparing 03:51:54 dd9c8f8612c8: Preparing 03:51:54 ec5931d4e5df: Waiting 03:51:54 dd9c8f8612c8: Waiting 03:51:54 e36ac7a41fbe: Layer already exists 03:51:54 f815f05dde13: Layer already exists 03:51:54 f4a37f6e31aa: Layer already exists 03:51:54 0d4027581518: Layer already exists 03:51:54 f9ffcee0a51c: Layer already exists 03:51:54 ec5931d4e5df: Layer already exists 03:51:54 dd9c8f8612c8: Layer already exists 03:51:54 latest: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 03:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:55 e36ac7a41fbe: Preparing 03:51:55 f4a37f6e31aa: Preparing 03:51:55 0d4027581518: Preparing 03:51:55 f815f05dde13: Preparing 03:51:55 f9ffcee0a51c: Preparing 03:51:55 ec5931d4e5df: Preparing 03:51:55 dd9c8f8612c8: Preparing 03:51:55 ec5931d4e5df: Waiting 03:51:55 dd9c8f8612c8: Waiting 03:51:55 f9ffcee0a51c: Layer already exists 03:51:55 f815f05dde13: Layer already exists 03:51:55 f4a37f6e31aa: Layer already exists 03:51:55 0d4027581518: Layer already exists 03:51:55 e36ac7a41fbe: Layer already exists 03:51:55 dd9c8f8612c8: Layer already exists 03:51:55 ec5931d4e5df: Layer already exists 03:51:55 4.1.0-dev.12: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:56 e36ac7a41fbe: Preparing 03:51:56 f4a37f6e31aa: Preparing 03:51:56 0d4027581518: Preparing 03:51:56 f815f05dde13: Preparing 03:51:56 f9ffcee0a51c: Preparing 03:51:56 ec5931d4e5df: Preparing 03:51:56 dd9c8f8612c8: Preparing 03:51:56 ec5931d4e5df: Waiting 03:51:56 dd9c8f8612c8: Waiting 03:51:56 0d4027581518: Layer already exists 03:51:56 f4a37f6e31aa: Layer already exists 03:51:56 f9ffcee0a51c: Layer already exists 03:51:56 e36ac7a41fbe: Layer already exists 03:51:56 f815f05dde13: Layer already exists 03:51:56 dd9c8f8612c8: Layer already exists 03:51:56 ec5931d4e5df: Layer already exists 03:51:56 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:51:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:57 e36ac7a41fbe: Preparing 03:51:57 f4a37f6e31aa: Preparing 03:51:57 0d4027581518: Preparing 03:51:57 f815f05dde13: Preparing 03:51:57 f9ffcee0a51c: Preparing 03:51:57 ec5931d4e5df: Preparing 03:51:57 dd9c8f8612c8: Preparing 03:51:57 dd9c8f8612c8: Waiting 03:51:57 ec5931d4e5df: Waiting 03:51:57 f815f05dde13: Layer already exists 03:51:57 f9ffcee0a51c: Layer already exists 03:51:57 f4a37f6e31aa: Layer already exists 03:51:57 e36ac7a41fbe: Layer already exists 03:51:57 0d4027581518: Layer already exists 03:51:57 dd9c8f8612c8: Layer already exists 03:51:57 ec5931d4e5df: Layer already exists 03:51:57 main: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:57 ===================================================== [Pipeline] echo 03:51:57 taggedImages: 03:51:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:51:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 03:51:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:51:57 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:51:57 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:57 latest 03:51:57 4.1.0-dev.12 03:51:57 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:51:57 main 03:51:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:57 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:58 b4367a046378: Preparing 03:51:58 669024f69389: Preparing 03:51:58 f815f05dde13: Preparing 03:51:58 936e013731de: Preparing 03:51:58 bcf4be3a6295: Preparing 03:51:58 dd9c8f8612c8: Preparing 03:51:58 dd9c8f8612c8: Waiting 03:51:58 f815f05dde13: Layer already exists 03:51:58 dd9c8f8612c8: Layer already exists 03:51:58 bcf4be3a6295: Pushed 03:51:58 936e013731de: Pushed 03:51:58 b4367a046378: Pushed 03:52:03 669024f69389: Pushed 03:52:03 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:52:04 b4367a046378: Preparing 03:52:04 669024f69389: Preparing 03:52:04 f815f05dde13: Preparing 03:52:04 936e013731de: Preparing 03:52:04 bcf4be3a6295: Preparing 03:52:04 dd9c8f8612c8: Preparing 03:52:04 dd9c8f8612c8: Waiting 03:52:04 b4367a046378: Layer already exists 03:52:04 bcf4be3a6295: Layer already exists 03:52:04 f815f05dde13: Layer already exists 03:52:04 669024f69389: Layer already exists 03:52:04 936e013731de: Layer already exists 03:52:04 dd9c8f8612c8: Layer already exists 03:52:04 latest: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:05 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 03:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:52:05 b4367a046378: Preparing 03:52:05 669024f69389: Preparing 03:52:05 f815f05dde13: Preparing 03:52:05 936e013731de: Preparing 03:52:05 bcf4be3a6295: Preparing 03:52:05 dd9c8f8612c8: Preparing 03:52:05 dd9c8f8612c8: Waiting 03:52:05 b4367a046378: Layer already exists 03:52:05 bcf4be3a6295: Layer already exists 03:52:05 936e013731de: Layer already exists 03:52:05 669024f69389: Layer already exists 03:52:05 f815f05dde13: Layer already exists 03:52:05 dd9c8f8612c8: Layer already exists 03:52:05 4.1.0-dev.12: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:05 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:52:06 b4367a046378: Preparing 03:52:06 669024f69389: Preparing 03:52:06 f815f05dde13: Preparing 03:52:06 936e013731de: Preparing 03:52:06 bcf4be3a6295: Preparing 03:52:06 dd9c8f8612c8: Preparing 03:52:06 dd9c8f8612c8: Waiting 03:52:06 669024f69389: Layer already exists 03:52:06 f815f05dde13: Layer already exists 03:52:06 936e013731de: Layer already exists 03:52:06 b4367a046378: Layer already exists 03:52:06 bcf4be3a6295: Layer already exists 03:52:06 dd9c8f8612c8: Layer already exists 03:52:06 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:06 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:52:07 b4367a046378: Preparing 03:52:07 669024f69389: Preparing 03:52:07 f815f05dde13: Preparing 03:52:07 936e013731de: Preparing 03:52:07 bcf4be3a6295: Preparing 03:52:07 dd9c8f8612c8: Preparing 03:52:07 dd9c8f8612c8: Waiting 03:52:07 936e013731de: Layer already exists 03:52:07 b4367a046378: Layer already exists 03:52:07 669024f69389: Layer already exists 03:52:07 bcf4be3a6295: Layer already exists 03:52:07 f815f05dde13: Layer already exists 03:52:07 dd9c8f8612c8: Layer already exists 03:52:07 main: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:07 ===================================================== [Pipeline] echo 03:52:07 taggedImages: 03:52:07 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:07 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:52:07 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 03:52:07 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:07 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:52:07 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:52:07 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:07 latest 03:52:07 4.1.0-dev.12 03:52:07 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:07 main 03:52:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:52:08 4a06e0822c81: Preparing 03:52:08 9ce863fade55: Preparing 03:52:08 6be8de8ddb6c: Preparing 03:52:08 0d4027581518: Preparing 03:52:08 f815f05dde13: Preparing 03:52:08 a032244e9e1c: Preparing 03:52:08 a6af9892bb15: Preparing 03:52:08 a032244e9e1c: Waiting 03:52:08 a6af9892bb15: Waiting 03:52:08 dd9c8f8612c8: Preparing 03:52:08 dd9c8f8612c8: Waiting 03:52:08 0d4027581518: Layer already exists 03:52:08 f815f05dde13: Layer already exists 03:52:08 a032244e9e1c: Layer already exists 03:52:08 a6af9892bb15: Layer already exists 03:52:08 dd9c8f8612c8: Layer already exists 03:52:08 9ce863fade55: Pushed 03:52:08 4a06e0822c81: Pushed 03:52:13 6be8de8ddb6c: Pushed 03:52:13 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:52:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:52:14 4a06e0822c81: Preparing 03:52:14 9ce863fade55: Preparing 03:52:14 6be8de8ddb6c: Preparing 03:52:14 0d4027581518: Preparing 03:52:14 f815f05dde13: Preparing 03:52:14 a032244e9e1c: Preparing 03:52:14 a6af9892bb15: Preparing 03:52:14 dd9c8f8612c8: Preparing 03:52:14 a6af9892bb15: Waiting 03:52:14 dd9c8f8612c8: Waiting 03:52:14 a032244e9e1c: Waiting 03:52:14 f815f05dde13: Layer already exists 03:52:14 6be8de8ddb6c: Layer already exists 03:52:14 0d4027581518: Layer already exists 03:52:14 9ce863fade55: Layer already exists 03:52:14 4a06e0822c81: Layer already exists 03:52:14 a6af9892bb15: Layer already exists 03:52:14 a032244e9e1c: Layer already exists 03:52:14 dd9c8f8612c8: Layer already exists 03:52:14 latest: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 03:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:52:15 4a06e0822c81: Preparing 03:52:15 9ce863fade55: Preparing 03:52:15 6be8de8ddb6c: Preparing 03:52:15 0d4027581518: Preparing 03:52:15 f815f05dde13: Preparing 03:52:15 a032244e9e1c: Preparing 03:52:15 a6af9892bb15: Preparing 03:52:15 a032244e9e1c: Waiting 03:52:15 dd9c8f8612c8: Preparing 03:52:15 a6af9892bb15: Waiting 03:52:15 9ce863fade55: Layer already exists 03:52:15 0d4027581518: Layer already exists 03:52:15 4a06e0822c81: Layer already exists 03:52:15 f815f05dde13: Layer already exists 03:52:15 6be8de8ddb6c: Layer already exists 03:52:15 a6af9892bb15: Layer already exists 03:52:15 a032244e9e1c: Layer already exists 03:52:15 dd9c8f8612c8: Layer already exists 03:52:15 4.1.0-dev.12: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:16 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:52:16 4a06e0822c81: Preparing 03:52:16 9ce863fade55: Preparing 03:52:16 6be8de8ddb6c: Preparing 03:52:16 0d4027581518: Preparing 03:52:16 f815f05dde13: Preparing 03:52:16 a032244e9e1c: Preparing 03:52:16 a6af9892bb15: Preparing 03:52:16 dd9c8f8612c8: Preparing 03:52:16 a6af9892bb15: Waiting 03:52:16 a032244e9e1c: Waiting 03:52:16 dd9c8f8612c8: Waiting 03:52:16 4a06e0822c81: Layer already exists 03:52:16 0d4027581518: Layer already exists 03:52:16 9ce863fade55: Layer already exists 03:52:16 f815f05dde13: Layer already exists 03:52:16 6be8de8ddb6c: Layer already exists 03:52:16 dd9c8f8612c8: Layer already exists 03:52:16 a032244e9e1c: Layer already exists 03:52:16 a6af9892bb15: Layer already exists 03:52:16 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:52:17 4a06e0822c81: Preparing 03:52:17 9ce863fade55: Preparing 03:52:17 6be8de8ddb6c: Preparing 03:52:17 0d4027581518: Preparing 03:52:17 f815f05dde13: Preparing 03:52:17 a032244e9e1c: Preparing 03:52:17 a6af9892bb15: Preparing 03:52:17 dd9c8f8612c8: Preparing 03:52:17 a032244e9e1c: Waiting 03:52:17 a6af9892bb15: Waiting 03:52:17 dd9c8f8612c8: Waiting 03:52:17 f815f05dde13: Layer already exists 03:52:17 9ce863fade55: Layer already exists 03:52:17 0d4027581518: Layer already exists 03:52:17 6be8de8ddb6c: Layer already exists 03:52:17 4a06e0822c81: Layer already exists 03:52:17 a6af9892bb15: Layer already exists 03:52:17 a032244e9e1c: Layer already exists 03:52:17 dd9c8f8612c8: Layer already exists 03:52:17 main: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:17 ===================================================== [Pipeline] echo 03:52:17 taggedImages: 03:52:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:52:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 03:52:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:17 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:52:17 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:52:17 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:17 latest 03:52:17 4.1.0-dev.12 03:52:17 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:17 main 03:52:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:18 96a32580f200: Preparing 03:52:18 c2a1111744ed: Preparing 03:52:18 45a6bd01c5f6: Preparing 03:52:18 866208cad19a: Preparing 03:52:18 7bafab4bdea6: Preparing 03:52:18 3f3bf953be95: Preparing 03:52:18 9fbf1d956bac: Preparing 03:52:18 0d4027581518: Preparing 03:52:18 f815f05dde13: Preparing 03:52:18 9c6d01aabf8a: Preparing 03:52:18 4e6c8d6e933c: Preparing 03:52:18 5f70bf18a086: Preparing 03:52:18 4eee087cd3a6: Preparing 03:52:18 9c4d786501b9: Preparing 03:52:18 9786f8f4fd15: Preparing 03:52:18 dd9c8f8612c8: Preparing 03:52:18 3f3bf953be95: Waiting 03:52:18 9fbf1d956bac: Waiting 03:52:18 0d4027581518: Waiting 03:52:18 f815f05dde13: Waiting 03:52:18 9c6d01aabf8a: Waiting 03:52:18 4e6c8d6e933c: Waiting 03:52:18 5f70bf18a086: Waiting 03:52:18 4eee087cd3a6: Waiting 03:52:18 9c4d786501b9: Waiting 03:52:18 9786f8f4fd15: Waiting 03:52:18 dd9c8f8612c8: Waiting 03:52:18 7bafab4bdea6: Pushed 03:52:18 c2a1111744ed: Pushed 03:52:18 45a6bd01c5f6: Pushed 03:52:18 866208cad19a: Pushed 03:52:18 96a32580f200: Pushed 03:52:18 0d4027581518: Layer already exists 03:52:18 f815f05dde13: Layer already exists 03:52:18 3f3bf953be95: Pushed 03:52:18 5f70bf18a086: Layer already exists 03:52:19 9c6d01aabf8a: Pushed 03:52:19 4e6c8d6e933c: Pushed 03:52:19 dd9c8f8612c8: Layer already exists 03:52:19 4eee087cd3a6: Pushed 03:52:19 9c4d786501b9: Pushed 03:52:19 9786f8f4fd15: Pushed 03:52:21 9fbf1d956bac: Pushed 03:52:22 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:52:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:22 96a32580f200: Preparing 03:52:22 c2a1111744ed: Preparing 03:52:22 45a6bd01c5f6: Preparing 03:52:22 866208cad19a: Preparing 03:52:22 7bafab4bdea6: Preparing 03:52:22 3f3bf953be95: Preparing 03:52:22 9fbf1d956bac: Preparing 03:52:22 0d4027581518: Preparing 03:52:22 f815f05dde13: Preparing 03:52:22 9c6d01aabf8a: Preparing 03:52:22 4e6c8d6e933c: Preparing 03:52:22 5f70bf18a086: Preparing 03:52:22 4eee087cd3a6: Preparing 03:52:22 9c4d786501b9: Preparing 03:52:22 9786f8f4fd15: Preparing 03:52:22 dd9c8f8612c8: Preparing 03:52:22 3f3bf953be95: Waiting 03:52:22 9fbf1d956bac: Waiting 03:52:22 9c6d01aabf8a: Waiting 03:52:22 9c4d786501b9: Waiting 03:52:22 4e6c8d6e933c: Waiting 03:52:22 9786f8f4fd15: Waiting 03:52:22 dd9c8f8612c8: Waiting 03:52:22 5f70bf18a086: Waiting 03:52:22 4eee087cd3a6: Waiting 03:52:22 0d4027581518: Waiting 03:52:22 f815f05dde13: Waiting 03:52:22 c2a1111744ed: Layer already exists 03:52:22 96a32580f200: Layer already exists 03:52:22 866208cad19a: Layer already exists 03:52:22 45a6bd01c5f6: Layer already exists 03:52:22 7bafab4bdea6: Layer already exists 03:52:22 9fbf1d956bac: Layer already exists 03:52:22 9c6d01aabf8a: Layer already exists 03:52:22 3f3bf953be95: Layer already exists 03:52:22 f815f05dde13: Layer already exists 03:52:22 0d4027581518: Layer already exists 03:52:22 4eee087cd3a6: Layer already exists 03:52:22 4e6c8d6e933c: Layer already exists 03:52:22 5f70bf18a086: Layer already exists 03:52:22 9786f8f4fd15: Layer already exists 03:52:22 9c4d786501b9: Layer already exists 03:52:22 dd9c8f8612c8: Layer already exists 03:52:23 latest: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 03:52:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:23 96a32580f200: Preparing 03:52:23 c2a1111744ed: Preparing 03:52:23 45a6bd01c5f6: Preparing 03:52:23 866208cad19a: Preparing 03:52:23 7bafab4bdea6: Preparing 03:52:23 3f3bf953be95: Preparing 03:52:23 9fbf1d956bac: Preparing 03:52:23 0d4027581518: Preparing 03:52:23 f815f05dde13: Preparing 03:52:23 9fbf1d956bac: Waiting 03:52:23 0d4027581518: Waiting 03:52:23 3f3bf953be95: Waiting 03:52:23 9c6d01aabf8a: Preparing 03:52:23 4e6c8d6e933c: Preparing 03:52:23 5f70bf18a086: Preparing 03:52:23 f815f05dde13: Waiting 03:52:23 4eee087cd3a6: Preparing 03:52:23 9c4d786501b9: Preparing 03:52:23 9786f8f4fd15: Preparing 03:52:23 dd9c8f8612c8: Preparing 03:52:23 4e6c8d6e933c: Waiting 03:52:23 5f70bf18a086: Waiting 03:52:23 4eee087cd3a6: Waiting 03:52:23 9c4d786501b9: Waiting 03:52:23 9786f8f4fd15: Waiting 03:52:23 dd9c8f8612c8: Waiting 03:52:23 9c6d01aabf8a: Waiting 03:52:23 7bafab4bdea6: Layer already exists 03:52:23 45a6bd01c5f6: Layer already exists 03:52:23 866208cad19a: Layer already exists 03:52:23 96a32580f200: Layer already exists 03:52:23 c2a1111744ed: Layer already exists 03:52:23 9fbf1d956bac: Layer already exists 03:52:23 3f3bf953be95: Layer already exists 03:52:23 f815f05dde13: Layer already exists 03:52:23 9c6d01aabf8a: Layer already exists 03:52:23 0d4027581518: Layer already exists 03:52:23 5f70bf18a086: Layer already exists 03:52:23 4e6c8d6e933c: Layer already exists 03:52:23 9c4d786501b9: Layer already exists 03:52:23 4eee087cd3a6: Layer already exists 03:52:23 9786f8f4fd15: Layer already exists 03:52:23 dd9c8f8612c8: Layer already exists 03:52:24 4.1.0-dev.12: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:24 96a32580f200: Preparing 03:52:24 c2a1111744ed: Preparing 03:52:24 45a6bd01c5f6: Preparing 03:52:24 866208cad19a: Preparing 03:52:24 7bafab4bdea6: Preparing 03:52:24 3f3bf953be95: Preparing 03:52:24 9fbf1d956bac: Preparing 03:52:24 0d4027581518: Preparing 03:52:24 f815f05dde13: Preparing 03:52:24 9c6d01aabf8a: Preparing 03:52:24 4e6c8d6e933c: Preparing 03:52:24 5f70bf18a086: Preparing 03:52:24 4eee087cd3a6: Preparing 03:52:24 9c4d786501b9: Preparing 03:52:24 9786f8f4fd15: Preparing 03:52:24 dd9c8f8612c8: Preparing 03:52:24 4e6c8d6e933c: Waiting 03:52:24 5f70bf18a086: Waiting 03:52:24 4eee087cd3a6: Waiting 03:52:24 9c4d786501b9: Waiting 03:52:24 9786f8f4fd15: Waiting 03:52:24 dd9c8f8612c8: Waiting 03:52:24 0d4027581518: Waiting 03:52:24 3f3bf953be95: Waiting 03:52:24 f815f05dde13: Waiting 03:52:24 9fbf1d956bac: Waiting 03:52:24 9c6d01aabf8a: Waiting 03:52:24 45a6bd01c5f6: Layer already exists 03:52:24 96a32580f200: Layer already exists 03:52:24 c2a1111744ed: Layer already exists 03:52:24 7bafab4bdea6: Layer already exists 03:52:24 866208cad19a: Layer already exists 03:52:24 f815f05dde13: Layer already exists 03:52:24 3f3bf953be95: Layer already exists 03:52:24 0d4027581518: Layer already exists 03:52:24 9fbf1d956bac: Layer already exists 03:52:24 9c6d01aabf8a: Layer already exists 03:52:24 4e6c8d6e933c: Layer already exists 03:52:24 9786f8f4fd15: Layer already exists 03:52:24 5f70bf18a086: Layer already exists 03:52:24 4eee087cd3a6: Layer already exists 03:52:24 9c4d786501b9: Layer already exists 03:52:24 dd9c8f8612c8: Layer already exists 03:52:25 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:52:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:25 96a32580f200: Preparing 03:52:25 c2a1111744ed: Preparing 03:52:25 45a6bd01c5f6: Preparing 03:52:25 866208cad19a: Preparing 03:52:25 7bafab4bdea6: Preparing 03:52:25 3f3bf953be95: Preparing 03:52:25 9fbf1d956bac: Preparing 03:52:25 3f3bf953be95: Waiting 03:52:25 0d4027581518: Preparing 03:52:25 9fbf1d956bac: Waiting 03:52:25 f815f05dde13: Preparing 03:52:25 0d4027581518: Waiting 03:52:25 9c6d01aabf8a: Preparing 03:52:25 4e6c8d6e933c: Preparing 03:52:25 5f70bf18a086: Preparing 03:52:25 4eee087cd3a6: Preparing 03:52:25 f815f05dde13: Waiting 03:52:25 9c4d786501b9: Preparing 03:52:25 9c6d01aabf8a: Waiting 03:52:25 9786f8f4fd15: Preparing 03:52:25 4e6c8d6e933c: Waiting 03:52:25 5f70bf18a086: Waiting 03:52:25 dd9c8f8612c8: Preparing 03:52:25 4eee087cd3a6: Waiting 03:52:25 dd9c8f8612c8: Waiting 03:52:25 9c4d786501b9: Waiting 03:52:25 9786f8f4fd15: Waiting 03:52:25 866208cad19a: Layer already exists 03:52:25 96a32580f200: Layer already exists 03:52:25 7bafab4bdea6: Layer already exists 03:52:25 45a6bd01c5f6: Layer already exists 03:52:25 c2a1111744ed: Layer already exists 03:52:25 0d4027581518: Layer already exists 03:52:25 3f3bf953be95: Layer already exists 03:52:25 9fbf1d956bac: Layer already exists 03:52:25 9c6d01aabf8a: Layer already exists 03:52:25 f815f05dde13: Layer already exists 03:52:25 4e6c8d6e933c: Layer already exists 03:52:25 4eee087cd3a6: Layer already exists 03:52:25 9c4d786501b9: Layer already exists 03:52:25 9786f8f4fd15: Layer already exists 03:52:25 5f70bf18a086: Layer already exists 03:52:25 dd9c8f8612c8: Layer already exists 03:52:26 main: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:26 ===================================================== [Pipeline] echo 03:52:26 taggedImages: 03:52:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:52:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 03:52:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:52:26 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:52:26 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:26 latest 03:52:26 4.1.0-dev.12 03:52:26 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:26 main 03:52:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:26 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:26 aba5158f950a: Preparing 03:52:26 6d5410442d6b: Preparing 03:52:26 8950189dcbb8: Preparing 03:52:26 72752c07a45b: Preparing 03:52:26 0d4027581518: Preparing 03:52:26 f815f05dde13: Preparing 03:52:26 a032244e9e1c: Preparing 03:52:26 f815f05dde13: Waiting 03:52:26 a032244e9e1c: Waiting 03:52:26 a6af9892bb15: Preparing 03:52:26 dd9c8f8612c8: Preparing 03:52:26 a6af9892bb15: Waiting 03:52:26 0d4027581518: Layer already exists 03:52:27 f815f05dde13: Layer already exists 03:52:27 a032244e9e1c: Layer already exists 03:52:27 8950189dcbb8: Pushed 03:52:27 6d5410442d6b: Pushed 03:52:27 aba5158f950a: Pushed 03:52:27 a6af9892bb15: Layer already exists 03:52:27 dd9c8f8612c8: Layer already exists 03:52:32 72752c07a45b: Pushed 03:52:32 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:33 aba5158f950a: Preparing 03:52:33 6d5410442d6b: Preparing 03:52:33 8950189dcbb8: Preparing 03:52:33 72752c07a45b: Preparing 03:52:33 0d4027581518: Preparing 03:52:33 f815f05dde13: Preparing 03:52:33 a032244e9e1c: Preparing 03:52:33 a6af9892bb15: Preparing 03:52:33 dd9c8f8612c8: Preparing 03:52:33 a032244e9e1c: Waiting 03:52:33 a6af9892bb15: Waiting 03:52:33 dd9c8f8612c8: Waiting 03:52:33 f815f05dde13: Waiting 03:52:33 72752c07a45b: Layer already exists 03:52:33 aba5158f950a: Layer already exists 03:52:33 8950189dcbb8: Layer already exists 03:52:33 6d5410442d6b: Layer already exists 03:52:33 0d4027581518: Layer already exists 03:52:33 a6af9892bb15: Layer already exists 03:52:33 f815f05dde13: Layer already exists 03:52:33 dd9c8f8612c8: Layer already exists 03:52:33 a032244e9e1c: Layer already exists 03:52:33 latest: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 03:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:34 aba5158f950a: Preparing 03:52:34 6d5410442d6b: Preparing 03:52:34 8950189dcbb8: Preparing 03:52:34 72752c07a45b: Preparing 03:52:34 0d4027581518: Preparing 03:52:34 f815f05dde13: Preparing 03:52:34 a032244e9e1c: Preparing 03:52:34 a6af9892bb15: Preparing 03:52:34 dd9c8f8612c8: Preparing 03:52:34 f815f05dde13: Waiting 03:52:34 a032244e9e1c: Waiting 03:52:34 a6af9892bb15: Waiting 03:52:34 dd9c8f8612c8: Waiting 03:52:34 72752c07a45b: Layer already exists 03:52:34 6d5410442d6b: Layer already exists 03:52:34 0d4027581518: Layer already exists 03:52:34 8950189dcbb8: Layer already exists 03:52:34 aba5158f950a: Layer already exists 03:52:34 f815f05dde13: Layer already exists 03:52:34 a6af9892bb15: Layer already exists 03:52:34 dd9c8f8612c8: Layer already exists 03:52:34 a032244e9e1c: Layer already exists 03:52:34 4.1.0-dev.12: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:34 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:35 aba5158f950a: Preparing 03:52:35 6d5410442d6b: Preparing 03:52:35 8950189dcbb8: Preparing 03:52:35 72752c07a45b: Preparing 03:52:35 0d4027581518: Preparing 03:52:35 f815f05dde13: Preparing 03:52:35 a032244e9e1c: Preparing 03:52:35 a6af9892bb15: Preparing 03:52:35 a032244e9e1c: Waiting 03:52:35 dd9c8f8612c8: Preparing 03:52:35 a6af9892bb15: Waiting 03:52:35 dd9c8f8612c8: Waiting 03:52:35 72752c07a45b: Layer already exists 03:52:35 6d5410442d6b: Layer already exists 03:52:35 aba5158f950a: Layer already exists 03:52:35 8950189dcbb8: Layer already exists 03:52:35 0d4027581518: Layer already exists 03:52:35 f815f05dde13: Layer already exists 03:52:35 a032244e9e1c: Layer already exists 03:52:35 a6af9892bb15: Layer already exists 03:52:35 dd9c8f8612c8: Layer already exists 03:52:35 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:36 aba5158f950a: Preparing 03:52:36 6d5410442d6b: Preparing 03:52:36 8950189dcbb8: Preparing 03:52:36 72752c07a45b: Preparing 03:52:36 0d4027581518: Preparing 03:52:36 f815f05dde13: Preparing 03:52:36 a032244e9e1c: Preparing 03:52:36 a6af9892bb15: Preparing 03:52:36 dd9c8f8612c8: Preparing 03:52:36 a032244e9e1c: Waiting 03:52:36 a6af9892bb15: Waiting 03:52:36 f815f05dde13: Waiting 03:52:36 dd9c8f8612c8: Waiting 03:52:36 72752c07a45b: Layer already exists 03:52:36 8950189dcbb8: Layer already exists 03:52:36 6d5410442d6b: Layer already exists 03:52:36 0d4027581518: Layer already exists 03:52:36 aba5158f950a: Layer already exists 03:52:36 f815f05dde13: Layer already exists 03:52:36 a032244e9e1c: Layer already exists 03:52:36 a6af9892bb15: Layer already exists 03:52:36 dd9c8f8612c8: Layer already exists 03:52:36 main: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:36 ===================================================== [Pipeline] echo 03:52:36 taggedImages: 03:52:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:52:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 03:52:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:52:36 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:52:36 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:36 latest 03:52:36 4.1.0-dev.12 03:52:36 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:36 main 03:52:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:37 5d7d2f99d977: Preparing 03:52:37 beaa7ba24901: Preparing 03:52:37 9274136cc5fe: Preparing 03:52:37 635469c859af: Preparing 03:52:37 671ed07838b8: Preparing 03:52:37 0d4027581518: Preparing 03:52:37 f815f05dde13: Preparing 03:52:37 5e9c5104a964: Preparing 03:52:37 3ddcb0bc3e83: Preparing 03:52:37 ce9dc7e8dbb8: Preparing 03:52:37 dd9c8f8612c8: Preparing 03:52:37 f815f05dde13: Waiting 03:52:37 5e9c5104a964: Waiting 03:52:37 3ddcb0bc3e83: Waiting 03:52:37 ce9dc7e8dbb8: Waiting 03:52:37 dd9c8f8612c8: Waiting 03:52:37 0d4027581518: Waiting 03:52:37 beaa7ba24901: Pushed 03:52:37 671ed07838b8: Pushed 03:52:37 635469c859af: Pushed 03:52:37 5d7d2f99d977: Pushed 03:52:37 0d4027581518: Layer already exists 03:52:37 f815f05dde13: Layer already exists 03:52:37 dd9c8f8612c8: Layer already exists 03:52:37 5e9c5104a964: Pushed 03:52:37 3ddcb0bc3e83: Pushed 03:52:40 ce9dc7e8dbb8: Pushed 03:52:41 9274136cc5fe: Pushed 03:52:41 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:52:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:42 5d7d2f99d977: Preparing 03:52:42 beaa7ba24901: Preparing 03:52:42 9274136cc5fe: Preparing 03:52:42 635469c859af: Preparing 03:52:42 671ed07838b8: Preparing 03:52:42 0d4027581518: Preparing 03:52:42 f815f05dde13: Preparing 03:52:42 5e9c5104a964: Preparing 03:52:42 3ddcb0bc3e83: Preparing 03:52:42 ce9dc7e8dbb8: Preparing 03:52:42 dd9c8f8612c8: Preparing 03:52:42 5e9c5104a964: Waiting 03:52:42 3ddcb0bc3e83: Waiting 03:52:42 0d4027581518: Waiting 03:52:42 dd9c8f8612c8: Waiting 03:52:42 f815f05dde13: Waiting 03:52:42 ce9dc7e8dbb8: Waiting 03:52:42 beaa7ba24901: Layer already exists 03:52:42 5d7d2f99d977: Layer already exists 03:52:42 635469c859af: Layer already exists 03:52:42 9274136cc5fe: Layer already exists 03:52:42 671ed07838b8: Layer already exists 03:52:42 f815f05dde13: Layer already exists 03:52:42 0d4027581518: Layer already exists 03:52:42 3ddcb0bc3e83: Layer already exists 03:52:42 5e9c5104a964: Layer already exists 03:52:42 ce9dc7e8dbb8: Layer already exists 03:52:42 dd9c8f8612c8: Layer already exists 03:52:42 latest: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 03:52:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:43 5d7d2f99d977: Preparing 03:52:43 beaa7ba24901: Preparing 03:52:43 9274136cc5fe: Preparing 03:52:43 635469c859af: Preparing 03:52:43 671ed07838b8: Preparing 03:52:43 0d4027581518: Preparing 03:52:43 f815f05dde13: Preparing 03:52:43 5e9c5104a964: Preparing 03:52:43 3ddcb0bc3e83: Preparing 03:52:43 ce9dc7e8dbb8: Preparing 03:52:43 dd9c8f8612c8: Preparing 03:52:43 5e9c5104a964: Waiting 03:52:43 3ddcb0bc3e83: Waiting 03:52:43 0d4027581518: Waiting 03:52:43 f815f05dde13: Waiting 03:52:43 ce9dc7e8dbb8: Waiting 03:52:43 dd9c8f8612c8: Waiting 03:52:43 beaa7ba24901: Layer already exists 03:52:43 635469c859af: Layer already exists 03:52:43 671ed07838b8: Layer already exists 03:52:43 5d7d2f99d977: Layer already exists 03:52:43 9274136cc5fe: Layer already exists 03:52:43 0d4027581518: Layer already exists 03:52:43 f815f05dde13: Layer already exists 03:52:43 5e9c5104a964: Layer already exists 03:52:43 3ddcb0bc3e83: Layer already exists 03:52:43 ce9dc7e8dbb8: Layer already exists 03:52:43 dd9c8f8612c8: Layer already exists 03:52:43 4.1.0-dev.12: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:44 5d7d2f99d977: Preparing 03:52:44 beaa7ba24901: Preparing 03:52:44 9274136cc5fe: Preparing 03:52:44 635469c859af: Preparing 03:52:44 671ed07838b8: Preparing 03:52:44 0d4027581518: Preparing 03:52:44 f815f05dde13: Preparing 03:52:44 5e9c5104a964: Preparing 03:52:44 3ddcb0bc3e83: Preparing 03:52:44 ce9dc7e8dbb8: Preparing 03:52:44 dd9c8f8612c8: Preparing 03:52:44 3ddcb0bc3e83: Waiting 03:52:44 0d4027581518: Waiting 03:52:44 ce9dc7e8dbb8: Waiting 03:52:44 f815f05dde13: Waiting 03:52:44 dd9c8f8612c8: Waiting 03:52:44 5e9c5104a964: Waiting 03:52:44 5d7d2f99d977: Layer already exists 03:52:44 beaa7ba24901: Layer already exists 03:52:44 635469c859af: Layer already exists 03:52:44 9274136cc5fe: Layer already exists 03:52:44 671ed07838b8: Layer already exists 03:52:44 5e9c5104a964: Layer already exists 03:52:44 f815f05dde13: Layer already exists 03:52:44 0d4027581518: Layer already exists 03:52:44 ce9dc7e8dbb8: Layer already exists 03:52:44 3ddcb0bc3e83: Layer already exists 03:52:44 dd9c8f8612c8: Layer already exists 03:52:44 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:44 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:45 5d7d2f99d977: Preparing 03:52:45 beaa7ba24901: Preparing 03:52:45 9274136cc5fe: Preparing 03:52:45 635469c859af: Preparing 03:52:45 671ed07838b8: Preparing 03:52:45 0d4027581518: Preparing 03:52:45 f815f05dde13: Preparing 03:52:45 5e9c5104a964: Preparing 03:52:45 3ddcb0bc3e83: Preparing 03:52:45 ce9dc7e8dbb8: Preparing 03:52:45 dd9c8f8612c8: Preparing 03:52:45 5e9c5104a964: Waiting 03:52:45 3ddcb0bc3e83: Waiting 03:52:45 ce9dc7e8dbb8: Waiting 03:52:45 dd9c8f8612c8: Waiting 03:52:45 0d4027581518: Waiting 03:52:45 f815f05dde13: Waiting 03:52:45 635469c859af: Layer already exists 03:52:45 671ed07838b8: Layer already exists 03:52:45 9274136cc5fe: Layer already exists 03:52:45 5d7d2f99d977: Layer already exists 03:52:45 beaa7ba24901: Layer already exists 03:52:45 f815f05dde13: Layer already exists 03:52:45 0d4027581518: Layer already exists 03:52:45 ce9dc7e8dbb8: Layer already exists 03:52:45 5e9c5104a964: Layer already exists 03:52:45 3ddcb0bc3e83: Layer already exists 03:52:45 dd9c8f8612c8: Layer already exists 03:52:45 main: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:45 ===================================================== [Pipeline] echo 03:52:45 taggedImages: 03:52:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:52:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 03:52:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:52:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:52:45 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:45 latest 03:52:45 4.1.0-dev.12 03:52:45 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:45 main 03:52:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:46 69da56d715b5: Preparing 03:52:46 be759d4c9977: Preparing 03:52:46 b8883df3bfa9: Preparing 03:52:46 ad6efb8b0364: Preparing 03:52:46 b0ed63af7397: Preparing 03:52:46 9180922af26f: Preparing 03:52:46 ba72975556db: Preparing 03:52:46 0d4027581518: Preparing 03:52:46 f815f05dde13: Preparing 03:52:46 e76034307fa5: Preparing 03:52:46 4f899a253ba8: Preparing 03:52:46 dd9c8f8612c8: Preparing 03:52:46 0d4027581518: Waiting 03:52:46 f815f05dde13: Waiting 03:52:46 e76034307fa5: Waiting 03:52:46 4f899a253ba8: Waiting 03:52:46 dd9c8f8612c8: Waiting 03:52:46 9180922af26f: Waiting 03:52:46 ba72975556db: Waiting 03:52:46 be759d4c9977: Pushed 03:52:46 b0ed63af7397: Pushed 03:52:46 69da56d715b5: Pushed 03:52:46 0d4027581518: Layer already exists 03:52:46 f815f05dde13: Layer already exists 03:52:46 9180922af26f: Pushed 03:52:46 ba72975556db: Pushed 03:52:46 dd9c8f8612c8: Layer already exists 03:52:46 e76034307fa5: Pushed 03:52:49 4f899a253ba8: Pushed 03:52:50 ad6efb8b0364: Pushed 03:52:52 b8883df3bfa9: Pushed 03:52:52 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:53 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:53 69da56d715b5: Preparing 03:52:53 be759d4c9977: Preparing 03:52:53 b8883df3bfa9: Preparing 03:52:53 ad6efb8b0364: Preparing 03:52:53 b0ed63af7397: Preparing 03:52:53 9180922af26f: Preparing 03:52:53 ba72975556db: Preparing 03:52:53 0d4027581518: Preparing 03:52:53 f815f05dde13: Preparing 03:52:53 e76034307fa5: Preparing 03:52:53 4f899a253ba8: Preparing 03:52:53 dd9c8f8612c8: Preparing 03:52:53 0d4027581518: Waiting 03:52:53 f815f05dde13: Waiting 03:52:53 9180922af26f: Waiting 03:52:53 e76034307fa5: Waiting 03:52:53 ba72975556db: Waiting 03:52:53 4f899a253ba8: Waiting 03:52:53 dd9c8f8612c8: Waiting 03:52:53 69da56d715b5: Layer already exists 03:52:53 be759d4c9977: Layer already exists 03:52:53 ad6efb8b0364: Layer already exists 03:52:53 b0ed63af7397: Layer already exists 03:52:53 b8883df3bfa9: Layer already exists 03:52:53 f815f05dde13: Layer already exists 03:52:53 ba72975556db: Layer already exists 03:52:53 e76034307fa5: Layer already exists 03:52:53 0d4027581518: Layer already exists 03:52:53 9180922af26f: Layer already exists 03:52:53 dd9c8f8612c8: Layer already exists 03:52:53 4f899a253ba8: Layer already exists 03:52:53 latest: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:54 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 03:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:54 69da56d715b5: Preparing 03:52:54 be759d4c9977: Preparing 03:52:54 b8883df3bfa9: Preparing 03:52:54 ad6efb8b0364: Preparing 03:52:54 b0ed63af7397: Preparing 03:52:54 9180922af26f: Preparing 03:52:54 ba72975556db: Preparing 03:52:54 0d4027581518: Preparing 03:52:54 f815f05dde13: Preparing 03:52:54 e76034307fa5: Preparing 03:52:54 4f899a253ba8: Preparing 03:52:54 dd9c8f8612c8: Preparing 03:52:54 f815f05dde13: Waiting 03:52:54 e76034307fa5: Waiting 03:52:54 9180922af26f: Waiting 03:52:54 4f899a253ba8: Waiting 03:52:54 dd9c8f8612c8: Waiting 03:52:54 ba72975556db: Waiting 03:52:54 0d4027581518: Waiting 03:52:54 be759d4c9977: Layer already exists 03:52:54 b8883df3bfa9: Layer already exists 03:52:54 69da56d715b5: Layer already exists 03:52:54 ad6efb8b0364: Layer already exists 03:52:54 b0ed63af7397: Layer already exists 03:52:54 9180922af26f: Layer already exists 03:52:54 ba72975556db: Layer already exists 03:52:54 e76034307fa5: Layer already exists 03:52:54 0d4027581518: Layer already exists 03:52:54 f815f05dde13: Layer already exists 03:52:54 4f899a253ba8: Layer already exists 03:52:54 dd9c8f8612c8: Layer already exists 03:52:54 4.1.0-dev.12: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:55 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:55 69da56d715b5: Preparing 03:52:55 be759d4c9977: Preparing 03:52:55 b8883df3bfa9: Preparing 03:52:55 ad6efb8b0364: Preparing 03:52:55 b0ed63af7397: Preparing 03:52:55 9180922af26f: Preparing 03:52:55 ba72975556db: Preparing 03:52:55 0d4027581518: Preparing 03:52:55 f815f05dde13: Preparing 03:52:55 e76034307fa5: Preparing 03:52:55 4f899a253ba8: Preparing 03:52:55 dd9c8f8612c8: Preparing 03:52:55 9180922af26f: Waiting 03:52:55 ba72975556db: Waiting 03:52:55 0d4027581518: Waiting 03:52:55 4f899a253ba8: Waiting 03:52:55 f815f05dde13: Waiting 03:52:55 e76034307fa5: Waiting 03:52:55 dd9c8f8612c8: Waiting 03:52:55 69da56d715b5: Layer already exists 03:52:55 b0ed63af7397: Layer already exists 03:52:55 ad6efb8b0364: Layer already exists 03:52:55 b8883df3bfa9: Layer already exists 03:52:55 be759d4c9977: Layer already exists 03:52:55 0d4027581518: Layer already exists 03:52:55 ba72975556db: Layer already exists 03:52:55 9180922af26f: Layer already exists 03:52:55 e76034307fa5: Layer already exists 03:52:55 f815f05dde13: Layer already exists 03:52:55 dd9c8f8612c8: Layer already exists 03:52:55 4f899a253ba8: Layer already exists 03:52:55 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:56 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:56 69da56d715b5: Preparing 03:52:56 be759d4c9977: Preparing 03:52:56 b8883df3bfa9: Preparing 03:52:56 ad6efb8b0364: Preparing 03:52:56 b0ed63af7397: Preparing 03:52:56 9180922af26f: Preparing 03:52:56 ba72975556db: Preparing 03:52:56 0d4027581518: Preparing 03:52:56 f815f05dde13: Preparing 03:52:56 e76034307fa5: Preparing 03:52:56 4f899a253ba8: Preparing 03:52:56 dd9c8f8612c8: Preparing 03:52:56 f815f05dde13: Waiting 03:52:56 9180922af26f: Waiting 03:52:56 e76034307fa5: Waiting 03:52:56 dd9c8f8612c8: Waiting 03:52:56 ba72975556db: Waiting 03:52:56 4f899a253ba8: Waiting 03:52:56 0d4027581518: Waiting 03:52:56 b0ed63af7397: Layer already exists 03:52:56 ad6efb8b0364: Layer already exists 03:52:56 69da56d715b5: Layer already exists 03:52:56 be759d4c9977: Layer already exists 03:52:56 b8883df3bfa9: Layer already exists 03:52:56 9180922af26f: Layer already exists 03:52:56 0d4027581518: Layer already exists 03:52:56 ba72975556db: Layer already exists 03:52:56 f815f05dde13: Layer already exists 03:52:56 e76034307fa5: Layer already exists 03:52:56 dd9c8f8612c8: Layer already exists 03:52:56 4f899a253ba8: Layer already exists 03:52:56 main: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:56 ===================================================== [Pipeline] echo 03:52:56 taggedImages: 03:52:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:52:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 03:52:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:52:57 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:52:57 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:57 latest 03:52:57 4.1.0-dev.12 03:52:57 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:52:57 main 03:52:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:57 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:52:57 36df8836b2fd: Preparing 03:52:57 7738fe837c1a: Preparing 03:52:57 0d4027581518: Preparing 03:52:57 f815f05dde13: Preparing 03:52:57 cc456b0db372: Preparing 03:52:57 df6809772b9b: Preparing 03:52:57 dd9c8f8612c8: Preparing 03:52:57 df6809772b9b: Waiting 03:52:57 dd9c8f8612c8: Waiting 03:52:58 0d4027581518: Layer already exists 03:52:58 f815f05dde13: Layer already exists 03:52:58 cc456b0db372: Pushed 03:52:58 dd9c8f8612c8: Layer already exists 03:52:58 36df8836b2fd: Pushed 03:53:00 df6809772b9b: Pushed 03:53:04 7738fe837c1a: Pushed 03:53:04 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:04 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:53:04 36df8836b2fd: Preparing 03:53:04 7738fe837c1a: Preparing 03:53:04 0d4027581518: Preparing 03:53:04 f815f05dde13: Preparing 03:53:04 cc456b0db372: Preparing 03:53:04 df6809772b9b: Preparing 03:53:04 dd9c8f8612c8: Preparing 03:53:04 df6809772b9b: Waiting 03:53:04 dd9c8f8612c8: Waiting 03:53:04 36df8836b2fd: Layer already exists 03:53:04 0d4027581518: Layer already exists 03:53:04 f815f05dde13: Layer already exists 03:53:04 7738fe837c1a: Layer already exists 03:53:04 cc456b0db372: Layer already exists 03:53:04 df6809772b9b: Layer already exists 03:53:04 dd9c8f8612c8: Layer already exists 03:53:05 latest: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:05 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 03:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:53:05 36df8836b2fd: Preparing 03:53:05 7738fe837c1a: Preparing 03:53:05 0d4027581518: Preparing 03:53:05 f815f05dde13: Preparing 03:53:05 cc456b0db372: Preparing 03:53:05 df6809772b9b: Preparing 03:53:05 dd9c8f8612c8: Preparing 03:53:05 df6809772b9b: Waiting 03:53:05 dd9c8f8612c8: Waiting 03:53:05 36df8836b2fd: Layer already exists 03:53:05 7738fe837c1a: Layer already exists 03:53:05 0d4027581518: Layer already exists 03:53:05 cc456b0db372: Layer already exists 03:53:05 f815f05dde13: Layer already exists 03:53:05 dd9c8f8612c8: Layer already exists 03:53:05 df6809772b9b: Layer already exists 03:53:06 4.1.0-dev.12: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:06 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:53:06 36df8836b2fd: Preparing 03:53:06 7738fe837c1a: Preparing 03:53:06 0d4027581518: Preparing 03:53:06 f815f05dde13: Preparing 03:53:06 cc456b0db372: Preparing 03:53:06 df6809772b9b: Preparing 03:53:06 dd9c8f8612c8: Preparing 03:53:06 df6809772b9b: Waiting 03:53:06 dd9c8f8612c8: Waiting 03:53:06 7738fe837c1a: Layer already exists 03:53:06 36df8836b2fd: Layer already exists 03:53:06 0d4027581518: Layer already exists 03:53:06 cc456b0db372: Layer already exists 03:53:06 f815f05dde13: Layer already exists 03:53:06 df6809772b9b: Layer already exists 03:53:06 dd9c8f8612c8: Layer already exists 03:53:07 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:07 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:53:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:53:07 36df8836b2fd: Preparing 03:53:07 7738fe837c1a: Preparing 03:53:07 0d4027581518: Preparing 03:53:07 f815f05dde13: Preparing 03:53:07 cc456b0db372: Preparing 03:53:07 df6809772b9b: Preparing 03:53:07 dd9c8f8612c8: Preparing 03:53:07 df6809772b9b: Waiting 03:53:07 dd9c8f8612c8: Waiting 03:53:07 36df8836b2fd: Layer already exists 03:53:07 f815f05dde13: Layer already exists 03:53:07 7738fe837c1a: Layer already exists 03:53:07 0d4027581518: Layer already exists 03:53:07 cc456b0db372: Layer already exists 03:53:07 dd9c8f8612c8: Layer already exists 03:53:07 df6809772b9b: Layer already exists 03:53:08 main: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:53:08 ===================================================== [Pipeline] echo 03:53:08 taggedImages: 03:53:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:53:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 03:53:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:53:08 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:53:08 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:08 latest 03:53:08 4.1.0-dev.12 03:53:08 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:08 main 03:53:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:09 2ef76717497a: Preparing 03:53:09 aa2d435e1fc4: Preparing 03:53:09 f87a5ee04800: Preparing 03:53:09 0d4027581518: Preparing 03:53:09 f815f05dde13: Preparing 03:53:09 8fd4dc9319fe: Preparing 03:53:09 cdc0372e4dca: Preparing 03:53:09 91edb6d18f3d: Preparing 03:53:09 1062896329cf: Preparing 03:53:09 dd9c8f8612c8: Preparing 03:53:09 cdc0372e4dca: Waiting 03:53:09 91edb6d18f3d: Waiting 03:53:09 1062896329cf: Waiting 03:53:09 dd9c8f8612c8: Waiting 03:53:09 8fd4dc9319fe: Waiting 03:53:09 f815f05dde13: Layer already exists 03:53:09 0d4027581518: Layer already exists 03:53:09 f87a5ee04800: Pushed 03:53:09 aa2d435e1fc4: Pushed 03:53:09 2ef76717497a: Pushed 03:53:09 dd9c8f8612c8: Layer already exists 03:53:09 91edb6d18f3d: Pushed 03:53:10 1062896329cf: Pushed 03:53:20 cdc0372e4dca: Pushed 03:53:35 8fd4dc9319fe: Pushed 03:53:35 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:36 2ef76717497a: Preparing 03:53:36 aa2d435e1fc4: Preparing 03:53:36 f87a5ee04800: Preparing 03:53:36 0d4027581518: Preparing 03:53:36 f815f05dde13: Preparing 03:53:36 8fd4dc9319fe: Preparing 03:53:36 cdc0372e4dca: Preparing 03:53:36 91edb6d18f3d: Preparing 03:53:36 1062896329cf: Preparing 03:53:36 dd9c8f8612c8: Preparing 03:53:36 8fd4dc9319fe: Waiting 03:53:36 1062896329cf: Waiting 03:53:36 cdc0372e4dca: Waiting 03:53:36 dd9c8f8612c8: Waiting 03:53:36 91edb6d18f3d: Waiting 03:53:36 2ef76717497a: Layer already exists 03:53:36 aa2d435e1fc4: Layer already exists 03:53:36 f815f05dde13: Layer already exists 03:53:36 0d4027581518: Layer already exists 03:53:36 f87a5ee04800: Layer already exists 03:53:36 8fd4dc9319fe: Layer already exists 03:53:36 cdc0372e4dca: Layer already exists 03:53:36 91edb6d18f3d: Layer already exists 03:53:36 dd9c8f8612c8: Layer already exists 03:53:36 1062896329cf: Layer already exists 03:53:36 latest: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:36 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 03:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:37 2ef76717497a: Preparing 03:53:37 aa2d435e1fc4: Preparing 03:53:37 f87a5ee04800: Preparing 03:53:37 0d4027581518: Preparing 03:53:37 f815f05dde13: Preparing 03:53:37 8fd4dc9319fe: Preparing 03:53:37 cdc0372e4dca: Preparing 03:53:37 91edb6d18f3d: Preparing 03:53:37 1062896329cf: Preparing 03:53:37 dd9c8f8612c8: Preparing 03:53:37 cdc0372e4dca: Waiting 03:53:37 91edb6d18f3d: Waiting 03:53:37 1062896329cf: Waiting 03:53:37 dd9c8f8612c8: Waiting 03:53:37 8fd4dc9319fe: Waiting 03:53:37 2ef76717497a: Layer already exists 03:53:37 0d4027581518: Layer already exists 03:53:37 f87a5ee04800: Layer already exists 03:53:37 f815f05dde13: Layer already exists 03:53:37 aa2d435e1fc4: Layer already exists 03:53:37 91edb6d18f3d: Layer already exists 03:53:37 cdc0372e4dca: Layer already exists 03:53:37 dd9c8f8612c8: Layer already exists 03:53:37 8fd4dc9319fe: Layer already exists 03:53:37 1062896329cf: Layer already exists 03:53:37 4.1.0-dev.12: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:37 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:38 2ef76717497a: Preparing 03:53:38 aa2d435e1fc4: Preparing 03:53:38 f87a5ee04800: Preparing 03:53:38 0d4027581518: Preparing 03:53:38 f815f05dde13: Preparing 03:53:38 8fd4dc9319fe: Preparing 03:53:38 cdc0372e4dca: Preparing 03:53:38 91edb6d18f3d: Preparing 03:53:38 1062896329cf: Preparing 03:53:38 dd9c8f8612c8: Preparing 03:53:38 91edb6d18f3d: Waiting 03:53:38 1062896329cf: Waiting 03:53:38 dd9c8f8612c8: Waiting 03:53:38 8fd4dc9319fe: Waiting 03:53:38 cdc0372e4dca: Waiting 03:53:38 aa2d435e1fc4: Layer already exists 03:53:38 f87a5ee04800: Layer already exists 03:53:38 f815f05dde13: Layer already exists 03:53:38 2ef76717497a: Layer already exists 03:53:38 0d4027581518: Layer already exists 03:53:38 8fd4dc9319fe: Layer already exists 03:53:38 cdc0372e4dca: Layer already exists 03:53:38 91edb6d18f3d: Layer already exists 03:53:38 1062896329cf: Layer already exists 03:53:38 dd9c8f8612c8: Layer already exists 03:53:38 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:53:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:39 2ef76717497a: Preparing 03:53:39 aa2d435e1fc4: Preparing 03:53:39 f87a5ee04800: Preparing 03:53:39 0d4027581518: Preparing 03:53:39 f815f05dde13: Preparing 03:53:39 8fd4dc9319fe: Preparing 03:53:39 cdc0372e4dca: Preparing 03:53:39 91edb6d18f3d: Preparing 03:53:39 1062896329cf: Preparing 03:53:39 dd9c8f8612c8: Preparing 03:53:39 8fd4dc9319fe: Waiting 03:53:39 cdc0372e4dca: Waiting 03:53:39 91edb6d18f3d: Waiting 03:53:39 1062896329cf: Waiting 03:53:39 dd9c8f8612c8: Waiting 03:53:39 f87a5ee04800: Layer already exists 03:53:39 f815f05dde13: Layer already exists 03:53:39 aa2d435e1fc4: Layer already exists 03:53:39 0d4027581518: Layer already exists 03:53:39 2ef76717497a: Layer already exists 03:53:39 cdc0372e4dca: Layer already exists 03:53:39 91edb6d18f3d: Layer already exists 03:53:39 8fd4dc9319fe: Layer already exists 03:53:39 1062896329cf: Layer already exists 03:53:39 dd9c8f8612c8: Layer already exists 03:53:39 main: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:53:39 ===================================================== [Pipeline] echo 03:53:39 taggedImages: 03:53:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:53:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 03:53:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:53:39 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:53:39 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:39 latest 03:53:39 4.1.0-dev.12 03:53:39 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:53:39 main 03:53:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:53:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:53:40 357504b7c059: Preparing 03:53:40 38af929648bc: Preparing 03:53:40 34b33457a871: Preparing 03:53:40 0d4027581518: Preparing 03:53:40 f815f05dde13: Preparing 03:53:40 7f8749f03c70: Preparing 03:53:40 363b25ea1c79: Preparing 03:53:40 90a0924965df: Preparing 03:53:40 dd9c8f8612c8: Preparing 03:53:40 363b25ea1c79: Waiting 03:53:40 90a0924965df: Waiting 03:53:40 dd9c8f8612c8: Waiting 03:53:40 7f8749f03c70: Waiting 03:53:40 f815f05dde13: Layer already exists 03:53:40 0d4027581518: Layer already exists 03:53:40 34b33457a871: Pushed 03:53:40 38af929648bc: Pushed 03:53:40 357504b7c059: Pushed 03:53:40 363b25ea1c79: Pushed 03:53:40 dd9c8f8612c8: Layer already exists 03:53:40 90a0924965df: Pushed 03:54:07 7f8749f03c70: Pushed 03:54:07 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:08 357504b7c059: Preparing 03:54:08 38af929648bc: Preparing 03:54:08 34b33457a871: Preparing 03:54:08 0d4027581518: Preparing 03:54:08 f815f05dde13: Preparing 03:54:08 7f8749f03c70: Preparing 03:54:08 363b25ea1c79: Preparing 03:54:08 90a0924965df: Preparing 03:54:08 dd9c8f8612c8: Preparing 03:54:08 7f8749f03c70: Waiting 03:54:08 363b25ea1c79: Waiting 03:54:08 90a0924965df: Waiting 03:54:08 dd9c8f8612c8: Waiting 03:54:08 0d4027581518: Layer already exists 03:54:08 357504b7c059: Layer already exists 03:54:08 34b33457a871: Layer already exists 03:54:08 38af929648bc: Layer already exists 03:54:08 f815f05dde13: Layer already exists 03:54:08 7f8749f03c70: Layer already exists 03:54:08 363b25ea1c79: Layer already exists 03:54:08 dd9c8f8612c8: Layer already exists 03:54:08 90a0924965df: Layer already exists 03:54:08 latest: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 03:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:09 357504b7c059: Preparing 03:54:09 38af929648bc: Preparing 03:54:09 34b33457a871: Preparing 03:54:09 0d4027581518: Preparing 03:54:09 f815f05dde13: Preparing 03:54:09 7f8749f03c70: Preparing 03:54:09 363b25ea1c79: Preparing 03:54:09 90a0924965df: Preparing 03:54:09 dd9c8f8612c8: Preparing 03:54:09 7f8749f03c70: Waiting 03:54:09 363b25ea1c79: Waiting 03:54:09 90a0924965df: Waiting 03:54:09 dd9c8f8612c8: Waiting 03:54:09 38af929648bc: Layer already exists 03:54:09 0d4027581518: Layer already exists 03:54:09 34b33457a871: Layer already exists 03:54:09 f815f05dde13: Layer already exists 03:54:09 357504b7c059: Layer already exists 03:54:09 7f8749f03c70: Layer already exists 03:54:09 90a0924965df: Layer already exists 03:54:09 363b25ea1c79: Layer already exists 03:54:09 dd9c8f8612c8: Layer already exists 03:54:09 4.1.0-dev.12: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:09 357504b7c059: Preparing 03:54:09 38af929648bc: Preparing 03:54:09 34b33457a871: Preparing 03:54:09 0d4027581518: Preparing 03:54:09 f815f05dde13: Preparing 03:54:09 7f8749f03c70: Preparing 03:54:09 363b25ea1c79: Preparing 03:54:09 90a0924965df: Preparing 03:54:09 dd9c8f8612c8: Preparing 03:54:09 363b25ea1c79: Waiting 03:54:09 90a0924965df: Waiting 03:54:09 dd9c8f8612c8: Waiting 03:54:09 7f8749f03c70: Waiting 03:54:09 0d4027581518: Layer already exists 03:54:09 34b33457a871: Layer already exists 03:54:09 357504b7c059: Layer already exists 03:54:09 f815f05dde13: Layer already exists 03:54:09 38af929648bc: Layer already exists 03:54:09 363b25ea1c79: Layer already exists 03:54:09 90a0924965df: Layer already exists 03:54:09 dd9c8f8612c8: Layer already exists 03:54:09 7f8749f03c70: Layer already exists 03:54:10 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:54:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:10 357504b7c059: Preparing 03:54:10 38af929648bc: Preparing 03:54:10 34b33457a871: Preparing 03:54:10 0d4027581518: Preparing 03:54:10 f815f05dde13: Preparing 03:54:10 7f8749f03c70: Preparing 03:54:10 363b25ea1c79: Preparing 03:54:10 90a0924965df: Preparing 03:54:10 dd9c8f8612c8: Preparing 03:54:10 363b25ea1c79: Waiting 03:54:10 90a0924965df: Waiting 03:54:10 7f8749f03c70: Waiting 03:54:10 dd9c8f8612c8: Waiting 03:54:10 f815f05dde13: Layer already exists 03:54:10 38af929648bc: Layer already exists 03:54:10 357504b7c059: Layer already exists 03:54:10 0d4027581518: Layer already exists 03:54:10 34b33457a871: Layer already exists 03:54:10 7f8749f03c70: Layer already exists 03:54:10 363b25ea1c79: Layer already exists 03:54:10 90a0924965df: Layer already exists 03:54:10 dd9c8f8612c8: Layer already exists 03:54:10 main: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:11 ===================================================== [Pipeline] echo 03:54:11 taggedImages: 03:54:11 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:11 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:54:11 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 03:54:11 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:11 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:54:11 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:54:11 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:11 latest 03:54:11 4.1.0-dev.12 03:54:11 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:11 main 03:54:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:11 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:11 11148bf426f6: Preparing 03:54:11 579cfad3aff8: Preparing 03:54:11 dc0ca4fee1eb: Preparing 03:54:11 0d4027581518: Preparing 03:54:11 f815f05dde13: Preparing 03:54:11 8c160b475d7d: Preparing 03:54:11 91edb6d18f3d: Preparing 03:54:11 1062896329cf: Preparing 03:54:11 8c160b475d7d: Waiting 03:54:11 dd9c8f8612c8: Preparing 03:54:11 1062896329cf: Waiting 03:54:11 dd9c8f8612c8: Waiting 03:54:11 91edb6d18f3d: Waiting 03:54:11 f815f05dde13: Layer already exists 03:54:11 0d4027581518: Layer already exists 03:54:12 91edb6d18f3d: Layer already exists 03:54:12 11148bf426f6: Pushed 03:54:12 1062896329cf: Layer already exists 03:54:12 579cfad3aff8: Pushed 03:54:12 dd9c8f8612c8: Layer already exists 03:54:12 dc0ca4fee1eb: Pushed 03:54:38 8c160b475d7d: Pushed 03:54:38 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:39 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:39 11148bf426f6: Preparing 03:54:39 579cfad3aff8: Preparing 03:54:39 dc0ca4fee1eb: Preparing 03:54:39 0d4027581518: Preparing 03:54:39 f815f05dde13: Preparing 03:54:39 8c160b475d7d: Preparing 03:54:39 91edb6d18f3d: Preparing 03:54:39 1062896329cf: Preparing 03:54:39 dd9c8f8612c8: Preparing 03:54:39 8c160b475d7d: Waiting 03:54:39 91edb6d18f3d: Waiting 03:54:39 1062896329cf: Waiting 03:54:39 dd9c8f8612c8: Waiting 03:54:39 11148bf426f6: Layer already exists 03:54:39 f815f05dde13: Layer already exists 03:54:39 0d4027581518: Layer already exists 03:54:39 579cfad3aff8: Layer already exists 03:54:39 dc0ca4fee1eb: Layer already exists 03:54:39 1062896329cf: Layer already exists 03:54:39 dd9c8f8612c8: Layer already exists 03:54:39 8c160b475d7d: Layer already exists 03:54:39 91edb6d18f3d: Layer already exists 03:54:39 latest: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 03:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:40 11148bf426f6: Preparing 03:54:40 579cfad3aff8: Preparing 03:54:40 dc0ca4fee1eb: Preparing 03:54:40 0d4027581518: Preparing 03:54:40 f815f05dde13: Preparing 03:54:40 8c160b475d7d: Preparing 03:54:40 91edb6d18f3d: Preparing 03:54:40 1062896329cf: Preparing 03:54:40 dd9c8f8612c8: Preparing 03:54:40 91edb6d18f3d: Waiting 03:54:40 1062896329cf: Waiting 03:54:40 8c160b475d7d: Waiting 03:54:40 dd9c8f8612c8: Waiting 03:54:40 f815f05dde13: Layer already exists 03:54:40 579cfad3aff8: Layer already exists 03:54:40 0d4027581518: Layer already exists 03:54:40 dc0ca4fee1eb: Layer already exists 03:54:40 11148bf426f6: Layer already exists 03:54:40 1062896329cf: Layer already exists 03:54:40 91edb6d18f3d: Layer already exists 03:54:40 8c160b475d7d: Layer already exists 03:54:40 dd9c8f8612c8: Layer already exists 03:54:40 4.1.0-dev.12: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:41 11148bf426f6: Preparing 03:54:41 579cfad3aff8: Preparing 03:54:41 dc0ca4fee1eb: Preparing 03:54:41 0d4027581518: Preparing 03:54:41 f815f05dde13: Preparing 03:54:41 8c160b475d7d: Preparing 03:54:41 91edb6d18f3d: Preparing 03:54:41 1062896329cf: Preparing 03:54:41 dd9c8f8612c8: Preparing 03:54:41 8c160b475d7d: Waiting 03:54:41 91edb6d18f3d: Waiting 03:54:41 1062896329cf: Waiting 03:54:41 dd9c8f8612c8: Waiting 03:54:41 f815f05dde13: Layer already exists 03:54:41 11148bf426f6: Layer already exists 03:54:41 dc0ca4fee1eb: Layer already exists 03:54:41 0d4027581518: Layer already exists 03:54:41 579cfad3aff8: Layer already exists 03:54:41 8c160b475d7d: Layer already exists 03:54:41 1062896329cf: Layer already exists 03:54:41 91edb6d18f3d: Layer already exists 03:54:41 dd9c8f8612c8: Layer already exists 03:54:41 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:42 11148bf426f6: Preparing 03:54:42 579cfad3aff8: Preparing 03:54:42 dc0ca4fee1eb: Preparing 03:54:42 0d4027581518: Preparing 03:54:42 f815f05dde13: Preparing 03:54:42 8c160b475d7d: Preparing 03:54:42 91edb6d18f3d: Preparing 03:54:42 1062896329cf: Preparing 03:54:42 dd9c8f8612c8: Preparing 03:54:42 1062896329cf: Waiting 03:54:42 dd9c8f8612c8: Waiting 03:54:42 8c160b475d7d: Waiting 03:54:42 91edb6d18f3d: Waiting 03:54:42 dc0ca4fee1eb: Layer already exists 03:54:42 f815f05dde13: Layer already exists 03:54:42 0d4027581518: Layer already exists 03:54:42 11148bf426f6: Layer already exists 03:54:42 579cfad3aff8: Layer already exists 03:54:42 1062896329cf: Layer already exists 03:54:42 91edb6d18f3d: Layer already exists 03:54:42 8c160b475d7d: Layer already exists 03:54:42 dd9c8f8612c8: Layer already exists 03:54:42 main: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:42 ===================================================== [Pipeline] echo 03:54:42 taggedImages: 03:54:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:54:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 03:54:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:42 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:54:42 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:54:42 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:42 latest 03:54:42 4.1.0-dev.12 03:54:42 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:42 main 03:54:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:43 062a50c072e0: Preparing 03:54:43 0acff11d7d79: Preparing 03:54:43 0d4027581518: Preparing 03:54:43 f815f05dde13: Preparing 03:54:43 1e9eb8435238: Preparing 03:54:43 437728e02ea0: Preparing 03:54:43 dd9c8f8612c8: Preparing 03:54:43 437728e02ea0: Waiting 03:54:43 dd9c8f8612c8: Waiting 03:54:43 0d4027581518: Layer already exists 03:54:43 f815f05dde13: Layer already exists 03:54:43 dd9c8f8612c8: Layer already exists 03:54:43 1e9eb8435238: Pushed 03:54:43 062a50c072e0: Pushed 03:54:44 437728e02ea0: Pushed 03:54:51 0acff11d7d79: Pushed 03:54:51 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:52 062a50c072e0: Preparing 03:54:52 0acff11d7d79: Preparing 03:54:52 0d4027581518: Preparing 03:54:52 f815f05dde13: Preparing 03:54:52 1e9eb8435238: Preparing 03:54:52 437728e02ea0: Preparing 03:54:52 dd9c8f8612c8: Preparing 03:54:52 437728e02ea0: Waiting 03:54:52 dd9c8f8612c8: Waiting 03:54:52 062a50c072e0: Layer already exists 03:54:52 0d4027581518: Layer already exists 03:54:52 1e9eb8435238: Layer already exists 03:54:52 0acff11d7d79: Layer already exists 03:54:52 f815f05dde13: Layer already exists 03:54:52 dd9c8f8612c8: Layer already exists 03:54:52 437728e02ea0: Layer already exists 03:54:52 latest: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 03:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:53 062a50c072e0: Preparing 03:54:53 0acff11d7d79: Preparing 03:54:53 0d4027581518: Preparing 03:54:53 f815f05dde13: Preparing 03:54:53 1e9eb8435238: Preparing 03:54:53 437728e02ea0: Preparing 03:54:53 dd9c8f8612c8: Preparing 03:54:53 437728e02ea0: Waiting 03:54:53 dd9c8f8612c8: Waiting 03:54:53 0d4027581518: Layer already exists 03:54:53 062a50c072e0: Layer already exists 03:54:53 0acff11d7d79: Layer already exists 03:54:53 1e9eb8435238: Layer already exists 03:54:53 f815f05dde13: Layer already exists 03:54:53 dd9c8f8612c8: Layer already exists 03:54:53 437728e02ea0: Layer already exists 03:54:53 4.1.0-dev.12: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:53 062a50c072e0: Preparing 03:54:53 0acff11d7d79: Preparing 03:54:53 0d4027581518: Preparing 03:54:53 f815f05dde13: Preparing 03:54:53 1e9eb8435238: Preparing 03:54:53 437728e02ea0: Preparing 03:54:53 dd9c8f8612c8: Preparing 03:54:53 437728e02ea0: Waiting 03:54:53 dd9c8f8612c8: Waiting 03:54:53 1e9eb8435238: Layer already exists 03:54:53 0d4027581518: Layer already exists 03:54:53 0acff11d7d79: Layer already exists 03:54:53 062a50c072e0: Layer already exists 03:54:53 f815f05dde13: Layer already exists 03:54:53 437728e02ea0: Layer already exists 03:54:53 dd9c8f8612c8: Layer already exists 03:54:53 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:54 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:54:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:54 062a50c072e0: Preparing 03:54:54 0acff11d7d79: Preparing 03:54:54 0d4027581518: Preparing 03:54:54 f815f05dde13: Preparing 03:54:54 1e9eb8435238: Preparing 03:54:54 437728e02ea0: Preparing 03:54:54 dd9c8f8612c8: Preparing 03:54:54 437728e02ea0: Waiting 03:54:54 dd9c8f8612c8: Waiting 03:54:54 f815f05dde13: Layer already exists 03:54:54 1e9eb8435238: Layer already exists 03:54:54 062a50c072e0: Layer already exists 03:54:54 0d4027581518: Layer already exists 03:54:54 0acff11d7d79: Layer already exists 03:54:54 437728e02ea0: Layer already exists 03:54:54 dd9c8f8612c8: Layer already exists 03:54:54 main: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:55 ===================================================== [Pipeline] echo 03:54:55 taggedImages: 03:54:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:54:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 03:54:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:54:55 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:54:55 a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:55 latest 03:54:55 4.1.0-dev.12 03:54:55 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:54:55 main 03:54:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:55 1d7b5a076fcf: Preparing 03:54:55 d3b4454d91a9: Preparing 03:54:55 0d4027581518: Preparing 03:54:55 f815f05dde13: Preparing 03:54:55 14e52e07af53: Preparing 03:54:55 200e8debc65a: Preparing 03:54:55 dd9c8f8612c8: Preparing 03:54:55 200e8debc65a: Waiting 03:54:55 dd9c8f8612c8: Waiting 03:54:55 0d4027581518: Layer already exists 03:54:55 f815f05dde13: Layer already exists 03:54:56 dd9c8f8612c8: Layer already exists 03:54:56 14e52e07af53: Pushed 03:54:56 1d7b5a076fcf: Pushed 03:54:56 200e8debc65a: Pushed 03:55:04 d3b4454d91a9: Pushed 03:55:04 a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:05 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:05 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:55:05 1d7b5a076fcf: Preparing 03:55:05 d3b4454d91a9: Preparing 03:55:05 0d4027581518: Preparing 03:55:05 f815f05dde13: Preparing 03:55:05 14e52e07af53: Preparing 03:55:05 200e8debc65a: Preparing 03:55:05 dd9c8f8612c8: Preparing 03:55:05 200e8debc65a: Waiting 03:55:05 dd9c8f8612c8: Waiting 03:55:05 0d4027581518: Layer already exists 03:55:05 f815f05dde13: Layer already exists 03:55:05 d3b4454d91a9: Layer already exists 03:55:05 1d7b5a076fcf: Layer already exists 03:55:05 14e52e07af53: Layer already exists 03:55:05 200e8debc65a: Layer already exists 03:55:05 dd9c8f8612c8: Layer already exists 03:55:05 latest: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 03:55:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:55:06 1d7b5a076fcf: Preparing 03:55:06 d3b4454d91a9: Preparing 03:55:06 0d4027581518: Preparing 03:55:06 f815f05dde13: Preparing 03:55:06 14e52e07af53: Preparing 03:55:06 200e8debc65a: Preparing 03:55:06 dd9c8f8612c8: Preparing 03:55:06 200e8debc65a: Waiting 03:55:06 dd9c8f8612c8: Waiting 03:55:06 0d4027581518: Layer already exists 03:55:06 d3b4454d91a9: Layer already exists 03:55:06 1d7b5a076fcf: Layer already exists 03:55:06 f815f05dde13: Layer already exists 03:55:06 14e52e07af53: Layer already exists 03:55:06 dd9c8f8612c8: Layer already exists 03:55:06 200e8debc65a: Layer already exists 03:55:06 4.1.0-dev.12: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:06 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:55:07 1d7b5a076fcf: Preparing 03:55:07 d3b4454d91a9: Preparing 03:55:07 0d4027581518: Preparing 03:55:07 f815f05dde13: Preparing 03:55:07 14e52e07af53: Preparing 03:55:07 200e8debc65a: Preparing 03:55:07 dd9c8f8612c8: Preparing 03:55:07 dd9c8f8612c8: Waiting 03:55:07 200e8debc65a: Waiting 03:55:07 1d7b5a076fcf: Layer already exists 03:55:07 d3b4454d91a9: Layer already exists 03:55:07 0d4027581518: Layer already exists 03:55:07 f815f05dde13: Layer already exists 03:55:07 14e52e07af53: Layer already exists 03:55:07 200e8debc65a: Layer already exists 03:55:07 dd9c8f8612c8: Layer already exists 03:55:07 a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:55:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:55:08 1d7b5a076fcf: Preparing 03:55:08 d3b4454d91a9: Preparing 03:55:08 0d4027581518: Preparing 03:55:08 f815f05dde13: Preparing 03:55:08 14e52e07af53: Preparing 03:55:08 200e8debc65a: Preparing 03:55:08 dd9c8f8612c8: Preparing 03:55:08 200e8debc65a: Waiting 03:55:08 dd9c8f8612c8: Waiting 03:55:08 0d4027581518: Layer already exists 03:55:08 d3b4454d91a9: Layer already exists 03:55:08 f815f05dde13: Layer already exists 03:55:08 1d7b5a076fcf: Layer already exists 03:55:08 14e52e07af53: Layer already exists 03:55:08 dd9c8f8612c8: Layer already exists 03:55:08 200e8debc65a: Layer already exists 03:55:08 main: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:55:08 ===================================================== [Pipeline] echo 03:55:08 taggedImages: 03:55:08 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe 03:55:08 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:55:08 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 03:55:08 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 03:55:08 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:08 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo 03:55:09 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:09 03:55:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:10 arm64: Pulling from edgex-lftools-log-publisher 03:55:10 8998bd30e6a1: Pulling fs layer 03:55:10 04944245beec: Pulling fs layer 03:55:10 699f458cf7ca: Pulling fs layer 03:55:10 765212b225bb: Pulling fs layer 03:55:10 f23df028b6ca: Pulling fs layer 03:55:10 d65c8cfc05b1: Pulling fs layer 03:55:10 2437ff75d9bd: Pulling fs layer 03:55:10 765212b225bb: Waiting 03:55:10 d65c8cfc05b1: Waiting 03:55:10 f23df028b6ca: Waiting 03:55:10 04944245beec: Verifying Checksum 03:55:10 04944245beec: Download complete 03:55:10 765212b225bb: Download complete 03:55:10 f23df028b6ca: Verifying Checksum 03:55:10 f23df028b6ca: Download complete 03:55:10 d65c8cfc05b1: Verifying Checksum 03:55:10 d65c8cfc05b1: Download complete 03:55:10 699f458cf7ca: Verifying Checksum 03:55:10 699f458cf7ca: Download complete 03:55:10 8998bd30e6a1: Verifying Checksum 03:55:10 8998bd30e6a1: Download complete 03:55:13 2437ff75d9bd: Verifying Checksum 03:55:13 2437ff75d9bd: Download complete 03:55:15 8998bd30e6a1: Pull complete 03:55:16 04944245beec: Pull complete 03:55:18 699f458cf7ca: Pull complete 03:55:18 765212b225bb: Pull complete 03:55:18 f23df028b6ca: Pull complete 03:55:18 d65c8cfc05b1: Pull complete 03:55:37 2437ff75d9bd: Pull complete 03:55:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:55:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:37 prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container 03:55:37 $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:55:40 $ docker top d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:41 ---> job-cost.sh 03:55:41 lf-activate-venv: SKIPPING 03:55:41 INFO: No Stack... 03:55:41 INFO: Retrieving Pricing Info for: v3-standard-4 03:55:42 INFO: Archiving Costs [Pipeline] sh 03:55:42 + cat /w/workspace/edgex-go/839/archives/cost.csv 03:55:42 + cut -d, -f6 [Pipeline] lock 03:55:42 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] 03:55:42 Resource [jenkins-edgexfoundry-edgex-go-main-839-stack-cost] did not exist. Created. 03:55:42 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:55:43 + echo total: 0.10999999940395355 [Pipeline] stash 03:55:44 Stashed 1 file(s) [Pipeline] } 03:55:44 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] [Pipeline] // lock [Pipeline] } 03:55:44 $ docker stop --time=1 d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 03:55:45 $ docker rm -f --volumes d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:55:46 provisioning config files... 03:55:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/839@tmp/config8329443924311455037tmp [Pipeline] { [Pipeline] sh 03:55:46 + set +x 03:55:46 + curl -s https://codecov.io/bash 03:55:46 + bash -s -- 03:55:46 03:55:46 _____ _ 03:55:46 / ____| | | 03:55:46 | | ___ __| | ___ ___ _____ __ 03:55:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:55:46 | |___| (_) | (_| | __/ (_| (_) \ V / 03:55:46 \_____\___/ \__,_|\___|\___\___/ \_/ 03:55:46 Bash-1.0.6 03:55:46 03:55:46 03:55:46 ==> git version 2.25.1 found 03:55:46 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 03:55:46 Release-Date: 2020-01-08 03:55:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:55:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:55:46 ==> Jenkins CI detected. 03:55:46 current dir:  /w/workspace/edgex-go/839 03:55:46 project root: . 03:55:46 --> token set from env 03:55:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:55:46 ==> Running gcov in . (disable via -X gcov) 03:55:46 ==> Python coveragepy not found 03:55:46 ==> Searching for coverage reports in: 03:55:46 + . 03:55:46 -> Found 1 reports 03:55:46 ==> Detecting git/mercurial file structure 03:55:46 ==> Reading reports 03:55:46 + ./coverage.out bytes=1661048 03:55:46 ==> Appending adjustments 03:55:46 https://docs.codecov.io/docs/fixing-reports 03:55:48 + Found adjustments 03:55:48 ==> Gzipping contents 03:55:48 140K /tmp/codecov.xgBGf8.gz 03:55:48 ==> Uploading reports 03:55:48 url: https://codecov.io 03:55:48 query: branch=main&commit=a4fc37660b1b21c16fcdbb2815343e7b100a20fe&build=839&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F839%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:55:48 -> Pinging Codecov 03:55:48 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a4fc37660b1b21c16fcdbb2815343e7b100a20fe&build=839&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F839%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:55:48 -> Uploading to 03:55:48 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/a4fc37660b1b21c16fcdbb2815343e7b100a20fe/754ca703-0214-4cec-9557-7adeeeb61c0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T035548Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=96c8e84d8ffce8bcb6760d165d97474fd96eb262134532b51f2fde9f65038707 03:55:48 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:48 Dload Upload Total Spent Left Speed 03:55:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 513k --:--:-- --:--:-- --:--:-- 513k 03:55:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } 03:55:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:55:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:55:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:49 03:55:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:49 latest: Pulling from edgex-devops/edgex-snyk-go 03:55:49 43c4264eed91: Pulling fs layer 03:55:49 4cc291be95ef: Pulling fs layer 03:55:49 2ac1f1163629: Pulling fs layer 03:55:49 5c3c966382ef: Pulling fs layer 03:55:49 4f4fb700ef54: Pulling fs layer 03:55:49 d9c7d2e4e75e: Pulling fs layer 03:55:49 9c3e1370e548: Pulling fs layer 03:55:49 4f4fb700ef54: Waiting 03:55:49 5c3c966382ef: Waiting 03:55:49 d9c7d2e4e75e: Waiting 03:55:49 9c3e1370e548: Waiting 03:55:49 4cc291be95ef: Verifying Checksum 03:55:49 4cc291be95ef: Download complete 03:55:49 5c3c966382ef: Verifying Checksum 03:55:49 5c3c966382ef: Download complete 03:55:49 4f4fb700ef54: Verifying Checksum 03:55:49 4f4fb700ef54: Download complete 03:55:49 43c4264eed91: Download complete 03:55:49 43c4264eed91: Pull complete 03:55:49 d9c7d2e4e75e: Verifying Checksum 03:55:49 d9c7d2e4e75e: Download complete 03:55:49 4cc291be95ef: Pull complete 03:55:50 2ac1f1163629: Verifying Checksum 03:55:50 2ac1f1163629: Download complete 03:55:50 9c3e1370e548: Verifying Checksum 03:55:50 9c3e1370e548: Download complete 03:55:54 2ac1f1163629: Pull complete 03:55:54 5c3c966382ef: Pull complete 03:55:54 4f4fb700ef54: Pull complete 03:55:54 d9c7d2e4e75e: Pull complete 03:55:57 9c3e1370e548: Pull complete 03:55:57 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 03:55:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:57 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:55:57 $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:55:59 $ docker top 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:59 + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo 03:55:59 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:56:00 + set -o pipefail 03:56:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:56:08 03:56:08 Monitoring /w/workspace/edgex-go/839 (github.com/edgexfoundry/edgex-go)... 03:56:08 03:56:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/3e40a24a-502a-4843-b4d4-38066b787269 03:56:08 03:56:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:56:08 [Pipeline] } 03:56:08 $ docker stop --time=1 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 03:56:10 $ docker rm -f --volumes 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:56:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:56:11 provisioning config files... 03:56:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/839@tmp/config17565424534396124361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:56:11 --> edgex-publish-swagger.sh 03:56:11 === Publish openapi API === 03:56:11 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 03:56:11 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/839/openapi/core-command.yaml] 03:56:11 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:11 Dload Upload Total Spent Left Speed 03:56:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 269 130k --:--:-- --:--:-- --:--:-- 130k 03:56:11 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:11 03:56:11 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/839/openapi/core-data.yaml] 03:56:11 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:11 Dload Upload Total Spent Left Speed 03:56:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 226 237k --:--:-- --:--:-- --:--:-- 237k 03:56:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:12 03:56:12 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/839/openapi/core-keeper.yaml] 03:56:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:12 Dload Upload Total Spent Left Speed 03:56:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 133 66199 --:--:-- --:--:-- --:--:-- 66332 03:56:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:12 03:56:12 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/839/openapi/core-metadata.yaml] 03:56:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:12 Dload Upload Total Spent Left Speed 03:56:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 383 911k --:--:-- --:--:-- --:--:-- 911k 03:56:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:12 03:56:12 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/839/openapi/security-proxy-auth.yaml] 03:56:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:12 Dload Upload Total Spent Left Speed 03:56:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 511 185k --:--:-- --:--:-- --:--:-- 185k 03:56:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:13 03:56:13 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/839/openapi/security-secretstore-setup.yaml] 03:56:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:13 Dload Upload Total Spent Left Speed 03:56:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 545 32338 --:--:-- --:--:-- --:--:-- 32884 03:56:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:13 03:56:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/839/openapi/support-notifications.yaml] 03:56:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:13 Dload Upload Total Spent Left Speed 03:56:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 377 557k --:--:-- --:--:-- --:--:-- 558k 03:56:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:13 03:56:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/839/openapi/support-scheduler.yaml] 03:56:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:56:13 Dload Upload Total Spent Left Speed 03:56:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 464 348k --:--:-- --:--:-- --:--:-- 349k 03:56:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:56:13 [Pipeline] } 03:56:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:56:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:14 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:56:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:56:14 $ docker top f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 -eo pid,comm 03:56:14 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:56:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:15 [ssh-agent] Looking for ssh-agent implementation... 03:56:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:15 $ docker exec f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 ssh-agent 03:56:15 SSH_AUTH_SOCK=/tmp/ssh-Sq9OU4pbngDg/agent.33 03:56:15 SSH_AGENT_PID=38 03:56:15 Running ssh-add (command line suppressed) 03:56:15 Identity added: /w/workspace/edgex-go/839@tmp/private_key_1366215232783095819.key (/w/workspace/edgex-go/839@tmp/private_key_1366215232783095819.key) 03:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:15 + git semver tag 03:56:16 2025-05-26 03:56:15,993 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:16 2025-05-26 03:56:15,997 [run_tag] DEBUG tag force:False 03:56:16 2025-05-26 03:56:15,997 [check_head_tag] DEBUG check head tag 03:56:16 2025-05-26 03:56:15,998 [execute] INFO git cat-file --batch-check 03:56:16 2025-05-26 03:56:15,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839, stdin=, shell=False, universal_newlines=False) 03:56:16 2025-05-26 03:56:16,000 [execute] INFO git cat-file --batch 03:56:16 2025-05-26 03:56:16,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/839, stdin=, shell=False, universal_newlines=False) 03:56:16 2025-05-26 03:56:16,012 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:16 2025-05-26 03:56:16,012 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 03:56:16 2025-05-26 03:56:16,012 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) 03:56:16 2025-05-26 03:56:16,015 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:16 4.1.0-dev.12 [Pipeline] } 03:56:16 $ docker exec --env ******** --env ******** f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 ssh-agent -k 03:56:16 unset SSH_AUTH_SOCK; 03:56:16 unset SSH_AGENT_PID; 03:56:16 echo Agent pid 38 killed; 03:56:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:16 + git semver [Pipeline] } 03:56:17 $ docker stop --time=1 f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 03:56:18 $ docker rm -f --volumes f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:19 03:56:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:19 0.23.1-centos7: Pulling from edgex-lftools 03:56:19 ab5ef0e58194: Pulling fs layer 03:56:19 9712f1f96733: Pulling fs layer 03:56:19 63f879dbbcfc: Pulling fs layer 03:56:19 0d9ebad4ef96: Pulling fs layer 03:56:19 e9a5061849ea: Pulling fs layer 03:56:19 d747dcd14b5f: Pulling fs layer 03:56:19 2de7ff778b66: Pulling fs layer 03:56:19 0d9ebad4ef96: Waiting 03:56:19 e9a5061849ea: Waiting 03:56:19 d747dcd14b5f: Waiting 03:56:19 2de7ff778b66: Waiting 03:56:19 9712f1f96733: Verifying Checksum 03:56:19 9712f1f96733: Download complete 03:56:19 63f879dbbcfc: Verifying Checksum 03:56:19 63f879dbbcfc: Download complete 03:56:19 e9a5061849ea: Verifying Checksum 03:56:19 e9a5061849ea: Download complete 03:56:19 d747dcd14b5f: Download complete 03:56:19 0d9ebad4ef96: Verifying Checksum 03:56:19 0d9ebad4ef96: Download complete 03:56:19 ab5ef0e58194: Verifying Checksum 03:56:19 ab5ef0e58194: Download complete 03:56:19 2de7ff778b66: Verifying Checksum 03:56:19 2de7ff778b66: Download complete 03:56:23 ab5ef0e58194: Pull complete 03:56:23 9712f1f96733: Pull complete 03:56:23 63f879dbbcfc: Pull complete 03:56:27 0d9ebad4ef96: Pull complete 03:56:27 e9a5061849ea: Pull complete 03:56:27 d747dcd14b5f: Pull complete 03:56:29 2de7ff778b66: Pull complete 03:56:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:56:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:29 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:56:31 $ docker top 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:56:31 provisioning config files... 03:56:31 copy managed file [sigul-config] to file:/w/workspace/edgex-go/839@tmp/config11426564303251988059tmp 03:56:31 copy managed file [sigul-password] to file:/w/workspace/edgex-go/839@tmp/config4885503641242262735tmp 03:56:31 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/839@tmp/config7098735350455118229tmp [Pipeline] { [Pipeline] echo 03:56:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:56:31 ---> sigul-configuration.sh 03:56:31 gpg: directory `/root/.gnupg' created 03:56:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:56:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:56:31 gpg: keyring `/root/.gnupg/secring.gpg' created 03:56:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:56:31 gpg: CAST5 encrypted data 03:56:31 gpg: encrypted with 1 passphrase 03:56:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:56:32 + mkdir /home/jenkins 03:56:32 + mkdir /home/jenkins/sigul [Pipeline] sh 03:56:32 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:56:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:56:32 ---> sigul-install.sh 03:56:32 Sigul already installed; skipping installation. [Pipeline] sh 03:56:33 + git tag --list 03:56:33 0.6.0 03:56:33 0.6.1 03:56:33 0.7.0 03:56:33 0.7.1 03:56:33 v1.0.0 03:56:33 v1.0.1 03:56:33 v1.1.0 03:56:33 v1.2.0 03:56:33 v1.2.1 03:56:33 v1.3.0 03:56:33 v1.3.1 03:56:33 v2.0.0 03:56:33 v2.1.0 03:56:33 v2.1.1 03:56:33 v2.2.0 03:56:33 v2.3.0 03:56:33 v3.0 03:56:33 v3.0.0 03:56:33 v3.1 03:56:33 v3.1.0 03:56:33 v3.1.1 03:56:33 v4.0 03:56:33 v4.0.0 03:56:33 v4.0.1 03:56:33 v4.1.0-dev.1 03:56:33 v4.1.0-dev.10 03:56:33 v4.1.0-dev.11 03:56:33 v4.1.0-dev.12 03:56:33 v4.1.0-dev.2 03:56:33 v4.1.0-dev.3 03:56:33 v4.1.0-dev.4 03:56:33 v4.1.0-dev.5 03:56:33 v4.1.0-dev.6 03:56:33 v4.1.0-dev.7 03:56:33 v4.1.0-dev.8 03:56:33 v4.1.0-dev.9 [Pipeline] sh 03:56:33 + lftools sign git-tag v4.1.0-dev.12 03:56:33 Signing Git tag with Sigul... 03:56:33 Signing v4.1.0-dev.12 [Pipeline] echo 03:56:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:56:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:56:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:56:34 $ docker stop --time=1 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 03:56:36 $ docker rm -f --volumes 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:56:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:37 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:56:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:56:37 $ docker top 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 -eo pid,comm 03:56:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:56:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:37 [ssh-agent] Looking for ssh-agent implementation... 03:56:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:37 $ docker exec 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 ssh-agent 03:56:37 SSH_AUTH_SOCK=/tmp/ssh-tI23Jfdxz84s/agent.31 03:56:37 SSH_AGENT_PID=37 03:56:37 Running ssh-add (command line suppressed) 03:56:37 Identity added: /w/workspace/edgex-go/839@tmp/private_key_3727314301168913630.key (/w/workspace/edgex-go/839@tmp/private_key_3727314301168913630.key) 03:56:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:38 + git semver bump pre 03:56:38 2025-05-26 03:56:38,391 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:38 2025-05-26 03:56:38,397 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:38 2025-05-26 03:56:38,397 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev 03:56:38 2025-05-26 03:56:38,397 [bump_version] DEBUG bumped version:4.1.0-dev.13 03:56:38 2025-05-26 03:56:38,397 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/edgex-go/839/.semver/main with force:True 03:56:38 2025-05-26 03:56:38,397 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:38 2025-05-26 03:56:38,398 [write_file] DEBUG write to file:/w/workspace/edgex-go/839/.semver/main 03:56:38 2025-05-26 03:56:38,400 [execute] INFO git cat-file --batch-check 03:56:38 2025-05-26 03:56:38,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) 03:56:38 2025-05-26 03:56:38,403 [execute] INFO git cat-file --batch 03:56:38 2025-05-26 03:56:38,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) 03:56:38 2025-05-26 03:56:38,407 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:38 4.1.0-dev.13 [Pipeline] } 03:56:38 $ docker exec --env ******** --env ******** 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 ssh-agent -k 03:56:38 unset SSH_AUTH_SOCK; 03:56:38 unset SSH_AGENT_PID; 03:56:38 echo Agent pid 37 killed; 03:56:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:39 + git semver [Pipeline] } 03:56:39 $ docker stop --time=1 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 03:56:41 $ docker rm -f --volumes 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 [Pipeline] // withDockerContainer [Pipeline] sh 03:56:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:41 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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 03:56:42 $ docker top b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 -eo pid,comm 03:56:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:56:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:42 [ssh-agent] Looking for ssh-agent implementation... 03:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:42 $ docker exec b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 ssh-agent 03:56:42 SSH_AUTH_SOCK=/tmp/ssh-unYcmLbFu8yU/agent.32 03:56:42 SSH_AGENT_PID=38 03:56:42 Running ssh-add (command line suppressed) 03:56:42 Identity added: /w/workspace/edgex-go/839@tmp/private_key_8900088332722511972.key (/w/workspace/edgex-go/839@tmp/private_key_8900088332722511972.key) 03:56:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:43 + git semver push 03:56:43 2025-05-26 03:56:43,259 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:43 2025-05-26 03:56:43,263 [run_push] DEBUG push 03:56:43 2025-05-26 03:56:43,264 [execute] INFO git cat-file --batch-check 03:56:43 2025-05-26 03:56:43,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) 03:56:43 2025-05-26 03:56:43,266 [execute] INFO git rev-list 6437d2b6d439621d25a578c6b3a77299149a106d -- 03:56:43 2025-05-26 03:56:43,266 [execute] DEBUG Popen(['git', 'rev-list', '6437d2b6d439621d25a578c6b3a77299149a106d', '--'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=False) 03:56:43 2025-05-26 03:56:43,283 [execute] INFO git fetch -v -- origin 03:56:43 2025-05-26 03:56:43,283 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=True) 03:56:44 2025-05-26 03:56:43,875 [run_push] DEBUG no remote changes detected 03:56:44 2025-05-26 03:56:43,875 [execute] INFO git push origin semver 03:56:44 2025-05-26 03:56:43,875 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=False) 03:56:44 2025-05-26 03:56:44,592 [run_push] DEBUG push all version tags 03:56:44 2025-05-26 03:56:44,592 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:56:44 2025-05-26 03:56:44,592 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) 03:56:45 2025-05-26 03:56:45,186 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main 03:56:45 4.1.0-dev.13 [Pipeline] } 03:56:45 $ docker exec --env ******** --env ******** b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 ssh-agent -k 03:56:45 unset SSH_AUTH_SOCK; 03:56:45 unset SSH_AGENT_PID; 03:56:45 echo Agent pid 38 killed; 03:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:45 + git semver [Pipeline] } 03:56:46 $ docker stop --time=1 b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 03:56:47 $ docker rm -f --volumes b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:56:48 + [ -d /w/workspace/edgex-go/839/archives ] [Pipeline] libraryResource [Pipeline] sh 03:56:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:56:49 ---> package-listing.sh 03:56:49 ++ facter osfamily 03:56:49 ++ tr '[:upper:]' '[:lower:]' 03:56:49 + OS_FAMILY=debian 03:56:49 + workspace=/w/workspace/edgex-go/839 03:56:49 + START_PACKAGES=/tmp/packages_start.txt 03:56:49 + END_PACKAGES=/tmp/packages_end.txt 03:56:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:56:49 + PACKAGES=/tmp/packages_start.txt 03:56:49 + '[' /w/workspace/edgex-go/839 ']' 03:56:49 + PACKAGES=/tmp/packages_end.txt 03:56:49 + case "${OS_FAMILY}" in 03:56:49 + dpkg -l 03:56:49 + grep '^ii' 03:56:49 + '[' -f /tmp/packages_start.txt ']' 03:56:49 + '[' -f /tmp/packages_end.txt ']' 03:56:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:56:49 + '[' /w/workspace/edgex-go/839 ']' 03:56:49 + mkdir -p /w/workspace/edgex-go/839/archives/ 03:56:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/839/archives/ [Pipeline] echo 03:56:49 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/839/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:56:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:50 03:56:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:51 latest: Pulling from edgex-lftools-log-publisher 03:56:51 5eb5b503b376: Pulling fs layer 03:56:51 5c69ac0246d0: Pulling fs layer 03:56:51 ec43610c2a17: Pulling fs layer 03:56:51 3a2ae6a8a46f: Pulling fs layer 03:56:51 33b1e0a273af: Pulling fs layer 03:56:51 5d3b04190fa2: Pulling fs layer 03:56:51 2f39f015ded8: Pulling fs layer 03:56:51 33b1e0a273af: Waiting 03:56:51 5d3b04190fa2: Waiting 03:56:51 2f39f015ded8: Waiting 03:56:51 3a2ae6a8a46f: Waiting 03:56:51 5c69ac0246d0: Download complete 03:56:51 3a2ae6a8a46f: Verifying Checksum 03:56:51 3a2ae6a8a46f: Download complete 03:56:51 33b1e0a273af: Verifying Checksum 03:56:51 33b1e0a273af: Download complete 03:56:51 ec43610c2a17: Verifying Checksum 03:56:51 ec43610c2a17: Download complete 03:56:51 5eb5b503b376: Verifying Checksum 03:56:51 5eb5b503b376: Download complete 03:56:51 2f39f015ded8: Download complete 03:56:52 5eb5b503b376: Pull complete 03:56:52 5c69ac0246d0: Pull complete 03:56:52 ec43610c2a17: Pull complete 03:56:52 3a2ae6a8a46f: Pull complete 03:56:53 33b1e0a273af: Pull complete 03:56:53 5d3b04190fa2: Pull complete 03:56:58 2f39f015ded8: Pull complete 03:56:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:58 prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container 03:56:58 $ 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/839/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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:57:00 $ docker top 94b69a1efa54c382150fae43534d139b1d62bb4d656dd4a4bbc9bfd821c2b575 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:00 + touch /tmp/pre-build-complete [Pipeline] sh 03:57:01 + mkdir -p /var/log/sysstat [Pipeline] sh 03:57:01 + ls /var/log/sa-host 03:57:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:01 provisioning config files... 03:57:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/839@tmp/config2922963077281727782tmp [Pipeline] { [Pipeline] echo 03:57:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:57:01 ---> create-netrc.sh [Pipeline] } 03:57:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:57:02 ---> python-tools-install.sh [Pipeline] echo 03:57:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:57:02 ---> sudo-logs.sh 03:57:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:57:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:57:02 ---> job-cost.sh 03:57:02 lf-activate-venv: SKIPPING 03:57:02 DEBUG: total: 0.10999999940395355 03:57:02 INFO: Retrieving Stack Cost... 03:57:03 INFO: Retrieving Pricing Info for: v3-standard-8 03:57:03 INFO: Archiving Costs [Pipeline] echo 03:57:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:57:03 ---> logs-deploy.sh 03:57:03 lf-activate-venv: SKIPPING 03:57:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/839 03:57:03 INFO: archiving workspace using pattern(s): 03:57:04 Archives upload complete. 03:57:05 INFO: archiving logs to Nexus 03:57:05 ---> uname -a: 03:57:05 Linux prd-ubuntu20-04-docker-8c-8g-2256 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:57:05 03:57:05 03:57:05 ---> lscpu: 03:57:05 Architecture: x86_64 03:57:05 CPU op-mode(s): 32-bit, 64-bit 03:57:05 Byte Order: Little Endian 03:57:05 Address sizes: 40 bits physical, 48 bits virtual 03:57:05 CPU(s): 8 03:57:05 On-line CPU(s) list: 0-7 03:57:05 Thread(s) per core: 1 03:57:05 Core(s) per socket: 1 03:57:05 Socket(s): 8 03:57:05 NUMA node(s): 1 03:57:05 Vendor ID: AuthenticAMD 03:57:05 CPU family: 23 03:57:05 Model: 49 03:57:05 Model name: AMD EPYC-Rome Processor 03:57:05 Stepping: 0 03:57:05 CPU MHz: 2799.998 03:57:05 BogoMIPS: 5599.99 03:57:05 Virtualization: AMD-V 03:57:05 Hypervisor vendor: KVM 03:57:05 Virtualization type: full 03:57:05 L1d cache: 256 KiB 03:57:05 L1i cache: 256 KiB 03:57:05 L2 cache: 4 MiB 03:57:05 L3 cache: 128 MiB 03:57:05 NUMA node0 CPU(s): 0-7 03:57:05 Vulnerability Itlb multihit: Not affected 03:57:05 Vulnerability L1tf: Not affected 03:57:05 Vulnerability Mds: Not affected 03:57:05 Vulnerability Meltdown: Not affected 03:57:05 Vulnerability Mmio stale data: Not affected 03:57:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:57:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:57:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:57:05 Vulnerability Srbds: Not affected 03:57:05 Vulnerability Tsx async abort: Not affected 03:57:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:57:05 03:57:05 03:57:05 ---> nproc: 03:57:05 8 03:57:05 03:57:05 03:57:05 ---> df -h: 03:57:05 Filesystem Size Used Avail Use% Mounted on 03:57:05 overlay 155G 31G 125G 20% / 03:57:05 tmpfs 64M 0 64M 0% /dev 03:57:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:57:05 shm 64M 0 64M 0% /dev/shm 03:57:05 /dev/vda1 155G 31G 125G 20% /facter-os 03:57:05 03:57:05 03:57:05 ---> sar -b -r -n DEV: 03:57:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2256) 05/26/25 _x86_64_ (8 CPU) 03:57:05 03:57:05 03:07:20 LINUX RESTART (8 CPU) 03:57:05 03:57:05 03:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:57:05 03:09:01 231.66 10.55 221.11 0.00 1748.51 141184.47 0.00 03:57:05 03:10:01 139.26 1.33 137.93 0.00 22.66 32289.70 0.00 03:57:05 03:11:01 49.57 0.05 49.52 0.00 0.40 36536.62 0.00 03:57:05 03:12:01 83.44 0.22 83.22 0.00 11.46 54895.52 0.00 03:57:05 03:13:01 617.06 4.05 613.01 0.00 2401.73 234954.44 0.00 03:57:05 03:14:02 767.20 16.11 751.09 0.00 388.87 232614.49 0.00 03:57:05 03:15:01 229.16 0.03 229.13 0.00 0.27 68895.83 0.00 03:57:05 03:16:01 387.85 0.02 387.84 0.00 0.13 92739.09 0.00 03:57:05 03:17:01 520.06 0.07 520.00 0.00 9.33 97321.11 0.00 03:57:05 03:18:01 44.71 0.08 44.63 0.00 11.19 1118.11 0.00 03:57:05 03:19:01 18.05 0.00 18.05 0.00 0.00 460.86 0.00 03:57:05 03:20:01 2.33 0.00 2.33 0.00 0.00 32.93 0.00 03:57:05 03:21:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 03:57:05 03:22:01 1.42 0.00 1.42 0.00 0.00 16.40 0.00 03:57:05 03:23:01 1.37 0.02 1.35 0.00 0.13 19.20 0.00 03:57:05 03:24:01 1.88 0.00 1.88 0.00 0.00 21.73 0.00 03:57:05 03:25:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 03:57:05 03:26:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 03:57:05 03:27:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 03:57:05 03:28:01 1.50 0.00 1.50 0.00 0.00 18.66 0.00 03:57:05 03:29:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 03:57:05 03:30:01 1.10 0.00 1.10 0.00 0.00 14.53 0.00 03:57:05 03:31:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 03:57:05 03:32:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 03:57:05 03:33:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 03:57:05 03:34:01 1.67 0.37 1.30 0.00 11.46 16.26 0.00 03:57:05 03:35:01 2.22 1.22 1.00 0.00 27.60 12.93 0.00 03:57:05 03:36:01 1.48 0.00 1.48 0.00 0.00 17.59 0.00 03:57:05 03:37:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 03:57:05 03:38:01 1.58 0.00 1.58 0.00 0.00 18.80 0.00 03:57:05 03:39:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 03:57:05 03:40:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 03:57:05 03:41:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 03:57:05 03:42:01 1.15 0.00 1.15 0.00 0.00 14.26 0.00 03:57:05 03:43:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 03:57:05 03:44:01 1.12 0.00 1.12 0.00 0.00 14.13 0.00 03:57:05 03:45:01 0.92 0.00 0.92 0.00 0.00 10.80 0.00 03:57:05 03:46:01 1.15 0.00 1.15 0.00 0.00 14.80 0.00 03:57:05 03:47:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 03:57:05 03:48:01 1.45 0.00 1.45 0.00 0.00 18.00 0.00 03:57:05 03:49:01 0.98 0.00 0.98 0.00 0.00 13.06 0.00 03:57:05 03:50:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 03:57:05 03:51:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 03:57:05 03:52:01 1.18 0.00 1.18 0.00 0.00 15.20 0.00 03:57:05 03:53:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 03:57:05 03:54:01 1.45 0.00 1.45 0.00 0.00 17.86 0.00 03:57:05 03:55:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 03:57:05 03:56:01 72.47 0.08 72.38 0.00 8.93 24162.67 0.00 03:57:05 03:57:01 182.41 0.70 181.71 0.00 23.46 54193.67 0.00 03:57:05 Average: 69.12 0.71 68.40 0.00 95.26 21861.35 0.00 03:57:05 03:57:05 03:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:57:05 03:09:01 28360584 31527088 783216 2.38 77660 3351756 1938748 5.71 1104944 3012164 808 03:57:05 03:10:01 26091172 30747468 1553216 4.72 129228 4649072 2396824 7.06 2615060 3623328 1087416 03:57:05 03:11:01 25574624 30256728 2041200 6.21 134344 4645196 3088408 9.10 2596884 4131580 531972 03:57:05 03:12:01 27327988 31535576 769960 2.34 137396 4216472 1826080 5.38 1322100 3706204 45000 03:57:05 03:13:01 19643772 31087604 1162724 3.54 181336 11147620 3545036 10.45 2442264 9942520 159368 03:57:05 03:14:02 10183596 29042736 3145304 9.57 398696 17638112 8346344 24.60 5401312 15652172 431576 03:57:05 03:15:01 6117388 27864636 4317500 13.13 416636 20374016 10745256 31.67 7855032 17116520 1363488 03:57:05 03:16:01 3504712 28782184 3403848 10.35 433192 23753968 7755716 22.86 8563972 18904988 2348980 03:57:05 03:17:01 8276072 31392696 859960 2.62 440000 21857032 2111068 6.22 3396576 19649548 664 03:57:05 03:18:01 8284780 31404380 847080 2.58 441988 21857992 2182192 6.43 3669364 19369408 504 03:57:05 03:19:01 8297968 31418360 833108 2.53 442760 21858156 2068232 6.10 4137912 18887600 28 03:57:05 03:20:01 8299764 31420356 831168 2.53 442812 21858288 2068232 6.10 4135960 18887732 180 03:57:05 03:21:01 8301032 31421664 829888 2.52 442836 21858288 2068232 6.10 4134548 18887732 12 03:57:05 03:22:01 8311008 31431652 820356 2.49 442844 21858296 2068232 6.10 4125300 18887736 228 03:57:05 03:23:01 8309600 31430312 821536 2.50 442868 21858276 2085476 6.15 4125616 18887720 260 03:57:05 03:24:01 8314356 31435072 817004 2.48 442892 21858276 2085476 6.15 4121196 18887720 44 03:57:05 03:25:01 8315052 31435776 816456 2.48 442908 21858280 2085476 6.15 4120732 18887724 8 03:57:05 03:26:01 8314964 31435840 816312 2.48 442924 21858408 2085476 6.15 4121316 18887836 212 03:57:05 03:27:01 8314988 31435900 816252 2.48 442956 21858412 2085476 6.15 4120816 18887844 8 03:57:05 03:28:01 8315544 31436524 815496 2.48 442972 21858412 2085476 6.15 4120092 18887844 44 03:57:05 03:29:01 8315472 31436480 815468 2.48 442984 21858420 2085476 6.15 4120032 18887860 8 03:57:05 03:30:01 8315480 31436500 815348 2.48 442996 21858428 2085476 6.15 4120016 18887864 64 03:57:05 03:31:01 8315676 31436724 815060 2.48 443020 21858428 2085476 6.15 4120056 18887868 8 03:57:05 03:32:01 8315844 31436900 815016 2.48 443044 21858432 2085476 6.15 4120052 18887872 60 03:57:05 03:33:01 8315860 31436968 814948 2.48 443068 21858424 2085476 6.15 4120448 18887876 36 03:57:05 03:34:01 8315172 31436664 815196 2.48 443100 21858772 2101636 6.19 4121540 18888008 4 03:57:05 03:35:01 8309764 31433148 818628 2.49 443116 21859608 2117948 6.24 4125612 18888312 12 03:57:05 03:36:01 8309620 31433004 818692 2.49 443136 21859608 2117948 6.24 4125716 18888236 140 03:57:05 03:37:01 8310076 31433496 818260 2.49 443156 21859612 2117948 6.24 4125440 18888240 8 03:57:05 03:38:01 8310260 31433684 818216 2.49 443172 21859600 2117948 6.24 4125496 18888240 16 03:57:05 03:39:01 8310208 31433672 818440 2.49 443188 21859616 2117948 6.24 4125480 18888244 16 03:57:05 03:40:01 8310176 31433684 818396 2.49 443212 21859624 2117948 6.24 4125544 18888248 12 03:57:05 03:41:01 8310404 31433912 818100 2.49 443236 21859624 2117948 6.24 4125532 18888248 8 03:57:05 03:42:01 8310348 31433892 818076 2.49 443252 21859628 2117948 6.24 4125572 18888256 60 03:57:05 03:43:01 8310120 31433664 818224 2.49 443272 21859628 2117948 6.24 4125624 18888256 8 03:57:05 03:44:01 8310104 31433684 818164 2.49 443280 21859632 2117948 6.24 4125608 18888256 64 03:57:05 03:45:01 8310024 31433608 818168 2.49 443292 21859636 2117948 6.24 4125592 18888260 28 03:57:05 03:46:01 8309968 31433584 818128 2.49 443316 21859640 2117948 6.24 4125636 18888264 68 03:57:05 03:47:01 8309848 31433468 818112 2.49 443328 21859644 2117948 6.24 4126084 18888268 208 03:57:05 03:48:01 8309904 31433552 818028 2.49 443376 21859624 2117948 6.24 4125724 18888272 56 03:57:05 03:49:01 8309832 31433572 817960 2.49 443412 21859652 2117948 6.24 4125748 18888280 44 03:57:05 03:50:01 8310024 31433768 817904 2.49 443444 21859656 2117948 6.24 4125732 18888284 8 03:57:05 03:51:01 8309504 31433284 818372 2.49 443464 21859656 2117948 6.24 4125776 18888284 8 03:57:05 03:52:01 8309172 31433000 818612 2.49 443488 21859660 2117948 6.24 4125836 18888292 60 03:57:05 03:53:01 8309008 31432872 818864 2.49 443528 21859652 2117948 6.24 4125956 18888284 24 03:57:05 03:54:01 8309496 31433380 818288 2.49 443560 21859664 2117948 6.24 4125880 18888292 12 03:57:05 03:55:01 8309732 31433664 818004 2.49 443568 21859668 2101824 6.19 4125920 18888300 4 03:57:05 03:56:01 7229140 31149696 1098324 3.34 447460 22599016 2517064 7.42 4413408 19611520 61228 03:57:05 03:57:01 6285912 31369944 875972 2.66 486060 23595884 2247220 6.62 4279544 20565260 416 03:57:05 Average: 9885206 31207878 1043889 3.17 410628 20172907 2581133 7.61 4087461 17431503 123132 03:57:05 03:57:05 03:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:57:05 03:09:01 ens3 1150.97 1030.63 12677.87 143.11 0.00 0.00 0.00 0.00 03:57:05 03:09:01 docker0 598.57 582.82 41.83 2997.23 0.00 0.00 0.00 0.00 03:57:05 03:09:01 vethccdaded 15.23 17.28 1.41 15.02 0.00 0.00 0.00 0.00 03:57:05 03:09:01 lo 4.80 4.80 0.47 0.47 0.00 0.00 0.00 0.00 03:57:05 03:10:01 ens3 302.03 212.15 1686.80 32.32 0.00 0.00 0.00 0.00 03:57:05 03:10:01 docker0 190.42 264.02 16.40 1651.94 0.00 0.00 0.00 0.00 03:57:05 03:10:01 vethd2ff380 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 03:57:05 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:11:01 ens3 36.12 24.91 28.35 15.14 0.00 0.00 0.00 0.00 03:57:05 03:11:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 03:57:05 03:11:01 vethd2ff380 1.37 1.38 0.12 0.12 0.00 0.00 0.00 0.00 03:57:05 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:12:01 ens3 95.68 61.11 2220.93 19.78 0.00 0.00 0.00 0.00 03:57:05 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:12:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethde2de92 23.18 30.83 2.24 15.44 0.00 0.00 0.00 0.00 03:57:05 03:13:01 ens3 471.67 288.82 4678.08 41.66 0.00 0.00 0.00 0.00 03:57:05 03:13:01 veth5f389ef 23.31 31.08 2.25 15.46 0.00 0.00 0.00 0.00 03:57:05 03:13:01 docker0 198.10 287.09 15.13 1505.54 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethe136fd4 23.55 31.19 2.26 15.49 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethcce5845 23.20 30.81 2.24 15.45 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethbc74cca 23.10 31.04 2.23 15.46 0.00 0.00 0.00 0.00 03:57:05 03:13:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethf1911f7 23.21 30.44 2.24 15.43 0.00 0.00 0.00 0.00 03:57:05 03:13:01 vethd834874 0.37 1.27 0.03 0.17 0.00 0.00 0.00 0.00 03:57:05 03:14:02 vethd4f0386 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth16f94a6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 ens3 727.75 356.90 7278.10 43.39 0.00 0.00 0.00 0.00 03:57:05 03:14:02 docker0 345.61 709.46 30.89 7263.88 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth7b9b6e4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 vethcce3f26 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 vethd1a1522 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth6d08744 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth06589e5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth74ae2fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth4444aa5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth933dd5d 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 veth22832ae 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:57:05 03:14:02 vethd834874 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:14:02 vethf63e899 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:57:05 03:15:01 vethd4f0386 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth16f94a6 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 ens3 4.74 2.42 4.51 1.73 0.00 0.00 0.00 0.00 03:57:05 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth7b9b6e4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 vethcce3f26 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 vethd1a1522 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth6d08744 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth06589e5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth74ae2fe 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth4444aa5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth933dd5d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 veth22832ae 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 vethd834874 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:15:01 vethf63e899 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 vethd4f0386 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 ens3 6.08 3.78 4.78 2.70 0.00 0.00 0.00 0.00 03:57:05 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth7b9b6e4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 vethd1a1522 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth6d08744 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth06589e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth74ae2fe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth4444aa5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth933dd5d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 veth22832ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:16:01 vethd834874 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:16:01 vethf63e899 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:17:01 ens3 49.54 74.72 17.02 201.88 0.00 0.00 0.00 0.00 03:57:05 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:17:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 03:57:05 03:18:01 ens3 446.16 457.75 242.67 2004.42 0.00 0.00 0.00 0.00 03:57:05 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:18:01 lo 54.91 54.91 5.41 5.41 0.00 0.00 0.00 0.00 03:57:05 03:19:01 ens3 321.03 324.86 120.30 2347.89 0.00 0.00 0.00 0.00 03:57:05 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:19:01 lo 22.66 22.66 2.24 2.24 0.00 0.00 0.00 0.00 03:57:05 03:20:01 ens3 6.00 2.92 9.36 0.38 0.00 0.00 0.00 0.00 03:57:05 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:21:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:57:05 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:23:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:57:05 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:24:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:25:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:28:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 03:57:05 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:30:01 ens3 0.22 0.20 0.12 0.01 0.00 0.00 0.00 0.00 03:57:05 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:33:01 ens3 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:57:05 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:34:01 ens3 1.03 0.78 0.88 0.38 0.00 0.00 0.00 0.00 03:57:05 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:35:01 ens3 5.60 5.03 3.75 4.82 0.00 0.00 0.00 0.00 03:57:05 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:35:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:36:01 ens3 2.22 1.72 1.24 1.40 0.00 0.00 0.00 0.00 03:57:05 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:38:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:57:05 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:40:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:42:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:43:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:57:05 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:44:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:45:01 ens3 0.18 0.07 0.12 0.00 0.00 0.00 0.00 0.00 03:57:05 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:46:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:48:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:57:05 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:50:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:51:01 ens3 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:57:05 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:53:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 03:57:05 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:57:05 03:55:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:57:05 03:56:01 ens3 139.82 80.15 3928.28 14.74 0.00 0.00 0.00 0.00 03:57:05 03:56:01 veth1df97ec 0.87 0.83 0.09 0.36 0.00 0.00 0.00 0.00 03:57:05 03:56:01 docker0 0.87 0.73 0.08 0.35 0.00 0.00 0.00 0.00 03:57:05 03:56:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 03:57:05 03:57:01 ens3 401.95 268.79 6676.96 171.22 0.00 0.00 0.00 0.00 03:57:05 03:57:01 docker0 58.95 98.97 5.78 876.49 0.00 0.00 0.00 0.00 03:57:05 03:57:01 lo 2.27 2.27 0.24 0.24 0.00 0.00 0.00 0.00 03:57:05 Average: ens3 85.17 65.33 808.08 103.06 0.00 0.00 0.00 0.00 03:57:05 Average: docker0 28.46 39.70 2.25 291.89 0.00 0.00 0.00 0.00 03:57:05 Average: lo 1.92 1.92 0.19 0.19 0.00 0.00 0.00 0.00 03:57:05 03:57:05 03:57:05 ---> sar -P ALL: 03:57:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2256) 05/26/25 _x86_64_ (8 CPU) 03:57:05 03:57:05 03:07:20 LINUX RESTART (8 CPU) 03:57:05 03:57:05 03:08:01 CPU %user %nice %system %iowait %steal %idle 03:57:05 03:09:01 all 8.81 0.00 3.42 3.80 0.06 83.91 03:57:05 03:09:01 0 9.89 0.00 3.08 5.89 0.05 81.09 03:57:05 03:09:01 1 8.28 0.00 3.56 0.14 0.08 87.94 03:57:05 03:09:01 2 10.72 0.00 3.70 8.39 0.05 77.14 03:57:05 03:09:01 3 9.26 0.00 2.95 0.66 0.05 87.08 03:57:05 03:09:01 4 5.96 0.00 2.69 7.44 0.05 83.86 03:57:05 03:09:01 5 10.50 0.00 3.46 4.46 0.07 81.52 03:57:05 03:09:01 6 7.33 0.00 2.97 3.09 0.08 86.52 03:57:05 03:09:01 7 8.52 0.00 4.98 0.27 0.05 86.18 03:57:05 03:10:01 all 35.64 0.00 6.34 1.11 0.10 56.81 03:57:05 03:10:01 0 37.05 0.00 6.41 1.48 0.10 54.96 03:57:05 03:10:01 1 36.44 0.00 6.47 0.02 0.10 56.96 03:57:05 03:10:01 2 35.96 0.00 6.36 0.44 0.10 57.14 03:57:05 03:10:01 3 35.02 0.00 7.58 4.29 0.10 53.01 03:57:05 03:10:01 4 36.52 0.00 6.80 2.46 0.10 54.12 03:57:05 03:10:01 5 34.75 0.00 6.04 0.08 0.08 59.04 03:57:05 03:10:01 6 33.54 0.00 5.82 0.07 0.10 60.48 03:57:05 03:10:01 7 35.86 0.00 5.22 0.05 0.08 58.78 03:57:05 03:11:01 all 48.22 0.00 5.88 0.98 0.10 44.82 03:57:05 03:11:01 0 46.34 0.00 6.21 6.19 0.13 41.12 03:57:05 03:11:01 1 49.24 0.00 5.96 0.18 0.12 44.50 03:57:05 03:11:01 2 48.04 0.00 5.92 0.32 0.10 45.63 03:57:05 03:11:01 3 49.22 0.00 6.15 0.39 0.10 44.14 03:57:05 03:11:01 4 48.43 0.00 6.26 0.12 0.08 45.10 03:57:05 03:11:01 5 47.69 0.00 5.20 0.27 0.10 46.74 03:57:05 03:11:01 6 48.75 0.00 5.48 0.03 0.10 45.64 03:57:05 03:11:01 7 48.03 0.00 5.85 0.37 0.10 45.65 03:57:05 03:12:01 all 38.30 0.00 6.66 0.96 0.09 53.99 03:57:05 03:12:01 0 37.83 0.00 8.06 7.28 0.10 46.73 03:57:05 03:12:01 1 39.29 0.00 6.73 0.05 0.08 53.84 03:57:05 03:12:01 2 38.96 0.00 6.58 0.03 0.10 54.33 03:57:05 03:12:01 3 38.84 0.00 6.13 0.22 0.08 54.73 03:57:05 03:12:01 4 37.31 0.00 6.70 0.03 0.10 55.85 03:57:05 03:12:01 5 37.68 0.00 6.05 0.02 0.08 56.16 03:57:05 03:12:01 6 35.92 0.00 6.57 0.02 0.08 57.41 03:57:05 03:12:01 7 40.58 0.00 6.50 0.02 0.08 52.82 03:57:05 03:13:01 all 19.68 0.00 7.64 24.35 0.09 48.25 03:57:05 03:13:01 0 19.77 0.00 6.95 22.13 0.10 51.05 03:57:05 03:13:01 1 18.85 0.00 8.98 32.29 0.08 39.80 03:57:05 03:13:01 2 19.26 0.00 8.00 33.82 0.08 38.84 03:57:05 03:13:01 3 20.05 0.00 7.17 8.31 0.07 64.40 03:57:05 03:13:01 4 20.82 0.00 7.61 24.19 0.08 47.30 03:57:05 03:13:01 5 20.53 0.00 7.15 19.84 0.10 52.37 03:57:05 03:13:01 6 19.68 0.00 7.17 16.18 0.08 56.90 03:57:05 03:13:01 7 18.43 0.00 8.12 38.20 0.10 35.15 03:57:05 03:14:02 all 26.96 0.00 7.55 18.10 0.08 47.30 03:57:05 03:14:02 0 27.15 0.00 8.01 10.24 0.08 54.51 03:57:05 03:14:02 1 26.56 0.00 8.42 46.33 0.08 18.59 03:57:05 03:14:02 2 26.88 0.00 7.89 41.90 0.08 23.24 03:57:05 03:14:02 3 26.71 0.00 8.05 13.85 0.08 51.31 03:57:05 03:14:02 4 27.89 0.00 6.71 5.86 0.07 59.48 03:57:05 03:14:02 5 26.67 0.00 6.84 11.50 0.08 54.90 03:57:05 03:14:02 6 27.39 0.00 7.14 8.35 0.07 57.06 03:57:05 03:14:02 7 26.42 0.00 7.39 7.03 0.07 59.09 03:57:05 03:15:01 all 89.89 0.00 9.97 0.00 0.15 0.00 03:57:05 03:15:01 0 89.92 0.00 9.95 0.00 0.14 0.00 03:57:05 03:15:01 1 90.60 0.00 9.27 0.00 0.14 0.00 03:57:05 03:15:01 2 89.11 0.00 10.74 0.00 0.15 0.00 03:57:05 03:15:01 3 90.78 0.00 9.06 0.00 0.15 0.00 03:57:05 03:15:01 4 89.85 0.00 9.98 0.00 0.17 0.00 03:57:05 03:15:01 5 90.29 0.00 9.57 0.00 0.14 0.00 03:57:05 03:15:01 6 89.56 0.00 10.28 0.00 0.15 0.00 03:57:05 03:15:01 7 89.00 0.00 10.86 0.00 0.14 0.00 03:57:05 03:16:01 all 91.18 0.00 8.68 0.00 0.15 0.00 03:57:05 03:16:01 0 91.18 0.00 8.65 0.00 0.17 0.00 03:57:05 03:16:01 1 91.82 0.00 8.05 0.00 0.13 0.00 03:57:05 03:16:01 2 90.22 0.00 9.65 0.00 0.13 0.00 03:57:05 03:16:01 3 91.17 0.00 8.70 0.00 0.13 0.00 03:57:05 03:16:01 4 91.54 0.00 8.31 0.00 0.15 0.00 03:57:05 03:16:01 5 91.50 0.00 8.35 0.00 0.15 0.00 03:57:05 03:16:01 6 91.65 0.00 8.20 0.00 0.15 0.00 03:57:05 03:16:01 7 90.35 0.00 9.50 0.00 0.15 0.00 03:57:05 03:17:01 all 23.01 0.00 3.87 12.92 0.06 60.14 03:57:05 03:17:01 0 23.52 0.00 3.70 6.69 0.07 66.02 03:57:05 03:17:01 1 23.09 0.00 3.74 5.63 0.07 67.47 03:57:05 03:17:01 2 23.10 0.00 3.83 13.77 0.07 59.23 03:57:05 03:17:01 3 22.89 0.00 3.43 6.53 0.05 67.11 03:57:05 03:17:01 4 22.39 0.00 4.00 7.13 0.05 66.43 03:57:05 03:17:01 5 23.48 0.00 3.63 4.36 0.07 68.46 03:57:05 03:17:01 6 22.88 0.00 3.91 4.50 0.07 68.63 03:57:05 03:17:01 7 22.69 0.00 4.75 54.96 0.07 17.54 03:57:05 03:18:01 all 7.34 0.00 1.13 1.75 0.08 89.70 03:57:05 03:18:01 0 7.42 0.00 1.41 0.64 0.10 90.43 03:57:05 03:18:01 1 6.04 0.00 1.45 0.10 0.08 92.33 03:57:05 03:18:01 2 7.94 0.00 1.23 0.20 0.08 90.54 03:57:05 03:18:01 3 7.25 0.00 1.10 0.80 0.08 90.77 03:57:05 03:18:01 4 7.03 0.00 1.09 0.18 0.08 91.62 03:57:05 03:18:01 5 7.02 0.00 1.06 11.21 0.08 80.64 03:57:05 03:18:01 6 7.80 0.00 0.79 0.05 0.05 91.31 03:57:05 03:18:01 7 8.19 0.00 0.94 0.84 0.08 89.95 03:57:05 03:19:01 all 8.78 0.00 0.67 0.10 0.06 90.39 03:57:05 03:19:01 0 8.91 0.00 0.89 0.02 0.07 90.12 03:57:05 03:19:01 1 9.79 0.00 0.82 0.02 0.07 89.30 03:57:05 03:19:01 2 5.54 0.00 0.53 0.00 0.05 93.88 03:57:05 03:19:01 3 11.89 0.00 0.74 0.30 0.07 87.00 03:57:05 03:19:01 4 7.67 0.00 0.53 0.32 0.07 91.41 03:57:05 03:19:01 5 9.51 0.00 0.72 0.02 0.07 89.69 03:57:05 03:19:01 6 6.48 0.00 0.38 0.08 0.07 92.99 03:57:05 03:19:01 7 10.44 0.00 0.77 0.02 0.07 88.71 03:57:05 03:57:05 03:19:01 CPU %user %nice %system %iowait %steal %idle 03:57:05 03:20:01 all 0.03 0.00 0.03 0.01 0.01 99.92 03:57:05 03:20:01 0 0.07 0.00 0.03 0.00 0.00 99.90 03:57:05 03:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:20:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:20:01 3 0.03 0.00 0.03 0.03 0.02 99.88 03:57:05 03:20:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:57:05 03:20:01 5 0.00 0.00 0.03 0.00 0.00 99.97 03:57:05 03:20:01 6 0.03 0.00 0.05 0.00 0.00 99.92 03:57:05 03:20:01 7 0.10 0.00 0.07 0.00 0.03 99.80 03:57:05 03:21:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:57:05 03:21:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:57:05 03:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:21:01 3 0.05 0.00 0.05 0.02 0.02 99.87 03:57:05 03:21:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:57:05 03:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:21:01 7 0.03 0.00 0.05 0.00 0.02 99.90 03:57:05 03:22:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:57:05 03:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:22:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:57:05 03:22:01 4 0.00 0.00 0.03 0.03 0.02 99.92 03:57:05 03:22:01 5 0.03 0.00 0.05 0.00 0.02 99.90 03:57:05 03:22:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:23:01 all 0.06 0.00 0.03 0.05 0.01 99.86 03:57:05 03:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:23:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:57:05 03:23:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:23:01 3 0.22 0.00 0.03 0.00 0.00 99.75 03:57:05 03:23:01 4 0.02 0.00 0.02 0.37 0.00 99.60 03:57:05 03:23:01 5 0.08 0.00 0.03 0.00 0.02 99.87 03:57:05 03:23:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:57:05 03:24:01 all 0.28 0.00 0.01 0.01 0.01 99.69 03:57:05 03:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:57:05 03:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:24:01 3 2.00 0.00 0.02 0.00 0.02 97.96 03:57:05 03:24:01 4 0.00 0.00 0.00 0.02 0.02 99.97 03:57:05 03:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:24:01 6 0.07 0.00 0.02 0.03 0.02 99.87 03:57:05 03:24:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:25:01 all 0.26 0.00 0.02 0.00 0.01 99.71 03:57:05 03:25:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:25:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:25:01 3 1.91 0.00 0.02 0.00 0.02 98.06 03:57:05 03:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:25:01 5 0.07 0.00 0.02 0.00 0.00 99.92 03:57:05 03:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:25:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:26:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:57:05 03:26:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:26:01 1 0.05 0.00 0.00 0.00 0.02 99.93 03:57:05 03:26:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:26:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:57:05 03:26:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:26:01 6 0.00 0.00 0.00 0.02 0.02 99.97 03:57:05 03:26:01 7 0.05 0.00 0.02 0.00 0.02 99.92 03:57:05 03:27:01 all 0.10 0.00 0.01 0.00 0.01 99.87 03:57:05 03:27:01 0 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:27:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:57:05 03:27:01 3 0.68 0.00 0.00 0.00 0.02 99.30 03:57:05 03:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:27:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:27:01 6 0.02 0.00 0.00 0.02 0.00 99.97 03:57:05 03:27:01 7 0.08 0.00 0.05 0.00 0.03 99.83 03:57:05 03:28:01 all 0.03 0.00 0.03 0.00 0.01 99.93 03:57:05 03:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:57:05 03:28:01 2 0.07 0.00 0.05 0.00 0.02 99.87 03:57:05 03:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:28:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:57:05 03:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:28:01 7 0.05 0.00 0.07 0.00 0.00 99.88 03:57:05 03:29:01 all 0.22 0.00 0.02 0.00 0.01 99.75 03:57:05 03:29:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:29:01 2 0.05 0.00 0.05 0.00 0.03 99.87 03:57:05 03:29:01 3 1.55 0.00 0.03 0.00 0.00 98.42 03:57:05 03:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:29:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:30:01 all 0.14 0.00 0.01 0.00 0.01 99.84 03:57:05 03:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:30:01 1 0.05 0.00 0.00 0.00 0.00 99.95 03:57:05 03:30:01 2 0.08 0.00 0.00 0.00 0.02 99.90 03:57:05 03:30:01 3 0.83 0.00 0.00 0.00 0.02 99.15 03:57:05 03:30:01 4 0.03 0.00 0.00 0.02 0.00 99.95 03:57:05 03:30:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:57:05 03:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:30:01 7 0.05 0.00 0.00 0.00 0.00 99.95 03:57:05 03:57:05 03:30:01 CPU %user %nice %system %iowait %steal %idle 03:57:05 03:31:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:57:05 03:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:31:01 2 0.05 0.00 0.03 0.00 0.03 99.88 03:57:05 03:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:31:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:57:05 03:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:32:01 all 0.04 0.00 0.01 0.00 0.01 99.93 03:57:05 03:32:01 0 0.05 0.00 0.00 0.00 0.02 99.93 03:57:05 03:32:01 1 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:32:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:57:05 03:32:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:32:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:57:05 03:32:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:57:05 03:32:01 6 0.10 0.00 0.00 0.02 0.02 99.87 03:57:05 03:32:01 7 0.05 0.00 0.00 0.00 0.02 99.93 03:57:05 03:33:01 all 0.02 0.00 0.01 0.01 0.01 99.95 03:57:05 03:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:57:05 03:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:33:01 2 0.10 0.00 0.02 0.00 0.03 99.85 03:57:05 03:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:33:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:57:05 03:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:33:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:57:05 03:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:34:01 all 0.08 0.00 0.01 0.01 0.01 99.89 03:57:05 03:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:57:05 03:34:01 2 0.15 0.00 0.03 0.02 0.03 99.77 03:57:05 03:34:01 3 0.10 0.00 0.00 0.00 0.03 99.87 03:57:05 03:34:01 4 0.03 0.00 0.00 0.02 0.00 99.95 03:57:05 03:34:01 5 0.10 0.00 0.00 0.00 0.00 99.90 03:57:05 03:34:01 6 0.17 0.00 0.00 0.00 0.02 99.82 03:57:05 03:34:01 7 0.02 0.00 0.03 0.02 0.02 99.92 03:57:05 03:35:01 all 0.18 0.00 0.03 0.01 0.01 99.77 03:57:05 03:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:35:01 2 0.28 0.00 0.07 0.03 0.03 99.58 03:57:05 03:35:01 3 0.08 0.00 0.05 0.00 0.00 99.87 03:57:05 03:35:01 4 0.15 0.00 0.03 0.00 0.00 99.82 03:57:05 03:35:01 5 0.13 0.00 0.03 0.02 0.02 99.80 03:57:05 03:35:01 6 0.68 0.00 0.02 0.02 0.00 99.28 03:57:05 03:35:01 7 0.10 0.00 0.03 0.00 0.00 99.87 03:57:05 03:36:01 all 0.03 0.00 0.02 0.00 0.01 99.93 03:57:05 03:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:36:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:36:01 2 0.08 0.00 0.05 0.00 0.02 99.85 03:57:05 03:36:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:36:01 4 0.02 0.00 0.03 0.02 0.00 99.93 03:57:05 03:36:01 5 0.05 0.00 0.00 0.00 0.00 99.95 03:57:05 03:36:01 6 0.07 0.00 0.02 0.02 0.02 99.88 03:57:05 03:36:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:57:05 03:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:37:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:37:01 2 0.08 0.00 0.03 0.00 0.03 99.85 03:57:05 03:37:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:37:01 7 0.05 0.00 0.02 0.00 0.02 99.92 03:57:05 03:38:01 all 0.14 0.00 0.01 0.01 0.01 99.83 03:57:05 03:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:38:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:38:01 2 0.02 0.00 0.03 0.00 0.03 99.92 03:57:05 03:38:01 3 1.01 0.00 0.00 0.00 0.00 98.99 03:57:05 03:38:01 4 0.00 0.00 0.00 0.03 0.02 99.95 03:57:05 03:38:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:38:01 6 0.03 0.00 0.00 0.03 0.02 99.92 03:57:05 03:38:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:39:01 all 0.28 0.00 0.01 0.01 0.01 99.69 03:57:05 03:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:39:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:39:01 2 0.08 0.00 0.07 0.00 0.03 99.82 03:57:05 03:39:01 3 2.00 0.00 0.02 0.00 0.02 97.96 03:57:05 03:39:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:57:05 03:39:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:39:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:39:01 7 0.02 0.00 0.00 0.02 0.00 99.97 03:57:05 03:40:01 all 0.03 0.00 0.01 0.03 0.01 99.92 03:57:05 03:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:40:01 2 0.03 0.00 0.05 0.00 0.03 99.88 03:57:05 03:40:01 3 0.17 0.00 0.00 0.00 0.02 99.82 03:57:05 03:40:01 4 0.00 0.00 0.00 0.10 0.00 99.90 03:57:05 03:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:40:01 7 0.00 0.00 0.00 0.12 0.02 99.87 03:57:05 03:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:57:05 03:41:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:41:01 2 0.02 0.00 0.05 0.00 0.03 99.90 03:57:05 03:41:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:41:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:57:05 03:41:01 5 0.05 0.00 0.05 0.00 0.02 99.88 03:57:05 03:41:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:41:01 7 0.02 0.00 0.02 0.02 0.00 99.95 03:57:05 03:57:05 03:41:01 CPU %user %nice %system %iowait %steal %idle 03:57:05 03:42:01 all 0.01 0.00 0.02 0.00 0.01 99.95 03:57:05 03:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:42:01 2 0.05 0.00 0.03 0.00 0.03 99.88 03:57:05 03:42:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:42:01 5 0.02 0.00 0.07 0.00 0.02 99.90 03:57:05 03:42:01 6 0.00 0.00 0.02 0.02 0.02 99.95 03:57:05 03:42:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:57:05 03:43:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:43:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:43:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:43:01 6 0.05 0.00 0.00 0.02 0.00 99.93 03:57:05 03:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:44:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:57:05 03:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:44:01 2 0.00 0.00 0.03 0.00 0.03 99.93 03:57:05 03:44:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:44:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:57:05 03:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:44:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:44:01 7 0.00 0.00 0.02 0.02 0.00 99.97 03:57:05 03:45:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:57:05 03:45:01 0 0.05 0.00 0.02 0.00 0.03 99.90 03:57:05 03:45:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:57:05 03:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 03:57:05 03:45:01 6 0.02 0.00 0.02 0.02 0.02 99.93 03:57:05 03:45:01 7 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:57:05 03:46:01 0 0.05 0.00 0.07 0.00 0.03 99.85 03:57:05 03:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:46:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:46:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:46:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:46:01 7 0.00 0.00 0.02 0.02 0.00 99.97 03:57:05 03:47:01 all 0.02 0.00 0.01 0.00 0.02 99.95 03:57:05 03:47:01 0 0.05 0.00 0.03 0.00 0.03 99.88 03:57:05 03:47:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:47:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:47:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:57:05 03:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:47:01 6 0.02 0.00 0.02 0.02 0.02 99.93 03:57:05 03:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:48:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:57:05 03:48:01 0 0.05 0.00 0.07 0.00 0.03 99.85 03:57:05 03:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:57:05 03:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:48:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:48:01 6 0.00 0.00 0.00 0.02 0.02 99.97 03:57:05 03:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:57:05 03:49:01 0 0.07 0.00 0.07 0.00 0.03 99.83 03:57:05 03:49:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:49:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:49:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:49:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:57:05 03:49:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:57:05 03:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:49:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:50:01 all 0.02 0.00 0.01 0.01 0.01 99.95 03:57:05 03:50:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:50:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:50:01 2 0.02 0.00 0.05 0.00 0.02 99.92 03:57:05 03:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:50:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:50:01 6 0.00 0.00 0.02 0.03 0.00 99.95 03:57:05 03:50:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:57:05 03:51:01 0 0.02 0.00 0.02 0.00 0.03 99.93 03:57:05 03:51:01 1 0.00 0.00 0.05 0.00 0.02 99.93 03:57:05 03:51:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:57:05 03:51:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:51:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:57:05 03:51:01 6 0.00 0.00 0.03 0.02 0.02 99.93 03:57:05 03:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:52:01 all 0.03 0.00 0.02 0.01 0.01 99.94 03:57:05 03:52:01 0 0.05 0.00 0.05 0.00 0.02 99.88 03:57:05 03:52:01 1 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:57:05 03:52:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:57:05 03:52:01 4 0.00 0.00 0.00 0.03 0.00 99.97 03:57:05 03:52:01 5 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:52:01 6 0.05 0.00 0.02 0.02 0.02 99.90 03:57:05 03:52:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:57:05 03:57:05 03:52:01 CPU %user %nice %system %iowait %steal %idle 03:57:05 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:57:05 03:53:01 0 0.00 0.00 0.03 0.00 0.03 99.93 03:57:05 03:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:53:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:53:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:57:05 03:53:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:57:05 03:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:57:05 03:54:01 all 0.02 0.00 0.02 0.01 0.01 99.95 03:57:05 03:54:01 0 0.07 0.00 0.08 0.00 0.03 99.82 03:57:05 03:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:57:05 03:54:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:57:05 03:54:01 4 0.02 0.00 0.00 0.03 0.00 99.95 03:57:05 03:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:54:01 6 0.00 0.00 0.02 0.02 0.02 99.95 03:57:05 03:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:55:01 all 0.14 0.00 0.01 0.00 0.01 99.82 03:57:05 03:55:01 0 0.05 0.00 0.05 0.00 0.03 99.87 03:57:05 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:57:05 03:55:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:57:05 03:55:01 3 0.99 0.00 0.02 0.00 0.02 98.97 03:57:05 03:55:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:57:05 03:55:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:55:01 6 0.02 0.00 0.02 0.02 0.02 99.93 03:57:05 03:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:57:05 03:56:01 all 3.56 0.00 1.50 0.35 0.02 94.58 03:57:05 03:56:01 0 3.14 0.00 1.79 0.02 0.03 95.02 03:57:05 03:56:01 1 3.18 0.00 1.69 0.02 0.02 95.09 03:57:05 03:56:01 2 4.30 0.00 1.53 0.02 0.02 94.13 03:57:05 03:56:01 3 4.38 0.00 1.51 0.02 0.02 94.07 03:57:05 03:56:01 4 2.51 0.00 1.01 0.40 0.02 96.06 03:57:05 03:56:01 5 3.10 0.00 1.56 0.02 0.02 95.30 03:57:05 03:56:01 6 3.48 0.00 1.64 2.33 0.02 92.53 03:57:05 03:56:01 7 4.32 0.00 1.24 0.00 0.02 94.43 03:57:05 03:57:01 all 9.99 0.00 4.58 1.00 0.07 84.36 03:57:05 03:57:01 0 8.22 0.00 4.60 0.10 0.05 87.03 03:57:05 03:57:01 1 8.51 0.00 4.26 0.79 0.05 86.39 03:57:05 03:57:01 2 10.74 0.00 4.12 0.05 0.07 85.02 03:57:05 03:57:01 3 11.96 0.00 4.99 0.05 0.07 82.93 03:57:05 03:57:01 4 9.35 0.00 4.61 0.25 0.07 85.72 03:57:05 03:57:01 5 10.35 0.00 5.17 2.37 0.08 82.02 03:57:05 03:57:01 6 9.98 0.00 4.86 3.66 0.08 81.41 03:57:05 03:57:01 7 10.85 0.00 3.99 0.76 0.07 84.33 03:57:05 Average: all 8.40 0.00 1.39 1.33 0.03 88.85 03:57:05 Average: 0 8.35 0.00 1.43 1.23 0.04 88.96 03:57:05 Average: 1 8.37 0.00 1.41 1.73 0.03 88.46 03:57:05 Average: 2 8.37 0.00 1.44 2.00 0.04 88.15 03:57:05 Average: 3 8.77 0.00 1.38 0.72 0.03 89.10 03:57:05 Average: 4 8.27 0.00 1.35 1.00 0.02 89.35 03:57:05 Average: 5 8.40 0.00 1.33 1.10 0.03 89.14 03:57:05 Average: 6 8.24 0.00 1.33 0.79 0.03 89.61 03:57:05 Average: 7 8.41 0.00 1.43 2.07 0.03 88.05 03:57:05 03:57:05 03:57:05