Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 79e201fa8481d96c2e3941a52db52a24d107e5bf 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-ssh14977052577567485490.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-ssh6563101280028199300.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-ssh6400493523723942940.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-ssh12556286791285043556.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-ssh7791185455623969056.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5245 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/874 [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/874 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 79e201fa8481d96c2e3941a52db52a24d107e5bf (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5209)" > git config core.sparsecheckout # timeout=10 > git checkout -f 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 > git rev-list --no-walk 884bf85fe2cbbd11c6af0fa7b6ae3dc2ac71e3a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:40:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:40:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:40:28 ========================================================= 01:40:28 EdgeX Global Pipelines Version Info 01:40:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:40:29 ------------------- 01:40:29 stable info: 01:40:29 ------------------- 01:40:29 Commited By: Ginny Guan ginny@iotechsys.com 01:40:29 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:40:29 Message: update stable to v1.0.274 01:40:29 ------------------- 01:40:29 experimental info: 01:40:29 ------------------- 01:40:29 Commited By: Ginny Guan ginny@iotechsys.com 01:40:29 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:40:29 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:40:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79e201f [Pipeline] echo 01:40:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:30 provisioning config files... 01:40:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/874@tmp/config10298092393284430290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:30 ---> ****-login.sh 01:40:30 nexus3.edgexfoundry.org:10001 01:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:31 01:40:31 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:40:31 Configure a credential helper to remove this warning. See 01:40:31 https://docs.****.com/go/credential-store/ 01:40:31 01:40:31 Login Succeeded 01:40:31 nexus3.edgexfoundry.org:10002 01:40:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:31 01:40:31 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:40:31 Configure a credential helper to remove this warning. See 01:40:31 https://docs.****.com/go/credential-store/ 01:40:31 01:40:31 Login Succeeded 01:40:31 nexus3.edgexfoundry.org:10003 01:40:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:31 01:40:31 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:40:31 Configure a credential helper to remove this warning. See 01:40:31 https://docs.****.com/go/credential-store/ 01:40:31 01:40:31 Login Succeeded 01:40:31 nexus3.edgexfoundry.org:10004 01:40:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:31 01:40:31 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:40:31 Configure a credential helper to remove this warning. See 01:40:31 https://docs.****.com/go/credential-store/ 01:40:31 01:40:31 Login Succeeded 01:40:31 ****.io 01:40:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:31 01:40:31 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:40:31 Configure a credential helper to remove this warning. See 01:40:31 https://docs.****.com/go/credential-store/ 01:40:31 01:40:31 Login Succeeded 01:40:31 ---> ****-login.sh ends [Pipeline] } 01:40:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:40:32 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:40:32 + dirname cmd/core-command/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo core-command,cmd/core-command/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:40:32 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:40:32 + + cut -d/ -f2 01:40:32 dirname cmd/core-data/Dockerfile 01:40:32 + echo core-data,cmd/core-data/Dockerfile 01:40:32 + dirname cmd/core-keeper/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo core-keeper,cmd/core-keeper/Dockerfile 01:40:32 + dirname cmd/core-metadata/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo core-metadata,cmd/core-metadata/Dockerfile 01:40:32 + dirname cmd/security-bootstrapper/Dockerfile+ 01:40:32 cut -d/ -f2 01:40:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:40:32 + dirname cmd/security-proxy-auth/Dockerfile+ 01:40:32 cut -d/ -f2 01:40:32 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:40:32 + dirname cmd/security-proxy-setup/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:40:32 + dirname cmd/security-secretstore-setup/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:40:32 + + dirname cmd/security-spiffe-token-provider/Dockerfile 01:40:32 cut -d/ -f2 01:40:32 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:40:32 + dirname cmd/security-spire-agent/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:40:32 + dirname cmd/security-spire-config/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:40:32 + dirname cmd/security-spire-server/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:40:32 + dirname+ cmd/support-notifications/Dockerfile 01:40:32 cut -d/ -f2 01:40:32 + echo support-notifications,cmd/support-notifications/Dockerfile 01:40:32 + dirname cmd/support-scheduler/Dockerfile 01:40:32 + cut -d/ -f2 01:40:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:40:32 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:40:32 + git rev-list -1 --merges 79e201fa8481d96c2e3941a52db52a24d107e5bf~1..79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:40:32 -----------> git rev-list -1 --merges 79e201fa8481d96c2e3941a52db52a24d107e5bf~1..79e201fa8481d96c2e3941a52db52a24d107e5bf 79e201fa8481d96c2e3941a52db52a24d107e5bf [false] [Pipeline] sh 01:40:32 + git log --format=format:%s -1 79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] echo 01:40:32 ========================================================= 01:40:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:40:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:40:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:40:33 + grep -v github /etc/ssh/ssh_known_hosts 01:40:33 + [ -e /tmp/ssh_known_hosts ] 01:40:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:40:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:40:33 + sudo tee -a /etc/ssh/ssh_known_hosts 01:40:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:40:33 01:40:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:40:33 0.1.4: Pulling from edgex-devops/py-git-semver 01:40:33 3dae71ba6b94: Pulling fs layer 01:40:33 6bf1a483ea7c: Pulling fs layer 01:40:33 f5dfc541a4d3: Pulling fs layer 01:40:33 461d9e800cba: Pulling fs layer 01:40:33 80192f66455f: Pulling fs layer 01:40:33 2e8e34ca0e6c: Pulling fs layer 01:40:33 a29436f7fd5d: Pulling fs layer 01:40:33 923cac83aea3: Pulling fs layer 01:40:33 25ad8b0a4227: Pulling fs layer 01:40:33 db01528c6b51: Pulling fs layer 01:40:33 28988de357af: Pulling fs layer 01:40:33 461d9e800cba: Waiting 01:40:33 80192f66455f: Waiting 01:40:33 2e8e34ca0e6c: Waiting 01:40:33 a29436f7fd5d: Waiting 01:40:33 25ad8b0a4227: Waiting 01:40:33 923cac83aea3: Waiting 01:40:33 db01528c6b51: Waiting 01:40:33 28988de357af: Waiting 01:40:33 6bf1a483ea7c: Verifying Checksum 01:40:33 6bf1a483ea7c: Download complete 01:40:33 461d9e800cba: Verifying Checksum 01:40:33 461d9e800cba: Download complete 01:40:33 80192f66455f: Download complete 01:40:34 f5dfc541a4d3: Verifying Checksum 01:40:34 f5dfc541a4d3: Download complete 01:40:34 3dae71ba6b94: Verifying Checksum 01:40:34 3dae71ba6b94: Download complete 01:40:34 923cac83aea3: Verifying Checksum 01:40:34 923cac83aea3: Download complete 01:40:34 25ad8b0a4227: Verifying Checksum 01:40:34 25ad8b0a4227: Download complete 01:40:34 db01528c6b51: Verifying Checksum 01:40:34 db01528c6b51: Download complete 01:40:34 28988de357af: Verifying Checksum 01:40:34 28988de357af: Download complete 01:40:34 a29436f7fd5d: Verifying Checksum 01:40:34 a29436f7fd5d: Download complete 01:40:34 2e8e34ca0e6c: Verifying Checksum 01:40:34 2e8e34ca0e6c: Download complete 01:40:35 3dae71ba6b94: Pull complete 01:40:35 6bf1a483ea7c: Pull complete 01:40:36 f5dfc541a4d3: Pull complete 01:40:36 461d9e800cba: Pull complete 01:40:36 80192f66455f: Pull complete 01:40:40 2e8e34ca0e6c: Pull complete 01:40:40 a29436f7fd5d: Pull complete 01:40:40 923cac83aea3: Pull complete 01:40:40 25ad8b0a4227: Pull complete 01:40:40 db01528c6b51: Pull complete 01:40:40 28988de357af: Pull complete 01:40:40 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:40:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:40:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:40 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 01:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:40:43 $ docker top e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b -eo pid,comm 01:40:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:40:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:40:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:40:44 [ssh-agent] Looking for ssh-agent implementation... 01:40:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:40:44 $ docker exec e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b ssh-agent 01:40:44 SSH_AUTH_SOCK=/tmp/ssh-EezfY5JoTb7e/agent.32 01:40:44 SSH_AGENT_PID=38 01:40:44 Running ssh-add (command line suppressed) 01:40:44 Identity added: /w/workspace/edgex-go/874@tmp/private_key_608825435736369869.key (/w/workspace/edgex-go/874@tmp/private_key_608825435736369869.key) 01:40:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:40:44 + git tag --points-at HEAD [Pipeline] } 01:40:44 $ docker exec --env ******** --env ******** e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b ssh-agent -k 01:40:44 unset SSH_AUTH_SOCK; 01:40:44 unset SSH_AGENT_PID; 01:40:44 echo Agent pid 38 killed; 01:40:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:40:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:40:44 [ssh-agent] Looking for ssh-agent implementation... 01:40:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:40:44 $ docker exec e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b ssh-agent 01:40:45 SSH_AUTH_SOCK=/tmp/ssh-QTtZLHi81SdN/agent.71 01:40:45 SSH_AGENT_PID=78 01:40:45 Running ssh-add (command line suppressed) 01:40:45 Identity added: /w/workspace/edgex-go/874@tmp/private_key_11733955909752797372.key (/w/workspace/edgex-go/874@tmp/private_key_11733955909752797372.key) 01:40:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:40:45 + git semver init 01:40:45 2025-07-17 01:40:45,681 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:40:45 2025-07-17 01:40:45,686 [run_init] DEBUG init version:0.0.0 force:False 01:40:45 2025-07-17 01:40:45,686 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/874/.semver 01:40:45 2025-07-17 01:40:45,687 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/874/.semver 01:40:45 2025-07-17 01:40:45,687 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/874/.semver'], cwd=/w/workspace/edgex-go/874, stdin=None, shell=False, universal_newlines=False) 01:40:51 2025-07-17 01:40:50,758 [append_file] DEBUG append to file:/w/workspace/edgex-go/874/.git/info/exclude 01:40:51 2025-07-17 01:40:50,759 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/874/.semver/main with force:False 01:40:51 2025-07-17 01:40:50,759 [read_version] DEBUG read version from /w/workspace/edgex-go/874/.semver/main 01:40:51 2025-07-17 01:40:50,759 [read_version] DEBUG read version from /w/workspace/edgex-go/874/.semver/main 01:40:51 4.1.0-dev.42 [Pipeline] } 01:40:51 $ docker exec --env ******** --env ******** e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b ssh-agent -k 01:40:51 unset SSH_AUTH_SOCK; 01:40:51 unset SSH_AGENT_PID; 01:40:51 echo Agent pid 78 killed; 01:40:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:40:51 + git semver [Pipeline] } 01:40:52 $ docker stop --time=1 e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b 01:40:53 $ docker rm -f --volumes e034d2eba8a52996524941b4603817c8f20b41ddd3f3bb9d37e6aa73b4dcae8b [Pipeline] // withDockerContainer [Pipeline] sh 01:40:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:40:53 Stashed 1 file(s) [Pipeline] echo 01:40:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:54 + git config --global --add safe.directory /w/workspace/edgex-go/874 [Pipeline] echo 01:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:40:54 ========================================================= 01:40:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:40:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:40:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:40:54 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:40:54 0a9a5dfd008f: Pulling fs layer 01:40:54 36466aa92d05: Pulling fs layer 01:40:54 e10405b45d13: Pulling fs layer 01:40:54 096b7ceb2af7: Pulling fs layer 01:40:54 4f4fb700ef54: Pulling fs layer 01:40:54 8213a616a21b: Pulling fs layer 01:40:54 096b7ceb2af7: Waiting 01:40:54 4f4fb700ef54: Waiting 01:40:54 985586143405: Pulling fs layer 01:40:54 0eae2285b678: Pulling fs layer 01:40:54 d3ac315be8c5: Pulling fs layer 01:40:54 0eae2285b678: Waiting 01:40:54 8213a616a21b: Waiting 01:40:54 985586143405: Waiting 01:40:54 d3ac315be8c5: Waiting 01:40:54 36466aa92d05: Verifying Checksum 01:40:54 36466aa92d05: Download complete 01:40:54 096b7ceb2af7: Verifying Checksum 01:40:54 096b7ceb2af7: Download complete 01:40:54 4f4fb700ef54: Verifying Checksum 01:40:54 4f4fb700ef54: Download complete 01:40:54 8213a616a21b: Verifying Checksum 01:40:54 8213a616a21b: Download complete 01:40:54 0a9a5dfd008f: Verifying Checksum 01:40:54 0a9a5dfd008f: Download complete 01:40:54 985586143405: Verifying Checksum 01:40:54 985586143405: Download complete 01:40:55 0a9a5dfd008f: Pull complete 01:40:55 36466aa92d05: Pull complete 01:40:55 d3ac315be8c5: Verifying Checksum 01:40:55 d3ac315be8c5: Download complete 01:40:55 e10405b45d13: Download complete 01:40:55 0eae2285b678: Verifying Checksum 01:40:55 0eae2285b678: Download complete 01:40:59 e10405b45d13: Pull complete 01:40:59 096b7ceb2af7: Pull complete 01:40:59 4f4fb700ef54: Pull complete 01:40:59 8213a616a21b: Pull complete 01:40:59 985586143405: Pull complete 01:41:01 0eae2285b678: Pull complete 01:41:01 d3ac315be8c5: Pull complete 01:41:01 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:41:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:41:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:41:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:41:02 WORKDIR /edgex 01:41:02 COPY go.mod . 01:41:02 RUN go mod download 01:41:02 + docker build -t ci-base-image-x86_64 -f - . 01:41:02 #0 building with "default" instance using docker driver 01:41:02 01:41:02 #1 [internal] load build definition from Dockerfile 01:41:02 #1 transferring dockerfile: 164B done 01:41:02 #1 DONE 0.0s 01:41:02 01:41:02 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:41:02 #2 DONE 0.0s 01:41:02 01:41:02 #3 [internal] load .dockerignore 01:41:02 #3 transferring context: 50B done 01:41:02 #3 DONE 0.0s 01:41:02 01:41:02 #4 [internal] load build context 01:41:03 #4 transferring context: 6.51kB done 01:41:03 #4 DONE 0.1s 01:41:03 01:41:03 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:41:03 #5 DONE 0.1s 01:41:03 01:41:03 #6 [2/4] WORKDIR /edgex 01:41:05 #6 DONE 2.5s 01:41:05 01:41:05 #7 [3/4] COPY go.mod . 01:41:05 #7 DONE 0.0s 01:41:05 01:41:05 #8 [4/4] RUN go mod download 01:41:09 Still waiting to schedule task 01:41:09 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5244’ 01:41:32 #8 DONE 23.2s 01:41:32 01:41:32 #9 exporting to image 01:41:32 #9 exporting layers 01:41:32 #9 exporting layers 3.3s done 01:41:32 #9 writing image sha256:85b6c69bdb9dabdde1dec031b10ba423961e23c571ccc4bb0155e6272c39cc3c done 01:41:32 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:41:32 #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:32 + docker inspect -f . ci-base-image-x86_64 01:41:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:41:32 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 01:41:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:41:32 $ docker top 909b53e884e1985c08def9a2b610d88ab93cedf607da5204d6997b66c32eb76b -eo pid,comm [Pipeline] { [Pipeline] sh 01:41:33 + go version 01:41:33 go version go1.23.9 linux/amd64 [Pipeline] } 01:41:33 $ docker stop --time=1 909b53e884e1985c08def9a2b610d88ab93cedf607da5204d6997b66c32eb76b 01:41:34 $ docker rm -f --volumes 909b53e884e1985c08def9a2b610d88ab93cedf607da5204d6997b66c32eb76b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:34 + docker inspect -f . ci-base-image-x86_64 01:41:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:41:35 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 01:41:35 $ 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/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:41:35 $ docker top 57c2373cecada293aa3a0b1a3b8dd98620bfa6b96dd6d61b4583694f77787ada -eo pid,comm [Pipeline] { [Pipeline] echo 01:41:35 ========================================================= 01:41:35 [edgeXBuildGoParallel] Running Tests and Build... 01:41:35 ========================================================= [Pipeline] sh 01:41:35 + git config --global --add safe.directory /w/workspace/edgex-go/874 [Pipeline] fileExists [Pipeline] sh 01:41:35 + make test 01:41:35 go test -race -coverprofile=coverage.out ./... 01:41:44 ? github.com/edgexfoundry/edgex-go [no test files] 01:42:06 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:42:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:42:06 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:42:06 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:42:07 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:42:07 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:42:07 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:42:07 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:42:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 01:42:08 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:42:08 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:42:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 01:42:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:42:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:09 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:42:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:42:10 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:42:10 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:10 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:42:10 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:42:10 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.4% of statements 01:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 3.5% of statements 01:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.067s coverage: 46.3% of statements 01:42:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:42:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.257s coverage: 93.4% of statements 01:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.054s coverage: 92.4% of statements 01:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 8.4% of statements 01:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:42:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:42:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:42:14 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:42:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:42:14 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:42:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.357s coverage: 95.8% of statements 01:42:15 ok github.com/edgexfoundry/edgex-go/internal/io 1.020s coverage: 72.2% of statements 01:42:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:42:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:42:15 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:42:15 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:42:15 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:42:15 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:42:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] 01:42:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.048s coverage: 1.0% of statements 01:42:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 38.1% of statements 01:42:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements 01:42:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements 01:42:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 01:42:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 01:42:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:42:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:42:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:42:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements 01:42:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:42:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:42:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:42:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:42:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:42:19 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:42:20 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:42:21 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:42:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:42:23 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:42:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:42:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:42:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:42:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:42:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:42:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:42:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:42:28 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 01:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:42:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:42:31 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:42:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:42:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:42:31 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:42:31 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:42:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:42:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:42:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:42:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:42:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:42:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:42:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:42:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:42:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:42:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:42:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.058s coverage: 92.9% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.039s coverage: 62.3% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.024s coverage: 47.4% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.020s coverage: 87.2% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.014s coverage: 15.5% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.072s coverage: 82.1% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.045s coverage: 33.3% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.171s coverage: 54.5% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.024s coverage: 88.6% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.025s coverage: 96.8% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.157s coverage: 29.2% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.030s coverage: 9.0% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.072s coverage: 97.7% of statements 01:42:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.033s coverage: 43.6% of statements 01:42:40 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 01:42:40 running golangci-lint 01:42:40 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:42:40 go version go1.23.9 linux/amd64 01:42:40 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:42:40 level=info msg="[config_reader] Used config file .golangci.yml" 01:42:40 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:43:02 level=info msg="[loader] Go packages loading at mode 575 (exports_file|name|compiled_files|deps|files|imports|types_sizes) took 21.947517475s" 01:43:02 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.229519ms" 01:43:14 level=info msg="[linters_context/goanalysis] analyzers took 1m30.76632121s with top 10 stages: buildir: 52.52879625s, gosec: 4.025146027s, inspect: 3.250612015s, fact_deprecated: 3.183895874s, printf: 1.939053471s, ctrlflow: 1.422223158s, ineffassign: 1.098731813s, fact_purity: 1.019589722s, S1038: 987.313654ms, nilness: 966.00632ms" 01:43:14 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:43:14 level=info msg="[runner] Processors filtering stat (in/out): autogenerated_exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, filename_unadjuster: 202/202, skip_files: 202/202, identifier_marker: 202/202, cgo: 202/202, skip_dirs: 202/202, exclude: 202/202, invalid_issue: 202/202, path_prettifier: 202/202" 01:43:14 level=info msg="[runner] processing took 17.889926ms with stages: nolint: 7.780023ms, identifier_marker: 4.790333ms, path_prettifier: 1.938348ms, exclude-rules: 1.286232ms, autogenerated_exclude: 1.00031ms, skip_dirs: 897.288µs, invalid_issue: 72.921µs, cgo: 69.231µs, filename_unadjuster: 50.86µs, max_same_issues: 1.37µs, skip_files: 480ns, fixer: 460ns, uniq_by_line: 370ns, exclude: 300ns, sort_results: 260ns, source_code: 210ns, max_from_linter: 200ns, diff: 180ns, path_prefixer: 150ns, max_per_file_from_linter: 140ns, path_shortener: 130ns, severity-rules: 130ns" 01:43:14 level=info msg="[runner] linters took 11.333278123s with stages: goanalysis_metalinter: 11.315266355s" 01:43:14 level=info msg="File cache stats: 0 entries of total size 0B" 01:43:14 level=info msg="Memory: 335 samples, avg is 285.2MB, max is 1356.5MB" 01:43:14 level=info msg="Execution took 33.340902793s" 01:43:14 go vet ./... 01:43:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:43:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:43:20 ./bin/test-attribution-txt.sh 01:43:20 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:43:20 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:43:20 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:43:20 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:43:20 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:43:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:43:20 + ls -al . 01:43:20 total 1996 01:43:20 drwxrwxr-x 11 1001 1001 4096 Jul 17 01:41 . 01:43:20 drwxr-xr-x 4 root root 4096 Jul 17 01:41 .. 01:43:20 drwxrwxr-x 2 1001 1001 4096 Jul 17 01:40 .blubracket 01:43:20 -rw-rw-r-- 1 1001 1001 10 Jul 17 01:40 .dockerignore 01:43:20 drwxrwxr-x 8 1001 1001 4096 Jul 17 01:42 .git 01:43:20 drwxrwxr-x 3 1001 1001 4096 Jul 17 01:40 .github 01:43:20 -rw-rw-r-- 1 1001 1001 909 Jul 17 01:40 .gitignore 01:43:20 -rw-rw-r-- 1 1001 1001 218 Jul 17 01:40 .golangci.yml 01:43:20 -rw-rw-r-- 1 1001 1001 100 Jul 17 01:40 .hadolint.yml 01:43:20 drwxr-xr-x 3 1001 1001 4096 Jul 17 01:40 .semver 01:43:20 -rw-rw-r-- 1 1001 1001 155 Jul 17 01:40 .sonarcloud.properties 01:43:20 -rw-rw-r-- 1 1001 1001 1171 Jul 17 01:40 ADOPTERS.md 01:43:20 -rw-rw-r-- 1 1001 1001 17374 Jul 17 01:40 Attribution.txt 01:43:20 -rw-rw-r-- 1 1001 1001 108018 Jul 17 01:40 CHANGELOG.md 01:43:20 -rw-rw-r-- 1 1001 1001 3804 Jul 17 01:40 CONTRIBUTING.md 01:43:20 -rw-rw-r-- 1 1001 1001 677 Jul 17 01:40 GOVERNANCE.md 01:43:20 -rw-rw-r-- 1 1001 1001 858 Jul 17 01:40 Jenkinsfile 01:43:20 -rw-rw-r-- 1 1001 1001 10775 Jul 17 01:40 LICENSE 01:43:20 -rw-rw-r-- 1 1001 1001 16740 Jul 17 01:40 Makefile 01:43:20 -rw-rw-r-- 1 1001 1001 582 Jul 17 01:40 OWNERS.md 01:43:20 -rw-rw-r-- 1 1001 1001 9932 Jul 17 01:40 README.md 01:43:20 -rw-rw-r-- 1 1001 1001 789 Jul 17 01:40 SECURITY.md 01:43:20 -rw-rw-r-- 1 1001 1001 12 Jul 17 01:40 VERSION 01:43:20 drwxrwxr-x 2 1001 1001 4096 Jul 17 01:40 bin 01:43:20 drwxrwxr-x 19 1001 1001 4096 Jul 17 01:40 cmd 01:43:20 -rw-r--r-- 1 root root 1666029 Jul 17 01:42 coverage.out 01:43:20 drwxrwxr-x 2 1001 1001 4096 Jul 17 01:40 fuzz_test 01:43:20 -rw-rw-r-- 1 1001 1001 6474 Jul 17 01:40 go.mod 01:43:20 -rw-rw-r-- 1 1001 1001 88358 Jul 17 01:40 go.sum 01:43:20 drwxrwxr-x 7 1001 1001 4096 Jul 17 01:40 internal 01:43:20 drwxrwxr-x 2 1001 1001 4096 Jul 17 01:40 openapi 01:43:20 -rw-rw-r-- 1 1001 1001 584 Jul 17 01:40 security.txt 01:43:20 -rw-rw-r-- 1 1001 1001 204 Jul 17 01:40 version.go [Pipeline] sh 01:43:21 + '[' -e coverage.out ] 01:43:21 + chown 1001:1001 coverage.out [Pipeline] stash 01:43:21 Stashed 1 file(s) [Pipeline] sh 01:43:21 + make build 01:43:21 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:43:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:43:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:43:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:43:44 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:43:46 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:43:51 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:43:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:43:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:43:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:43:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:43:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:44:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:44:01 $ docker stop --time=1 57c2373cecada293aa3a0b1a3b8dd98620bfa6b96dd6d61b4583694f77787ada 01:44:05 $ docker rm -f --volumes 57c2373cecada293aa3a0b1a3b8dd98620bfa6b96dd6d61b4583694f77787ada [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 01:44:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:44:06 01:44:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:44:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:44:06 latest: Pulling from edgex-devops/edgex-compose 01:44:06 91d30c5bc195: Pulling fs layer 01:44:06 2e9b0aa3be6d: Pulling fs layer 01:44:06 9c61dcf015f6: Pulling fs layer 01:44:06 4698f68db338: Pulling fs layer 01:44:06 2a2f49069b9e: Pulling fs layer 01:44:06 e0025b399a48: Pulling fs layer 01:44:06 e0025b399a48: Waiting 01:44:06 2a2f49069b9e: Waiting 01:44:06 4698f68db338: Waiting 01:44:06 91d30c5bc195: Verifying Checksum 01:44:06 91d30c5bc195: Download complete 01:44:06 4698f68db338: Verifying Checksum 01:44:06 4698f68db338: Download complete 01:44:06 91d30c5bc195: Pull complete 01:44:06 2e9b0aa3be6d: Verifying Checksum 01:44:06 2e9b0aa3be6d: Download complete 01:44:06 e0025b399a48: Verifying Checksum 01:44:06 e0025b399a48: Download complete 01:44:07 2a2f49069b9e: Download complete 01:44:07 2e9b0aa3be6d: Pull complete 01:44:07 9c61dcf015f6: Verifying Checksum 01:44:07 9c61dcf015f6: Download complete 01:44:09 9c61dcf015f6: Pull complete 01:44:09 4698f68db338: Pull complete 01:44:10 2a2f49069b9e: Pull complete 01:44:10 e0025b399a48: Pull complete 01:44:10 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:44:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:44:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:44:10 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 01:44:10 $ 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/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:44:11 $ docker top ed4f97dfa118853396c13fd753fee356a5de2d61c896429005a65ca116744b2f -eo pid,comm [Pipeline] { [Pipeline] sh 01:44:12 + docker compose -f ./docker-compose-build.yml build --parallel 01:44:12 #1 [security-bootstrapper internal] load build definition from Dockerfile 01:44:12 #1 transferring dockerfile: 3.02kB done 01:44:12 #1 DONE 0.1s 01:44:12 01:44:12 #2 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:44:12 #2 DONE 0.0s 01:44:12 01:44:12 #3 [core-command internal] load build definition from Dockerfile 01:44:12 #3 transferring dockerfile: 1.94kB done 01:44:12 #3 DONE 0.1s 01:44:12 01:44:12 #4 [support-scheduler internal] load build definition from Dockerfile 01:44:12 #4 transferring dockerfile: 1.83kB done 01:44:12 #4 DONE 0.1s 01:44:12 01:44:12 #5 [security-secretstore-setup internal] load build definition from Dockerfile 01:44:12 #5 transferring dockerfile: 2.49kB done 01:44:12 #5 DONE 0.2s 01:44:12 01:44:12 #2 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:44:12 #2 DONE 0.0s 01:44:12 01:44:12 #6 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:44:12 #6 ... 01:44:12 01:44:12 #7 [core-keeper internal] load build definition from Dockerfile 01:44:12 #7 transferring dockerfile: 2.01kB done 01:44:12 #7 DONE 0.2s 01:44:12 01:44:12 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:44:12 #8 transferring dockerfile: 1.89kB done 01:44:12 #8 DONE 0.2s 01:44:12 01:44:12 #9 [core-data internal] load build definition from Dockerfile 01:44:12 #9 transferring dockerfile: 2.04kB done 01:44:12 #9 DONE 0.2s 01:44:12 01:44:12 #10 [security-proxy-auth internal] load build definition from Dockerfile 01:44:12 #10 transferring dockerfile: 2.14kB done 01:44:12 #10 DONE 0.2s 01:44:12 01:44:12 #11 [security-spire-config internal] load build definition from Dockerfile 01:44:12 #11 transferring dockerfile: 1.69kB done 01:44:12 #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:44:12 #11 DONE 0.2s 01:44:12 01:44:12 #12 [security-proxy-setup internal] load build definition from Dockerfile 01:44:12 #12 transferring dockerfile: 2.50kB done 01:44:12 #12 DONE 0.2s 01:44:12 01:44:12 #13 [security-spire-server internal] load build definition from Dockerfile 01:44:12 #13 transferring dockerfile: 1.70kB done 01:44:12 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:44:12 #13 DONE 0.2s 01:44:12 01:44:12 #14 [security-spire-agent internal] load build definition from Dockerfile 01:44:12 #14 transferring dockerfile: 1.81kB done 01:44:12 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:44:12 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:44:12 #14 DONE 0.2s 01:44:12 01:44:12 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:44:12 #15 transferring dockerfile: 2.23kB done 01:44:12 #15 DONE 0.2s 01:44:12 01:44:12 #16 [core-metadata internal] load build definition from Dockerfile 01:44:12 #16 transferring dockerfile: 2.10kB done 01:44:12 #16 DONE 0.2s 01:44:12 01:44:12 #17 [support-notifications internal] load build definition from Dockerfile 01:44:12 #17 transferring dockerfile: 2.00kB done 01:44:12 #17 DONE 0.2s 01:44:12 01:44:12 #2 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:44:12 #2 DONE 0.0s 01:44:12 01:44:12 #18 [support-scheduler internal] load .dockerignore 01:44:12 #18 transferring context: 50B done 01:44:12 #18 DONE 0.1s 01:44:12 01:44:12 #6 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:44:12 #6 DONE 0.3s 01:44:12 01:44:12 #19 [security-bootstrapper internal] load .dockerignore 01:44:12 #19 transferring context: 50B done 01:44:12 #19 DONE 0.1s 01:44:12 01:44:12 #20 [security-secretstore-setup internal] load .dockerignore 01:44:12 #20 transferring context: 50B done 01:44:12 #20 DONE 0.2s 01:44:12 01:44:12 #21 [core-command internal] load .dockerignore 01:44:12 #21 transferring context: 50B done 01:44:12 #21 DONE 0.2s 01:44:12 01:44:12 #22 [security-spiffe-token-provider internal] load .dockerignore 01:44:12 #22 transferring context: 50B done 01:44:12 #22 DONE 0.2s 01:44:12 01:44:12 #23 [core-keeper internal] load .dockerignore 01:44:12 #23 transferring context: 50B done 01:44:12 #23 DONE 0.2s 01:44:12 01:44:12 #24 [security-proxy-auth internal] load .dockerignore 01:44:12 #24 transferring context: 50B 0.0s done 01:44:12 #24 DONE 0.1s 01:44:12 01:44:12 #25 [security-proxy-setup internal] load .dockerignore 01:44:12 #25 transferring context: 50B done 01:44:12 #25 DONE 0.1s 01:44:12 01:44:12 #26 [core-keeper internal] load build context 01:44:12 #26 DONE 0.0s 01:44:12 01:44:12 #27 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:12 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:12 #27 ... 01:44:12 01:44:12 #28 [core-data internal] load .dockerignore 01:44:12 #28 transferring context: 50B done 01:44:12 #28 DONE 0.2s 01:44:12 01:44:12 #27 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:12 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:12 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:44:12 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:44:12 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:44:12 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:44:12 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:44:12 #27 ... 01:44:12 01:44:12 #29 [core-common-config-bootstrapper internal] load .dockerignore 01:44:12 #29 transferring context: 50B done 01:44:12 #29 DONE 0.3s 01:44:12 01:44:12 #27 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:12 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:12 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:44:12 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:44:12 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:44:12 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:44:12 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:44:13 #27 ... 01:44:13 01:44:13 #30 [core-metadata internal] load .dockerignore 01:44:13 #30 transferring context: 50B 0.0s done 01:44:13 #30 DONE 0.4s 01:44:13 01:44:13 #31 [support-notifications internal] load .dockerignore 01:44:13 #31 transferring context: 50B 0.0s done 01:44:13 #31 DONE 0.4s 01:44:13 01:44:13 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:44:13 #32 DONE 0.5s 01:44:13 01:44:13 #27 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:13 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:13 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:44:13 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:44:13 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:44:13 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:44:13 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:44:13 #27 ... 01:44:13 01:44:13 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:44:13 #33 DONE 0.6s 01:44:13 01:44:13 #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:44:13 #34 DONE 0.5s 01:44:13 01:44:13 #27 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:13 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:13 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:44:13 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:44:13 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:44:13 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:44:13 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:44:13 #27 DONE 0.7s 01:44:13 01:44:13 #35 [security-spire-agent internal] load .dockerignore 01:44:13 #35 transferring context: 50B done 01:44:13 #35 DONE 0.1s 01:44:13 01:44:13 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:44:13 #36 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:44:13 #36 ... 01:44:13 01:44:13 #37 [security-spire-server internal] load .dockerignore 01:44:13 #37 transferring context: 50B done 01:44:13 #37 DONE 0.3s 01:44:13 01:44:13 #38 [core-data builder 2/7] WORKDIR /edgex-go 01:44:19 #38 ... 01:44:19 01:44:19 #39 [security-bootstrapper internal] load build context 01:44:19 #39 transferring context: 262.89MB 5.6s 01:44:19 #39 ... 01:44:19 01:44:19 #40 [core-common-config-bootstrapper internal] load build context 01:44:19 #40 ... 01:44:19 01:44:19 #39 [security-bootstrapper internal] load build context 01:44:22 #39 ... 01:44:22 01:44:22 #41 [support-scheduler internal] load build context 01:44:22 #41 ... 01:44:22 01:44:22 #42 [security-secretstore-setup internal] load build context 01:44:22 #42 ... 01:44:22 01:44:22 #43 [security-proxy-setup internal] load build context 01:44:22 #43 ... 01:44:22 01:44:22 #26 [core-keeper internal] load build context 01:44:22 #26 transferring context: 508.61MB 10.1s done 01:44:22 #26 ... 01:44:22 01:44:22 #44 [security-spiffe-token-provider internal] load build context 01:44:22 #44 ... 01:44:22 01:44:22 #45 [security-proxy-auth internal] load build context 01:44:23 #45 ... 01:44:23 01:44:23 #46 [core-metadata internal] load build context 01:44:23 #46 ... 01:44:23 01:44:23 #47 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:23 #47 ... 01:44:23 01:44:23 #48 [support-notifications internal] load build context 01:44:23 #48 ... 01:44:23 01:44:23 #49 [security-spire-config internal] load .dockerignore 01:44:23 #49 transferring context: 50B 0.0s done 01:44:23 #49 DONE 10.4s 01:44:23 01:44:23 #48 [support-notifications internal] load build context 01:44:23 #48 transferring context: 383.04MB 10.2s 01:44:23 #48 ... 01:44:23 01:44:23 #50 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:44:23 #50 ... 01:44:23 01:44:23 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:44:23 #51 ... 01:44:23 01:44:23 #52 [core-command internal] load build context 01:44:23 #52 transferring context: 508.61MB 10.9s done 01:44:23 #52 ... 01:44:23 01:44:23 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:23 #53 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:23 #53 ... 01:44:23 01:44:23 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:44:23 #54 ... 01:44:23 01:44:23 #55 [core-data internal] load build context 01:44:23 #55 ... 01:44:23 01:44:23 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:44:24 #56 ... 01:44:24 01:44:24 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:24 #57 ... 01:44:24 01:44:24 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:44:24 #58 ... 01:44:24 01:44:24 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:44:24 #59 ... 01:44:24 01:44:24 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:44:24 #60 ... 01:44:24 01:44:24 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:44:25 #61 ... 01:44:25 01:44:25 #62 [security-spire-agent internal] load build context 01:44:25 #62 ... 01:44:25 01:44:25 #43 [security-proxy-setup internal] load build context 01:44:25 #43 transferring context: 508.61MB 11.7s done 01:44:29 #43 ... 01:44:29 01:44:29 #40 [core-common-config-bootstrapper internal] load build context 01:44:29 #40 transferring context: 508.61MB 10.3s done 01:44:31 #40 ... 01:44:31 01:44:31 #27 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:44:31 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:44:31 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:44:31 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:44:31 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:44:31 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 01:44:31 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:44:31 #27 DONE 0.7s 01:44:31 01:44:31 #26 [core-keeper internal] load build context 01:44:31 #26 DONE 19.1s 01:44:31 01:44:31 #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:31 #53 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 18.4s done 01:44:31 #53 ... 01:44:31 01:44:31 #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 01:44:31 #38 DONE 18.7s 01:44:31 01:44:31 #40 [core-common-config-bootstrapper internal] load build context 01:44:31 #40 DONE 18.9s 01:44:31 01:44:31 #44 [security-spiffe-token-provider internal] load build context 01:44:31 #44 transferring context: 508.61MB 10.7s done 01:44:31 #44 DONE 19.1s 01:44:31 01:44:31 #42 [security-secretstore-setup internal] load build context 01:44:31 #42 transferring context: 508.61MB 10.9s done 01:44:31 #42 DONE 19.2s 01:44:31 01:44:31 #52 [core-command internal] load build context 01:44:31 #52 DONE 19.2s 01:44:31 01:44:31 #45 [security-proxy-auth internal] load build context 01:44:31 #45 transferring context: 508.61MB 10.9s done 01:44:31 #45 DONE 19.2s 01:44:31 01:44:31 #39 [security-bootstrapper internal] load build context 01:44:31 #39 transferring context: 508.61MB 11.3s done 01:44:31 #39 DONE 19.3s 01:44:31 01:44:31 #41 [support-scheduler internal] load build context 01:44:31 #41 transferring context: 508.61MB 11.3s done 01:44:31 #41 DONE 19.3s 01:44:31 01:44:31 #46 [core-metadata internal] load build context 01:44:31 #46 transferring context: 508.61MB 10.9s done 01:44:31 #46 DONE 18.8s 01:44:31 01:44:31 #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:31 #53 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:44:31 #53 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:44:31 #53 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:44:31 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.1s 01:44:31 #53 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:44:31 #53 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:44:32 #53 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:44:32 #53 ... 01:44:32 01:44:32 #48 [support-notifications internal] load build context 01:44:32 #48 transferring context: 508.61MB 11.1s done 01:44:32 #48 DONE 18.8s 01:44:32 01:44:32 #43 [security-proxy-setup internal] load build context 01:44:32 #43 DONE 19.2s 01:44:32 01:44:32 #55 [core-data internal] load build context 01:44:32 #55 transferring context: 508.61MB 12.0s done 01:44:32 #55 DONE 19.2s 01:44:32 01:44:32 #62 [security-spire-agent internal] load build context 01:44:32 #62 transferring context: 23.33kB done 01:44:32 #62 DONE 18.6s 01:44:32 01:44:32 #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:32 #53 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:44:32 #53 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:44:32 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.15MB / 36.47MB 0.2s 01:44:32 #53 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:44:32 #53 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:44:32 #53 ... 01:44:32 01:44:32 #63 [security-spire-server internal] load build context 01:44:32 #63 transferring context: 23.80kB done 01:44:32 #63 DONE 0.3s 01:44:32 01:44:32 #64 [security-spire-config internal] load build context 01:44:32 #64 transferring context: 22.05kB done 01:44:32 #64 DONE 0.3s 01:44:32 01:44:32 #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:32 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.46MB / 36.47MB 0.4s 01:44:32 #53 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:44:32 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.5s 01:44:32 #53 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s done 01:44:32 #53 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:44:33 #53 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.2s done 01:44:40 #53 ... 01:44:40 01:44:40 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:40 #57 DONE 26.4s 01:44:40 01:44:40 #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:44:40 #60 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #60 18.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #60 19.40 (1/4) Installing ca-certificates (20250619-r0) 01:44:40 #60 19.42 (2/4) Installing dumb-init (1.2.5-r3) 01:44:40 #60 19.42 (3/4) Installing su-exec (0.2-r3) 01:44:40 #60 19.43 (4/4) Installing yq-go (4.44.1-r2) 01:44:40 #60 19.50 Executing busybox-1.36.1-r29.trigger 01:44:40 #60 19.50 Executing ca-certificates-20250619-r0.trigger 01:44:40 #60 19.53 OK: 19 MiB in 18 packages 01:44:40 #60 DONE 26.4s 01:44:40 01:44:40 #50 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:44:40 #50 19.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #50 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #50 19.54 (1/1) Installing dumb-init (1.2.5-r3) 01:44:40 #50 19.55 Executing busybox-1.36.1-r29.trigger 01:44:40 #50 19.56 OK: 8 MiB in 15 packages 01:44:40 #50 DONE 26.4s 01:44:40 01:44:40 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:44:40 #56 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #56 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #56 19.33 (1/4) Installing dumb-init (1.2.5-r3) 01:44:40 #56 19.34 (2/4) Installing openssl (3.3.4-r0) 01:44:40 #56 19.37 (3/4) Installing su-exec (0.2-r3) 01:44:40 #56 19.38 (4/4) Installing yq-go (4.44.1-r2) 01:44:40 #56 19.45 Executing busybox-1.36.1-r29.trigger 01:44:40 #56 19.45 OK: 19 MiB in 18 packages 01:44:40 #56 DONE 26.4s 01:44:40 01:44:40 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:44:40 #58 19.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #58 19.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #58 19.63 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:44:40 #58 19.63 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:44:40 #58 19.63 OK: 24171 distinct packages available 01:44:40 #58 19.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #58 19.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #58 20.01 (1/14) Installing ca-certificates (20250619-r0) 01:44:40 #58 20.09 (2/14) Installing brotli-libs (1.1.0-r2) 01:44:40 #58 20.10 (3/14) Installing c-ares (1.33.1-r0) 01:44:40 #58 20.11 (4/14) Installing libunistring (1.2-r0) 01:44:40 #58 20.13 (5/14) Installing libidn2 (2.3.7-r0) 01:44:40 #58 20.19 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:44:40 #58 20.20 (7/14) Installing libpsl (0.21.5-r1) 01:44:40 #58 20.20 (8/14) Installing zstd-libs (1.5.6-r0) 01:44:40 #58 20.21 (9/14) Installing libcurl (8.12.1-r0) 01:44:40 #58 20.22 (10/14) Installing curl (8.12.1-r0) 01:44:40 #58 20.25 (11/14) Installing dumb-init (1.2.5-r3) 01:44:40 #58 20.25 (12/14) Installing musl-obstack (1.2.3-r2) 01:44:40 #58 20.25 (13/14) Installing libucontext (1.2-r3) 01:44:40 #58 20.26 (14/14) Installing gcompat (1.1.0-r4) 01:44:40 #58 20.27 Executing busybox-1.36.1-r29.trigger 01:44:40 #58 20.28 Executing ca-certificates-20250619-r0.trigger 01:44:40 #58 20.32 OK: 13 MiB in 28 packages 01:44:40 #58 DONE 26.4s 01:44:40 01:44:40 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:44:40 #59 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #59 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #59 19.38 (1/7) Installing ca-certificates (20250619-r0) 01:44:40 #59 19.40 (2/7) Installing dumb-init (1.2.5-r3) 01:44:40 #59 19.40 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:44:40 #59 19.41 (4/7) Installing libsodium (1.0.19-r0) 01:44:40 #59 19.42 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:44:40 #59 19.44 (6/7) Installing libzmq (4.3.5-r2) 01:44:40 #59 19.46 (7/7) Installing zeromq (4.3.5-r2) 01:44:40 #59 19.47 Executing busybox-1.36.1-r29.trigger 01:44:40 #59 19.47 Executing ca-certificates-20250619-r0.trigger 01:44:40 #59 19.50 OK: 12 MiB in 21 packages 01:44:40 #59 DONE 26.5s 01:44:40 01:44:40 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:44:40 #61 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #61 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #61 19.41 (1/2) Installing dumb-init (1.2.5-r3) 01:44:40 #61 19.42 (2/2) Installing su-exec (0.2-r3) 01:44:40 #61 19.43 Executing busybox-1.36.1-r29.trigger 01:44:40 #61 19.44 OK: 8 MiB in 16 packages 01:44:40 #61 DONE 26.5s 01:44:40 01:44:40 #47 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:44:40 #47 22.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #47 22.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #47 22.61 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:44:40 #47 22.61 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:44:40 #47 22.61 OK: 24171 distinct packages available 01:44:40 #47 22.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #47 22.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #47 23.07 (1/5) Installing dumb-init (1.2.5-r3) 01:44:40 #47 23.07 (2/5) Installing musl-obstack (1.2.3-r2) 01:44:40 #47 23.07 (3/5) Installing libucontext (1.2-r3) 01:44:40 #47 23.08 (4/5) Installing gcompat (1.1.0-r4) 01:44:40 #47 23.09 (5/5) Installing openssl (3.3.4-r0) 01:44:40 #47 23.17 Executing busybox-1.36.1-r29.trigger 01:44:40 #47 23.17 OK: 9 MiB in 19 packages 01:44:40 #47 DONE 26.4s 01:44:40 01:44:40 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:44:40 #51 21.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #51 21.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #51 22.21 (1/3) Installing ca-certificates (20250619-r0) 01:44:40 #51 22.23 (2/3) Installing dumb-init (1.2.5-r3) 01:44:40 #51 22.26 (3/3) Installing tzdata (2025b-r0) 01:44:40 #51 22.29 Executing busybox-1.36.1-r29.trigger 01:44:40 #51 22.29 Executing ca-certificates-20250619-r0.trigger 01:44:40 #51 22.32 OK: 10 MiB in 17 packages 01:44:40 #51 DONE 26.5s 01:44:40 01:44:40 #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:44:40 #54 20.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:40 #54 20.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:40 #54 20.36 (1/1) Installing dumb-init (1.2.5-r3) 01:44:40 #54 20.36 Executing busybox-1.36.1-r29.trigger 01:44:40 #54 20.37 OK: 8 MiB in 15 packages 01:44:40 #54 DONE 26.5s 01:44:40 01:44:40 #65 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:44:40 #65 ... 01:44:40 01:44:40 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:44:40 #53 DONE 26.5s 01:44:40 01:44:40 #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:44:40 #36 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 18.4s done 01:44:40 #36 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:44:40 #36 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:44:40 #36 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:44:40 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:44:40 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 01:44:40 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:44:40 #36 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:44:40 #36 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done 01:44:40 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:44:40 #36 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:44:40 #36 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 01:44:40 #36 DONE 26.6s 01:44:40 01:44:40 #66 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:44:41 #66 ... 01:44:41 01:44:41 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:44:41 #67 DONE 9.0s 01:44:41 01:44:41 #68 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:44:41 #68 ... 01:44:41 01:44:41 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:44:41 #0 8.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.343 OK: 248 MiB in 58 packages 01:44:41 #69 DONE 9.5s 01:44:41 01:44:41 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:44:41 #0 8.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 8.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.339 OK: 248 MiB in 58 packages 01:44:41 #70 DONE 9.5s 01:44:41 01:44:41 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:44:41 #0 8.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.042 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.378 OK: 248 MiB in 58 packages 01:44:41 #71 DONE 9.5s 01:44:41 01:44:41 #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:44:41 #72 DONE 0.1s 01:44:41 01:44:41 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:44:41 #73 DONE 0.1s 01:44:41 01:44:41 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:44:41 #74 DONE 0.1s 01:44:41 01:44:41 #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:41 #75 ... 01:44:41 01:44:41 #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:44:41 #0 1.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 1.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 1.837 OK: 19 MiB in 18 packages 01:44:41 #76 DONE 1.9s 01:44:41 01:44:41 #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:44:41 #77 DONE 0.0s 01:44:41 01:44:41 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:41 #78 ... 01:44:41 01:44:41 #79 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:44:41 #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.495 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:44:41 #0 9.495 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:44:41 #0 9.495 OK: 24171 distinct packages available 01:44:41 #0 9.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.950 (1/4) Installing dumb-init (1.2.5-r3) 01:44:41 #0 9.962 (2/4) Installing musl-obstack (1.2.3-r2) 01:44:41 #0 9.966 (3/4) Installing libucontext (1.2-r3) 01:44:41 #0 9.975 (4/4) Installing gcompat (1.1.0-r4) 01:44:41 #0 9.977 Executing busybox-1.36.1-r29.trigger 01:44:41 #0 9.986 OK: 8 MiB in 18 packages 01:44:41 #79 DONE 10.1s 01:44:41 01:44:41 #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:44:41 #0 8.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.423 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:44:41 #0 9.423 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:44:41 #0 9.423 OK: 24177 distinct packages available 01:44:41 #0 9.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:41 #0 9.886 OK: 248 MiB in 58 packages 01:44:41 #80 DONE 10.0s 01:44:41 01:44:41 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:44:41 #81 DONE 0.0s 01:44:41 01:44:41 #82 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:44:42 #82 ... 01:44:42 01:44:42 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:42 #83 ... 01:44:42 01:44:42 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:44:42 #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.532 OK: 19 MiB in 18 packages 01:44:42 #84 DONE 2.7s 01:44:42 01:44:42 #65 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:44:42 #65 2.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #65 2.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:42 #65 ... 01:44:42 01:44:42 #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:44:42 #0 2.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.770 OK: 8 MiB in 16 packages 01:44:42 #85 DONE 3.0s 01:44:42 01:44:42 #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:44:42 #0 2.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.847 OK: 12 MiB in 21 packages 01:44:42 #86 DONE 3.0s 01:44:42 01:44:42 #65 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:44:42 #65 3.090 OK: 8 MiB in 15 packages 01:44:42 #65 DONE 3.3s 01:44:42 01:44:42 #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:44:42 #0 2.497 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #0 2.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:42 #0 3.073 OK: 13 MiB in 28 packages 01:44:42 #87 DONE 3.3s 01:44:42 01:44:42 #66 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:44:42 #66 2.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:42 #66 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:43 #66 ... 01:44:43 01:44:43 #82 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:44:43 #82 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:43 #82 10.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:43 #82 10.88 OK: 248 MiB in 58 packages 01:44:43 #82 DONE 11.2s 01:44:43 01:44:43 #88 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:44:43 #0 2.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:43 #0 2.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:43 #0 3.181 OK: 8 MiB in 15 packages 01:44:43 #88 DONE 3.3s 01:44:43 01:44:43 #89 [core-data builder 4/7] COPY go.mod vendor* ./ 01:44:43 #89 DONE 0.1s 01:44:43 01:44:43 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:44:43 #0 2.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:43 #0 2.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:43 #0 3.288 OK: 10 MiB in 17 packages 01:44:43 #90 DONE 3.4s 01:44:43 01:44:43 #66 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:44:43 #66 3.352 OK: 9 MiB in 19 packages 01:44:43 #66 DONE 3.4s 01:44:43 01:44:43 #91 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:44:43 #0 1.807 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:43 #0 2.339 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:43 #0 3.107 (1/1) Installing dumb-init (1.2.5-r3) 01:44:43 #0 3.382 Executing busybox-1.36.1-r29.trigger 01:44:43 #0 3.389 OK: 8 MiB in 15 packages 01:44:43 #91 DONE 3.5s 01:44:43 01:44:43 #92 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:44 #92 ... 01:44:44 01:44:44 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:44:44 #93 DONE 0.8s 01:44:44 01:44:44 #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:44 #94 DONE 0.9s 01:44:44 01:44:44 #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:44:44 #95 DONE 1.4s 01:44:44 01:44:44 #68 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:44:44 #68 3.144 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:44 #68 ... 01:44:44 01:44:44 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:44:44 #96 DONE 0.1s 01:44:44 01:44:44 #97 [security-spire-server stage-2 6/9] COPY security.txt / 01:44:44 #97 DONE 0.4s 01:44:44 01:44:44 #68 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:44:44 #68 3.605 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:44 #68 ... 01:44:44 01:44:44 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:44:44 #98 DONE 0.7s 01:44:44 01:44:44 #99 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:44:44 #0 2.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:44:44 #0 2.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:44:44 #0 2.623 OK: 8 MiB in 18 packages 01:44:44 #99 DONE 2.9s 01:44:44 01:44:44 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:44 #100 DONE 0.8s 01:44:44 01:44:44 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:44:44 #101 DONE 0.1s 01:44:44 01:44:44 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:44:44 #102 DONE 0.1s 01:44:44 01:44:44 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 01:44:45 #103 ... 01:44:45 01:44:45 #68 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:44:45 #68 4.299 OK: 248 MiB in 58 packages 01:44:45 #68 DONE 4.5s 01:44:45 01:44:45 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:44:45 #104 DONE 0.6s 01:44:45 01:44:45 #105 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:44:45 #105 DONE 0.7s 01:44:45 01:44:45 #103 [security-spire-agent stage-3 7/10] COPY security.txt / 01:44:45 #103 DONE 0.6s 01:44:45 01:44:45 #106 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:44:45 #106 DONE 0.1s 01:44:45 01:44:45 #107 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:44:45 #107 DONE 0.1s 01:44:45 01:44:45 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:44:45 #108 DONE 0.1s 01:44:45 01:44:45 #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:44:45 #109 DONE 0.1s 01:44:45 01:44:45 #110 [security-spire-config stage-2 6/10] COPY security.txt / 01:44:45 #110 DONE 0.1s 01:44:45 01:44:45 #111 [security-spire-server] exporting to image 01:44:45 #111 exporting layers 01:44:45 #111 ... 01:44:45 01:44:45 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:44:45 #112 DONE 0.1s 01:44:45 01:44:45 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:44:45 #113 DONE 0.0s 01:44:45 01:44:45 #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:44:45 #114 DONE 0.1s 01:44:45 01:44:45 #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:44:45 #115 DONE 0.0s 01:44:45 01:44:45 #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:44:45 #116 DONE 0.0s 01:44:45 01:44:45 #117 [security-spire-config] exporting to image 01:44:45 #117 ... 01:44:45 01:44:45 #111 [security-spire-server] exporting to image 01:44:45 #111 exporting layers 0.4s done 01:44:45 #111 writing image sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:44:45 #111 naming to docker.io/library/security-spire-server done 01:44:45 #111 DONE 0.5s 01:44:45 01:44:45 #118 [security-spire-agent] exporting to image 01:44:45 #118 exporting layers 0.4s done 01:44:45 #118 writing image sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:44:45 #118 naming to docker.io/library/security-spire-agent done 01:44:45 #118 DONE 0.4s 01:44:45 01:44:45 #117 [security-spire-config] exporting to image 01:44:45 #117 exporting layers 0.4s done 01:44:46 #117 writing image sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:44:46 #117 naming to docker.io/library/security-spire-config done 01:44:46 #117 DONE 0.4s 01:44:46 01:44:46 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5246 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:44:49 Running in /w/workspace/edgex-go/874 [Pipeline] { [Pipeline] checkout 01:44:51 #119 ... 01:44:51 01:44:51 #120 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:44:52 The recommended git tool is: git 01:44:56 using credential edgex-jenkins-ssh 01:44:57 Cloning the remote Git repository 01:44:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:44:57 > git init /w/workspace/edgex-go/874 # timeout=10 01:44:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:44:57 > git --version # timeout=10 01:44:57 > git --version # 'git version 2.25.1' 01:44:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:44:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:45:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:17 Avoid second fetch 01:45:17 Checking out Revision 79e201fa8481d96c2e3941a52db52a24d107e5bf (main) 01:45:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5209)" 01:45:17 > git config core.sparsecheckout # timeout=10 01:45:17 > git checkout -f 79e201fa8481d96c2e3941a52db52a24d107e5bf # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:45:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:45:23 % Total % Received % Xferd Average Speed Time Time Time Current 01:45:23 Dload Upload Total Spent Left Speed 01:45:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 119k 0 --:--:-- --:--:-- --:--:-- 119k [Pipeline] sh 01:45:23 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 01:45:23 #120 DONE 41.0s 01:45:23 01:45:23 #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:23 #75 DONE 41.0s 01:45:23 01:45:23 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:23 #78 DONE 41.0s 01:45:23 01:45:23 #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:23 #92 DONE 39.4s 01:45:23 01:45:23 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:23 #119 DONE 36.9s 01:45:23 01:45:23 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:23 #83 DONE 40.5s 01:45:23 01:45:23 #121 [core-metadata builder 6/7] COPY . . [Pipeline] sh 01:45:23 + sudo tee /etc/docker/daemon.new 01:45:23 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:45:23 { 01:45:23 "registry-mirrors": [ 01:45:23 "https://nexus3.edgexfoundry.org:10001" 01:45:23 ], 01:45:23 "bip": "10.250.0.254/24", 01:45:23 "hosts": [ 01:45:23 "tcp://0.0.0.0:5555", 01:45:23 "unix:///var/run/docker.sock" 01:45:23 ], 01:45:23 "mtu": 1458, 01:45:23 "selinux-enabled": true, 01:45:23 "seccomp-profile": "/etc/docker/seccomp.json" 01:45:23 } [Pipeline] sh 01:45:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:45:24 + sudo service docker restart 01:45:33 #121 ... 01:45:33 01:45:33 #122 [core-keeper builder 7/8] COPY . . 01:45:33 #122 ... 01:45:33 01:45:33 #123 [support-notifications builder 6/7] COPY . . 01:45:33 #123 DONE 10.3s 01:45:33 01:45:33 #122 [core-keeper builder 7/8] COPY . . 01:45:33 #122 DONE 10.3s 01:45:33 01:45:33 #124 [security-spiffe-token-provider builder 6/7] COPY . . 01:45:33 #124 DONE 10.3s 01:45:33 01:45:33 #125 [security-secretstore-setup builder 6/7] COPY . . 01:45:33 #125 DONE 10.3s 01:45:33 01:45:33 #126 [support-scheduler builder 6/7] COPY . . 01:45:33 #126 DONE 10.3s 01:45:33 01:45:33 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #127 CACHED 01:45:33 01:45:33 #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:45:33 #128 CACHED 01:45:33 01:45:33 #129 [security-secretstore-setup builder 6/7] COPY . . 01:45:33 #129 CACHED 01:45:33 01:45:33 #130 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:45:33 #130 CACHED 01:45:33 01:45:33 #131 [security-proxy-setup builder 6/7] COPY . . 01:45:33 #131 CACHED 01:45:33 01:45:33 #132 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #132 CACHED 01:45:33 01:45:33 #121 [core-data builder 6/7] COPY . . 01:45:33 #121 DONE 10.3s 01:45:33 01:45:33 #133 [core-data builder 6/7] COPY . . 01:45:33 #133 CACHED 01:45:33 01:45:33 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #134 CACHED 01:45:33 01:45:33 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 01:45:33 #135 CACHED 01:45:33 01:45:33 #136 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #136 CACHED 01:45:33 01:45:33 #137 [security-proxy-auth builder 6/7] COPY . . 01:45:33 #137 CACHED 01:45:33 01:45:33 #138 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:45:33 #138 CACHED 01:45:33 01:45:33 #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:45:33 #139 CACHED 01:45:33 01:45:33 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #140 CACHED 01:45:33 01:45:33 #141 [core-metadata builder 6/7] COPY . . 01:45:33 #141 CACHED 01:45:33 01:45:33 #142 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:33 #142 CACHED 01:45:33 01:45:33 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 01:45:33 #143 CACHED 01:45:33 01:45:33 #144 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:45:33 #144 CACHED 01:45:33 01:45:33 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:45:34 #145 1.143 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:42 provisioning config files... 01:45:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/874@tmp/config84036191376413672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:43 ---> ****-login.sh 01:45:43 nexus3.edgexfoundry.org:10001 01:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:43 Configure a credential helper to remove this warning. See 01:45:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:43 01:45:43 Login Succeeded 01:45:44 nexus3.edgexfoundry.org:10002 01:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:44 #145 ... 01:45:44 01:45:44 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:45:44 #0 0.726 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:45:44 #146 ... 01:45:44 01:45:44 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:45:44 #0 0.616 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:45:44 #147 ... 01:45:44 01:45:44 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:45:44 #0 1.140 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:45:44 #148 ... 01:45:44 01:45:44 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:45:44 #0 1.120 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:45:44 #149 ... 01:45:44 01:45:44 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:45:44 #0 1.144 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:45:44 #150 ... 01:45:44 01:45:44 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:45:44 #0 1.158 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:45:44 #151 ... 01:45:44 01:45:44 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:45:44 #0 1.158 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:45:44 #152 ... 01:45:44 01:45:44 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:45:44 #0 1.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:45:44 #153 ... 01:45:44 01:45:44 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:45:44 #0 1.154 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:45:44 #154 ... 01:45:44 01:45:44 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:45:44 #0 1.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:44 Configure a credential helper to remove this warning. See 01:45:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:44 01:45:44 Login Succeeded 01:45:44 nexus3.edgexfoundry.org:10003 01:45:44 #155 ... 01:45:44 01:45:44 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:45:44 #0 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:44 Configure a credential helper to remove this warning. See 01:45:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:44 01:45:44 Login Succeeded 01:45:44 nexus3.edgexfoundry.org:10004 01:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:44 Configure a credential helper to remove this warning. See 01:45:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:44 01:45:44 Login Succeeded 01:45:44 ****.io 01:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:45:45 Configure a credential helper to remove this warning. See 01:45:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:45:45 01:45:45 Login Succeeded 01:45:45 ---> ****-login.sh ends [Pipeline] } 01:45:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:45:46 + git config --global --add safe.directory /w/workspace/edgex-go/874 [Pipeline] echo 01:45:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:45:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:45:46 ========================================================= 01:45:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:45:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:45:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:45:46 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:45:46 94e9d8af2201: Pulling fs layer 01:45:46 a6c56e8762df: Pulling fs layer 01:45:46 f0f3c8884826: Pulling fs layer 01:45:46 c7e7622c144d: Pulling fs layer 01:45:46 4f4fb700ef54: Pulling fs layer 01:45:46 e8859aadc426: Pulling fs layer 01:45:46 b4813487a9f6: Pulling fs layer 01:45:46 502a3d64fb4b: Pulling fs layer 01:45:46 4f4fb700ef54: Waiting 01:45:46 e8859aadc426: Waiting 01:45:46 b4813487a9f6: Waiting 01:45:46 502a3d64fb4b: Waiting 01:45:46 c7e7622c144d: Waiting 01:45:46 a6c56e8762df: Verifying Checksum 01:45:46 a6c56e8762df: Download complete 01:45:46 c7e7622c144d: Verifying Checksum 01:45:46 c7e7622c144d: Download complete 01:45:46 4f4fb700ef54: Verifying Checksum 01:45:46 4f4fb700ef54: Download complete 01:45:46 e8859aadc426: Verifying Checksum 01:45:46 e8859aadc426: Download complete 01:45:46 94e9d8af2201: Download complete 01:45:47 502a3d64fb4b: Verifying Checksum 01:45:47 502a3d64fb4b: Download complete 01:45:48 f0f3c8884826: Verifying Checksum 01:45:48 f0f3c8884826: Download complete 01:45:48 94e9d8af2201: Pull complete 01:45:48 b4813487a9f6: Verifying Checksum 01:45:48 b4813487a9f6: Download complete 01:45:49 a6c56e8762df: Pull complete 01:46:04 f0f3c8884826: Pull complete 01:46:04 c7e7622c144d: Pull complete 01:46:04 4f4fb700ef54: Pull complete 01:46:04 e8859aadc426: Pull complete 01:46:12 b4813487a9f6: Pull complete 01:46:13 502a3d64fb4b: Pull complete 01:46:13 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:46:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:46:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:46:14 WORKDIR /edgex 01:46:14 COPY go.mod . 01:46:14 RUN go mod download 01:46:14 + docker build -t ci-base-image-arm64 -f - . 01:46:14 Sending build context to Docker daemon 3.708MB 01:46:14 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:46:14 ---> 3bb21d53e231 01:46:14 Step 2/4 : WORKDIR /edgex 01:46:16 ---> Running in 3e56c8008461 01:46:16 Removing intermediate container 3e56c8008461 01:46:16 ---> 7ba72d9c6a4f 01:46:16 Step 3/4 : COPY go.mod . 01:46:17 ---> d2331860203a 01:46:17 Step 4/4 : RUN go mod download 01:46:17 ---> Running in b2efc0e22beb 01:47:05 #156 ... 01:47:05 01:47:05 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:47:05 #154 DONE 89.5s 01:47:05 01:47:05 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:47:05 #145 DONE 89.5s 01:47:05 01:47:05 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:47:05 #157 DONE 0.1s 01:47:05 01:47:05 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:47:05 #158 DONE 0.1s 01:47:05 01:47:05 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:47:05 #159 DONE 0.1s 01:47:05 01:47:05 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:47:05 #160 DONE 0.3s 01:47:05 01:47:05 #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:47:05 #161 DONE 0.4s 01:47:05 01:47:05 #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:47:05 #162 DONE 0.1s 01:47:05 01:47:05 #163 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:47:05 #163 DONE 1.0s 01:47:05 01:47:05 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:05 #164 ... 01:47:05 01:47:05 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:47:05 #165 DONE 0.3s 01:47:05 01:47:05 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:47:05 #166 DONE 0.6s 01:47:05 01:47:05 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:47:05 #164 DONE 1.0s 01:47:05 01:47:05 #167 [core-common-config-bootstrapper] exporting to image 01:47:05 #167 exporting layers 01:47:05 #167 ... 01:47:05 01:47:05 #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:47:05 #168 DONE 0.3s 01:47:05 01:47:05 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:47:05 #169 DONE 0.2s 01:47:05 01:47:05 #170 [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/ 01:47:05 #170 DONE 0.1s 01:47:05 01:47:05 #167 [core-common-config-bootstrapper] exporting to image 01:47:05 #167 exporting layers 0.6s done 01:47:05 #167 writing image sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:47:05 #167 naming to docker.io/library/core-common-config-bootstrapper done 01:47:05 #167 DONE 0.7s 01:47:05 01:47:05 #171 [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/ 01:47:05 #171 DONE 0.1s 01:47:05 01:47:05 #172 [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/ 01:47:05 #172 DONE 0.1s 01:47:05 01:47:05 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:47:05 #173 DONE 0.1s 01:47:05 01:47:05 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:47:05 #152 ... 01:47:05 01:47:05 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:47:06 #174 DONE 1.3s 01:47:06 01:47:06 #175 [security-bootstrapper] exporting to image 01:47:07 #175 exporting layers 0.5s done 01:47:07 #175 writing image sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:47:07 #175 naming to docker.io/library/security-bootstrapper done 01:47:07 #175 DONE 0.6s 01:47:07 01:47:07 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:47:39 Removing intermediate container b2efc0e22beb 01:47:39 ---> 366155690c98 01:47:39 Successfully built 366155690c98 01:47:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:39 + docker inspect -f . ci-base-image-arm64 01:47:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:39 prd-ubuntu20.04-docker-arm64-4c-16g-5246 does not seem to be running inside a container 01:47:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@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 01:47:40 $ docker top 75d945ce325ff1abd5330758c7ca142f7316551645be954f60d83d49c5303711 -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:41 + go version 01:47:41 go version go1.23.9 linux/arm64 [Pipeline] } 01:47:41 $ docker stop --time=1 75d945ce325ff1abd5330758c7ca142f7316551645be954f60d83d49c5303711 01:47:43 $ docker rm -f --volumes 75d945ce325ff1abd5330758c7ca142f7316551645be954f60d83d49c5303711 [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 01:47:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:47:44 01:47:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:47:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:47:44 latest: Pulling from edgex-devops/edgex-compose-arm64 01:47:44 547446be3368: Pulling fs layer 01:47:44 d125d8839a47: Pulling fs layer 01:47:44 3e85d5ac6304: Pulling fs layer 01:47:44 c3105a71a48b: Pulling fs layer 01:47:44 0f093f025ec4: Pulling fs layer 01:47:44 c3106fc0e877: Pulling fs layer 01:47:44 c3105a71a48b: Waiting 01:47:44 0f093f025ec4: Waiting 01:47:44 c3106fc0e877: Waiting 01:47:44 547446be3368: Verifying Checksum 01:47:44 547446be3368: Download complete 01:47:44 c3105a71a48b: Verifying Checksum 01:47:44 c3105a71a48b: Download complete 01:47:45 d125d8839a47: Verifying Checksum 01:47:45 d125d8839a47: Download complete 01:47:45 c3106fc0e877: Verifying Checksum 01:47:45 c3106fc0e877: Download complete 01:47:45 0f093f025ec4: Verifying Checksum 01:47:45 0f093f025ec4: Download complete 01:47:45 547446be3368: Pull complete 01:47:46 d125d8839a47: Pull complete 01:47:47 3e85d5ac6304: Verifying Checksum 01:47:47 3e85d5ac6304: Download complete 01:47:53 #147 ... 01:47:53 01:47:53 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:47:53 #155 141.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:47:57 3e85d5ac6304: Pull complete 01:47:57 c3105a71a48b: Pull complete 01:47:58 0f093f025ec4: Pull complete 01:47:58 c3106fc0e877: Pull complete 01:47:58 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:47:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:47:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:47:59 prd-ubuntu20.04-docker-arm64-4c-16g-5246 does not seem to be running inside a container 01:47:59 $ 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/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@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 01:48:01 $ docker top ccc3b1186f70d2e3bb094af2c1a0bd60dc97c4b06adb2810a7aa49078712d622 -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:01 + docker compose -f ./docker-compose-build.yml build --parallel 01:48:03 #155 ... 01:48:03 01:48:03 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:48:03 #153 DONE 150.1s 01:48:03 01:48:03 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:48:03 #152 DONE 150.1s 01:48:03 01:48:03 #155 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:48:03 #155 DONE 150.1s 01:48:03 01:48:03 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:48:03 #148 DONE 150.1s 01:48:03 01:48:03 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:48:03 #151 DONE 150.1s 01:48:03 01:48:03 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:48:03 #146 DONE 150.2s 01:48:03 01:48:03 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:48:03 #150 DONE 150.2s 01:48:03 01:48:03 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:48:03 #147 DONE 150.2s 01:48:03 01:48:03 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:48:03 #156 DONE 150.2s 01:48:03 01:48:03 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:48:03 #149 DONE 150.2s 01:48:03 01:48:03 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #176 DONE 0.2s 01:48:03 01:48:03 #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #177 DONE 0.2s 01:48:03 01:48:03 #178 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #178 DONE 0.2s 01:48:03 01:48:03 #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #179 DONE 0.2s 01:48:03 01:48:03 #180 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #180 DONE 0.2s 01:48:03 01:48:03 #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #181 DONE 0.2s 01:48:03 01:48:03 #182 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:48:03 #182 DONE 0.1s 01:48:03 01:48:03 #183 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:03 #183 ... 01:48:03 01:48:03 #184 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #184 DONE 0.2s 01:48:03 01:48:03 #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:48:03 #185 CACHED 01:48:03 01:48:03 #186 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #186 CACHED 01:48:03 01:48:03 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:48:03 #187 CACHED 01:48:03 01:48:03 #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #188 CACHED 01:48:03 01:48:03 #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:48:03 #189 DONE 0.2s 01:48:03 01:48:03 #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:03 #190 DONE 0.2s 01:48:03 01:48:03 #191 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:48:03 #191 ... 01:48:03 01:48:03 #192 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:03 #192 DONE 0.5s 01:48:03 01:48:03 #193 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:03 #193 DONE 0.5s 01:48:03 01:48:03 #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:48:03 #194 DONE 0.5s 01:48:03 01:48:03 #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:48:03 #195 DONE 0.5s 01:48:03 01:48:03 #196 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:48:03 #196 DONE 0.5s 01:48:03 01:48:03 #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:48:03 #197 DONE 0.5s 01:48:03 01:48:03 #183 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:48:03 #183 DONE 0.6s 01:48:03 01:48:03 #191 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:48:03 #191 DONE 0.6s 01:48:03 01:48:03 #198 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:48:03 #198 DONE 0.6s 01:48:03 01:48:03 #199 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:48:04 #199 ... 01:48:04 01:48:04 #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:48:04 #200 DONE 0.5s 01:48:04 01:48:04 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:48:04 #201 DONE 0.6s 01:48:04 01:48:04 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:48:04 #202 DONE 0.6s 01:48:04 01:48:04 #203 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:48:04 #203 DONE 0.6s 01:48:04 01:48:04 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:48:04 #204 DONE 0.6s 01:48:04 01:48:04 #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:48:04 #205 DONE 0.6s 01:48:04 01:48:04 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:48:04 #206 DONE 0.6s 01:48:04 01:48:04 #207 [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 01:48:04 #207 DONE 0.6s 01:48:04 01:48:04 #208 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:48:04 #208 DONE 0.6s 01:48:04 01:48:04 #199 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:48:04 #199 DONE 0.6s 01:48:04 01:48:04 #209 [core-command] exporting to image 01:48:04 #209 exporting layers 01:48:04 #209 ... 01:48:04 01:48:04 #210 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:48:04 #210 DONE 0.2s 01:48:04 01:48:04 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:48:04 #211 DONE 0.2s 01:48:04 01:48:04 #212 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:48:04 #212 DONE 0.2s 01:48:04 01:48:04 #213 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:48:04 #213 DONE 0.2s 01:48:04 01:48:04 #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:48:04 #214 DONE 0.2s 01:48:04 01:48:04 #215 [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 01:48:04 #215 DONE 0.2s 01:48:04 01:48:04 #216 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:48:04 #216 DONE 0.2s 01:48:04 01:48:04 #209 [core-command] exporting to image 01:48:04 #209 exporting layers 0.1s done 01:48:04 #209 ... 01:48:04 01:48:04 #217 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:48:04 #217 DONE 0.2s 01:48:04 01:48:04 #209 [core-command] exporting to image 01:48:04 #209 writing image sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 01:48:04 #209 ... 01:48:04 01:48:04 #218 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:48:04 #218 DONE 0.2s 01:48:04 01:48:04 #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:48:04 #219 DONE 0.2s 01:48:04 01:48:04 #209 [core-command] exporting to image 01:48:04 #209 writing image sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 0.1s done 01:48:04 #209 naming to docker.io/library/core-command done 01:48:04 #209 DONE 0.5s 01:48:04 01:48:04 #220 [core-keeper] exporting to image 01:48:04 #220 exporting layers 0.1s done 01:48:04 #220 writing image sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 0.1s done 01:48:04 #220 naming to docker.io/library/core-keeper done 01:48:04 #220 DONE 0.5s 01:48:04 01:48:04 #221 [core-data] exporting to image 01:48:04 #221 exporting layers 0.2s done 01:48:04 #221 writing image sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e 0.1s done 01:48:04 #221 naming to docker.io/library/core-data done 01:48:04 #221 DONE 0.4s 01:48:04 01:48:04 #222 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:48:04 #222 DONE 0.2s 01:48:04 01:48:04 #223 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:48:04 #223 DONE 0.2s 01:48:04 01:48:04 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:04 #224 DONE 0.5s 01:48:04 01:48:04 #225 [security-proxy-auth] exporting to image 01:48:05 #225 ... 01:48:05 01:48:05 #226 [support-notifications] exporting to image 01:48:05 #226 exporting layers 0.3s done 01:48:05 #226 writing image sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 0.1s done 01:48:05 #226 naming to docker.io/library/support-notifications done 01:48:05 #226 DONE 0.5s 01:48:05 01:48:05 #227 [support-scheduler] exporting to image 01:48:05 #227 exporting layers 0.5s done 01:48:05 #227 writing image sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:48:05 #227 naming to docker.io/library/support-scheduler 0.0s done 01:48:05 #227 DONE 0.6s 01:48:05 01:48:05 #228 [security-spiffe-token-provider] exporting to image 01:48:05 #228 exporting layers 0.5s done 01:48:05 #228 writing image sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:48:05 #228 naming to docker.io/library/security-spiffe-token-provider done 01:48:05 #228 DONE 0.5s 01:48:05 01:48:05 #229 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:48:05 #229 DONE 0.3s 01:48:05 01:48:05 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:05 #230 ... 01:48:05 01:48:05 #231 [core-metadata] exporting to image 01:48:05 #231 exporting layers 0.8s done 01:48:05 #231 writing image sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:48:05 #231 naming to docker.io/library/core-metadata done 01:48:05 #231 DONE 0.8s 01:48:05 01:48:05 #225 [security-proxy-auth] exporting to image 01:48:05 #225 exporting layers 0.3s done 01:48:05 #225 writing image sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:48:05 #225 naming to docker.io/library/security-proxy-auth done 01:48:05 #225 DONE 0.4s 01:48:05 01:48:05 #232 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:48:05 #232 DONE 0.1s 01:48:05 01:48:05 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:05 #230 DONE 0.5s 01:48:05 01:48:05 #233 [security-proxy-setup] exporting to image 01:48:05 #233 exporting layers 0.2s done 01:48:05 #233 writing image sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:48:05 #233 naming to docker.io/library/security-proxy-setup done 01:48:05 #233 DONE 0.2s 01:48:05 01:48:05 #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:48:05 #234 DONE 0.3s 01:48:05 01:48:05 #235 [security-secretstore-setup] exporting to image 01:48:05 #235 exporting layers 0.2s done 01:48:05 #235 writing image sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:48:05 #235 naming to docker.io/library/security-secretstore-setup done 01:48:05 #235 DONE 0.2s 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:48:05 time="2025-07-17T01:44:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:48:05 $ docker stop --time=1 ed4f97dfa118853396c13fd753fee356a5de2d61c896429005a65ca116744b2f 01:48:07 $ docker rm -f --volumes ed4f97dfa118853396c13fd753fee356a5de2d61c896429005a65ca116744b2f [Pipeline] // withDockerContainer [Pipeline] sh 01:48:07 + docker images 01:48:07 REPOSITORY TAG IMAGE ID CREATED SIZE 01:48:07 security-proxy-setup latest fa7fcd474a38 2 seconds ago 38.6MB 01:48:07 security-secretstore-setup latest 088600f73144 2 seconds ago 68.9MB 01:48:07 core-keeper latest 08ce9bb40402 3 seconds ago 32.6MB 01:48:07 security-spiffe-token-provider latest b95ab9942083 3 seconds ago 47.5MB 01:48:07 core-data latest b83dd63e0768 3 seconds ago 33MB 01:48:07 core-metadata latest 0cf5b690f2e1 3 seconds ago 33.2MB 01:48:07 support-scheduler latest 79e5a9abcab1 3 seconds ago 48.7MB 01:48:07 security-proxy-auth latest 65516a5687a6 3 seconds ago 31.9MB 01:48:07 support-notifications latest 3e4e810fc905 3 seconds ago 52.3MB 01:48:07 core-command latest 3ec3ae61ad14 3 seconds ago 28.5MB 01:48:07 security-bootstrapper latest 718b973a5f31 About a minute ago 20.4MB 01:48:07 core-common-config-bootstrapper latest fe158154bb17 About a minute ago 17.1MB 01:48:07 security-spire-server latest ef5d9984ee03 3 minutes ago 149MB 01:48:07 security-spire-agent latest b52753880be9 3 minutes ago 195MB 01:48:07 security-spire-config latest e08bc3428448 3 minutes ago 149MB 01:48:07 ci-base-image-x86_64 latest 85b6c69bdb9d 6 minutes ago 924MB 01:48:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 4 weeks ago 574MB 01:48:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 weeks ago 573MB 01:48:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:48:07 provisioning config files... 01:48:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/874@tmp/config5595272503919513850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:48:08 ---> ****-login.sh 01:48:08 nexus3.edgexfoundry.org:10001 01:48:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:08 Login Succeeded 01:48:08 nexus3.edgexfoundry.org:10002 01:48:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:08 Login Succeeded 01:48:08 nexus3.edgexfoundry.org:10003 01:48:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:08 Login Succeeded 01:48:08 nexus3.edgexfoundry.org:10004 01:48:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:08 Login Succeeded 01:48:08 ****.io 01:48:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:48:08 Login Succeeded 01:48:08 ---> ****-login.sh ends [Pipeline] } 01:48:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:48:08 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:48:08 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:08 latest 01:48:08 4.1.0-dev.42 01:48:08 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:08 main 01:48:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:09 + docker push nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:09 d36fab74f01a: Preparing 01:48:09 edb7ce918c27: Preparing 01:48:09 7ced79e06270: Preparing 01:48:09 17a675c9278a: Preparing 01:48:09 02abea0cb8a6: Preparing 01:48:09 420883065b6e: Preparing 01:48:09 097100c76c15: Preparing 01:48:09 420883065b6e: Waiting 01:48:09 097100c76c15: Waiting 01:48:09 7ced79e06270: Pushed 01:48:09 d36fab74f01a: Pushed 01:48:09 02abea0cb8a6: Pushed 01:48:09 17a675c9278a: Pushed 01:48:09 097100c76c15: Layer already exists 01:48:09 420883065b6e: Pushed 01:48:11 edb7ce918c27: Pushed 01:48:11 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:12 #1 [security-proxy-setup internal] load build definition from Dockerfile 01:48:12 #1 transferring dockerfile: 30B 0.0s 01:48:12 #1 transferring dockerfile: 2.50kB 0.0s done 01:48:12 #1 DONE 0.1s 01:48:12 01:48:12 #2 [core-command internal] load build definition from Dockerfile 01:48:12 #2 transferring dockerfile: 1.94kB done 01:48:12 #2 DONE 0.0s 01:48:12 01:48:12 #3 [security-proxy-auth internal] load build definition from Dockerfile 01:48:12 #3 transferring dockerfile: 2.14kB 0.0s done 01:48:12 #3 DONE 0.1s 01:48:12 01:48:12 #4 [core-data internal] load build definition from Dockerfile 01:48:12 #4 transferring dockerfile: 2.04kB 0.0s done 01:48:12 #4 DONE 0.1s 01:48:12 01:48:12 #5 [core-keeper internal] load build definition from Dockerfile 01:48:12 #5 transferring dockerfile: 2.01kB done 01:48:12 #5 DONE 0.1s 01:48:12 01:48:12 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:48:12 #6 transferring dockerfile: 1.89kB done 01:48:12 #6 DONE 0.1s 01:48:12 01:48:12 #7 [security-spire-server internal] load build definition from Dockerfile 01:48:12 #7 transferring dockerfile: 1.70kB 0.0s done 01:48:12 #7 DONE 0.1s 01:48:12 01:48:12 #8 [security-spire-agent internal] load build definition from Dockerfile 01:48:12 #8 transferring dockerfile: 1.81kB 0.0s done 01:48:12 #8 DONE 0.1s 01:48:12 01:48:12 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:48:12 #9 transferring dockerfile: 2.23kB done 01:48:12 #9 DONE 0.1s 01:48:12 01:48:12 #10 [support-notifications internal] load build definition from Dockerfile 01:48:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv 01:48:12 #10 transferring dockerfile: 2.00kB 0.0s done 01:48:12 #10 DONE 0.1s 01:48:12 01:48:12 #11 [security-secretstore-setup internal] load build definition from Dockerfile 01:48:12 #11 transferring dockerfile: 2.49kB done 01:48:12 #11 DONE 0.1s 01:48:12 01:48:12 #12 [core-metadata internal] load build definition from Dockerfile 01:48:12 #12 transferring dockerfile: 2.10kB done 01:48:12 #12 DONE 0.1s 01:48:12 01:48:12 #13 [support-scheduler internal] load build definition from Dockerfile 01:48:12 #13 transferring dockerfile: 1.83kB done 01:48:12 #13 DONE 0.1s 01:48:12 01:48:12 #14 [security-proxy-setup internal] load .dockerignore 01:48:12 #14 transferring context: 50B 0.0s done 01:48:12 #14 DONE 0.1s 01:48:12 01:48:12 #15 [security-spire-config internal] load build definition from Dockerfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:12 #15 transferring dockerfile: 1.69kB 0.0s done 01:48:12 #15 DONE 0.1s 01:48:12 01:48:12 #16 [security-bootstrapper internal] load build definition from Dockerfile 01:48:12 #16 transferring dockerfile: 3.02kB done 01:48:12 #16 DONE 0.0s 01:48:12 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:12 d36fab74f01a: Preparing 01:48:12 edb7ce918c27: Preparing 01:48:12 7ced79e06270: Preparing 01:48:12 17a675c9278a: Preparing 01:48:12 02abea0cb8a6: Preparing 01:48:12 420883065b6e: Preparing 01:48:12 097100c76c15: Preparing 01:48:12 420883065b6e: Waiting 01:48:12 097100c76c15: Waiting 01:48:12 d36fab74f01a: Layer already exists 01:48:12 7ced79e06270: Layer already exists 01:48:12 02abea0cb8a6: Layer already exists 01:48:12 17a675c9278a: Layer already exists 01:48:12 edb7ce918c27: Layer already exists 01:48:12 097100c76c15: Layer already exists 01:48:12 420883065b6e: Layer already exists 01:48:12 latest: digest: sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:13 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:48:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:13 d36fab74f01a: Preparing 01:48:13 edb7ce918c27: Preparing 01:48:13 7ced79e06270: Preparing 01:48:13 17a675c9278a: Preparing 01:48:13 02abea0cb8a6: Preparing 01:48:13 420883065b6e: Preparing 01:48:13 097100c76c15: Preparing 01:48:13 420883065b6e: Waiting 01:48:13 097100c76c15: Waiting 01:48:13 edb7ce918c27: Layer already exists 01:48:13 7ced79e06270: Layer already exists 01:48:13 02abea0cb8a6: Layer already exists 01:48:13 17a675c9278a: Layer already exists 01:48:13 d36fab74f01a: Layer already exists 01:48:13 097100c76c15: Layer already exists 01:48:13 420883065b6e: Layer already exists 01:48:13 4.1.0-dev.42: digest: sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:13 01:48:13 #17 [core-command internal] load .dockerignore 01:48:13 #17 transferring context: 50B 0.0s done 01:48:13 #17 DONE 0.1s 01:48:13 01:48:13 #18 [security-proxy-auth internal] load .dockerignore 01:48:13 #18 transferring context: 50B 0.0s done 01:48:13 #18 DONE 0.1s 01:48:13 01:48:13 #19 [core-data internal] load .dockerignore 01:48:13 #19 transferring context: 50B done 01:48:13 #19 DONE 0.0s 01:48:13 01:48:13 #20 [core-keeper internal] load .dockerignore 01:48:13 #20 transferring context: 50B done 01:48:13 #20 DONE 0.1s 01:48:13 01:48:13 #21 [security-spiffe-token-provider internal] load .dockerignore 01:48:13 #21 transferring context: 50B 0.0s done 01:48:13 #21 DONE 0.1s 01:48:13 01:48:13 #22 [security-spire-server internal] load .dockerignore 01:48:13 #22 transferring context: 50B 0.0s done 01:48:13 #22 DONE 0.1s 01:48:13 01:48:13 #23 [security-spire-agent internal] load .dockerignore 01:48:13 #23 transferring context: 50B done 01:48:13 #23 DONE 0.1s 01:48:13 01:48:13 #24 [core-common-config-bootstrapper internal] load .dockerignore 01:48:13 #24 transferring context: 50B done 01:48:13 #24 DONE 0.1s 01:48:13 01:48:13 #25 [support-notifications internal] load .dockerignore 01:48:13 #25 transferring context: 50B 0.0s done 01:48:13 #25 DONE 0.1s 01:48:13 01:48:13 #26 [security-secretstore-setup internal] load .dockerignore 01:48:14 + docker push nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:14 d36fab74f01a: Preparing 01:48:14 edb7ce918c27: Preparing 01:48:14 7ced79e06270: Preparing 01:48:14 17a675c9278a: Preparing 01:48:14 02abea0cb8a6: Preparing 01:48:14 420883065b6e: Preparing 01:48:14 097100c76c15: Preparing 01:48:14 420883065b6e: Waiting 01:48:14 097100c76c15: Waiting 01:48:14 7ced79e06270: Layer already exists 01:48:14 17a675c9278a: Layer already exists 01:48:14 d36fab74f01a: Layer already exists 01:48:14 02abea0cb8a6: Layer already exists 01:48:14 edb7ce918c27: Layer already exists 01:48:14 097100c76c15: Layer already exists 01:48:14 420883065b6e: Layer already exists 01:48:14 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:14 #26 transferring context: 50B done 01:48:14 #26 DONE 0.1s 01:48:14 01:48:14 #27 [core-metadata internal] load .dockerignore 01:48:14 #27 transferring context: 50B 0.0s done 01:48:14 #27 DONE 0.1s 01:48:14 01:48:14 #28 [support-scheduler internal] load .dockerignore 01:48:14 #28 transferring context: 50B 0.0s done 01:48:14 #28 DONE 0.1s 01:48:14 01:48:14 #29 [security-spire-config internal] load .dockerignore 01:48:14 #29 transferring context: 50B done 01:48:14 #29 DONE 0.1s 01:48:14 01:48:14 #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:14 #30 DONE 0.0s 01:48:14 01:48:14 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:48:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main 01:48:14 #31 ... 01:48:14 01:48:14 #32 [security-bootstrapper internal] load .dockerignore 01:48:14 #32 transferring context: 50B 0.0s done 01:48:14 #32 DONE 0.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:14 01:48:14 #31 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:48:14 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:48:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:48:14 d36fab74f01a: Preparing 01:48:14 edb7ce918c27: Preparing 01:48:14 7ced79e06270: Preparing 01:48:14 17a675c9278a: Preparing 01:48:14 02abea0cb8a6: Preparing 01:48:14 420883065b6e: Preparing 01:48:14 097100c76c15: Preparing 01:48:14 097100c76c15: Waiting 01:48:14 420883065b6e: Waiting 01:48:14 02abea0cb8a6: Layer already exists 01:48:14 7ced79e06270: Layer already exists 01:48:14 17a675c9278a: Layer already exists 01:48:14 edb7ce918c27: Layer already exists 01:48:14 d36fab74f01a: Layer already exists 01:48:14 420883065b6e: Layer already exists 01:48:14 097100c76c15: Layer already exists 01:48:14 main: digest: sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:14 ===================================================== [Pipeline] echo 01:48:14 taggedImages: 01:48:14 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:14 - nexus3.edgexfoundry.org:10004/core-command:latest 01:48:14 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:48:14 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:14 - nexus3.edgexfoundry.org:10004/core-command:main 01:48:15 #31 DONE 0.6s 01:48:15 01:48:15 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:15 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:15 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:15 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:15 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:15 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s [Pipeline] echo 01:48:15 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:48:15 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:15 latest 01:48:15 4.1.0-dev.42 01:48:15 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:15 main 01:48:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:15 #33 ... 01:48:15 01:48:15 #30 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:15 #30 DONE 0.0s 01:48:15 01:48:15 #33 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:15 #33 ... 01:48:15 01:48:15 #31 [core-command internal] load metadata for docker.io/library/alpine:3.20 01:48:15 #31 DONE 0.6s 01:48:15 01:48:15 #33 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:15 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:15 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:15 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:15 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:15 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 610.30kB / 4.09MB 0.4s 01:48:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:15 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.27MB / 4.09MB 0.6s 01:48:15 #33 ... 01:48:15 01:48:15 #30 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:15 #30 DONE 0.0s 01:48:15 01:48:15 #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:48:15 #31 DONE 0.6s 01:48:15 01:48:15 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:15 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:15 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:15 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:15 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:48:15 e5d76f5a721e: Preparing 01:48:15 468cee31a010: Preparing 01:48:15 be683013e980: Preparing 01:48:15 01a2c854920f: Preparing 01:48:15 7ced79e06270: Preparing 01:48:15 17a675c9278a: Preparing 01:48:15 02abea0cb8a6: Preparing 01:48:15 420883065b6e: Preparing 01:48:15 097100c76c15: Preparing 01:48:15 17a675c9278a: Waiting 01:48:15 420883065b6e: Waiting 01:48:15 02abea0cb8a6: Waiting 01:48:15 097100c76c15: Waiting 01:48:15 7ced79e06270: Layer already exists 01:48:15 17a675c9278a: Layer already exists 01:48:15 02abea0cb8a6: Layer already exists 01:48:15 e5d76f5a721e: Pushed 01:48:15 420883065b6e: Layer already exists 01:48:15 097100c76c15: Layer already exists 01:48:15 be683013e980: Pushed 01:48:15 468cee31a010: Pushed 01:48:15 #33 ... 01:48:15 01:48:15 #30 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:15 #30 DONE 0.0s 01:48:15 01:48:15 #33 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:15 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:15 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 01:48:15 #33 ... 01:48:15 01:48:15 #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:48:15 #31 DONE 0.7s 01:48:16 01:48:16 #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:16 #30 DONE 0.0s 01:48:16 01:48:16 #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 01:48:16 #31 DONE 0.8s 01:48:16 01:48:16 #33 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:16 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:16 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:16 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:16 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:16 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:16 #33 ... 01:48:16 01:48:16 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:16 #30 DONE 0.1s 01:48:16 01:48:16 #34 [security-proxy-setup internal] load build context 01:48:16 #34 transferring context: 3.23MB 0.7s done 01:48:16 #34 DONE 1.2s 01:48:16 01:48:16 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 01:48:16 #31 DONE 1.0s 01:48:16 01:48:16 #35 [core-command internal] load build context 01:48:16 01a2c854920f: Pushed 01:48:16 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:48:16 #35 ... 01:48:16 01:48:16 #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 01:48:16 #31 DONE 1.5s 01:48:16 01:48:16 #35 [core-command internal] load build context [Pipeline] sh 01:48:17 #35 ... 01:48:17 01:48:17 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:17 #30 DONE 0.1s 01:48:17 01:48:17 #35 [core-command internal] load build context 01:48:17 + 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 01:48:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:48:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:48:17 e5d76f5a721e: Preparing 01:48:17 468cee31a010: Preparing 01:48:17 be683013e980: Preparing 01:48:17 01a2c854920f: Preparing 01:48:17 7ced79e06270: Preparing 01:48:17 17a675c9278a: Preparing 01:48:17 02abea0cb8a6: Preparing 01:48:17 420883065b6e: Preparing 01:48:17 097100c76c15: Preparing 01:48:17 17a675c9278a: Waiting 01:48:17 02abea0cb8a6: Waiting 01:48:17 420883065b6e: Waiting 01:48:17 097100c76c15: Waiting 01:48:17 be683013e980: Layer already exists 01:48:17 e5d76f5a721e: Layer already exists 01:48:17 468cee31a010: Layer already exists 01:48:17 7ced79e06270: Layer already exists 01:48:17 01a2c854920f: Layer already exists 01:48:17 02abea0cb8a6: Layer already exists 01:48:17 17a675c9278a: Layer already exists 01:48:17 420883065b6e: Layer already exists 01:48:17 097100c76c15: Layer already exists 01:48:17 latest: digest: sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:17 #35 ... 01:48:17 01:48:17 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:48:17 #31 DONE 2.0s 01:48:17 01:48:17 #35 [core-command internal] load build context 01:48:17 #35 ... 01:48:17 01:48:17 #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:17 #30 DONE 0.1s 01:48:17 01:48:17 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:48:17 #36 DONE 3.6s 01:48:17 01:48:17 #35 [core-command internal] load build context 01:48:17 #35 transferring context: 3.23MB 2.1s done 01:48:17 #35 DONE 2.6s 01:48:17 01:48:17 #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:17 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:17 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:17 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:17 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:17 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:18 #33 ... 01:48:18 01:48:18 #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:18 #30 DONE 0.1s 01:48:18 01:48:18 #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:48:18 e5d76f5a721e: Preparing 01:48:18 468cee31a010: Preparing 01:48:18 be683013e980: Preparing 01:48:18 01a2c854920f: Preparing 01:48:18 7ced79e06270: Preparing 01:48:18 17a675c9278a: Preparing 01:48:18 02abea0cb8a6: Preparing 01:48:18 420883065b6e: Preparing 01:48:18 097100c76c15: Preparing 01:48:18 17a675c9278a: Waiting 01:48:18 02abea0cb8a6: Waiting 01:48:18 420883065b6e: Waiting 01:48:18 097100c76c15: Waiting 01:48:18 e5d76f5a721e: Layer already exists 01:48:18 be683013e980: Layer already exists 01:48:18 01a2c854920f: Layer already exists 01:48:18 468cee31a010: Layer already exists 01:48:18 7ced79e06270: Layer already exists 01:48:18 17a675c9278a: Layer already exists 01:48:18 420883065b6e: Layer already exists 01:48:18 097100c76c15: Layer already exists 01:48:18 02abea0cb8a6: Layer already exists 01:48:18 4.1.0-dev.42: digest: sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:18 #33 ... 01:48:18 01:48:18 #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:18 #30 DONE 0.1s 01:48:18 01:48:18 #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 01:48:18 #31 DONE 2.7s 01:48:18 01:48:18 #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:48:18 #36 DONE 3.7s 01:48:18 01:48:18 #33 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:18 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:18 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:18 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:18 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:18 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:18 #33 ... 01:48:18 01:48:18 #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:48:18 #36 DONE 3.7s 01:48:18 01:48:18 #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:18 #30 DONE 0.1s 01:48:18 01:48:18 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:18 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:18 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:18 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:18 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:18 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:48:18 e5d76f5a721e: Preparing 01:48:18 468cee31a010: Preparing 01:48:18 be683013e980: Preparing 01:48:18 01a2c854920f: Preparing 01:48:18 7ced79e06270: Preparing 01:48:18 17a675c9278a: Preparing 01:48:18 02abea0cb8a6: Preparing 01:48:18 420883065b6e: Preparing 01:48:18 097100c76c15: Preparing 01:48:18 17a675c9278a: Waiting 01:48:18 097100c76c15: Waiting 01:48:18 02abea0cb8a6: Waiting 01:48:18 420883065b6e: Waiting 01:48:18 01a2c854920f: Layer already exists 01:48:18 be683013e980: Layer already exists 01:48:18 468cee31a010: Layer already exists 01:48:18 e5d76f5a721e: Layer already exists 01:48:18 7ced79e06270: Layer already exists 01:48:18 02abea0cb8a6: Layer already exists 01:48:18 17a675c9278a: Layer already exists 01:48:18 097100c76c15: Layer already exists 01:48:18 420883065b6e: Layer already exists 01:48:18 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:19 + 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 01:48:19 #33 ... 01:48:19 01:48:19 #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:48:19 #37 DONE 2.5s 01:48:19 01:48:19 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:48:19 #38 DONE 2.3s 01:48:19 01:48:19 #33 [security-spire-server stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:19 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:19 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:19 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:19 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:19 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:19 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done 01:48:19 #33 ... 01:48:19 01:48:19 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:48:19 #36 DONE 3.8s 01:48:19 01:48:19 #30 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:48:19 #30 DONE 0.1s 01:48:19 01:48:19 #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:48:19 #31 DONE 3.4s 01:48:19 01:48:19 #33 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:19 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:19 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:19 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:19 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:19 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:19 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done 01:48:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:48:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:48:19 e5d76f5a721e: Preparing 01:48:19 468cee31a010: Preparing 01:48:19 be683013e980: Preparing 01:48:19 01a2c854920f: Preparing 01:48:19 7ced79e06270: Preparing 01:48:19 17a675c9278a: Preparing 01:48:19 02abea0cb8a6: Preparing 01:48:19 420883065b6e: Preparing 01:48:19 097100c76c15: Preparing 01:48:19 17a675c9278a: Waiting 01:48:19 02abea0cb8a6: Waiting 01:48:19 420883065b6e: Waiting 01:48:19 097100c76c15: Waiting 01:48:19 be683013e980: Layer already exists 01:48:19 01a2c854920f: Layer already exists 01:48:19 e5d76f5a721e: Layer already exists 01:48:19 468cee31a010: Layer already exists 01:48:19 7ced79e06270: Layer already exists 01:48:19 17a675c9278a: Layer already exists 01:48:19 02abea0cb8a6: Layer already exists 01:48:19 097100c76c15: Layer already exists 01:48:19 420883065b6e: Layer already exists 01:48:19 main: digest: sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c size: 2193 [Pipeline] } 01:48:19 #33 ... 01:48:19 01:48:19 #39 [core-data internal] load build context 01:48:19 #39 transferring context: 3.23MB 2.4s done 01:48:19 #39 DONE 3.6s 01:48:19 01:48:19 #33 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:19 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:48:19 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:48:19 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:48:19 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:48:19 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:48:19 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:19 ===================================================== [Pipeline] echo 01:48:19 taggedImages: 01:48:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:48:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:48:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:48:19 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:48:19 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:19 latest 01:48:19 4.1.0-dev.42 01:48:19 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:19 main 01:48:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:19 #33 ... 01:48:19 01:48:19 #40 [security-proxy-auth internal] load build context 01:48:19 #40 transferring context: 3.23MB 3.2s done 01:48:19 #40 DONE 4.0s 01:48:19 01:48:19 #41 [core-metadata builder 2/7] WORKDIR /edgex-go 01:48:19 #41 DONE 2.6s 01:48:19 01:48:19 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:19 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done 01:48:19 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s 01:48:19 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:48:19 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:48:19 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:48:19 #42 ... 01:48:19 01:48:19 #43 [security-spiffe-token-provider internal] load build context 01:48:19 #43 transferring context: 3.23MB 2.1s done 01:48:19 #43 DONE 3.3s 01:48:19 01:48:19 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:19 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.3s 01:48:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:20 #42 ... 01:48:20 01:48:20 #44 [core-keeper internal] load build context 01:48:20 #44 transferring context: 3.23MB 2.8s done 01:48:20 #44 DONE 3.9s 01:48:20 01:48:20 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:20 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s done 01:48:20 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s 01:48:20 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s 01:48:20 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s done 01:48:20 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:48:20 + docker push nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:48:20 c5e669f4c2eb: Preparing 01:48:20 5ce95e3756c5: Preparing 01:48:20 7ced79e06270: Preparing 01:48:20 17a675c9278a: Preparing 01:48:20 02abea0cb8a6: Preparing 01:48:20 18d30f507067: Preparing 01:48:20 097100c76c15: Preparing 01:48:20 18d30f507067: Waiting 01:48:20 097100c76c15: Waiting 01:48:20 7ced79e06270: Layer already exists 01:48:20 02abea0cb8a6: Layer already exists 01:48:20 17a675c9278a: Layer already exists 01:48:20 097100c76c15: Layer already exists 01:48:20 c5e669f4c2eb: Pushed 01:48:20 18d30f507067: Pushed 01:48:20 #42 ... 01:48:20 01:48:20 #45 [core-common-config-bootstrapper internal] load build context 01:48:20 #45 transferring context: 3.23MB 1.6s done 01:48:20 #45 DONE 2.5s 01:48:20 01:48:20 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:20 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 01:48:20 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s done 01:48:20 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.8s 01:48:20 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.2s 01:48:20 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.61MB / 33.17MB 1.3s 01:48:20 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.95MB / 33.17MB 1.4s 01:48:20 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:48:21 #42 ... 01:48:21 01:48:21 #46 [security-spire-server internal] load build context 01:48:21 #46 transferring context: 23.80kB 0.1s done 01:48:21 #46 DONE 1.9s 01:48:21 01:48:21 #33 [support-notifications stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:48:21 #33 DONE 7.1s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.79MB / 33.17MB 1.6s 01:48:21 #42 ... 01:48:21 01:48:21 #47 [security-spire-agent internal] load build context 01:48:21 #47 transferring context: 23.33kB 0.1s done 01:48:21 #47 DONE 2.0s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 ... 01:48:21 01:48:21 #48 [core-metadata internal] load build context 01:48:21 #48 transferring context: 3.23MB 1.4s done 01:48:21 #48 DONE 2.8s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.8s 01:48:21 #42 ... 01:48:21 01:48:21 #49 [security-secretstore-setup internal] load build context 01:48:21 #49 transferring context: 3.23MB 1.3s done 01:48:21 #49 DONE 3.0s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 ... 01:48:21 01:48:21 #50 [support-notifications internal] load build context 01:48:21 #50 transferring context: 3.23MB 1.5s done 01:48:21 #50 DONE 3.2s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 ... 01:48:21 01:48:21 #51 [security-spire-config internal] load build context 01:48:21 #51 transferring context: 22.05kB 0.1s done 01:48:21 #51 DONE 2.5s 01:48:21 01:48:21 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:21 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.41MB / 33.17MB 2.3s 01:48:21 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 01:48:22 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 01:48:22 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.40MB / 33.17MB 2.7s 01:48:22 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.30MB / 33.17MB 3.0s 01:48:22 5ce95e3756c5: Pushed 01:48:22 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 3.5s 01:48:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:48:23 c5e669f4c2eb: Preparing 01:48:23 5ce95e3756c5: Preparing 01:48:23 7ced79e06270: Preparing 01:48:23 17a675c9278a: Preparing 01:48:23 02abea0cb8a6: Preparing 01:48:23 18d30f507067: Preparing 01:48:23 097100c76c15: Preparing 01:48:23 097100c76c15: Waiting 01:48:23 18d30f507067: Waiting 01:48:23 17a675c9278a: Layer already exists 01:48:23 5ce95e3756c5: Layer already exists 01:48:23 c5e669f4c2eb: Layer already exists 01:48:23 7ced79e06270: Layer already exists 01:48:23 02abea0cb8a6: Layer already exists 01:48:23 18d30f507067: Layer already exists 01:48:23 097100c76c15: Layer already exists 01:48:23 latest: digest: sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.51MB / 33.17MB 4.3s 01:48:24 #42 ... 01:48:24 01:48:24 #52 [security-bootstrapper internal] load build context 01:48:24 #52 transferring context: 3.23MB 2.8s done 01:48:24 #52 DONE 4.6s 01:48:24 01:48:24 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:24 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:48:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:48:24 c5e669f4c2eb: Preparing 01:48:24 5ce95e3756c5: Preparing 01:48:24 7ced79e06270: Preparing 01:48:24 17a675c9278a: Preparing 01:48:24 02abea0cb8a6: Preparing 01:48:24 18d30f507067: Preparing 01:48:24 097100c76c15: Preparing 01:48:24 18d30f507067: Waiting 01:48:24 097100c76c15: Waiting 01:48:24 5ce95e3756c5: Layer already exists 01:48:24 17a675c9278a: Layer already exists 01:48:24 7ced79e06270: Layer already exists 01:48:24 c5e669f4c2eb: Layer already exists 01:48:24 02abea0cb8a6: Layer already exists 01:48:24 097100c76c15: Layer already exists 01:48:24 18d30f507067: Layer already exists 01:48:24 4.1.0-dev.42: digest: sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.02MB / 33.17MB 5.2s 01:48:24 + docker push nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:48:24 c5e669f4c2eb: Preparing 01:48:24 5ce95e3756c5: Preparing 01:48:24 7ced79e06270: Preparing 01:48:24 17a675c9278a: Preparing 01:48:24 02abea0cb8a6: Preparing 01:48:24 18d30f507067: Preparing 01:48:24 097100c76c15: Preparing 01:48:24 18d30f507067: Waiting 01:48:24 097100c76c15: Waiting 01:48:24 c5e669f4c2eb: Layer already exists 01:48:24 17a675c9278a: Layer already exists 01:48:24 5ce95e3756c5: Layer already exists 01:48:24 7ced79e06270: Layer already exists 01:48:24 02abea0cb8a6: Layer already exists 01:48:24 18d30f507067: Layer already exists 01:48:24 097100c76c15: Layer already exists 01:48:24 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:24 #42 ... 01:48:24 01:48:24 #53 [support-scheduler internal] load build context 01:48:24 #53 transferring context: 3.23MB 3.6s done 01:48:24 #53 DONE 5.6s 01:48:24 01:48:24 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:25 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:48:25 c5e669f4c2eb: Preparing 01:48:25 5ce95e3756c5: Preparing 01:48:25 7ced79e06270: Preparing 01:48:25 17a675c9278a: Preparing 01:48:25 02abea0cb8a6: Preparing 01:48:25 18d30f507067: Preparing 01:48:25 097100c76c15: Preparing 01:48:25 18d30f507067: Waiting 01:48:25 097100c76c15: Waiting 01:48:25 7ced79e06270: Layer already exists 01:48:25 c5e669f4c2eb: Layer already exists 01:48:25 5ce95e3756c5: Layer already exists 01:48:25 02abea0cb8a6: Layer already exists 01:48:25 17a675c9278a: Layer already exists 01:48:25 18d30f507067: Layer already exists 01:48:25 097100c76c15: Layer already exists 01:48:25 main: digest: sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:25 ===================================================== [Pipeline] echo 01:48:25 taggedImages: 01:48:25 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:25 - nexus3.edgexfoundry.org:10004/core-data:latest 01:48:25 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:48:25 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:25 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:48:25 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:48:25 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:25 latest 01:48:25 4.1.0-dev.42 01:48:25 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:25 main 01:48:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:25 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 6.2s 01:48:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:26 + docker push nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:48:26 e4dd38a3de22: Preparing 01:48:26 8b57234982ed: Preparing 01:48:26 17a675c9278a: Preparing 01:48:26 a7c2741f8cf5: Preparing 01:48:26 5c90dd9bf608: Preparing 01:48:26 097100c76c15: Preparing 01:48:26 097100c76c15: Waiting 01:48:26 17a675c9278a: Layer already exists 01:48:26 097100c76c15: Layer already exists 01:48:26 5c90dd9bf608: Pushed 01:48:26 a7c2741f8cf5: Pushed 01:48:26 e4dd38a3de22: Pushed 01:48:26 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 6.9s 01:48:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.24MB / 33.17MB 7.8s 01:48:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.3s 01:48:28 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 8.7s done 01:48:28 8b57234982ed: Pushed 01:48:28 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:29 #42 ... 01:48:29 01:48:29 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:48:29 #54 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 01:48:29 #54 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:48:29 #54 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s done 01:48:29 #54 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:48:29 #54 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:48:29 #54 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 01:48:29 #54 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:48:29 #54 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done 01:48:29 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.4s done 01:48:29 #54 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:48:29 #54 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 01:48:29 #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.9s 01:48:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:48:29 e4dd38a3de22: Preparing 01:48:29 8b57234982ed: Preparing 01:48:29 17a675c9278a: Preparing 01:48:29 a7c2741f8cf5: Preparing 01:48:29 5c90dd9bf608: Preparing 01:48:29 097100c76c15: Preparing 01:48:29 097100c76c15: Waiting 01:48:29 e4dd38a3de22: Layer already exists 01:48:29 8b57234982ed: Layer already exists 01:48:29 5c90dd9bf608: Layer already exists 01:48:29 17a675c9278a: Layer already exists 01:48:29 a7c2741f8cf5: Layer already exists 01:48:29 097100c76c15: Layer already exists 01:48:29 latest: digest: sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:29 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:29 #54 ... 01:48:29 01:48:29 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:48:29 #0 9.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:29 #55 ... 01:48:29 01:48:29 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:48:29 #56 ... 01:48:29 01:48:29 #57 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:48:29 #0 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:48:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:48:30 e4dd38a3de22: Preparing 01:48:30 8b57234982ed: Preparing 01:48:30 17a675c9278a: Preparing 01:48:30 a7c2741f8cf5: Preparing 01:48:30 5c90dd9bf608: Preparing 01:48:30 097100c76c15: Preparing 01:48:30 097100c76c15: Waiting 01:48:30 e4dd38a3de22: Layer already exists 01:48:30 17a675c9278a: Layer already exists 01:48:30 8b57234982ed: Layer already exists 01:48:30 a7c2741f8cf5: Layer already exists 01:48:30 5c90dd9bf608: Layer already exists 01:48:30 097100c76c15: Layer already exists 01:48:30 4.1.0-dev.42: digest: sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 size: 1571 [Pipeline] } [Pipeline] // withEnv 01:48:30 #57 ... 01:48:30 01:48:30 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:48:30 #0 9.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:30 #0 9.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:30 #58 ... 01:48:30 01:48:30 #59 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:48:30 #0 9.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:30 #0 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:30 #59 ... 01:48:30 01:48:30 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:30 #60 ... 01:48:30 01:48:30 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:48:30 #55 10.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:48:30 e4dd38a3de22: Preparing 01:48:30 8b57234982ed: Preparing 01:48:30 17a675c9278a: Preparing 01:48:30 a7c2741f8cf5: Preparing 01:48:30 5c90dd9bf608: Preparing 01:48:30 097100c76c15: Preparing 01:48:30 097100c76c15: Waiting 01:48:30 5c90dd9bf608: Layer already exists 01:48:30 17a675c9278a: Layer already exists 01:48:30 e4dd38a3de22: Layer already exists 01:48:30 a7c2741f8cf5: Layer already exists 01:48:30 8b57234982ed: Layer already exists 01:48:30 097100c76c15: Layer already exists 01:48:30 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:30 #55 ... 01:48:30 01:48:30 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:30 #60 DONE 11.4s 01:48:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:31 01:48:31 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:48:31 #54 ... 01:48:31 01:48:31 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:48:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:48:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:48:31 e4dd38a3de22: Preparing 01:48:31 8b57234982ed: Preparing 01:48:31 17a675c9278a: Preparing 01:48:31 a7c2741f8cf5: Preparing 01:48:31 5c90dd9bf608: Preparing 01:48:31 097100c76c15: Preparing 01:48:31 097100c76c15: Waiting 01:48:31 e4dd38a3de22: Layer already exists 01:48:31 5c90dd9bf608: Layer already exists 01:48:31 a7c2741f8cf5: Layer already exists 01:48:31 8b57234982ed: Layer already exists 01:48:31 17a675c9278a: Layer already exists 01:48:31 097100c76c15: Layer already exists 01:48:31 main: digest: sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:31 ===================================================== 01:48:31 #61 ... 01:48:31 01:48:31 #62 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:48:31 #62 ... 01:48:31 01:48:31 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [Pipeline] echo 01:48:31 taggedImages: 01:48:31 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:31 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:48:31 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:48:31 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:31 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:48:31 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:48:31 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:31 latest 01:48:31 4.1.0-dev.42 01:48:31 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:31 main 01:48:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:31 #63 ... 01:48:31 01:48:31 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:48:31 #64 ... 01:48:31 01:48:31 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:48:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:32 #65 ... 01:48:32 01:48:32 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:48:32 #0 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:32 #66 ... 01:48:32 01:48:32 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:48:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:48:32 b09ea015e7c1: Preparing 01:48:32 1fa6ee55603a: Preparing 01:48:32 024cbb799047: Preparing 01:48:32 7ced79e06270: Preparing 01:48:32 17a675c9278a: Preparing 01:48:32 02abea0cb8a6: Preparing 01:48:32 420883065b6e: Preparing 01:48:32 097100c76c15: Preparing 01:48:32 02abea0cb8a6: Waiting 01:48:32 097100c76c15: Waiting 01:48:32 420883065b6e: Waiting 01:48:32 17a675c9278a: Layer already exists 01:48:32 7ced79e06270: Layer already exists 01:48:32 02abea0cb8a6: Layer already exists 01:48:32 420883065b6e: Layer already exists 01:48:32 097100c76c15: Layer already exists 01:48:32 b09ea015e7c1: Pushed 01:48:32 1fa6ee55603a: Pushed 01:48:32 #67 ... 01:48:32 01:48:32 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:48:32 #68 ... 01:48:32 01:48:32 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:48:32 #69 ... 01:48:32 01:48:32 #70 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:32 #70 ... 01:48:32 01:48:32 #71 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:32 #71 ... 01:48:32 01:48:32 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:32 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.4s 01:48:33 #42 ... 01:48:33 01:48:33 #59 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:48:33 #59 13.99 OK: 239 MiB in 58 packages 01:48:33 #59 DONE 15.0s 01:48:33 01:48:33 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:34 024cbb799047: Pushed 01:48:34 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d size: 1985 01:48:34 #42 ... 01:48:34 01:48:34 #71 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:48:34 #71 DONE 13.4s 01:48:34 01:48:34 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:35 #42 ... 01:48:35 01:48:35 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:48:35 #58 13.56 OK: 239 MiB in 58 packages 01:48:35 #58 DONE 16.0s 01:48:35 01:48:35 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:48:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:48:35 b09ea015e7c1: Preparing 01:48:35 1fa6ee55603a: Preparing 01:48:35 024cbb799047: Preparing 01:48:35 7ced79e06270: Preparing 01:48:35 17a675c9278a: Preparing 01:48:35 02abea0cb8a6: Preparing 01:48:35 420883065b6e: Preparing 01:48:35 097100c76c15: Preparing 01:48:35 420883065b6e: Waiting 01:48:35 097100c76c15: Waiting 01:48:35 02abea0cb8a6: Waiting 01:48:35 7ced79e06270: Layer already exists 01:48:35 17a675c9278a: Layer already exists 01:48:35 b09ea015e7c1: Layer already exists 01:48:35 1fa6ee55603a: Layer already exists 01:48:35 024cbb799047: Layer already exists 01:48:35 097100c76c15: Layer already exists 01:48:35 02abea0cb8a6: Layer already exists 01:48:35 420883065b6e: Layer already exists 01:48:35 latest: digest: sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:35 #42 ... 01:48:35 01:48:35 #72 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:48:35 #72 DONE 2.2s 01:48:35 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:35 01:48:35 #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:48:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:48:36 b09ea015e7c1: Preparing 01:48:36 1fa6ee55603a: Preparing 01:48:36 024cbb799047: Preparing 01:48:36 7ced79e06270: Preparing 01:48:36 17a675c9278a: Preparing 01:48:36 02abea0cb8a6: Preparing 01:48:36 420883065b6e: Preparing 01:48:36 097100c76c15: Preparing 01:48:36 02abea0cb8a6: Waiting 01:48:36 420883065b6e: Waiting 01:48:36 097100c76c15: Waiting 01:48:36 17a675c9278a: Layer already exists 01:48:36 7ced79e06270: Layer already exists 01:48:36 b09ea015e7c1: Layer already exists 01:48:36 024cbb799047: Layer already exists 01:48:36 1fa6ee55603a: Layer already exists 01:48:36 097100c76c15: Layer already exists 01:48:36 420883065b6e: Layer already exists 01:48:36 02abea0cb8a6: Layer already exists 01:48:36 4.1.0-dev.42: digest: sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:48:36 b09ea015e7c1: Preparing 01:48:36 1fa6ee55603a: Preparing 01:48:36 024cbb799047: Preparing 01:48:36 7ced79e06270: Preparing 01:48:36 17a675c9278a: Preparing 01:48:36 02abea0cb8a6: Preparing 01:48:36 420883065b6e: Preparing 01:48:36 097100c76c15: Preparing 01:48:36 02abea0cb8a6: Waiting 01:48:36 097100c76c15: Waiting 01:48:36 420883065b6e: Waiting 01:48:36 7ced79e06270: Layer already exists 01:48:36 024cbb799047: Layer already exists 01:48:36 b09ea015e7c1: Layer already exists 01:48:36 1fa6ee55603a: Layer already exists 01:48:36 17a675c9278a: Layer already exists 01:48:36 02abea0cb8a6: Layer already exists 01:48:36 420883065b6e: Layer already exists 01:48:36 097100c76c15: Layer already exists 01:48:36 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:37 #73 ... 01:48:37 01:48:37 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:48:37 #74 DONE 1.7s 01:48:37 01:48:37 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:48:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:48:37 b09ea015e7c1: Preparing 01:48:37 1fa6ee55603a: Preparing 01:48:37 024cbb799047: Preparing 01:48:37 7ced79e06270: Preparing 01:48:37 17a675c9278a: Preparing 01:48:37 02abea0cb8a6: Preparing 01:48:37 420883065b6e: Preparing 01:48:37 097100c76c15: Preparing 01:48:37 02abea0cb8a6: Waiting 01:48:37 097100c76c15: Waiting 01:48:37 420883065b6e: Waiting 01:48:37 b09ea015e7c1: Layer already exists 01:48:37 024cbb799047: Layer already exists 01:48:37 17a675c9278a: Layer already exists 01:48:37 1fa6ee55603a: Layer already exists 01:48:37 7ced79e06270: Layer already exists 01:48:37 02abea0cb8a6: Layer already exists 01:48:37 097100c76c15: Layer already exists 01:48:37 420883065b6e: Layer already exists 01:48:37 main: digest: sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:37 ===================================================== [Pipeline] echo 01:48:37 taggedImages: 01:48:37 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:37 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:48:37 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:48:37 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:37 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:48:37 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:48:37 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:37 latest 01:48:37 4.1.0-dev.42 01:48:37 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:37 main 01:48:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:37 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.6s 01:48:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:48:38 f1c44e21d5cc: Preparing 01:48:38 8e0de1a7a0c6: Preparing 01:48:38 0091c2d327bc: Preparing 01:48:38 410d7a3c416c: Preparing 01:48:38 4d2464eaa09e: Preparing 01:48:38 601d7b82a19a: Preparing 01:48:38 5488bc294a6f: Preparing 01:48:38 7ced79e06270: Preparing 01:48:38 17a675c9278a: Preparing 01:48:38 1812e87151a2: Preparing 01:48:38 31751011b6aa: Preparing 01:48:38 5f70bf18a086: Preparing 01:48:38 f5f4b7b6cbac: Preparing 01:48:38 d727ac4b3720: Preparing 01:48:38 662e81c5e9e3: Preparing 01:48:38 097100c76c15: Preparing 01:48:38 31751011b6aa: Waiting 01:48:38 5f70bf18a086: Waiting 01:48:38 f5f4b7b6cbac: Waiting 01:48:38 601d7b82a19a: Waiting 01:48:38 d727ac4b3720: Waiting 01:48:38 5488bc294a6f: Waiting 01:48:38 7ced79e06270: Waiting 01:48:38 662e81c5e9e3: Waiting 01:48:38 1812e87151a2: Waiting 01:48:38 17a675c9278a: Waiting 01:48:38 097100c76c15: Waiting 01:48:38 4d2464eaa09e: Pushed 01:48:38 0091c2d327bc: Pushed 01:48:38 8e0de1a7a0c6: Pushed 01:48:38 410d7a3c416c: Pushed 01:48:38 f1c44e21d5cc: Pushed 01:48:38 7ced79e06270: Layer already exists 01:48:38 17a675c9278a: Layer already exists 01:48:38 601d7b82a19a: Pushed 01:48:38 5f70bf18a086: Layer already exists 01:48:38 1812e87151a2: Pushed 01:48:38 31751011b6aa: Pushed 01:48:38 f5f4b7b6cbac: Pushed 01:48:38 d727ac4b3720: Pushed 01:48:38 097100c76c15: Layer already exists 01:48:38 662e81c5e9e3: Pushed 01:48:39 #42 ... 01:48:39 01:48:39 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:48:39 #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s done 01:48:39 #54 DONE 20.4s 01:48:39 01:48:39 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:48:39 #55 17.48 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:48:39 #55 17.48 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:48:39 #55 17.48 OK: 24055 distinct packages available 01:48:39 #55 19.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:39 5488bc294a6f: Pushed 01:48:39 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:48:40 f1c44e21d5cc: Preparing 01:48:40 8e0de1a7a0c6: Preparing 01:48:40 0091c2d327bc: Preparing 01:48:40 410d7a3c416c: Preparing 01:48:40 4d2464eaa09e: Preparing 01:48:40 601d7b82a19a: Preparing 01:48:40 5488bc294a6f: Preparing 01:48:40 7ced79e06270: Preparing 01:48:40 17a675c9278a: Preparing 01:48:40 1812e87151a2: Preparing 01:48:40 31751011b6aa: Preparing 01:48:40 5f70bf18a086: Preparing 01:48:40 f5f4b7b6cbac: Preparing 01:48:40 d727ac4b3720: Preparing 01:48:40 662e81c5e9e3: Preparing 01:48:40 097100c76c15: Preparing 01:48:40 5488bc294a6f: Waiting 01:48:40 7ced79e06270: Waiting 01:48:40 17a675c9278a: Waiting 01:48:40 1812e87151a2: Waiting 01:48:40 31751011b6aa: Waiting 01:48:40 5f70bf18a086: Waiting 01:48:40 f5f4b7b6cbac: Waiting 01:48:40 d727ac4b3720: Waiting 01:48:40 662e81c5e9e3: Waiting 01:48:40 097100c76c15: Waiting 01:48:40 601d7b82a19a: Waiting 01:48:40 4d2464eaa09e: Layer already exists 01:48:40 f1c44e21d5cc: Layer already exists 01:48:40 410d7a3c416c: Layer already exists 01:48:40 0091c2d327bc: Layer already exists 01:48:40 8e0de1a7a0c6: Layer already exists 01:48:40 601d7b82a19a: Layer already exists 01:48:40 7ced79e06270: Layer already exists 01:48:40 1812e87151a2: Layer already exists 01:48:40 5488bc294a6f: Layer already exists 01:48:40 17a675c9278a: Layer already exists 01:48:40 31751011b6aa: Layer already exists 01:48:40 5f70bf18a086: Layer already exists 01:48:40 f5f4b7b6cbac: Layer already exists 01:48:40 d727ac4b3720: Layer already exists 01:48:40 662e81c5e9e3: Layer already exists 01:48:40 097100c76c15: Layer already exists 01:48:40 latest: digest: sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:40 #55 ... 01:48:40 01:48:40 #57 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:48:40 #57 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:40 #57 19.75 OK: 239 MiB in 58 packages 01:48:40 #57 DONE 21.6s 01:48:40 01:48:40 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:41 #42 ... 01:48:41 01:48:41 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:48:41 #0 9.362 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:48:41 f1c44e21d5cc: Preparing 01:48:41 8e0de1a7a0c6: Preparing 01:48:41 0091c2d327bc: Preparing 01:48:41 410d7a3c416c: Preparing 01:48:41 4d2464eaa09e: Preparing 01:48:41 601d7b82a19a: Preparing 01:48:41 5488bc294a6f: Preparing 01:48:41 7ced79e06270: Preparing 01:48:41 17a675c9278a: Preparing 01:48:41 1812e87151a2: Preparing 01:48:41 31751011b6aa: Preparing 01:48:41 5f70bf18a086: Preparing 01:48:41 f5f4b7b6cbac: Preparing 01:48:41 d727ac4b3720: Preparing 01:48:41 662e81c5e9e3: Preparing 01:48:41 097100c76c15: Preparing 01:48:41 7ced79e06270: Waiting 01:48:41 17a675c9278a: Waiting 01:48:41 1812e87151a2: Waiting 01:48:41 31751011b6aa: Waiting 01:48:41 5f70bf18a086: Waiting 01:48:41 f5f4b7b6cbac: Waiting 01:48:41 d727ac4b3720: Waiting 01:48:41 662e81c5e9e3: Waiting 01:48:41 097100c76c15: Waiting 01:48:41 601d7b82a19a: Waiting 01:48:41 5488bc294a6f: Waiting 01:48:41 f1c44e21d5cc: Layer already exists 01:48:41 8e0de1a7a0c6: Layer already exists 01:48:41 0091c2d327bc: Layer already exists 01:48:41 4d2464eaa09e: Layer already exists 01:48:41 410d7a3c416c: Layer already exists 01:48:41 601d7b82a19a: Layer already exists 01:48:41 7ced79e06270: Layer already exists 01:48:41 17a675c9278a: Layer already exists 01:48:41 5488bc294a6f: Layer already exists 01:48:41 1812e87151a2: Layer already exists 01:48:41 5f70bf18a086: Layer already exists 01:48:41 f5f4b7b6cbac: Layer already exists 01:48:41 31751011b6aa: Layer already exists 01:48:41 d727ac4b3720: Layer already exists 01:48:41 662e81c5e9e3: Layer already exists 01:48:41 097100c76c15: Layer already exists 01:48:41 4.1.0-dev.42: digest: sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:41 #75 ... 01:48:41 01:48:41 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:48:41 #55 21.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:41 #55 ... 01:48:41 01:48:41 #76 [core-command builder 4/7] COPY go.mod vendor* ./ 01:48:41 #76 DONE 0.7s 01:48:41 01:48:41 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:48:41 f1c44e21d5cc: Preparing 01:48:41 8e0de1a7a0c6: Preparing 01:48:41 0091c2d327bc: Preparing 01:48:41 410d7a3c416c: Preparing 01:48:41 4d2464eaa09e: Preparing 01:48:41 601d7b82a19a: Preparing 01:48:41 5488bc294a6f: Preparing 01:48:41 7ced79e06270: Preparing 01:48:41 17a675c9278a: Preparing 01:48:41 5488bc294a6f: Waiting 01:48:41 601d7b82a19a: Waiting 01:48:41 7ced79e06270: Waiting 01:48:41 1812e87151a2: Preparing 01:48:41 31751011b6aa: Preparing 01:48:41 5f70bf18a086: Preparing 01:48:41 f5f4b7b6cbac: Preparing 01:48:41 d727ac4b3720: Preparing 01:48:41 662e81c5e9e3: Preparing 01:48:41 17a675c9278a: Waiting 01:48:41 097100c76c15: Preparing 01:48:41 31751011b6aa: Waiting 01:48:41 5f70bf18a086: Waiting 01:48:41 f5f4b7b6cbac: Waiting 01:48:41 d727ac4b3720: Waiting 01:48:41 662e81c5e9e3: Waiting 01:48:41 097100c76c15: Waiting 01:48:41 1812e87151a2: Waiting 01:48:41 f1c44e21d5cc: Layer already exists 01:48:41 8e0de1a7a0c6: Layer already exists 01:48:41 410d7a3c416c: Layer already exists 01:48:41 0091c2d327bc: Layer already exists 01:48:41 4d2464eaa09e: Layer already exists 01:48:41 601d7b82a19a: Layer already exists 01:48:41 7ced79e06270: Layer already exists 01:48:41 17a675c9278a: Layer already exists 01:48:41 1812e87151a2: Layer already exists 01:48:41 5488bc294a6f: Layer already exists 01:48:41 5f70bf18a086: Layer already exists 01:48:41 31751011b6aa: Layer already exists 01:48:41 d727ac4b3720: Layer already exists 01:48:41 f5f4b7b6cbac: Layer already exists 01:48:41 662e81c5e9e3: Layer already exists 01:48:41 097100c76c15: Layer already exists 01:48:41 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:48:41 #42 ... 01:48:41 01:48:41 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:48:41 #64 10.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:41 #64 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 01:48:42 #64 ... 01:48:42 01:48:42 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:42 #42 ... 01:48:42 01:48:42 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:48:42 #56 12.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:42 #56 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:42 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:42 #56 ... 01:48:42 01:48:42 #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:48:42 f1c44e21d5cc: Preparing 01:48:42 8e0de1a7a0c6: Preparing 01:48:42 0091c2d327bc: Preparing 01:48:42 410d7a3c416c: Preparing 01:48:42 4d2464eaa09e: Preparing 01:48:42 601d7b82a19a: Preparing 01:48:42 5488bc294a6f: Preparing 01:48:42 7ced79e06270: Preparing 01:48:42 17a675c9278a: Preparing 01:48:42 1812e87151a2: Preparing 01:48:42 31751011b6aa: Preparing 01:48:42 5f70bf18a086: Preparing 01:48:42 7ced79e06270: Waiting 01:48:42 1812e87151a2: Waiting 01:48:42 31751011b6aa: Waiting 01:48:42 601d7b82a19a: Waiting 01:48:42 5488bc294a6f: Waiting 01:48:42 17a675c9278a: Waiting 01:48:42 5f70bf18a086: Waiting 01:48:42 f5f4b7b6cbac: Preparing 01:48:42 d727ac4b3720: Preparing 01:48:42 662e81c5e9e3: Preparing 01:48:42 d727ac4b3720: Waiting 01:48:42 f5f4b7b6cbac: Waiting 01:48:42 097100c76c15: Preparing 01:48:42 662e81c5e9e3: Waiting 01:48:42 097100c76c15: Waiting 01:48:42 0091c2d327bc: Layer already exists 01:48:42 f1c44e21d5cc: Layer already exists 01:48:42 8e0de1a7a0c6: Layer already exists 01:48:42 4d2464eaa09e: Layer already exists 01:48:42 410d7a3c416c: Layer already exists 01:48:42 601d7b82a19a: Layer already exists 01:48:42 7ced79e06270: Layer already exists 01:48:42 17a675c9278a: Layer already exists 01:48:42 5488bc294a6f: Layer already exists 01:48:42 5f70bf18a086: Layer already exists 01:48:42 31751011b6aa: Layer already exists 01:48:42 1812e87151a2: Layer already exists 01:48:42 f5f4b7b6cbac: Layer already exists 01:48:42 d727ac4b3720: Layer already exists 01:48:42 662e81c5e9e3: Layer already exists 01:48:42 097100c76c15: Layer already exists 01:48:42 main: digest: sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:42 ===================================================== [Pipeline] echo 01:48:42 taggedImages: 01:48:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:48:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:48:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:42 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:48:42 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:48:42 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:42 latest 01:48:42 4.1.0-dev.42 01:48:42 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:42 main 01:48:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:43 #77 ... 01:48:43 01:48:43 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:48:43 #69 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:43 #69 14.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:43 #69 ... 01:48:43 01:48:43 #62 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:48:43 #62 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:43 #62 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:48:43 defd5bf19cf3: Preparing 01:48:43 d6575c4e7d8a: Preparing 01:48:43 9465308085c5: Preparing 01:48:43 df65fc80b91c: Preparing 01:48:43 7ced79e06270: Preparing 01:48:43 17a675c9278a: Preparing 01:48:43 02abea0cb8a6: Preparing 01:48:43 420883065b6e: Preparing 01:48:43 097100c76c15: Preparing 01:48:43 420883065b6e: Waiting 01:48:43 02abea0cb8a6: Waiting 01:48:43 097100c76c15: Waiting 01:48:43 17a675c9278a: Waiting 01:48:43 7ced79e06270: Layer already exists 01:48:43 17a675c9278a: Layer already exists 01:48:43 d6575c4e7d8a: Pushed 01:48:43 02abea0cb8a6: Layer already exists 01:48:43 9465308085c5: Pushed 01:48:43 420883065b6e: Layer already exists 01:48:43 defd5bf19cf3: Pushed 01:48:43 097100c76c15: Layer already exists 01:48:43 #62 ... 01:48:43 01:48:43 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:48:43 #66 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:43 #66 ... 01:48:43 01:48:43 #70 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:43 #70 12.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:43 #70 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:43 #70 ... 01:48:43 01:48:43 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:43 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.2s 01:48:44 #42 ... 01:48:44 01:48:44 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:48:44 #61 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:44 #61 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:44 #61 ... 01:48:44 01:48:44 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:44 #42 ... 01:48:44 01:48:44 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:48:44 #67 13.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:44 #67 15.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:44 #67 ... 01:48:44 01:48:44 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:48:44 #0 6.222 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:44 #0 8.591 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:45 #78 ... 01:48:45 01:48:45 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:45 #42 ... 01:48:45 01:48:45 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:48:45 #68 13.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:45 #68 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:45 #68 ... 01:48:45 01:48:45 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:45 #42 ... 01:48:45 01:48:45 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:48:45 #65 14.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:45 #65 16.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:45 #65 ... 01:48:45 01:48:45 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:45 df65fc80b91c: Pushed 01:48:45 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:48:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:48:46 defd5bf19cf3: Preparing 01:48:46 d6575c4e7d8a: Preparing 01:48:46 9465308085c5: Preparing 01:48:46 df65fc80b91c: Preparing 01:48:46 7ced79e06270: Preparing 01:48:46 17a675c9278a: Preparing 01:48:46 02abea0cb8a6: Preparing 01:48:46 420883065b6e: Preparing 01:48:46 097100c76c15: Preparing 01:48:46 17a675c9278a: Waiting 01:48:46 02abea0cb8a6: Waiting 01:48:46 420883065b6e: Waiting 01:48:46 097100c76c15: Waiting 01:48:46 9465308085c5: Layer already exists 01:48:46 df65fc80b91c: Layer already exists 01:48:46 defd5bf19cf3: Layer already exists 01:48:46 d6575c4e7d8a: Layer already exists 01:48:46 7ced79e06270: Layer already exists 01:48:46 02abea0cb8a6: Layer already exists 01:48:46 17a675c9278a: Layer already exists 01:48:46 420883065b6e: Layer already exists 01:48:46 097100c76c15: Layer already exists 01:48:46 latest: digest: sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:46 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.4s done 01:48:46 #42 ... 01:48:46 01:48:46 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:48:46 #63 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:46 #63 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:47 #63 ... 01:48:47 01:48:47 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:48:47 #42 DONE 28.1s 01:48:47 01:48:47 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:48:47 #69 25.32 (1/4) Installing dumb-init (1.2.5-r3) 01:48:47 #69 25.42 (2/4) Installing openssl (3.3.4-r0) 01:48:47 #69 25.65 (3/4) Installing su-exec (0.2-r3) 01:48:47 #69 25.66 (4/4) Installing yq-go (4.44.1-r2) 01:48:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:48:47 defd5bf19cf3: Preparing 01:48:47 d6575c4e7d8a: Preparing 01:48:47 9465308085c5: Preparing 01:48:47 df65fc80b91c: Preparing 01:48:47 7ced79e06270: Preparing 01:48:47 17a675c9278a: Preparing 01:48:47 02abea0cb8a6: Preparing 01:48:47 420883065b6e: Preparing 01:48:47 097100c76c15: Preparing 01:48:47 097100c76c15: Waiting 01:48:47 02abea0cb8a6: Waiting 01:48:47 420883065b6e: Waiting 01:48:47 17a675c9278a: Waiting 01:48:47 9465308085c5: Layer already exists 01:48:47 d6575c4e7d8a: Layer already exists 01:48:47 defd5bf19cf3: Layer already exists 01:48:47 df65fc80b91c: Layer already exists 01:48:47 7ced79e06270: Layer already exists 01:48:47 17a675c9278a: Layer already exists 01:48:47 02abea0cb8a6: Layer already exists 01:48:47 420883065b6e: Layer already exists 01:48:47 097100c76c15: Layer already exists 01:48:47 4.1.0-dev.42: digest: sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:47 #69 ... 01:48:47 01:48:47 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:47 #79 ... 01:48:47 01:48:47 #70 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:47 #70 26.21 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:48:47 #70 26.21 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:48:47 #70 26.21 OK: 24049 distinct packages available 01:48:47 #70 ... 01:48:47 01:48:47 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:48:47 #56 25.65 OK: 239 MiB in 58 packages 01:48:47 #56 DONE 28.2s 01:48:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:48:47 defd5bf19cf3: Preparing 01:48:47 d6575c4e7d8a: Preparing 01:48:47 9465308085c5: Preparing 01:48:47 df65fc80b91c: Preparing 01:48:47 7ced79e06270: Preparing 01:48:47 17a675c9278a: Preparing 01:48:47 02abea0cb8a6: Preparing 01:48:47 420883065b6e: Preparing 01:48:47 097100c76c15: Preparing 01:48:47 02abea0cb8a6: Waiting 01:48:47 420883065b6e: Waiting 01:48:47 097100c76c15: Waiting 01:48:47 17a675c9278a: Waiting 01:48:47 7ced79e06270: Layer already exists 01:48:47 9465308085c5: Layer already exists 01:48:47 df65fc80b91c: Layer already exists 01:48:47 defd5bf19cf3: Layer already exists 01:48:47 d6575c4e7d8a: Layer already exists 01:48:47 17a675c9278a: Layer already exists 01:48:47 420883065b6e: Layer already exists 01:48:47 02abea0cb8a6: Layer already exists 01:48:47 097100c76c15: Layer already exists 01:48:47 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a size: 2192 [Pipeline] } [Pipeline] // withEnv 01:48:47 01:48:47 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:48:47 #67 26.27 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:48:47 #67 26.27 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:48:47 #67 26.27 OK: 24049 distinct packages available [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:48 #67 ... 01:48:48 01:48:48 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:48:48 #80 DONE 0.7s 01:48:48 01:48:48 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:48:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:48:48 defd5bf19cf3: Preparing 01:48:48 d6575c4e7d8a: Preparing 01:48:48 9465308085c5: Preparing 01:48:48 df65fc80b91c: Preparing 01:48:48 7ced79e06270: Preparing 01:48:48 17a675c9278a: Preparing 01:48:48 02abea0cb8a6: Preparing 01:48:48 420883065b6e: Preparing 01:48:48 097100c76c15: Preparing 01:48:48 02abea0cb8a6: Waiting 01:48:48 420883065b6e: Waiting 01:48:48 097100c76c15: Waiting 01:48:48 17a675c9278a: Waiting 01:48:48 7ced79e06270: Layer already exists 01:48:48 9465308085c5: Layer already exists 01:48:48 d6575c4e7d8a: Layer already exists 01:48:48 df65fc80b91c: Layer already exists 01:48:48 defd5bf19cf3: Layer already exists 01:48:48 17a675c9278a: Layer already exists 01:48:48 097100c76c15: Layer already exists 01:48:48 420883065b6e: Layer already exists 01:48:48 02abea0cb8a6: Layer already exists 01:48:48 main: digest: sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:48 ===================================================== [Pipeline] echo 01:48:48 taggedImages: 01:48:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:48:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:48:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:48:48 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:48:48 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:48 latest 01:48:48 4.1.0-dev.42 01:48:48 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:48 main 01:48:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:48:49 30f7b4313590: Preparing 01:48:49 813c51cea42c: Preparing 01:48:49 a7b8a07a6a6d: Preparing 01:48:49 bf5a0cd011f6: Preparing 01:48:49 f06afb5c54a5: Preparing 01:48:49 7ced79e06270: Preparing 01:48:49 17a675c9278a: Preparing 01:48:49 dc9b0ca66be8: Preparing 01:48:49 e1243e55ed25: Preparing 01:48:49 ac2d84107f9d: Preparing 01:48:49 097100c76c15: Preparing 01:48:49 dc9b0ca66be8: Waiting 01:48:49 e1243e55ed25: Waiting 01:48:49 ac2d84107f9d: Waiting 01:48:49 7ced79e06270: Waiting 01:48:49 097100c76c15: Waiting 01:48:49 17a675c9278a: Waiting 01:48:49 813c51cea42c: Pushed 01:48:49 f06afb5c54a5: Pushed 01:48:49 30f7b4313590: Pushed 01:48:49 bf5a0cd011f6: Pushed 01:48:49 7ced79e06270: Layer already exists 01:48:49 17a675c9278a: Layer already exists 01:48:49 097100c76c15: Layer already exists 01:48:49 #81 ... 01:48:49 01:48:49 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:48:49 #68 25.25 (1/1) Installing dumb-init (1.2.5-r3) 01:48:49 #68 25.30 Executing busybox-1.36.1-r29.trigger 01:48:49 #68 25.49 OK: 9 MiB in 15 packages 01:48:49 #68 DONE 28.1s 01:48:49 dc9b0ca66be8: Pushed 01:48:49 e1243e55ed25: Pushed 01:48:49 01:48:49 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:48:50 #82 ... 01:48:50 01:48:50 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:48:50 #61 25.18 (1/2) Installing dumb-init (1.2.5-r3) 01:48:50 #61 25.25 (2/2) Installing su-exec (0.2-r3) 01:48:50 #61 25.33 Executing busybox-1.36.1-r29.trigger 01:48:50 #61 25.56 OK: 9 MiB in 16 packages 01:48:50 #61 DONE 28.6s 01:48:50 01:48:50 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:48:50 ac2d84107f9d: Pushed 01:48:51 a7b8a07a6a6d: Pushed 01:48:51 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:51 #83 ... 01:48:51 01:48:51 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:48:51 #62 26.10 (1/1) Installing dumb-init (1.2.5-r3) 01:48:51 #62 26.15 Executing busybox-1.36.1-r29.trigger 01:48:51 #62 26.53 OK: 9 MiB in 15 packages 01:48:51 #62 DONE 30.1s 01:48:51 01:48:51 #84 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:48:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:48:51 30f7b4313590: Preparing 01:48:51 813c51cea42c: Preparing 01:48:51 a7b8a07a6a6d: Preparing 01:48:51 bf5a0cd011f6: Preparing 01:48:51 f06afb5c54a5: Preparing 01:48:51 7ced79e06270: Preparing 01:48:51 17a675c9278a: Preparing 01:48:51 dc9b0ca66be8: Preparing 01:48:51 e1243e55ed25: Preparing 01:48:51 ac2d84107f9d: Preparing 01:48:51 097100c76c15: Preparing 01:48:51 7ced79e06270: Waiting 01:48:51 17a675c9278a: Waiting 01:48:51 097100c76c15: Waiting 01:48:51 dc9b0ca66be8: Waiting 01:48:51 ac2d84107f9d: Waiting 01:48:51 e1243e55ed25: Waiting 01:48:51 a7b8a07a6a6d: Layer already exists 01:48:51 bf5a0cd011f6: Layer already exists 01:48:51 813c51cea42c: Layer already exists 01:48:51 f06afb5c54a5: Layer already exists 01:48:51 30f7b4313590: Layer already exists 01:48:51 7ced79e06270: Layer already exists 01:48:51 ac2d84107f9d: Layer already exists 01:48:51 17a675c9278a: Layer already exists 01:48:51 e1243e55ed25: Layer already exists 01:48:51 dc9b0ca66be8: Layer already exists 01:48:51 097100c76c15: Layer already exists 01:48:51 latest: digest: sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:52 #84 ... 01:48:52 01:48:52 #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:48:52 #66 23.51 (1/3) Installing ca-certificates (20250619-r0) 01:48:52 #66 24.09 (2/3) Installing dumb-init (1.2.5-r3) 01:48:52 #66 24.11 (3/3) Installing tzdata (2025b-r0) 01:48:52 #66 25.69 Executing busybox-1.36.1-r29.trigger 01:48:52 #66 25.78 Executing ca-certificates-20250619-r0.trigger 01:48:52 #66 27.81 OK: 11 MiB in 17 packages 01:48:52 #66 DONE 31.2s 01:48:52 01:48:52 #69 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:48:52 #69 27.71 Executing busybox-1.36.1-r29.trigger 01:48:52 #69 27.98 OK: 20 MiB in 18 packages 01:48:52 #69 DONE 31.1s 01:48:52 01:48:52 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:48:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:48:52 30f7b4313590: Preparing 01:48:52 813c51cea42c: Preparing 01:48:52 a7b8a07a6a6d: Preparing 01:48:52 bf5a0cd011f6: Preparing 01:48:52 f06afb5c54a5: Preparing 01:48:52 7ced79e06270: Preparing 01:48:52 17a675c9278a: Preparing 01:48:52 dc9b0ca66be8: Preparing 01:48:52 e1243e55ed25: Preparing 01:48:52 ac2d84107f9d: Preparing 01:48:52 097100c76c15: Preparing 01:48:52 dc9b0ca66be8: Waiting 01:48:52 e1243e55ed25: Waiting 01:48:52 ac2d84107f9d: Waiting 01:48:52 097100c76c15: Waiting 01:48:52 17a675c9278a: Waiting 01:48:52 7ced79e06270: Waiting 01:48:52 30f7b4313590: Layer already exists 01:48:52 813c51cea42c: Layer already exists 01:48:52 bf5a0cd011f6: Layer already exists 01:48:52 f06afb5c54a5: Layer already exists 01:48:52 a7b8a07a6a6d: Layer already exists 01:48:52 7ced79e06270: Layer already exists 01:48:52 e1243e55ed25: Layer already exists 01:48:52 17a675c9278a: Layer already exists 01:48:52 ac2d84107f9d: Layer already exists 01:48:52 dc9b0ca66be8: Layer already exists 01:48:52 097100c76c15: Layer already exists 01:48:52 4.1.0-dev.42: digest: sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:52 #85 ... 01:48:52 01:48:52 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:48:52 #75 11.74 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:52 #75 ... 01:48:52 01:48:52 #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:48:52 #55 33.35 OK: 239 MiB in 58 packages 01:48:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:48:53 30f7b4313590: Preparing 01:48:53 813c51cea42c: Preparing 01:48:53 a7b8a07a6a6d: Preparing 01:48:53 bf5a0cd011f6: Preparing 01:48:53 f06afb5c54a5: Preparing 01:48:53 7ced79e06270: Preparing 01:48:53 17a675c9278a: Preparing 01:48:53 dc9b0ca66be8: Preparing 01:48:53 e1243e55ed25: Preparing 01:48:53 ac2d84107f9d: Preparing 01:48:53 097100c76c15: Preparing 01:48:53 ac2d84107f9d: Waiting 01:48:53 e1243e55ed25: Waiting 01:48:53 097100c76c15: Waiting 01:48:53 7ced79e06270: Waiting 01:48:53 17a675c9278a: Waiting 01:48:53 dc9b0ca66be8: Waiting 01:48:53 813c51cea42c: Layer already exists 01:48:53 bf5a0cd011f6: Layer already exists 01:48:53 30f7b4313590: Layer already exists 01:48:53 f06afb5c54a5: Layer already exists 01:48:53 a7b8a07a6a6d: Layer already exists 01:48:53 17a675c9278a: Layer already exists 01:48:53 7ced79e06270: Layer already exists 01:48:53 e1243e55ed25: Layer already exists 01:48:53 ac2d84107f9d: Layer already exists 01:48:53 dc9b0ca66be8: Layer already exists 01:48:53 097100c76c15: Layer already exists 01:48:53 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:48:53 30f7b4313590: Preparing 01:48:53 813c51cea42c: Preparing 01:48:53 a7b8a07a6a6d: Preparing 01:48:53 bf5a0cd011f6: Preparing 01:48:53 f06afb5c54a5: Preparing 01:48:53 7ced79e06270: Preparing 01:48:53 17a675c9278a: Preparing 01:48:53 dc9b0ca66be8: Preparing 01:48:53 e1243e55ed25: Preparing 01:48:53 ac2d84107f9d: Preparing 01:48:53 097100c76c15: Preparing 01:48:53 dc9b0ca66be8: Waiting 01:48:53 e1243e55ed25: Waiting 01:48:53 ac2d84107f9d: Waiting 01:48:53 7ced79e06270: Waiting 01:48:53 17a675c9278a: Waiting 01:48:53 097100c76c15: Waiting 01:48:53 a7b8a07a6a6d: Layer already exists 01:48:53 f06afb5c54a5: Layer already exists 01:48:53 bf5a0cd011f6: Layer already exists 01:48:53 30f7b4313590: Layer already exists 01:48:53 813c51cea42c: Layer already exists 01:48:53 17a675c9278a: Layer already exists 01:48:53 7ced79e06270: Layer already exists 01:48:53 e1243e55ed25: Layer already exists 01:48:53 dc9b0ca66be8: Layer already exists 01:48:53 ac2d84107f9d: Layer already exists 01:48:53 097100c76c15: Layer already exists 01:48:53 main: digest: sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:48:53 ===================================================== [Pipeline] echo 01:48:53 taggedImages: 01:48:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:48:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:48:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:48:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:48:54 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:54 latest 01:48:54 4.1.0-dev.42 01:48:54 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:54 main 01:48:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:48:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:54 46d10da669fb: Preparing 01:48:54 34fff0ad45af: Preparing 01:48:54 cc63929c036d: Preparing 01:48:54 fb9553ba8094: Preparing 01:48:54 fe3b9eb47bab: Preparing 01:48:54 11de20c9810f: Preparing 01:48:54 d434f04d549a: Preparing 01:48:54 7ced79e06270: Preparing 01:48:54 17a675c9278a: Preparing 01:48:54 0c0ce8e73b97: Preparing 01:48:54 567889a110d4: Preparing 01:48:54 097100c76c15: Preparing 01:48:54 7ced79e06270: Waiting 01:48:54 17a675c9278a: Waiting 01:48:54 0c0ce8e73b97: Waiting 01:48:54 567889a110d4: Waiting 01:48:54 097100c76c15: Waiting 01:48:54 11de20c9810f: Waiting 01:48:54 d434f04d549a: Waiting 01:48:54 fe3b9eb47bab: Pushed 01:48:54 34fff0ad45af: Pushed 01:48:54 46d10da669fb: Pushed 01:48:54 7ced79e06270: Layer already exists 01:48:54 17a675c9278a: Layer already exists 01:48:54 11de20c9810f: Pushed 01:48:54 d434f04d549a: Pushed 01:48:54 097100c76c15: Layer already exists 01:48:54 0c0ce8e73b97: Pushed 01:48:55 #55 DONE 35.7s 01:48:55 01:48:55 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:48:55 #86 ... 01:48:55 01:48:55 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:48:55 #64 24.46 v3.20.6-247-g5e93e903f04 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:48:55 #64 24.46 v3.20.6-245-g905bc1f918b [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:48:55 #64 24.46 OK: 24049 distinct packages available 01:48:55 #64 27.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:55 #64 29.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:55 567889a110d4: Pushed 01:48:56 #64 ... 01:48:56 01:48:56 #86 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:48:56 #86 DONE 0.7s 01:48:56 01:48:56 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:56 #87 ... 01:48:56 01:48:56 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:48:56 #65 28.93 (1/7) Installing ca-certificates (20250619-r0) 01:48:56 #65 29.40 (2/7) Installing dumb-init (1.2.5-r3) 01:48:56 #65 29.45 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:48:56 #65 29.58 (4/7) Installing libsodium (1.0.19-r0) 01:48:56 #65 29.64 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:48:56 #65 30.16 (6/7) Installing libzmq (4.3.5-r2) 01:48:56 #65 30.35 (7/7) Installing zeromq (4.3.5-r2) 01:48:56 #65 30.41 Executing busybox-1.36.1-r29.trigger 01:48:56 #65 30.61 Executing ca-certificates-20250619-r0.trigger 01:48:56 #65 32.06 OK: 14 MiB in 21 packages 01:48:56 #65 DONE 34.9s 01:48:56 fb9553ba8094: Pushed 01:48:56 01:48:56 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:48:57 #88 ... 01:48:57 01:48:57 #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:48:57 #75 23.72 OK: 239 MiB in 58 packages 01:48:57 #75 DONE 26.2s 01:48:57 cc63929c036d: Pushed 01:48:57 01:48:57 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:48:57 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 #89 ... 01:48:58 01:48:58 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:48:58 #63 30.03 (1/4) Installing ca-certificates (20250619-r0) 01:48:58 #63 30.50 (2/4) Installing dumb-init (1.2.5-r3) 01:48:58 #63 30.64 (3/4) Installing su-exec (0.2-r3) 01:48:58 #63 30.66 (4/4) Installing yq-go (4.44.1-r2) 01:48:58 #63 32.27 Executing busybox-1.36.1-r29.trigger 01:48:58 #63 32.45 Executing ca-certificates-20250619-r0.trigger 01:48:58 #63 33.72 OK: 20 MiB in 18 packages 01:48:58 #63 DONE 36.5s 01:48:58 01:48:58 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:48:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:58 46d10da669fb: Preparing 01:48:58 34fff0ad45af: Preparing 01:48:58 cc63929c036d: Preparing 01:48:58 fb9553ba8094: Preparing 01:48:58 fe3b9eb47bab: Preparing 01:48:58 11de20c9810f: Preparing 01:48:58 d434f04d549a: Preparing 01:48:58 7ced79e06270: Preparing 01:48:58 17a675c9278a: Preparing 01:48:58 0c0ce8e73b97: Preparing 01:48:58 567889a110d4: Preparing 01:48:58 097100c76c15: Preparing 01:48:58 11de20c9810f: Waiting 01:48:58 7ced79e06270: Waiting 01:48:58 d434f04d549a: Waiting 01:48:58 17a675c9278a: Waiting 01:48:58 567889a110d4: Waiting 01:48:58 0c0ce8e73b97: Waiting 01:48:58 097100c76c15: Waiting 01:48:58 34fff0ad45af: Layer already exists 01:48:58 46d10da669fb: Layer already exists 01:48:58 fb9553ba8094: Layer already exists 01:48:58 cc63929c036d: Layer already exists 01:48:58 fe3b9eb47bab: Layer already exists 01:48:58 7ced79e06270: Layer already exists 01:48:58 11de20c9810f: Layer already exists 01:48:58 d434f04d549a: Layer already exists 01:48:58 17a675c9278a: Layer already exists 01:48:58 0c0ce8e73b97: Layer already exists 01:48:58 097100c76c15: Layer already exists 01:48:58 567889a110d4: Layer already exists 01:48:58 latest: digest: sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:58 46d10da669fb: Preparing 01:48:58 34fff0ad45af: Preparing 01:48:58 cc63929c036d: Preparing 01:48:58 fb9553ba8094: Preparing 01:48:58 fe3b9eb47bab: Preparing 01:48:58 11de20c9810f: Preparing 01:48:58 d434f04d549a: Preparing 01:48:58 7ced79e06270: Preparing 01:48:58 17a675c9278a: Preparing 01:48:58 0c0ce8e73b97: Preparing 01:48:58 567889a110d4: Preparing 01:48:58 097100c76c15: Preparing 01:48:58 0c0ce8e73b97: Waiting 01:48:58 567889a110d4: Waiting 01:48:58 097100c76c15: Waiting 01:48:58 11de20c9810f: Waiting 01:48:58 d434f04d549a: Waiting 01:48:58 7ced79e06270: Waiting 01:48:58 17a675c9278a: Waiting 01:48:58 fb9553ba8094: Layer already exists 01:48:58 cc63929c036d: Layer already exists 01:48:58 34fff0ad45af: Layer already exists 01:48:58 46d10da669fb: Layer already exists 01:48:58 fe3b9eb47bab: Layer already exists 01:48:58 11de20c9810f: Layer already exists 01:48:58 7ced79e06270: Layer already exists 01:48:58 d434f04d549a: Layer already exists 01:48:58 17a675c9278a: Layer already exists 01:48:58 0c0ce8e73b97: Layer already exists 01:48:58 567889a110d4: Layer already exists 01:48:58 097100c76c15: Layer already exists 01:48:58 4.1.0-dev.42: digest: sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:59 #90 ... 01:48:59 01:48:59 #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:48:59 #89 DONE 1.5s 01:48:59 01:48:59 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:48:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:48:59 46d10da669fb: Preparing 01:48:59 34fff0ad45af: Preparing 01:48:59 cc63929c036d: Preparing 01:48:59 fb9553ba8094: Preparing 01:48:59 fe3b9eb47bab: Preparing 01:48:59 11de20c9810f: Preparing 01:48:59 d434f04d549a: Preparing 01:48:59 7ced79e06270: Preparing 01:48:59 17a675c9278a: Preparing 01:48:59 0c0ce8e73b97: Preparing 01:48:59 567889a110d4: Preparing 01:48:59 097100c76c15: Preparing 01:48:59 11de20c9810f: Waiting 01:48:59 d434f04d549a: Waiting 01:48:59 7ced79e06270: Waiting 01:48:59 17a675c9278a: Waiting 01:48:59 0c0ce8e73b97: Waiting 01:48:59 567889a110d4: Waiting 01:48:59 097100c76c15: Waiting 01:48:59 fb9553ba8094: Layer already exists 01:48:59 fe3b9eb47bab: Layer already exists 01:48:59 46d10da669fb: Layer already exists 01:48:59 34fff0ad45af: Layer already exists 01:48:59 cc63929c036d: Layer already exists 01:48:59 d434f04d549a: Layer already exists 01:48:59 11de20c9810f: Layer already exists 01:48:59 17a675c9278a: Layer already exists 01:48:59 0c0ce8e73b97: Layer already exists 01:48:59 7ced79e06270: Layer already exists 01:48:59 567889a110d4: Layer already exists 01:48:59 097100c76c15: Layer already exists 01:48:59 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f size: 2823 [Pipeline] } 01:48:59 #91 ... 01:48:59 01:48:59 #70 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:48:59 #70 28.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:59 #70 30.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:59 #70 ... 01:48:59 01:48:59 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:48:59 #78 20.24 (1/1) Installing dumb-init (1.2.5-r3) 01:48:59 #78 21.25 Executing busybox-1.36.1-r29.trigger 01:48:59 #78 21.59 OK: 9 MiB in 15 packages [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:59 #78 DONE 25.0s 01:48:59 01:48:59 #84 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:48:59 #84 5.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:48:59 #84 8.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:48:59 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:49:00 46d10da669fb: Preparing 01:49:00 34fff0ad45af: Preparing 01:49:00 cc63929c036d: Preparing 01:49:00 fb9553ba8094: Preparing 01:49:00 fe3b9eb47bab: Preparing 01:49:00 11de20c9810f: Preparing 01:49:00 d434f04d549a: Preparing 01:49:00 7ced79e06270: Preparing 01:49:00 17a675c9278a: Preparing 01:49:00 0c0ce8e73b97: Preparing 01:49:00 567889a110d4: Preparing 01:49:00 097100c76c15: Preparing 01:49:00 17a675c9278a: Waiting 01:49:00 0c0ce8e73b97: Waiting 01:49:00 567889a110d4: Waiting 01:49:00 11de20c9810f: Waiting 01:49:00 097100c76c15: Waiting 01:49:00 d434f04d549a: Waiting 01:49:00 7ced79e06270: Waiting 01:49:00 46d10da669fb: Layer already exists 01:49:00 fe3b9eb47bab: Layer already exists 01:49:00 34fff0ad45af: Layer already exists 01:49:00 cc63929c036d: Layer already exists 01:49:00 fb9553ba8094: Layer already exists 01:49:00 11de20c9810f: Layer already exists 01:49:00 d434f04d549a: Layer already exists 01:49:00 0c0ce8e73b97: Layer already exists 01:49:00 17a675c9278a: Layer already exists 01:49:00 7ced79e06270: Layer already exists 01:49:00 567889a110d4: Layer already exists 01:49:00 097100c76c15: Layer already exists 01:49:00 main: digest: sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:00 ===================================================== [Pipeline] echo 01:49:00 taggedImages: 01:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:49:00 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:49:00 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:00 latest 01:49:00 4.1.0-dev.42 01:49:00 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:00 main 01:49:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:00 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:01 d1c109f75b21: Preparing 01:49:01 b71e6fd802a2: Preparing 01:49:01 7ced79e06270: Preparing 01:49:01 17a675c9278a: Preparing 01:49:01 167f80e3cc9c: Preparing 01:49:01 e979408073e2: Preparing 01:49:01 097100c76c15: Preparing 01:49:01 e979408073e2: Waiting 01:49:01 097100c76c15: Waiting 01:49:01 7ced79e06270: Layer already exists 01:49:01 17a675c9278a: Layer already exists 01:49:01 097100c76c15: Layer already exists 01:49:01 167f80e3cc9c: Pushed 01:49:01 d1c109f75b21: Pushed 01:49:01 #84 ... 01:49:01 01:49:01 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:49:01 #67 29.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:01 #67 31.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:01 #67 ... 01:49:01 01:49:01 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:49:01 #85 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:01 #85 8.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:02 e979408073e2: Pushed 01:49:02 #85 ... 01:49:02 01:49:02 #92 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:49:02 #0 7.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:02 #0 9.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:02 #92 ... 01:49:02 01:49:02 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:49:02 #64 40.65 (1/4) Installing dumb-init (1.2.5-r3) 01:49:02 #64 40.71 (2/4) Installing musl-obstack (1.2.3-r2) 01:49:02 #64 40.73 (3/4) Installing libucontext (1.2-r3) 01:49:02 #64 40.78 (4/4) Installing gcompat (1.1.0-r4) 01:49:02 #64 40.81 Executing busybox-1.36.1-r29.trigger 01:49:02 #64 41.00 OK: 9 MiB in 18 packages 01:49:03 #64 DONE 42.6s 01:49:03 01:49:03 #70 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:49:03 #70 41.34 (1/5) Installing dumb-init (1.2.5-r3) 01:49:03 #70 41.37 (2/5) Installing musl-obstack (1.2.3-r2) 01:49:03 #70 41.39 (3/5) Installing libucontext (1.2-r3) 01:49:03 #70 41.40 (4/5) Installing gcompat (1.1.0-r4) 01:49:03 #70 41.42 (5/5) Installing openssl (3.3.4-r0) 01:49:03 #70 41.52 Executing busybox-1.36.1-r29.trigger 01:49:03 #70 41.67 OK: 10 MiB in 19 packages 01:49:04 b71e6fd802a2: Pushed 01:49:04 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:04 + 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 01:49:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:05 d1c109f75b21: Preparing 01:49:05 b71e6fd802a2: Preparing 01:49:05 7ced79e06270: Preparing 01:49:05 17a675c9278a: Preparing 01:49:05 167f80e3cc9c: Preparing 01:49:05 e979408073e2: Preparing 01:49:05 097100c76c15: Preparing 01:49:05 097100c76c15: Waiting 01:49:05 e979408073e2: Waiting 01:49:05 17a675c9278a: Layer already exists 01:49:05 167f80e3cc9c: Layer already exists 01:49:05 b71e6fd802a2: Layer already exists 01:49:05 d1c109f75b21: Layer already exists 01:49:05 7ced79e06270: Layer already exists 01:49:05 e979408073e2: Layer already exists 01:49:05 097100c76c15: Layer already exists 01:49:05 latest: digest: sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 #70 DONE 43.9s 01:49:05 01:49:05 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:49:05 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:49:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:05 d1c109f75b21: Preparing 01:49:05 b71e6fd802a2: Preparing 01:49:05 7ced79e06270: Preparing 01:49:05 17a675c9278a: Preparing 01:49:05 167f80e3cc9c: Preparing 01:49:05 e979408073e2: Preparing 01:49:05 097100c76c15: Preparing 01:49:05 e979408073e2: Waiting 01:49:05 097100c76c15: Waiting 01:49:05 d1c109f75b21: Layer already exists 01:49:05 167f80e3cc9c: Layer already exists 01:49:05 7ced79e06270: Layer already exists 01:49:05 b71e6fd802a2: Layer already exists 01:49:05 17a675c9278a: Layer already exists 01:49:05 e979408073e2: Layer already exists 01:49:05 097100c76c15: Layer already exists 01:49:05 4.1.0-dev.42: digest: sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:05 #93 ... 01:49:05 01:49:05 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:49:05 #82 6.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:05 #82 8.768 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:05 #82 ... 01:49:05 01:49:05 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:49:05 #67 42.03 (1/14) Installing ca-certificates (20250619-r0) 01:49:05 #67 42.39 (2/14) Installing brotli-libs (1.1.0-r2) 01:49:05 #67 42.66 (3/14) Installing c-ares (1.33.1-r0) 01:49:05 #67 42.74 (4/14) Installing libunistring (1.2-r0) 01:49:05 #67 43.14 (5/14) Installing libidn2 (2.3.7-r0) 01:49:05 #67 43.19 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:49:05 #67 43.24 (7/14) Installing libpsl (0.21.5-r1) 01:49:05 #67 43.26 (8/14) Installing zstd-libs (1.5.6-r0) 01:49:05 #67 43.36 (9/14) Installing libcurl (8.12.1-r0) 01:49:05 #67 43.47 (10/14) Installing curl (8.12.1-r0) 01:49:05 #67 43.50 (11/14) Installing dumb-init (1.2.5-r3) 01:49:05 #67 43.56 (12/14) Installing musl-obstack (1.2.3-r2) 01:49:05 #67 43.57 (13/14) Installing libucontext (1.2-r3) 01:49:05 #67 43.58 (14/14) Installing gcompat (1.1.0-r4) 01:49:05 #67 43.60 Executing busybox-1.36.1-r29.trigger 01:49:05 #67 43.75 Executing ca-certificates-20250619-r0.trigger 01:49:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:06 #67 ... 01:49:06 01:49:06 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:49:06 #83 6.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:06 #83 8.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:06 d1c109f75b21: Preparing 01:49:06 b71e6fd802a2: Preparing 01:49:06 7ced79e06270: Preparing 01:49:06 17a675c9278a: Preparing 01:49:06 167f80e3cc9c: Preparing 01:49:06 e979408073e2: Preparing 01:49:06 097100c76c15: Preparing 01:49:06 e979408073e2: Waiting 01:49:06 097100c76c15: Waiting 01:49:06 17a675c9278a: Layer already exists 01:49:06 b71e6fd802a2: Layer already exists 01:49:06 7ced79e06270: Layer already exists 01:49:06 d1c109f75b21: Layer already exists 01:49:06 167f80e3cc9c: Layer already exists 01:49:06 097100c76c15: Layer already exists 01:49:06 e979408073e2: Layer already exists 01:49:06 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 size: 1782 [Pipeline] } 01:49:06 #83 ... 01:49:06 01:49:06 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:49:06 #90 4.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:06 #90 5.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:06 + 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 01:49:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:49:07 d1c109f75b21: Preparing 01:49:07 b71e6fd802a2: Preparing 01:49:07 7ced79e06270: Preparing 01:49:07 17a675c9278a: Preparing 01:49:07 167f80e3cc9c: Preparing 01:49:07 e979408073e2: Preparing 01:49:07 097100c76c15: Preparing 01:49:07 e979408073e2: Waiting 01:49:07 097100c76c15: Waiting 01:49:07 167f80e3cc9c: Layer already exists 01:49:07 7ced79e06270: Layer already exists 01:49:07 d1c109f75b21: Layer already exists 01:49:07 b71e6fd802a2: Layer already exists 01:49:07 17a675c9278a: Layer already exists 01:49:07 097100c76c15: Layer already exists 01:49:07 e979408073e2: Layer already exists 01:49:07 main: digest: sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:07 ===================================================== [Pipeline] echo 01:49:07 taggedImages: 01:49:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:49:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:49:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:07 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:49:07 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:49:07 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:07 latest 01:49:07 4.1.0-dev.42 01:49:07 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:07 main 01:49:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:07 #90 ... 01:49:07 01:49:07 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:49:07 #82 18.34 OK: 9 MiB in 15 packages 01:49:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:07 881940ac10dc: Preparing 01:49:07 4cc4271ffdd9: Preparing 01:49:07 fe9cb9efd889: Preparing 01:49:07 7ced79e06270: Preparing 01:49:07 17a675c9278a: Preparing 01:49:07 bb414efb00b4: Preparing 01:49:07 df9f676df913: Preparing 01:49:07 f40f9a8e25e3: Preparing 01:49:07 2a7b64891c55: Preparing 01:49:07 097100c76c15: Preparing 01:49:07 bb414efb00b4: Waiting 01:49:07 df9f676df913: Waiting 01:49:07 f40f9a8e25e3: Waiting 01:49:07 2a7b64891c55: Waiting 01:49:07 097100c76c15: Waiting 01:49:07 17a675c9278a: Layer already exists 01:49:07 7ced79e06270: Layer already exists 01:49:07 4cc4271ffdd9: Pushed 01:49:07 fe9cb9efd889: Pushed 01:49:07 881940ac10dc: Pushed 01:49:07 097100c76c15: Layer already exists 01:49:07 f40f9a8e25e3: Pushed 01:49:08 2a7b64891c55: Pushed 01:49:08 #82 ... 01:49:08 01:49:08 #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:49:08 #67 45.26 OK: 15 MiB in 28 packages 01:49:08 #67 DONE 47.2s 01:49:08 01:49:08 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:49:10 #94 ... 01:49:10 01:49:10 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:49:10 #85 16.02 OK: 20 MiB in 18 packages 01:49:10 #85 DONE 17.6s 01:49:10 01:49:10 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:49:10 #95 ... 01:49:10 01:49:10 #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:49:10 #83 18.12 OK: 9 MiB in 16 packages 01:49:10 #83 DONE 20.3s 01:49:10 01:49:10 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:49:10 #96 ... 01:49:10 01:49:10 #92 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:49:10 #92 16.94 OK: 11 MiB in 17 packages 01:49:10 #92 DONE 18.3s 01:49:10 01:49:10 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:49:10 #82 DONE 21.0s 01:49:10 01:49:10 #84 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 01:49:10 #84 18.47 OK: 9 MiB in 15 packages 01:49:11 #84 ... 01:49:11 01:49:11 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:49:11 #95 DONE 0.9s 01:49:11 01:49:11 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:49:11 #93 2.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:11 #93 4.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:12 #93 ... 01:49:12 01:49:12 #84 [core-command stage-1 3/8] RUN apk --no-cache upgrade 01:49:12 #84 DONE 20.9s 01:49:12 01:49:12 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:49:12 #88 5.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:12 #88 6.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:12 #88 15.54 OK: 14 MiB in 21 packages 01:49:12 #88 ... 01:49:12 01:49:12 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:49:12 #90 13.30 OK: 20 MiB in 18 packages 01:49:12 #90 DONE 14.4s 01:49:12 01:49:12 #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:49:12 #0 3.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:12 #0 4.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:12 df9f676df913: Pushed 01:49:12 #97 ... 01:49:12 01:49:12 #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:49:12 #88 DONE 16.5s 01:49:13 01:49:13 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:49:13 #94 4.319 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:49:14 #94 5.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:49:14 #94 ... 01:49:14 01:49:14 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:49:14 #96 DONE 3.9s 01:49:14 01:49:14 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:49:14 #98 DONE 0.2s 01:49:14 01:49:14 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:49:14 #93 ... 01:49:14 01:49:14 #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:49:14 #97 10.80 OK: 9 MiB in 18 packages 01:49:15 #97 DONE 11.3s 01:49:15 01:49:15 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:15 #99 ... 01:49:15 01:49:15 #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:49:15 #93 9.757 OK: 10 MiB in 19 packages 01:49:15 #93 DONE 10.5s 01:49:15 01:49:15 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:49:16 #100 DONE 1.2s 01:49:16 01:49:16 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:16 #99 DONE 1.8s 01:49:16 01:49:16 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:49:17 #101 DONE 0.2s 01:49:17 01:49:17 #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:49:17 #94 8.026 OK: 15 MiB in 28 packages 01:49:17 #94 DONE 8.5s 01:49:17 01:49:17 #102 [security-spire-config stage-2 6/10] COPY security.txt / 01:49:17 #102 DONE 0.4s 01:49:17 01:49:17 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:17 #103 DONE 1.9s 01:49:17 01:49:17 #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:49:17 #104 DONE 0.2s 01:49:17 01:49:17 #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:49:17 #105 DONE 0.2s 01:49:17 01:49:17 #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:49:18 #106 DONE 0.2s 01:49:18 01:49:18 #107 [security-spire-server stage-2 6/9] COPY security.txt / 01:49:18 #107 DONE 0.2s 01:49:18 01:49:18 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:49:18 #108 DONE 0.2s 01:49:18 01:49:18 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:49:18 #109 DONE 0.2s 01:49:18 01:49:18 #110 [security-spire-config] exporting to image 01:49:18 #110 exporting layers 01:49:18 #110 ... 01:49:18 01:49:18 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:49:18 #111 DONE 0.2s 01:49:18 01:49:18 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:49:18 #112 DONE 0.2s 01:49:18 01:49:18 #113 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:19 #113 DONE 2.1s 01:49:19 01:49:19 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:49:19 #114 DONE 0.1s 01:49:19 01:49:19 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 01:49:19 #115 DONE 0.1s 01:49:19 01:49:19 #110 [security-spire-server] exporting to image 01:49:19 bb414efb00b4: Pushed 01:49:19 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:19 #110 ... 01:49:19 01:49:19 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:49:19 #116 DONE 0.1s 01:49:19 01:49:19 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:49:19 #117 DONE 0.2s 01:49:19 01:49:19 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:49:19 #118 DONE 0.2s 01:49:19 01:49:19 #110 [security-spire-agent] exporting to image 01:49:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:20 881940ac10dc: Preparing 01:49:20 4cc4271ffdd9: Preparing 01:49:20 fe9cb9efd889: Preparing 01:49:20 7ced79e06270: Preparing 01:49:20 17a675c9278a: Preparing 01:49:20 bb414efb00b4: Preparing 01:49:20 df9f676df913: Preparing 01:49:20 f40f9a8e25e3: Preparing 01:49:20 2a7b64891c55: Preparing 01:49:20 097100c76c15: Preparing 01:49:20 bb414efb00b4: Waiting 01:49:20 df9f676df913: Waiting 01:49:20 f40f9a8e25e3: Waiting 01:49:20 2a7b64891c55: Waiting 01:49:20 097100c76c15: Waiting 01:49:20 4cc4271ffdd9: Layer already exists 01:49:20 fe9cb9efd889: Layer already exists 01:49:20 7ced79e06270: Layer already exists 01:49:20 881940ac10dc: Layer already exists 01:49:20 17a675c9278a: Layer already exists 01:49:20 bb414efb00b4: Layer already exists 01:49:20 df9f676df913: Layer already exists 01:49:20 2a7b64891c55: Layer already exists 01:49:20 097100c76c15: Layer already exists 01:49:20 f40f9a8e25e3: Layer already exists 01:49:20 latest: digest: sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:20 881940ac10dc: Preparing 01:49:20 4cc4271ffdd9: Preparing 01:49:20 fe9cb9efd889: Preparing 01:49:20 7ced79e06270: Preparing 01:49:20 17a675c9278a: Preparing 01:49:20 bb414efb00b4: Preparing 01:49:20 df9f676df913: Preparing 01:49:20 f40f9a8e25e3: Preparing 01:49:20 2a7b64891c55: Preparing 01:49:20 097100c76c15: Preparing 01:49:20 bb414efb00b4: Waiting 01:49:20 df9f676df913: Waiting 01:49:20 f40f9a8e25e3: Waiting 01:49:20 2a7b64891c55: Waiting 01:49:20 097100c76c15: Waiting 01:49:20 881940ac10dc: Layer already exists 01:49:20 7ced79e06270: Layer already exists 01:49:20 fe9cb9efd889: Layer already exists 01:49:20 4cc4271ffdd9: Layer already exists 01:49:20 17a675c9278a: Layer already exists 01:49:20 df9f676df913: Layer already exists 01:49:20 bb414efb00b4: Layer already exists 01:49:20 f40f9a8e25e3: Layer already exists 01:49:20 097100c76c15: Layer already exists 01:49:20 2a7b64891c55: Layer already exists 01:49:20 4.1.0-dev.42: digest: sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:49:21 #110 exporting layers 2.6s done 01:49:21 #110 writing image sha256:1ad5cca9f60c961fa24f6ed6316888c4195bf94e0f06395dc7ea1bfd8e51e954 0.0s done 01:49:21 #110 naming to docker.io/library/security-spire-config-arm64 done [Pipeline] sh 01:49:21 #110 exporting layers 2.5s done 01:49:21 #110 writing image sha256:babdc6655a6835933d8d0751b1a3dfd0f930412b0b8689a59a7d61ce8c32edd8 done 01:49:21 #110 naming to docker.io/library/security-spire-server-arm64 done 01:49:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:21 881940ac10dc: Preparing 01:49:21 4cc4271ffdd9: Preparing 01:49:21 fe9cb9efd889: Preparing 01:49:21 7ced79e06270: Preparing 01:49:21 17a675c9278a: Preparing 01:49:21 bb414efb00b4: Preparing 01:49:21 df9f676df913: Preparing 01:49:21 f40f9a8e25e3: Preparing 01:49:21 2a7b64891c55: Preparing 01:49:21 097100c76c15: Preparing 01:49:21 f40f9a8e25e3: Waiting 01:49:21 df9f676df913: Waiting 01:49:21 2a7b64891c55: Waiting 01:49:21 097100c76c15: Waiting 01:49:21 bb414efb00b4: Waiting 01:49:21 4cc4271ffdd9: Layer already exists 01:49:21 fe9cb9efd889: Layer already exists 01:49:21 7ced79e06270: Layer already exists 01:49:21 881940ac10dc: Layer already exists 01:49:21 17a675c9278a: Layer already exists 01:49:21 f40f9a8e25e3: Layer already exists 01:49:21 df9f676df913: Layer already exists 01:49:21 bb414efb00b4: Layer already exists 01:49:21 2a7b64891c55: Layer already exists 01:49:21 097100c76c15: Layer already exists 01:49:21 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:22 #110 exporting layers 2.1s done 01:49:22 #110 writing image sha256:208752090f17a61ba107dadec46290e4b533194d6e2652c129cf51f7e80984a0 done 01:49:22 #110 naming to docker.io/library/security-spire-agent-arm64 done 01:49:22 #110 DONE 3.9s 01:49:22 01:49:22 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:49:22 881940ac10dc: Preparing 01:49:22 4cc4271ffdd9: Preparing 01:49:22 fe9cb9efd889: Preparing 01:49:22 7ced79e06270: Preparing 01:49:22 17a675c9278a: Preparing 01:49:22 bb414efb00b4: Preparing 01:49:22 df9f676df913: Preparing 01:49:22 f40f9a8e25e3: Preparing 01:49:22 2a7b64891c55: Preparing 01:49:22 097100c76c15: Preparing 01:49:22 df9f676df913: Waiting 01:49:22 f40f9a8e25e3: Waiting 01:49:22 2a7b64891c55: Waiting 01:49:22 bb414efb00b4: Waiting 01:49:22 097100c76c15: Waiting 01:49:22 17a675c9278a: Layer already exists 01:49:22 881940ac10dc: Layer already exists 01:49:22 4cc4271ffdd9: Layer already exists 01:49:22 7ced79e06270: Layer already exists 01:49:22 fe9cb9efd889: Layer already exists 01:49:22 df9f676df913: Layer already exists 01:49:22 bb414efb00b4: Layer already exists 01:49:22 2a7b64891c55: Layer already exists 01:49:22 f40f9a8e25e3: Layer already exists 01:49:22 097100c76c15: Layer already exists 01:49:22 main: digest: sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:22 ===================================================== [Pipeline] echo 01:49:22 taggedImages: 01:49:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:49:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:49:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:49:22 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:49:22 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:22 latest 01:49:22 4.1.0-dev.42 01:49:22 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:22 main 01:49:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:49:22 0bf1fbb3ab25: Preparing 01:49:22 8c6f9dd5b69b: Preparing 01:49:22 690fe163021d: Preparing 01:49:22 7ced79e06270: Preparing 01:49:22 17a675c9278a: Preparing 01:49:22 c0959ac4751c: Preparing 01:49:22 6313e7610ed4: Preparing 01:49:22 67dfa75e4b0f: Preparing 01:49:22 097100c76c15: Preparing 01:49:22 c0959ac4751c: Waiting 01:49:22 097100c76c15: Waiting 01:49:22 6313e7610ed4: Waiting 01:49:22 67dfa75e4b0f: Waiting 01:49:22 7ced79e06270: Layer already exists 01:49:22 17a675c9278a: Layer already exists 01:49:22 690fe163021d: Pushed 01:49:22 6313e7610ed4: Pushed 01:49:22 8c6f9dd5b69b: Pushed 01:49:22 0bf1fbb3ab25: Pushed 01:49:22 097100c76c15: Layer already exists 01:49:23 67dfa75e4b0f: Pushed 01:49:35 c0959ac4751c: Pushed 01:49:35 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:49:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:49:36 0bf1fbb3ab25: Preparing 01:49:36 8c6f9dd5b69b: Preparing 01:49:36 690fe163021d: Preparing 01:49:36 7ced79e06270: Preparing 01:49:36 17a675c9278a: Preparing 01:49:36 c0959ac4751c: Preparing 01:49:36 6313e7610ed4: Preparing 01:49:36 67dfa75e4b0f: Preparing 01:49:36 c0959ac4751c: Waiting 01:49:36 6313e7610ed4: Waiting 01:49:36 67dfa75e4b0f: Waiting 01:49:36 097100c76c15: Preparing 01:49:36 097100c76c15: Waiting 01:49:36 17a675c9278a: Layer already exists 01:49:36 690fe163021d: Layer already exists 01:49:36 7ced79e06270: Layer already exists 01:49:36 8c6f9dd5b69b: Layer already exists 01:49:36 0bf1fbb3ab25: Layer already exists 01:49:36 c0959ac4751c: Layer already exists 01:49:36 097100c76c15: Layer already exists 01:49:36 6313e7610ed4: Layer already exists 01:49:36 67dfa75e4b0f: Layer already exists 01:49:36 latest: digest: sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:49:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:49:36 0bf1fbb3ab25: Preparing 01:49:36 8c6f9dd5b69b: Preparing 01:49:36 690fe163021d: Preparing 01:49:36 7ced79e06270: Preparing 01:49:36 17a675c9278a: Preparing 01:49:36 c0959ac4751c: Preparing 01:49:36 6313e7610ed4: Preparing 01:49:36 67dfa75e4b0f: Preparing 01:49:36 097100c76c15: Preparing 01:49:36 6313e7610ed4: Waiting 01:49:36 67dfa75e4b0f: Waiting 01:49:36 097100c76c15: Waiting 01:49:36 c0959ac4751c: Waiting 01:49:36 17a675c9278a: Layer already exists 01:49:36 7ced79e06270: Layer already exists 01:49:36 0bf1fbb3ab25: Layer already exists 01:49:36 8c6f9dd5b69b: Layer already exists 01:49:36 690fe163021d: Layer already exists 01:49:36 c0959ac4751c: Layer already exists 01:49:36 67dfa75e4b0f: Layer already exists 01:49:36 6313e7610ed4: Layer already exists 01:49:36 097100c76c15: Layer already exists 01:49:36 4.1.0-dev.42: digest: sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:49:37 0bf1fbb3ab25: Preparing 01:49:37 8c6f9dd5b69b: Preparing 01:49:37 690fe163021d: Preparing 01:49:37 7ced79e06270: Preparing 01:49:37 17a675c9278a: Preparing 01:49:37 c0959ac4751c: Preparing 01:49:37 6313e7610ed4: Preparing 01:49:37 67dfa75e4b0f: Preparing 01:49:37 097100c76c15: Preparing 01:49:37 c0959ac4751c: Waiting 01:49:37 6313e7610ed4: Waiting 01:49:37 67dfa75e4b0f: Waiting 01:49:37 097100c76c15: Waiting 01:49:37 0bf1fbb3ab25: Layer already exists 01:49:37 17a675c9278a: Layer already exists 01:49:37 8c6f9dd5b69b: Layer already exists 01:49:37 690fe163021d: Layer already exists 01:49:37 7ced79e06270: Layer already exists 01:49:37 6313e7610ed4: Layer already exists 01:49:37 67dfa75e4b0f: Layer already exists 01:49:37 c0959ac4751c: Layer already exists 01:49:37 097100c76c15: Layer already exists 01:49:37 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:37 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:49:38 0bf1fbb3ab25: Preparing 01:49:38 8c6f9dd5b69b: Preparing 01:49:38 690fe163021d: Preparing 01:49:38 7ced79e06270: Preparing 01:49:38 17a675c9278a: Preparing 01:49:38 c0959ac4751c: Preparing 01:49:38 6313e7610ed4: Preparing 01:49:38 67dfa75e4b0f: Preparing 01:49:38 097100c76c15: Preparing 01:49:38 c0959ac4751c: Waiting 01:49:38 6313e7610ed4: Waiting 01:49:38 67dfa75e4b0f: Waiting 01:49:38 097100c76c15: Waiting 01:49:38 17a675c9278a: Layer already exists 01:49:38 7ced79e06270: Layer already exists 01:49:38 8c6f9dd5b69b: Layer already exists 01:49:38 0bf1fbb3ab25: Layer already exists 01:49:38 690fe163021d: Layer already exists 01:49:38 c0959ac4751c: Layer already exists 01:49:38 6313e7610ed4: Layer already exists 01:49:38 67dfa75e4b0f: Layer already exists 01:49:38 097100c76c15: Layer already exists 01:49:38 main: digest: sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:38 ===================================================== [Pipeline] echo 01:49:38 taggedImages: 01:49:38 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:38 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:49:38 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:49:38 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:38 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:49:38 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:49:38 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:38 latest 01:49:38 4.1.0-dev.42 01:49:38 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:38 main 01:49:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:49:38 4b6fc8eda098: Preparing 01:49:38 29687da18820: Preparing 01:49:38 8e1968056d94: Preparing 01:49:38 7ced79e06270: Preparing 01:49:38 17a675c9278a: Preparing 01:49:38 17e67b0da780: Preparing 01:49:38 f40f9a8e25e3: Preparing 01:49:38 2a7b64891c55: Preparing 01:49:38 097100c76c15: Preparing 01:49:38 17e67b0da780: Waiting 01:49:38 f40f9a8e25e3: Waiting 01:49:38 2a7b64891c55: Waiting 01:49:38 097100c76c15: Waiting 01:49:38 17a675c9278a: Layer already exists 01:49:38 7ced79e06270: Layer already exists 01:49:38 f40f9a8e25e3: Layer already exists 01:49:38 2a7b64891c55: Layer already exists 01:49:38 097100c76c15: Layer already exists 01:49:38 4b6fc8eda098: Pushed 01:49:38 8e1968056d94: Pushed 01:49:38 29687da18820: Pushed 01:49:51 17e67b0da780: Pushed 01:49:51 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:51 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:49:51 4b6fc8eda098: Preparing 01:49:51 29687da18820: Preparing 01:49:51 8e1968056d94: Preparing 01:49:51 7ced79e06270: Preparing 01:49:51 17a675c9278a: Preparing 01:49:51 17e67b0da780: Preparing 01:49:51 f40f9a8e25e3: Preparing 01:49:51 2a7b64891c55: Preparing 01:49:51 097100c76c15: Preparing 01:49:51 2a7b64891c55: Waiting 01:49:51 097100c76c15: Waiting 01:49:51 f40f9a8e25e3: Waiting 01:49:51 17e67b0da780: Waiting 01:49:51 7ced79e06270: Layer already exists 01:49:51 4b6fc8eda098: Layer already exists 01:49:51 29687da18820: Layer already exists 01:49:51 8e1968056d94: Layer already exists 01:49:51 17a675c9278a: Layer already exists 01:49:51 2a7b64891c55: Layer already exists 01:49:51 17e67b0da780: Layer already exists 01:49:51 f40f9a8e25e3: Layer already exists 01:49:51 097100c76c15: Layer already exists 01:49:51 latest: digest: sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:49:52 4b6fc8eda098: Preparing 01:49:52 29687da18820: Preparing 01:49:52 8e1968056d94: Preparing 01:49:52 7ced79e06270: Preparing 01:49:52 17a675c9278a: Preparing 01:49:52 17e67b0da780: Preparing 01:49:52 f40f9a8e25e3: Preparing 01:49:52 2a7b64891c55: Preparing 01:49:52 097100c76c15: Preparing 01:49:52 2a7b64891c55: Waiting 01:49:52 097100c76c15: Waiting 01:49:52 f40f9a8e25e3: Waiting 01:49:52 17e67b0da780: Waiting 01:49:52 17a675c9278a: Layer already exists 01:49:52 29687da18820: Layer already exists 01:49:52 4b6fc8eda098: Layer already exists 01:49:52 7ced79e06270: Layer already exists 01:49:52 8e1968056d94: Layer already exists 01:49:52 2a7b64891c55: Layer already exists 01:49:52 f40f9a8e25e3: Layer already exists 01:49:52 097100c76c15: Layer already exists 01:49:52 17e67b0da780: Layer already exists 01:49:52 4.1.0-dev.42: digest: sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:49:52 4b6fc8eda098: Preparing 01:49:52 29687da18820: Preparing 01:49:52 8e1968056d94: Preparing 01:49:52 7ced79e06270: Preparing 01:49:52 17a675c9278a: Preparing 01:49:52 17e67b0da780: Preparing 01:49:52 f40f9a8e25e3: Preparing 01:49:52 2a7b64891c55: Preparing 01:49:52 097100c76c15: Preparing 01:49:52 17e67b0da780: Waiting 01:49:52 2a7b64891c55: Waiting 01:49:52 097100c76c15: Waiting 01:49:52 f40f9a8e25e3: Waiting 01:49:52 7ced79e06270: Layer already exists 01:49:52 4b6fc8eda098: Layer already exists 01:49:52 17a675c9278a: Layer already exists 01:49:52 29687da18820: Layer already exists 01:49:52 8e1968056d94: Layer already exists 01:49:52 17e67b0da780: Layer already exists 01:49:52 f40f9a8e25e3: Layer already exists 01:49:52 097100c76c15: Layer already exists 01:49:52 2a7b64891c55: Layer already exists 01:49:52 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:53 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:49:53 4b6fc8eda098: Preparing 01:49:53 29687da18820: Preparing 01:49:53 8e1968056d94: Preparing 01:49:53 7ced79e06270: Preparing 01:49:53 17a675c9278a: Preparing 01:49:53 17e67b0da780: Preparing 01:49:53 f40f9a8e25e3: Preparing 01:49:53 2a7b64891c55: Preparing 01:49:53 097100c76c15: Preparing 01:49:53 f40f9a8e25e3: Waiting 01:49:53 2a7b64891c55: Waiting 01:49:53 097100c76c15: Waiting 01:49:53 17e67b0da780: Waiting 01:49:53 17a675c9278a: Layer already exists 01:49:53 4b6fc8eda098: Layer already exists 01:49:53 8e1968056d94: Layer already exists 01:49:53 7ced79e06270: Layer already exists 01:49:53 29687da18820: Layer already exists 01:49:53 f40f9a8e25e3: Layer already exists 01:49:53 17e67b0da780: Layer already exists 01:49:53 097100c76c15: Layer already exists 01:49:53 2a7b64891c55: Layer already exists 01:49:53 main: digest: sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:49:53 ===================================================== [Pipeline] echo 01:49:53 taggedImages: 01:49:53 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:53 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:49:53 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:49:53 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:53 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:49:53 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:49:53 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:53 latest 01:49:53 4.1.0-dev.42 01:49:53 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:49:53 main 01:49:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:54 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:49:54 6ae11a3be15e: Preparing 01:49:54 24ac0b3f37e9: Preparing 01:49:54 7ced79e06270: Preparing 01:49:54 17a675c9278a: Preparing 01:49:54 181fafcbe2c3: Preparing 01:49:54 c59a9edc7430: Preparing 01:49:54 097100c76c15: Preparing 01:49:54 c59a9edc7430: Waiting 01:49:54 097100c76c15: Waiting 01:49:54 7ced79e06270: Layer already exists 01:49:54 17a675c9278a: Layer already exists 01:49:54 097100c76c15: Layer already exists 01:49:54 6ae11a3be15e: Pushed 01:49:54 181fafcbe2c3: Pushed 01:49:55 c59a9edc7430: Pushed 01:49:58 24ac0b3f37e9: Pushed 01:49:58 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:49:58 6ae11a3be15e: Preparing 01:49:58 24ac0b3f37e9: Preparing 01:49:58 7ced79e06270: Preparing 01:49:58 17a675c9278a: Preparing 01:49:58 181fafcbe2c3: Preparing 01:49:58 c59a9edc7430: Preparing 01:49:58 097100c76c15: Preparing 01:49:58 c59a9edc7430: Waiting 01:49:58 097100c76c15: Waiting 01:49:58 6ae11a3be15e: Layer already exists 01:49:58 181fafcbe2c3: Layer already exists 01:49:58 24ac0b3f37e9: Layer already exists 01:49:58 17a675c9278a: Layer already exists 01:49:58 7ced79e06270: Layer already exists 01:49:58 c59a9edc7430: Layer already exists 01:49:58 097100c76c15: Layer already exists 01:49:58 latest: digest: sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:49:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:49:59 6ae11a3be15e: Preparing 01:49:59 24ac0b3f37e9: Preparing 01:49:59 7ced79e06270: Preparing 01:49:59 17a675c9278a: Preparing 01:49:59 181fafcbe2c3: Preparing 01:49:59 c59a9edc7430: Preparing 01:49:59 097100c76c15: Preparing 01:49:59 c59a9edc7430: Waiting 01:49:59 097100c76c15: Waiting 01:49:59 181fafcbe2c3: Layer already exists 01:49:59 17a675c9278a: Layer already exists 01:49:59 7ced79e06270: Layer already exists 01:49:59 24ac0b3f37e9: Layer already exists 01:49:59 6ae11a3be15e: Layer already exists 01:49:59 c59a9edc7430: Layer already exists 01:49:59 097100c76c15: Layer already exists 01:49:59 4.1.0-dev.42: digest: sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:49:59 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:00 6ae11a3be15e: Preparing 01:50:00 24ac0b3f37e9: Preparing 01:50:00 7ced79e06270: Preparing 01:50:00 17a675c9278a: Preparing 01:50:00 181fafcbe2c3: Preparing 01:50:00 c59a9edc7430: Preparing 01:50:00 097100c76c15: Preparing 01:50:00 c59a9edc7430: Waiting 01:50:00 097100c76c15: Waiting 01:50:00 17a675c9278a: Layer already exists 01:50:00 7ced79e06270: Layer already exists 01:50:00 181fafcbe2c3: Layer already exists 01:50:00 6ae11a3be15e: Layer already exists 01:50:00 24ac0b3f37e9: Layer already exists 01:50:00 c59a9edc7430: Layer already exists 01:50:00 097100c76c15: Layer already exists 01:50:00 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:00 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:50:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:50:00 6ae11a3be15e: Preparing 01:50:00 24ac0b3f37e9: Preparing 01:50:00 7ced79e06270: Preparing 01:50:00 17a675c9278a: Preparing 01:50:00 181fafcbe2c3: Preparing 01:50:00 c59a9edc7430: Preparing 01:50:00 097100c76c15: Preparing 01:50:00 c59a9edc7430: Waiting 01:50:00 097100c76c15: Waiting 01:50:00 181fafcbe2c3: Layer already exists 01:50:00 6ae11a3be15e: Layer already exists 01:50:00 24ac0b3f37e9: Layer already exists 01:50:00 7ced79e06270: Layer already exists 01:50:00 17a675c9278a: Layer already exists 01:50:00 c59a9edc7430: Layer already exists 01:50:00 097100c76c15: Layer already exists 01:50:00 main: digest: sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:00 ===================================================== [Pipeline] echo 01:50:00 taggedImages: 01:50:00 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:00 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:50:00 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:50:00 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:00 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:50:01 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:50:01 79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:01 latest 01:50:01 4.1.0-dev.42 01:50:01 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:01 main 01:50:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:01 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:01 df31c224be1f: Preparing 01:50:01 36d81be94031: Preparing 01:50:01 7ced79e06270: Preparing 01:50:01 17a675c9278a: Preparing 01:50:01 ee941ec25889: Preparing 01:50:01 bcfb0c79be29: Preparing 01:50:01 097100c76c15: Preparing 01:50:01 bcfb0c79be29: Waiting 01:50:01 097100c76c15: Waiting 01:50:01 17a675c9278a: Layer already exists 01:50:01 7ced79e06270: Layer already exists 01:50:01 097100c76c15: Layer already exists 01:50:01 df31c224be1f: Pushed 01:50:01 ee941ec25889: Pushed 01:50:01 bcfb0c79be29: Pushed 01:50:06 36d81be94031: Pushed 01:50:06 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:06 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:06 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:06 df31c224be1f: Preparing 01:50:06 36d81be94031: Preparing 01:50:06 7ced79e06270: Preparing 01:50:06 17a675c9278a: Preparing 01:50:06 ee941ec25889: Preparing 01:50:06 bcfb0c79be29: Preparing 01:50:06 097100c76c15: Preparing 01:50:06 bcfb0c79be29: Waiting 01:50:06 097100c76c15: Waiting 01:50:06 ee941ec25889: Layer already exists 01:50:06 17a675c9278a: Layer already exists 01:50:06 df31c224be1f: Layer already exists 01:50:06 36d81be94031: Layer already exists 01:50:06 7ced79e06270: Layer already exists 01:50:06 097100c76c15: Layer already exists 01:50:06 bcfb0c79be29: Layer already exists 01:50:06 latest: digest: sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:50:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:07 df31c224be1f: Preparing 01:50:07 36d81be94031: Preparing 01:50:07 7ced79e06270: Preparing 01:50:07 17a675c9278a: Preparing 01:50:07 ee941ec25889: Preparing 01:50:07 bcfb0c79be29: Preparing 01:50:07 097100c76c15: Preparing 01:50:07 bcfb0c79be29: Waiting 01:50:07 097100c76c15: Waiting 01:50:07 ee941ec25889: Layer already exists 01:50:07 7ced79e06270: Layer already exists 01:50:07 17a675c9278a: Layer already exists 01:50:07 df31c224be1f: Layer already exists 01:50:07 36d81be94031: Layer already exists 01:50:07 bcfb0c79be29: Layer already exists 01:50:07 097100c76c15: Layer already exists 01:50:07 4.1.0-dev.42: digest: sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:08 df31c224be1f: Preparing 01:50:08 36d81be94031: Preparing 01:50:08 7ced79e06270: Preparing 01:50:08 17a675c9278a: Preparing 01:50:08 ee941ec25889: Preparing 01:50:08 bcfb0c79be29: Preparing 01:50:08 097100c76c15: Preparing 01:50:08 097100c76c15: Waiting 01:50:08 bcfb0c79be29: Waiting 01:50:08 36d81be94031: Layer already exists 01:50:08 17a675c9278a: Layer already exists 01:50:08 df31c224be1f: Layer already exists 01:50:08 7ced79e06270: Layer already exists 01:50:08 ee941ec25889: Layer already exists 01:50:08 097100c76c15: Layer already exists 01:50:08 bcfb0c79be29: Layer already exists 01:50:08 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:50:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:50:08 df31c224be1f: Preparing 01:50:08 36d81be94031: Preparing 01:50:08 7ced79e06270: Preparing 01:50:08 17a675c9278a: Preparing 01:50:08 ee941ec25889: Preparing 01:50:08 bcfb0c79be29: Preparing 01:50:08 097100c76c15: Preparing 01:50:08 097100c76c15: Waiting 01:50:08 bcfb0c79be29: Waiting 01:50:08 ee941ec25889: Layer already exists 01:50:08 36d81be94031: Layer already exists 01:50:08 7ced79e06270: Layer already exists 01:50:08 df31c224be1f: Layer already exists 01:50:08 17a675c9278a: Layer already exists 01:50:08 bcfb0c79be29: Layer already exists 01:50:08 097100c76c15: Layer already exists 01:50:08 main: digest: sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:08 ===================================================== [Pipeline] echo 01:50:08 taggedImages: 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:50:08 ========================================================= 01:50:08 [edgeXBuildMultiArch] RAW Config: 01:50:08 images: 01:50:08 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/core-command:latest 01:50:08 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-command:main 01:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:50:08 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/core-data:latest 01:50:08 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-data:main 01:50:08 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:50:08 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:50:08 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:50:08 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:50:08 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:50:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:50:08 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:50:08 settingsFile: 01:50:08 edgex-go-settings 01:50:08 ========================================================= [Pipeline] node 01:50:23 Still waiting to schedule task 01:50:23 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:50:43 #87 ... 01:50:43 01:50:43 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #79 DONE 123.3s 01:50:43 01:50:43 #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #77 DONE 119.0s 01:50:43 01:50:43 #73 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #73 DONE 124.9s 01:50:43 01:50:43 #119 [security-proxy-setup builder 6/7] COPY . . 01:50:43 #119 ... 01:50:43 01:50:43 #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #81 DONE 113.6s 01:50:43 01:50:43 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #87 DONE 106.2s 01:50:43 01:50:43 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:50:43 #120 ... 01:50:43 01:50:43 #121 [support-scheduler builder 6/7] COPY . . 01:50:43 #121 DONE 1.8s 01:50:43 01:50:43 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:50:43 #122 ... 01:50:43 01:50:43 #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #123 CACHED 01:50:43 01:50:43 #124 [security-bootstrapper builder 6/7] COPY . . 01:50:43 #124 CACHED 01:50:43 01:50:43 #125 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:50:43 #125 CACHED 01:50:43 01:50:43 #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:50:43 #126 CACHED 01:50:43 01:50:43 #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #127 CACHED 01:50:43 01:50:43 #128 [core-metadata builder 6/7] COPY . . 01:50:43 #128 CACHED 01:50:43 01:50:43 #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #129 CACHED 01:50:43 01:50:43 #130 [core-common-config-bootstrapper builder 6/7] COPY . . 01:50:43 #130 CACHED 01:50:43 01:50:43 #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:50:43 #131 CACHED 01:50:43 01:50:43 #132 [core-command builder 6/7] COPY . . 01:50:43 #132 DONE 2.0s 01:50:43 01:50:43 #133 [core-data builder 6/7] COPY . . 01:50:43 #133 CACHED 01:50:43 01:50:43 #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #134 CACHED 01:50:43 01:50:43 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 01:50:43 #135 CACHED 01:50:43 01:50:43 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:50:43 #136 CACHED 01:50:43 01:50:43 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #137 CACHED 01:50:43 01:50:43 #138 [security-proxy-auth builder 6/7] COPY . . 01:50:43 #138 CACHED 01:50:43 01:50:43 #119 [security-proxy-setup builder 6/7] COPY . . 01:50:43 #119 DONE 2.1s 01:50:43 01:50:43 #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:50:43 #139 CACHED 01:50:43 01:50:43 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #140 CACHED 01:50:43 01:50:43 #141 [security-secretstore-setup builder 6/7] COPY . . 01:50:43 #141 CACHED 01:50:43 01:50:43 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:43 #91 DONE 104.1s 01:50:43 01:50:43 #142 [core-keeper builder 7/8] COPY . . 01:50:45 #142 ... 01:50:45 01:50:45 #120 [security-spiffe-token-provider builder 6/7] COPY . . 01:50:45 #120 DONE 2.8s 01:50:45 01:50:45 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:50:46 #143 ... 01:50:46 01:50:46 #144 [support-notifications builder 6/7] COPY . . 01:50:46 #144 DONE 3.8s 01:50:46 01:50:46 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:50:47 #145 ... 01:50:47 01:50:47 #142 [core-keeper builder 7/8] COPY . . 01:50:47 #142 DONE 4.5s 01:50:47 01:50:47 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:50:51 #146 3.048 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:50:51 Running on prd-centos7-docker-4c-2g-5248 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:51 provisioning config files... 01:50:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15700275100101067499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:53 #146 ... 01:50:53 01:50:53 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:50:53 #0 6.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:50:53 #147 ... 01:50:53 01:50:53 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:50:53 #0 6.896 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:50:53 #148 ... 01:50:53 01:50:53 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:50:53 #0 5.961 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:50:53 #149 ... 01:50:53 01:50:53 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:50:53 #0 6.308 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:50:53 ---> ****-login.sh 01:50:53 nexus3.edgexfoundry.org:10001 01:50:53 #150 ... 01:50:53 01:50:53 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:50:53 #0 5.908 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:50:53 #151 ... 01:50:53 01:50:53 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:50:53 #0 6.781 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:53 Configure a credential helper to remove this warning. See 01:50:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:53 01:50:53 Login Succeeded 01:50:53 nexus3.edgexfoundry.org:10002 01:50:53 #152 ... 01:50:53 01:50:53 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:50:53 #0 5.339 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:50:53 #153 ... 01:50:53 01:50:53 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:50:53 #0 6.573 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:54 Configure a credential helper to remove this warning. See 01:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:54 01:50:54 Login Succeeded 01:50:54 nexus3.edgexfoundry.org:10003 01:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:54 Configure a credential helper to remove this warning. See 01:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:54 01:50:54 Login Succeeded 01:50:54 nexus3.edgexfoundry.org:10004 01:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:54 #154 ... 01:50:54 01:50:54 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:50:54 #145 4.442 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:54 Configure a credential helper to remove this warning. See 01:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:54 01:50:54 Login Succeeded 01:50:54 ****.io 01:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:54 Configure a credential helper to remove this warning. See 01:50:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:54 01:50:54 Login Succeeded 01:50:54 ---> ****-login.sh ends [Pipeline] } 01:50:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:54 + docker buildx ls 01:50:55 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:50:55 default * docker 01:50:55 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:50:55 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:50:55 edgex-builder [Pipeline] sh 01:50:55 + docker buildx inspect --bootstrap 01:50:55 #1 [internal] booting buildkit 01:50:55 #1 pulling image moby/buildkit:buildx-stable-1 01:50:57 #145 ... 01:50:57 01:50:57 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:50:57 #122 4.234 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:50:57 #122 ... 01:50:57 01:50:57 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:50:57 #143 4.749 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:51:00 #1 pulling image moby/buildkit:buildx-stable-1 3.8s done 01:51:00 #1 creating container buildx_buildkit_edgex-builder0 01:51:00 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 01:51:00 #1 DONE 5.0s 01:51:00 Name: edgex-builder 01:51:00 Driver: docker-container 01:51:00 01:51:00 Nodes: 01:51:00 Name: edgex-builder0 01:51:00 Endpoint: unix:///var/run/docker.sock 01:51:00 Status: running 01:51:00 Buildkit: v0.22.0 01:51:00 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:51:01 + docker buildx ls 01:51:01 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:51:01 edgex-builder * docker-container 01:51:01 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:51:01 default docker 01:51:01 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:51:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:01 #1 [internal] load build definition from Dockerfile 01:51:01 #1 transferring dockerfile: 197B done 01:51:01 #1 DONE 0.0s 01:51:01 01:51:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:01 #2 DONE 0.1s 01:51:01 01:51:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:01 #3 DONE 0.1s 01:51:01 01:51:01 #4 [internal] load .dockerignore 01:51:01 #4 transferring context: 2B done 01:51:01 #4 DONE 0.0s 01:51:01 01:51:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:01 #5 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:01 #5 DONE 0.0s 01:51:01 01:51:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:01 #6 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:01 #6 DONE 0.1s 01:51:02 01:51:02 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:51:02 #7 DONE 0.0s 01:51:02 01:51:02 #8 exporting to image 01:51:02 #8 exporting layers done 01:51:02 #8 exporting manifest sha256:8903cea1053fa20e7a6482ecfdbf07609d043d4ffd915c90aa5edac4ed90cf9a 0.0s done 01:51:02 #8 exporting config sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 done 01:51:02 #8 exporting manifest sha256:4a1fb8cbb89c575277493d891efe227bc3d61835e7de93a82db5b9fc9c86b309 0.0s done 01:51:02 #8 exporting config sha256:e2e156d65a1f54034059169b528b7971088b74e20a833ad1ca014fe5896e0287 done 01:51:02 #8 exporting manifest list sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 done 01:51:02 #8 pushing layers 0.1s done 01:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 01:51:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 0.1s done 01:51:02 #8 DONE 0.2s 01:51:02 01:51:02 1 warning found (use --debug to expand): 01:51:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:51:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:51:02 #1 [internal] load build definition from Dockerfile 01:51:02 #1 transferring dockerfile: 163B done 01:51:02 #1 DONE 0.0s 01:51:02 01:51:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:51:02 #2 DONE 0.0s 01:51:02 01:51:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:51:02 #3 DONE 0.0s 01:51:02 01:51:02 #4 [internal] load .dockerignore 01:51:02 #4 transferring context: 2B done 01:51:02 #4 DONE 0.0s 01:51:02 01:51:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:02 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:02 #5 CACHED 01:51:02 01:51:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:02 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:02 #6 CACHED 01:51:02 01:51:02 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:51:02 #7 DONE 0.0s 01:51:02 01:51:02 #8 exporting to image 01:51:02 #8 exporting layers done 01:51:02 #8 exporting manifest sha256:8903cea1053fa20e7a6482ecfdbf07609d043d4ffd915c90aa5edac4ed90cf9a done 01:51:02 #8 exporting config sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 done 01:51:02 #8 exporting manifest sha256:4a1fb8cbb89c575277493d891efe227bc3d61835e7de93a82db5b9fc9c86b309 done 01:51:02 #8 exporting config sha256:e2e156d65a1f54034059169b528b7971088b74e20a833ad1ca014fe5896e0287 done 01:51:02 #8 exporting manifest list sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 done 01:51:02 #8 pushing layers 0.0s done 01:51:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 0.1s done 01:51:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:02 #8 DONE 0.1s 01:51:02 01:51:02 1 warning found (use --debug to expand): 01:51:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 --push - 01:51:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42' 01:51:03 #1 [internal] load build definition from Dockerfile 01:51:03 #1 transferring dockerfile: 169B done 01:51:03 #1 DONE 0.0s 01:51:03 01:51:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:51:03 #2 DONE 0.0s 01:51:03 01:51:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:51:03 #3 DONE 0.0s 01:51:03 01:51:03 #4 [internal] load .dockerignore 01:51:03 #4 transferring context: 2B done 01:51:03 #4 DONE 0.0s 01:51:03 01:51:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:03 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:03 #5 CACHED 01:51:03 01:51:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:03 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:03 #6 CACHED 01:51:03 01:51:03 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:51:03 #7 DONE 0.0s 01:51:03 01:51:03 #8 exporting to image 01:51:03 #8 exporting layers done 01:51:03 #8 exporting manifest sha256:8903cea1053fa20e7a6482ecfdbf07609d043d4ffd915c90aa5edac4ed90cf9a done 01:51:03 #8 exporting config sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 done 01:51:03 #8 exporting manifest sha256:4a1fb8cbb89c575277493d891efe227bc3d61835e7de93a82db5b9fc9c86b309 done 01:51:03 #8 exporting config sha256:e2e156d65a1f54034059169b528b7971088b74e20a833ad1ca014fe5896e0287 done 01:51:03 #8 exporting manifest list sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 done 01:51:03 #8 pushing layers 0.0s done 01:51:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 0.1s done 01:51:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:03 #8 DONE 0.1s 01:51:03 01:51:03 1 warning found (use --debug to expand): 01:51:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:03 #1 [internal] load build definition from Dockerfile 01:51:03 #1 transferring dockerfile: 210B done 01:51:03 #1 DONE 0.0s 01:51:03 01:51:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:03 #2 DONE 0.0s 01:51:03 01:51:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:03 #3 DONE 0.0s 01:51:03 01:51:03 #4 [internal] load .dockerignore 01:51:03 #4 transferring context: 2B done 01:51:03 #4 DONE 0.0s 01:51:03 01:51:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:03 #5 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:03 #5 CACHED 01:51:03 01:51:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:03 #6 resolve nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:03 #6 DONE 0.0s 01:51:03 01:51:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:03 #6 CACHED 01:51:03 01:51:03 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:51:03 #7 DONE 0.0s 01:51:03 01:51:03 #8 exporting to image 01:51:03 #8 exporting layers done 01:51:03 #8 exporting manifest sha256:8903cea1053fa20e7a6482ecfdbf07609d043d4ffd915c90aa5edac4ed90cf9a done 01:51:03 #8 exporting config sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 done 01:51:03 #8 exporting manifest sha256:4a1fb8cbb89c575277493d891efe227bc3d61835e7de93a82db5b9fc9c86b309 done 01:51:03 #8 exporting config sha256:e2e156d65a1f54034059169b528b7971088b74e20a833ad1ca014fe5896e0287 done 01:51:03 #8 exporting manifest list sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 done 01:51:03 #8 pushing layers 0.0s done 01:51:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 0.1s done 01:51:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:03 #8 DONE 0.1s 01:51:03 01:51:03 1 warning found (use --debug to expand): 01:51:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:51:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:51:04 #1 [internal] load build definition from Dockerfile 01:51:04 #1 transferring dockerfile: 161B done 01:51:04 #1 DONE 0.0s 01:51:04 01:51:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:51:04 #2 DONE 0.0s 01:51:04 01:51:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:51:04 #3 DONE 0.0s 01:51:04 01:51:04 #4 [internal] load .dockerignore 01:51:04 #4 transferring context: 2B done 01:51:04 #4 DONE 0.0s 01:51:04 01:51:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:04 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:04 #5 DONE 0.0s 01:51:04 01:51:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:04 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 0.0s done 01:51:04 #6 CACHED 01:51:04 01:51:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6ef6fa79f8d9c304e8455b0d3346d9cf7d43bedf502c5effd91c90558cdb84ab 01:51:04 #5 CACHED 01:51:04 01:51:04 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:51:04 #7 DONE 0.0s 01:51:04 01:51:04 #8 exporting to image 01:51:04 #8 exporting layers done 01:51:04 #8 exporting manifest sha256:8903cea1053fa20e7a6482ecfdbf07609d043d4ffd915c90aa5edac4ed90cf9a done 01:51:04 #8 exporting config sha256:3ec3ae61ad149b287f67a79484cb3367272dd9d45bc1349167a149f24d29e011 done 01:51:04 #8 exporting manifest sha256:4a1fb8cbb89c575277493d891efe227bc3d61835e7de93a82db5b9fc9c86b309 done 01:51:04 #8 exporting config sha256:e2e156d65a1f54034059169b528b7971088b74e20a833ad1ca014fe5896e0287 done 01:51:04 #8 exporting manifest list sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 done 01:51:04 #8 pushing layers 0.0s done 01:51:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c828d189da1f1d0aa0fc6b6dc1b856ed3bbcefc3ffd065febed53664581a96e2 0.1s done 01:51:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:04 #8 DONE 0.1s 01:51:04 01:51:04 1 warning found (use --debug to expand): 01:51:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:04 #1 [internal] load build definition from Dockerfile 01:51:04 #1 transferring dockerfile: 216B done 01:51:04 #1 DONE 0.0s 01:51:04 01:51:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:04 #2 DONE 0.0s 01:51:04 01:51:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:04 #3 DONE 0.0s 01:51:04 01:51:04 #4 [internal] load .dockerignore 01:51:04 #4 transferring context: 2B done 01:51:04 #4 DONE 0.0s 01:51:04 01:51:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:04 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:04 #5 ... 01:51:04 01:51:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:04 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:04 #6 DONE 0.1s 01:51:04 01:51:04 #7 exporting to image 01:51:04 #7 exporting layers done 01:51:04 #7 exporting manifest sha256:054ac6e3dfb5d5631cb0ff2eebf1226b5da448da48e3e043bf395a1cee85a03f done 01:51:04 #7 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:51:04 #7 exporting manifest sha256:f3934892bb317d418b39c0f018825c4a4ff38474b6d98918f7909f6afaa095b9 0.0s done 01:51:04 #7 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 01:51:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:04 #7 ... 01:51:04 01:51:04 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:04 #8 DONE 0.0s 01:51:04 01:51:04 #7 exporting to image 01:51:04 #7 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 done 01:51:04 #7 exporting manifest list sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e done 01:51:04 #7 pushing layers 0.1s done 01:51:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 01:51:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 0.1s done 01:51:05 #7 DONE 0.2s 01:51:05 01:51:05 1 warning found (use --debug to expand): 01:51:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:51:05 #1 [internal] load build definition from Dockerfile 01:51:05 #1 transferring dockerfile: 182B done 01:51:05 #1 DONE 0.0s 01:51:05 01:51:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:51:05 #2 DONE 0.0s 01:51:05 01:51:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:51:05 #3 DONE 0.0s 01:51:05 01:51:05 #4 [internal] load .dockerignore 01:51:05 #4 transferring context: 2B done 01:51:05 #4 DONE 0.0s 01:51:05 01:51:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c done 01:51:05 #5 CACHED 01:51:05 01:51:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:05 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:05 #6 CACHED 01:51:05 01:51:05 #7 exporting to image 01:51:05 #7 exporting layers done 01:51:05 #7 exporting manifest sha256:054ac6e3dfb5d5631cb0ff2eebf1226b5da448da48e3e043bf395a1cee85a03f done 01:51:05 #7 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:51:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:05 #7 exporting manifest sha256:f3934892bb317d418b39c0f018825c4a4ff38474b6d98918f7909f6afaa095b9 done 01:51:05 #7 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 done 01:51:05 #7 exporting manifest list sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e done 01:51:05 #7 pushing layers 0.0s done 01:51:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 0.1s done 01:51:05 #7 DONE 0.1s 01:51:05 01:51:05 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:05 #8 DONE 0.0s 01:51:05 01:51:05 1 warning found (use --debug to expand): 01:51:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42' 01:51:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 --push - 01:51:05 #1 [internal] load build definition from Dockerfile 01:51:05 #1 transferring dockerfile: 188B done 01:51:05 #1 DONE 0.0s 01:51:05 01:51:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:51:05 #2 DONE 0.0s 01:51:05 01:51:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:51:05 #3 DONE 0.0s 01:51:05 01:51:05 #4 [internal] load .dockerignore 01:51:05 #4 transferring context: 2B done 01:51:05 #4 DONE 0.0s 01:51:05 01:51:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:05 #5 DONE 0.0s 01:51:05 01:51:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:06 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:06 #6 CACHED 01:51:06 01:51:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:06 #5 CACHED 01:51:06 01:51:06 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:06 #7 DONE 0.0s 01:51:06 01:51:06 #8 exporting to image 01:51:06 #8 exporting layers done 01:51:06 #8 exporting manifest sha256:054ac6e3dfb5d5631cb0ff2eebf1226b5da448da48e3e043bf395a1cee85a03f done 01:51:06 #8 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:51:06 #8 exporting manifest sha256:f3934892bb317d418b39c0f018825c4a4ff38474b6d98918f7909f6afaa095b9 done 01:51:06 #8 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 done 01:51:06 #8 exporting manifest list sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e done 01:51:06 #8 pushing layers 0.0s done 01:51:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 0.1s done 01:51:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:06 #8 DONE 0.1s 01:51:06 01:51:06 1 warning found (use --debug to expand): 01:51:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:06 #1 [internal] load build definition from Dockerfile 01:51:06 #1 transferring dockerfile: 229B done 01:51:06 #1 DONE 0.0s 01:51:06 01:51:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:06 #2 DONE 0.0s 01:51:06 01:51:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:06 #3 DONE 0.0s 01:51:06 01:51:06 #4 [internal] load .dockerignore 01:51:06 #4 transferring context: 2B done 01:51:06 #4 DONE 0.0s 01:51:06 01:51:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:06 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:06 #5 CACHED 01:51:06 01:51:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:06 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:06 #6 CACHED 01:51:06 01:51:06 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:06 #7 DONE 0.0s 01:51:06 01:51:06 #8 exporting to image 01:51:06 #8 exporting layers done 01:51:06 #8 exporting manifest sha256:054ac6e3dfb5d5631cb0ff2eebf1226b5da448da48e3e043bf395a1cee85a03f done 01:51:06 #8 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:51:06 #8 exporting manifest sha256:f3934892bb317d418b39c0f018825c4a4ff38474b6d98918f7909f6afaa095b9 done 01:51:06 #8 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 done 01:51:06 #8 exporting manifest list sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e done 01:51:06 #8 pushing layers 0.0s done 01:51:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 0.1s done 01:51:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:06 #8 DONE 0.1s 01:51:06 01:51:06 1 warning found (use --debug to expand): 01:51:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:51:07 #1 [internal] load build definition from Dockerfile 01:51:07 #1 transferring dockerfile: 180B done 01:51:07 #1 DONE 0.0s 01:51:07 01:51:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:51:07 #2 DONE 0.0s 01:51:07 01:51:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:51:07 #3 DONE 0.0s 01:51:07 01:51:07 #4 [internal] load .dockerignore 01:51:07 #4 transferring context: 2B done 01:51:07 #4 DONE 0.0s 01:51:07 01:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:07 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:07 #5 CACHED 01:51:07 01:51:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 01:51:07 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:aac7589219fbe36ad91fd4a0677536a6082c57dbc1943ce12d249dcc467c425c 0.0s done 01:51:07 #6 CACHED 01:51:07 01:51:07 #7 exporting to image 01:51:07 #7 exporting layers done 01:51:07 #7 exporting manifest sha256:054ac6e3dfb5d5631cb0ff2eebf1226b5da448da48e3e043bf395a1cee85a03f done 01:51:07 #7 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 01:51:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:07 #7 exporting config sha256:fe158154bb17f1014439d700d0924d4d813c7dd4d05aedfd26a7f34b207fcf41 done 01:51:07 #7 exporting manifest sha256:f3934892bb317d418b39c0f018825c4a4ff38474b6d98918f7909f6afaa095b9 done 01:51:07 #7 exporting config sha256:f3019b50bf241e0ae63b8bea459fec812868739acc49537795f090eeda615fe0 done 01:51:07 #7 exporting manifest list sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e done 01:51:07 #7 pushing layers 0.0s done 01:51:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e30b346e5b3854271b2ffd3822b825833d90d791d93fd51d5808098832eb336e 0.1s done 01:51:07 #7 DONE 0.1s 01:51:07 01:51:07 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:07 #8 DONE 0.0s 01:51:07 01:51:07 1 warning found (use --debug to expand): 01:51:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:07 #1 [internal] load build definition from Dockerfile 01:51:07 #1 transferring dockerfile: 194B done 01:51:07 #1 DONE 0.0s 01:51:07 01:51:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:07 #2 DONE 0.0s 01:51:07 01:51:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:07 #3 DONE 0.0s 01:51:07 01:51:07 #4 [internal] load .dockerignore 01:51:07 #4 transferring context: 2B done 01:51:07 #4 DONE 0.0s 01:51:07 01:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:07 #5 DONE 0.0s 01:51:07 01:51:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:07 #6 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:07 #6 DONE 0.0s 01:51:07 01:51:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:07 #5 DONE 0.1s 01:51:07 01:51:07 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:51:08 #7 DONE 0.0s 01:51:08 01:51:08 #8 exporting to image 01:51:08 #8 exporting layers done 01:51:08 #8 exporting manifest sha256:0bb98220298ef52710e3625b2b8be323569c7010220b8ec3222d1edde59c7577 done 01:51:08 #8 exporting config sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e done 01:51:08 #8 exporting manifest sha256:e24767f7f2c0e0363cbcd0eaec69cd213da4110dc6675e67b5c77fe022c736df done 01:51:08 #8 exporting config sha256:f1b658a6e3a8e5d4c7fe1b97ff9c337b14a68cba7ed77afff24bc5018fa17164 done 01:51:08 #8 exporting manifest list sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 done 01:51:08 #8 pushing layers 0.1s done 01:51:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 0.1s done 01:51:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:08 #8 DONE 0.2s 01:51:08 01:51:08 1 warning found (use --debug to expand): 01:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:51:08 #1 [internal] load build definition from Dockerfile 01:51:08 #1 transferring dockerfile: 160B done 01:51:08 #1 DONE 0.0s 01:51:08 01:51:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:51:08 #2 DONE 0.0s 01:51:08 01:51:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:51:08 #3 DONE 0.0s 01:51:08 01:51:08 #4 [internal] load .dockerignore 01:51:08 #4 transferring context: 2B done 01:51:08 #4 DONE 0.0s 01:51:08 01:51:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:08 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:08 #5 CACHED 01:51:08 01:51:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:08 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 done 01:51:08 #6 CACHED 01:51:08 01:51:08 #7 exporting to image 01:51:08 #7 exporting layers done 01:51:08 #7 exporting manifest sha256:0bb98220298ef52710e3625b2b8be323569c7010220b8ec3222d1edde59c7577 done 01:51:08 #7 exporting config sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e done 01:51:08 #7 exporting manifest sha256:e24767f7f2c0e0363cbcd0eaec69cd213da4110dc6675e67b5c77fe022c736df done 01:51:08 #7 exporting config sha256:f1b658a6e3a8e5d4c7fe1b97ff9c337b14a68cba7ed77afff24bc5018fa17164 done 01:51:08 #7 exporting manifest list sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 done 01:51:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:08 #7 pushing layers 0.0s done 01:51:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 0.1s done 01:51:08 #7 DONE 0.1s 01:51:08 01:51:08 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:51:08 #8 DONE 0.0s 01:51:08 01:51:08 1 warning found (use --debug to expand): 01:51:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42' 01:51:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 --push - 01:51:09 #1 [internal] load build definition from Dockerfile 01:51:09 #1 transferring dockerfile: 166B done 01:51:09 #1 DONE 0.0s 01:51:09 01:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:51:09 #2 DONE 0.0s 01:51:09 01:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:51:09 #3 DONE 0.0s 01:51:09 01:51:09 #4 [internal] load .dockerignore 01:51:09 #4 transferring context: 2B done 01:51:09 #4 DONE 0.0s 01:51:09 01:51:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:09 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:09 #5 CACHED 01:51:09 01:51:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:09 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:09 #6 CACHED 01:51:09 01:51:09 #7 exporting to image 01:51:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:09 #7 exporting layers done 01:51:09 #7 exporting manifest sha256:0bb98220298ef52710e3625b2b8be323569c7010220b8ec3222d1edde59c7577 done 01:51:09 #7 exporting config sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e done 01:51:09 #7 exporting manifest sha256:e24767f7f2c0e0363cbcd0eaec69cd213da4110dc6675e67b5c77fe022c736df done 01:51:09 #7 exporting config sha256:f1b658a6e3a8e5d4c7fe1b97ff9c337b14a68cba7ed77afff24bc5018fa17164 done 01:51:09 #7 exporting manifest list sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 done 01:51:09 #7 pushing layers 0.0s done 01:51:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 0.1s done 01:51:09 #7 DONE 0.1s 01:51:09 01:51:09 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:51:09 #8 DONE 0.0s 01:51:09 01:51:09 1 warning found (use --debug to expand): 01:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:09 #1 [internal] load build definition from Dockerfile 01:51:09 #1 transferring dockerfile: 207B done 01:51:09 #1 DONE 0.0s 01:51:09 01:51:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:09 #2 DONE 0.0s 01:51:09 01:51:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:09 #3 DONE 0.0s 01:51:09 01:51:09 #4 [internal] load .dockerignore 01:51:09 #4 transferring context: 2B done 01:51:09 #4 DONE 0.0s 01:51:09 01:51:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:09 #5 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:09 #5 DONE 0.0s 01:51:09 01:51:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:09 #6 resolve nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:09 #6 CACHED 01:51:09 01:51:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:09 #5 CACHED 01:51:09 01:51:09 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:51:09 #7 DONE 0.0s 01:51:09 01:51:09 #8 exporting to image 01:51:09 #8 exporting layers done 01:51:09 #8 exporting manifest sha256:0bb98220298ef52710e3625b2b8be323569c7010220b8ec3222d1edde59c7577 done 01:51:09 #8 exporting config sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e done 01:51:09 #8 exporting manifest sha256:e24767f7f2c0e0363cbcd0eaec69cd213da4110dc6675e67b5c77fe022c736df done 01:51:09 #8 exporting config sha256:f1b658a6e3a8e5d4c7fe1b97ff9c337b14a68cba7ed77afff24bc5018fa17164 done 01:51:09 #8 exporting manifest list sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 done 01:51:09 #8 pushing layers 0.0s done 01:51:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 0.1s done 01:51:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:09 #8 DONE 0.1s 01:51:09 01:51:09 1 warning found (use --debug to expand): 01:51:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:51:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:51:10 #1 [internal] load build definition from Dockerfile 01:51:10 #1 transferring dockerfile: 158B done 01:51:10 #1 DONE 0.0s 01:51:10 01:51:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:51:10 #2 DONE 0.0s 01:51:10 01:51:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:51:10 #3 DONE 0.0s 01:51:10 01:51:10 #4 [internal] load .dockerignore 01:51:10 #4 transferring context: 2B done 01:51:10 #4 DONE 0.0s 01:51:10 01:51:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:10 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:10 #5 CACHED 01:51:10 01:51:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 01:51:10 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:8fc037dade5f3468fdf22920abd2119ee6d8d1b641969a067b35450572b485c8 0.0s done 01:51:10 #6 CACHED 01:51:10 01:51:10 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:51:10 #7 DONE 0.0s 01:51:10 01:51:10 #8 exporting to image 01:51:10 #8 exporting layers done 01:51:10 #8 exporting manifest sha256:0bb98220298ef52710e3625b2b8be323569c7010220b8ec3222d1edde59c7577 done 01:51:10 #8 exporting config sha256:b83dd63e0768d7706316591538777d1542e5df8d5fdfdd733ffe4a46068a091e done 01:51:10 #8 exporting manifest sha256:e24767f7f2c0e0363cbcd0eaec69cd213da4110dc6675e67b5c77fe022c736df done 01:51:10 #8 exporting config sha256:f1b658a6e3a8e5d4c7fe1b97ff9c337b14a68cba7ed77afff24bc5018fa17164 done 01:51:10 #8 exporting manifest list sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 done 01:51:10 #8 pushing layers 0.0s done 01:51:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:dbc72ad1ce150043eb250fe9a65a19bdd4fef9ed77d80b9abb0275002f080c17 0.1s done 01:51:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:10 #8 DONE 0.1s 01:51:10 01:51:10 1 warning found (use --debug to expand): 01:51:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:10 #1 [internal] load build definition from Dockerfile 01:51:10 #1 transferring dockerfile: 196B done 01:51:10 #1 DONE 0.0s 01:51:10 01:51:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:10 #2 DONE 0.0s 01:51:10 01:51:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:10 #3 DONE 0.0s 01:51:10 01:51:10 #4 [internal] load .dockerignore 01:51:10 #4 transferring context: 2B done 01:51:10 #4 DONE 0.0s 01:51:10 01:51:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:10 #5 DONE 0.0s 01:51:10 01:51:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:10 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:10 #6 DONE 0.1s 01:51:10 01:51:10 #7 exporting to image 01:51:10 #7 exporting layers done 01:51:10 #7 exporting manifest sha256:c6daec53cbd8c6bb41966fbef281adfed5efa7620006d45d7b27486fed1cfd6d done 01:51:10 #7 exporting config sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 done 01:51:10 #7 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a done 01:51:10 #7 exporting config sha256:e4c838ca035cd20e27b1cd248453bb7d208b65f4df0fddc0a16d9c1d2fb5b6b4 done 01:51:10 #7 exporting manifest list sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.0s done 01:51:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:11 #7 ... 01:51:11 01:51:11 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:11 #8 DONE 0.0s 01:51:11 01:51:11 #7 exporting to image 01:51:11 #7 pushing layers 0.1s done 01:51:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 01:51:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.1s done 01:51:11 #7 DONE 0.2s 01:51:11 01:51:11 1 warning found (use --debug to expand): 01:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:51:11 #1 [internal] load build definition from Dockerfile 01:51:11 #1 transferring dockerfile: 162B done 01:51:11 #1 DONE 0.0s 01:51:11 01:51:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:51:11 #2 DONE 0.0s 01:51:11 01:51:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:51:11 #3 DONE 0.0s 01:51:11 01:51:11 #4 [internal] load .dockerignore 01:51:11 #4 transferring context: 2B done 01:51:11 #4 DONE 0.0s 01:51:11 01:51:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:11 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:11 #5 DONE 0.0s 01:51:11 01:51:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:11 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:11 #6 CACHED 01:51:11 01:51:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:11 #5 CACHED 01:51:11 01:51:11 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:11 #7 DONE 0.0s 01:51:11 01:51:11 #8 exporting to image 01:51:11 #8 exporting layers done 01:51:11 #8 exporting manifest sha256:c6daec53cbd8c6bb41966fbef281adfed5efa7620006d45d7b27486fed1cfd6d done 01:51:11 #8 exporting config sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 done 01:51:11 #8 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a done 01:51:11 #8 exporting config sha256:e4c838ca035cd20e27b1cd248453bb7d208b65f4df0fddc0a16d9c1d2fb5b6b4 done 01:51:11 #8 exporting manifest list sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f done 01:51:11 #8 pushing layers 0.0s done 01:51:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.1s done 01:51:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:11 #8 DONE 0.1s 01:51:11 01:51:11 1 warning found (use --debug to expand): 01:51:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42' 01:51:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 --push - 01:51:12 #1 [internal] load build definition from Dockerfile 01:51:12 #1 transferring dockerfile: 168B done 01:51:12 #1 DONE 0.0s 01:51:12 01:51:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:51:12 #2 DONE 0.0s 01:51:12 01:51:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:51:12 #3 DONE 0.0s 01:51:12 01:51:12 #4 [internal] load .dockerignore 01:51:12 #4 transferring context: 2B done 01:51:12 #4 DONE 0.0s 01:51:12 01:51:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:12 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:12 #5 CACHED 01:51:12 01:51:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:12 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:12 #6 CACHED 01:51:12 01:51:12 #7 exporting to image 01:51:12 #7 exporting layers 01:51:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:12 #7 exporting layers done 01:51:12 #7 exporting manifest sha256:c6daec53cbd8c6bb41966fbef281adfed5efa7620006d45d7b27486fed1cfd6d done 01:51:12 #7 exporting config sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 done 01:51:12 #7 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a done 01:51:12 #7 exporting config sha256:e4c838ca035cd20e27b1cd248453bb7d208b65f4df0fddc0a16d9c1d2fb5b6b4 done 01:51:12 #7 exporting manifest list sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f done 01:51:12 #7 pushing layers 0.0s done 01:51:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.1s done 01:51:12 #7 DONE 0.1s 01:51:12 01:51:12 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:12 #8 DONE 0.0s 01:51:12 01:51:12 1 warning found (use --debug to expand): 01:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:12 #1 [internal] load build definition from Dockerfile 01:51:12 #1 transferring dockerfile: 209B done 01:51:12 #1 DONE 0.0s 01:51:12 01:51:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:12 #2 DONE 0.0s 01:51:12 01:51:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:12 #3 DONE 0.0s 01:51:12 01:51:12 #4 [internal] load .dockerignore 01:51:12 #4 transferring context: 2B done 01:51:12 #4 DONE 0.0s 01:51:12 01:51:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:12 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:12 #5 CACHED 01:51:12 01:51:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:12 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:12 #6 CACHED 01:51:12 01:51:12 #7 exporting to image 01:51:12 #7 exporting layers done 01:51:12 #7 exporting manifest sha256:c6daec53cbd8c6bb41966fbef281adfed5efa7620006d45d7b27486fed1cfd6d done 01:51:12 #7 exporting config sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 done 01:51:12 #7 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a 01:51:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:12 #7 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a done 01:51:12 #7 exporting config sha256:e4c838ca035cd20e27b1cd248453bb7d208b65f4df0fddc0a16d9c1d2fb5b6b4 done 01:51:12 #7 exporting manifest list sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f done 01:51:12 #7 pushing layers 0.0s done 01:51:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.1s done 01:51:12 #7 DONE 0.1s 01:51:12 01:51:12 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:12 #8 DONE 0.0s 01:51:12 01:51:12 1 warning found (use --debug to expand): 01:51:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:51:13 #1 [internal] load build definition from Dockerfile 01:51:13 #1 transferring dockerfile: 160B done 01:51:13 #1 DONE 0.0s 01:51:13 01:51:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:51:13 #2 DONE 0.0s 01:51:13 01:51:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:51:13 #3 DONE 0.0s 01:51:13 01:51:13 #4 [internal] load .dockerignore 01:51:13 #4 transferring context: 2B done 01:51:13 #4 DONE 0.0s 01:51:13 01:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:13 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:13 #5 CACHED 01:51:13 01:51:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 01:51:13 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:3544480b5f05aef6f8f80d248336f11cf896816ac253377d658652e224158d74 0.0s done 01:51:13 #6 CACHED 01:51:13 01:51:13 #7 exporting to image 01:51:13 #7 exporting layers done 01:51:13 #7 exporting manifest sha256:c6daec53cbd8c6bb41966fbef281adfed5efa7620006d45d7b27486fed1cfd6d done 01:51:13 #7 exporting config sha256:08ce9bb404025e930ba0d7da52bf168bf0ff2afa2d9f0fca129f0290195a3c25 done 01:51:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:13 #7 exporting manifest sha256:7bc8800c3c527aa0d468511c0cee08297f607bef42ff8f428660104d8c4bbf7a done 01:51:13 #7 exporting config sha256:e4c838ca035cd20e27b1cd248453bb7d208b65f4df0fddc0a16d9c1d2fb5b6b4 done 01:51:13 #7 exporting manifest list sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f done 01:51:13 #7 pushing layers 0.0s done 01:51:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9bac12bfb736dc6bf196724133019a3ae5be0ac01fb752e73d57d78b31dd417f 0.1s done 01:51:13 #7 DONE 0.1s 01:51:13 01:51:13 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:13 #8 DONE 0.0s 01:51:13 01:51:13 1 warning found (use --debug to expand): 01:51:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:13 #1 [internal] load build definition from Dockerfile 01:51:13 #1 transferring dockerfile: 198B done 01:51:13 #1 DONE 0.0s 01:51:13 01:51:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:13 #2 DONE 0.0s 01:51:13 01:51:13 #3 [internal] load .dockerignore 01:51:13 #3 transferring context: 2B done 01:51:13 #3 DONE 0.0s 01:51:13 01:51:13 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:13 #4 DONE 0.1s 01:51:13 01:51:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:13 #5 ... 01:51:13 01:51:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:13 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:13 #6 DONE 0.1s 01:51:13 01:51:13 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:51:13 #7 DONE 0.0s 01:51:13 01:51:13 #8 exporting to image 01:51:13 #8 exporting layers done 01:51:13 #8 exporting manifest sha256:3e85755c6e668a29a87f4caf7af3bcd13d9eda17ce36c702318292d59f4b32bd done 01:51:13 #8 exporting config sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:51:13 #8 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c done 01:51:13 #8 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 done 01:51:13 #8 exporting manifest list sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a done 01:51:13 #8 pushing layers 0.1s done 01:51:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 01:51:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 0.1s done 01:51:14 #8 DONE 0.2s 01:51:14 01:51:14 1 warning found (use --debug to expand): 01:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:51:14 #1 [internal] load build definition from Dockerfile 01:51:14 #1 transferring dockerfile: 164B done 01:51:14 #1 DONE 0.0s 01:51:14 01:51:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:51:14 #2 DONE 0.0s 01:51:14 01:51:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:51:14 #3 DONE 0.0s 01:51:14 01:51:14 #4 [internal] load .dockerignore 01:51:14 #4 transferring context: 2B done 01:51:14 #4 DONE 0.0s 01:51:14 01:51:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:14 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:14 #5 CACHED 01:51:14 01:51:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:14 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:14 #6 CACHED 01:51:14 01:51:14 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:51:14 #7 DONE 0.0s 01:51:14 01:51:14 #8 exporting to image 01:51:14 #8 exporting layers done 01:51:14 #8 exporting manifest sha256:3e85755c6e668a29a87f4caf7af3bcd13d9eda17ce36c702318292d59f4b32bd done 01:51:14 #8 exporting config sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:51:14 #8 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c done 01:51:14 #8 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 done 01:51:14 #8 exporting manifest list sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a done 01:51:14 #8 pushing layers 0.0s done 01:51:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 0.1s done 01:51:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:14 #8 DONE 0.1s 01:51:14 01:51:14 1 warning found (use --debug to expand): 01:51:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42' 01:51:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 --push - 01:51:14 #1 [internal] load build definition from Dockerfile 01:51:14 #1 transferring dockerfile: 170B done 01:51:14 #1 DONE 0.0s 01:51:14 01:51:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:51:14 #2 DONE 0.0s 01:51:14 01:51:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:51:14 #3 DONE 0.0s 01:51:14 01:51:14 #4 [internal] load .dockerignore 01:51:14 #4 transferring context: 2B done 01:51:14 #4 DONE 0.0s 01:51:14 01:51:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:14 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d done 01:51:14 #5 CACHED 01:51:14 01:51:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:15 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:15 #6 CACHED 01:51:15 01:51:15 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:51:15 #7 DONE 0.0s 01:51:15 01:51:15 #8 exporting to image 01:51:15 #8 exporting layers done 01:51:15 #8 exporting manifest sha256:3e85755c6e668a29a87f4caf7af3bcd13d9eda17ce36c702318292d59f4b32bd done 01:51:15 #8 exporting config sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:51:15 #8 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c done 01:51:15 #8 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 done 01:51:15 #8 exporting manifest list sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a done 01:51:15 #8 pushing layers 0.0s done 01:51:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 0.1s done 01:51:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:15 #8 DONE 0.1s 01:51:15 01:51:15 1 warning found (use --debug to expand): 01:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:15 #1 [internal] load build definition from Dockerfile 01:51:15 #1 transferring dockerfile: 211B done 01:51:15 #1 DONE 0.0s 01:51:15 01:51:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:15 #2 DONE 0.0s 01:51:15 01:51:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:15 #3 DONE 0.0s 01:51:15 01:51:15 #4 [internal] load .dockerignore 01:51:15 #4 transferring context: 2B done 01:51:15 #4 DONE 0.0s 01:51:15 01:51:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:15 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:15 #5 CACHED 01:51:15 01:51:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:15 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:15 #6 CACHED 01:51:15 01:51:15 #7 exporting to image 01:51:15 #7 exporting layers done 01:51:15 #7 exporting manifest sha256:3e85755c6e668a29a87f4caf7af3bcd13d9eda17ce36c702318292d59f4b32bd done 01:51:15 #7 exporting config sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:51:15 #7 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c 01:51:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:15 #7 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c done 01:51:15 #7 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 done 01:51:15 #7 exporting manifest list sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a done 01:51:15 #7 pushing layers 0.0s done 01:51:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 0.1s done 01:51:15 #7 DONE 0.1s 01:51:15 01:51:15 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:51:15 #8 DONE 0.0s 01:51:15 01:51:15 1 warning found (use --debug to expand): 01:51:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:51:16 #1 [internal] load build definition from Dockerfile 01:51:16 #1 transferring dockerfile: 162B done 01:51:16 #1 DONE 0.0s 01:51:16 01:51:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:51:16 #2 DONE 0.0s 01:51:16 01:51:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:51:16 #3 DONE 0.0s 01:51:16 01:51:16 #4 [internal] load .dockerignore 01:51:16 #4 transferring context: 2B done 01:51:16 #4 DONE 0.0s 01:51:16 01:51:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:16 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d done 01:51:16 #5 CACHED 01:51:16 01:51:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 01:51:16 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:879a69077121f395e1f1344b86ea31090098e62bd3a0e3789738b137bb10701d 0.0s done 01:51:16 #6 CACHED 01:51:16 01:51:16 #7 exporting to image 01:51:16 #7 exporting layers done 01:51:16 #7 exporting manifest sha256:3e85755c6e668a29a87f4caf7af3bcd13d9eda17ce36c702318292d59f4b32bd done 01:51:16 #7 exporting config sha256:0cf5b690f2e1d8944895b57032a3babfb75e2e6211de031261d1d799c8cbc1ba done 01:51:16 #7 exporting manifest sha256:b9877aa92ad36ca8a2b9fa69952dfde3ab9530b33513f5b855d1b67b58ed9e2c done 01:51:16 #7 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 01:51:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:16 #7 exporting config sha256:273d12465f58137340a14ed916297ff14d3ee48e6dead7790e95f660172665c8 done 01:51:16 #7 exporting manifest list sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a done 01:51:16 #7 pushing layers 0.0s done 01:51:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:93c29c66eef3de55dd3c842cfe713ae87cb3cbc9d2eeb7adb2d035b55b642d5a 0.1s done 01:51:16 #7 DONE 0.1s 01:51:16 01:51:16 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:51:16 #8 DONE 0.0s 01:51:16 01:51:16 1 warning found (use --debug to expand): 01:51:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:16 #1 [internal] load build definition from Dockerfile 01:51:16 #1 transferring dockerfile: 206B done 01:51:16 #1 DONE 0.0s 01:51:16 01:51:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:16 #2 DONE 0.0s 01:51:16 01:51:16 #3 [internal] load .dockerignore 01:51:16 #3 transferring context: 2B done 01:51:16 #3 DONE 0.0s 01:51:16 01:51:16 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:16 #4 DONE 0.1s 01:51:16 01:51:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:16 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:16 #5 DONE 0.0s 01:51:16 01:51:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:16 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:17 #6 DONE 0.2s 01:51:17 01:51:17 #7 exporting to image 01:51:17 #7 exporting layers done 01:51:17 #7 exporting manifest sha256:f0308a55cc88a727166877c883bd17cd66a7481d2c82f0c618cff087d06d05a2 done 01:51:17 #7 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:51:17 #7 exporting manifest sha256:8055e67bc7d6790904fb248aaeb714a788eca6ecd9132dd43ac35979ad962a43 done 01:51:17 #7 exporting config sha256:617427ca4eec77bda844693471c9b3548caf10ba58c20344a6e9903635e261b6 done 01:51:17 #7 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 01:51:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:17 #7 ... 01:51:17 01:51:17 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:17 #8 DONE 0.0s 01:51:17 01:51:17 #7 exporting to image 01:51:17 #7 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e done 01:51:17 #7 pushing layers 0.1s done 01:51:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 01:51:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 0.1s done 01:51:17 #7 DONE 0.2s 01:51:17 01:51:17 1 warning found (use --debug to expand): 01:51:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:51:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:51:17 #1 [internal] load build definition from Dockerfile 01:51:17 #1 transferring dockerfile: 172B done 01:51:17 #1 DONE 0.0s 01:51:17 01:51:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:51:17 #2 DONE 0.0s 01:51:17 01:51:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:51:17 #3 DONE 0.0s 01:51:17 01:51:17 #4 [internal] load .dockerignore 01:51:17 #4 transferring context: 2B done 01:51:17 #4 DONE 0.0s 01:51:17 01:51:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:17 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:17 #5 CACHED 01:51:17 01:51:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:17 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:17 #6 CACHED 01:51:17 01:51:17 #7 exporting to image 01:51:17 #7 exporting layers done 01:51:17 #7 exporting manifest sha256:f0308a55cc88a727166877c883bd17cd66a7481d2c82f0c618cff087d06d05a2 done 01:51:17 #7 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:51:17 #7 exporting manifest sha256:8055e67bc7d6790904fb248aaeb714a788eca6ecd9132dd43ac35979ad962a43 done 01:51:17 #7 exporting config sha256:617427ca4eec77bda844693471c9b3548caf10ba58c20344a6e9903635e261b6 done 01:51:17 #7 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e done 01:51:17 #7 pushing layers 0.0s done 01:51:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 01:51:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 0.1s done 01:51:17 #7 DONE 0.1s 01:51:17 01:51:17 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:17 #8 DONE 0.0s 01:51:17 01:51:17 1 warning found (use --debug to expand): 01:51:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42' 01:51:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 --push - 01:51:18 #1 [internal] load build definition from Dockerfile 01:51:18 #1 transferring dockerfile: 178B done 01:51:18 #1 DONE 0.0s 01:51:18 01:51:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:51:18 #2 DONE 0.0s 01:51:18 01:51:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:51:18 #3 DONE 0.0s 01:51:18 01:51:18 #4 [internal] load .dockerignore 01:51:18 #4 transferring context: 2B done 01:51:18 #4 DONE 0.0s 01:51:18 01:51:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:18 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:18 #5 DONE 0.0s 01:51:18 01:51:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:18 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:18 #6 CACHED 01:51:18 01:51:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:18 #5 CACHED 01:51:18 01:51:18 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:18 #7 DONE 0.0s 01:51:18 01:51:18 #8 exporting to image 01:51:18 #8 exporting layers done 01:51:18 #8 exporting manifest sha256:f0308a55cc88a727166877c883bd17cd66a7481d2c82f0c618cff087d06d05a2 done 01:51:18 #8 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:51:18 #8 exporting manifest sha256:8055e67bc7d6790904fb248aaeb714a788eca6ecd9132dd43ac35979ad962a43 done 01:51:18 #8 exporting config sha256:617427ca4eec77bda844693471c9b3548caf10ba58c20344a6e9903635e261b6 done 01:51:18 #8 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e done 01:51:18 #8 pushing layers 0.0s done 01:51:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 0.1s done 01:51:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:18 #8 DONE 0.1s 01:51:18 01:51:18 1 warning found (use --debug to expand): 01:51:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:19 #1 [internal] load build definition from Dockerfile 01:51:19 #1 transferring dockerfile: 219B done 01:51:19 #1 DONE 0.0s 01:51:19 01:51:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:19 #2 DONE 0.0s 01:51:19 01:51:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:19 #3 DONE 0.0s 01:51:19 01:51:19 #4 [internal] load .dockerignore 01:51:19 #4 transferring context: 2B done 01:51:19 #4 DONE 0.0s 01:51:19 01:51:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:19 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:19 #5 DONE 0.0s 01:51:19 01:51:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:19 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:19 #6 CACHED 01:51:19 01:51:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:19 #5 CACHED 01:51:19 01:51:19 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:19 #7 DONE 0.0s 01:51:19 01:51:19 #8 exporting to image 01:51:19 #8 exporting layers done 01:51:19 #8 exporting manifest sha256:f0308a55cc88a727166877c883bd17cd66a7481d2c82f0c618cff087d06d05a2 done 01:51:19 #8 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:51:19 #8 exporting manifest sha256:8055e67bc7d6790904fb248aaeb714a788eca6ecd9132dd43ac35979ad962a43 done 01:51:19 #8 exporting config sha256:617427ca4eec77bda844693471c9b3548caf10ba58c20344a6e9903635e261b6 done 01:51:19 #8 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e done 01:51:19 #8 pushing layers 0.0s done 01:51:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 0.1s done 01:51:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:19 #8 DONE 0.1s 01:51:19 01:51:19 1 warning found (use --debug to expand): 01:51:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:51:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:51:19 #1 [internal] load build definition from Dockerfile 01:51:19 #1 transferring dockerfile: 170B done 01:51:19 #1 DONE 0.0s 01:51:19 01:51:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:51:19 #2 DONE 0.0s 01:51:19 01:51:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:51:19 #3 DONE 0.0s 01:51:19 01:51:19 #4 [internal] load .dockerignore 01:51:19 #4 transferring context: 2B done 01:51:19 #4 DONE 0.0s 01:51:19 01:51:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:19 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 done 01:51:19 #5 CACHED 01:51:19 01:51:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 01:51:19 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:1a9d9ecff9ec05431cbe98c3ee5dcda925f799c2a7fc89d0300b79cb4b131b52 0.0s done 01:51:19 #6 CACHED 01:51:19 01:51:19 #7 exporting to image 01:51:19 #7 exporting layers done 01:51:19 #7 exporting manifest sha256:f0308a55cc88a727166877c883bd17cd66a7481d2c82f0c618cff087d06d05a2 done 01:51:19 #7 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 01:51:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:19 #7 exporting config sha256:718b973a5f31d239f65c70794b551ae8d6f4db16b7a6773cb3c093f5bde0d693 done 01:51:19 #7 exporting manifest sha256:8055e67bc7d6790904fb248aaeb714a788eca6ecd9132dd43ac35979ad962a43 done 01:51:19 #7 exporting config sha256:617427ca4eec77bda844693471c9b3548caf10ba58c20344a6e9903635e261b6 done 01:51:19 #7 exporting manifest list sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e done 01:51:19 #7 pushing layers 0.0s done 01:51:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:083f0aceaddb9268bae752a6bf3a21723eb5853abbe16264058a6fdc9f77b51e 0.1s done 01:51:19 #7 DONE 0.1s 01:51:19 01:51:19 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:51:19 #8 DONE 0.0s 01:51:19 01:51:19 1 warning found (use --debug to expand): 01:51:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:19 #1 [internal] load build definition from Dockerfile 01:51:19 #1 transferring dockerfile: 204B done 01:51:19 #1 DONE 0.0s 01:51:19 01:51:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:19 #2 DONE 0.0s 01:51:19 01:51:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:19 #3 DONE 0.1s 01:51:19 01:51:19 #4 [internal] load .dockerignore 01:51:19 #4 transferring context: 2B done 01:51:19 #4 DONE 0.0s 01:51:20 01:51:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:20 #5 ... 01:51:20 01:51:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:20 #6 DONE 0.1s 01:51:20 01:51:20 #7 exporting to image 01:51:20 #7 exporting layers done 01:51:20 #7 exporting manifest sha256:a7dd12de461ee32bcaf68b6c0b8d480a7cdaf29497d3d812edfba769dd7aac77 0.0s done 01:51:20 #7 exporting config sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:51:20 #7 exporting manifest sha256:68f60fbf7dafbfa4db1fe6488ce4b3886d7520d09b09b47c8fe81656d7d813c5 done 01:51:20 #7 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa 01:51:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:20 #7 ... 01:51:20 01:51:20 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:20 #8 DONE 0.0s 01:51:20 01:51:20 #7 exporting to image 01:51:20 #7 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa done 01:51:20 #7 exporting manifest list sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.0s done 01:51:20 #7 pushing layers 0.1s done 01:51:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 01:51:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.1s done 01:51:20 #7 DONE 0.2s 01:51:20 01:51:20 1 warning found (use --debug to expand): 01:51:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:51:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:51:20 #1 [internal] load build definition from Dockerfile 01:51:20 #1 transferring dockerfile: 170B done 01:51:20 #1 DONE 0.0s 01:51:20 01:51:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:51:20 #2 DONE 0.0s 01:51:20 01:51:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:51:20 #3 DONE 0.0s 01:51:20 01:51:20 #4 [internal] load .dockerignore 01:51:20 #4 transferring context: 2B done 01:51:20 #4 DONE 0.0s 01:51:20 01:51:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:20 #5 CACHED 01:51:20 01:51:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:20 #6 CACHED 01:51:20 01:51:20 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:20 #7 DONE 0.0s 01:51:20 01:51:20 #8 exporting to image 01:51:20 #8 exporting layers done 01:51:20 #8 exporting manifest sha256:a7dd12de461ee32bcaf68b6c0b8d480a7cdaf29497d3d812edfba769dd7aac77 done 01:51:20 #8 exporting config sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:51:20 #8 exporting manifest sha256:68f60fbf7dafbfa4db1fe6488ce4b3886d7520d09b09b47c8fe81656d7d813c5 done 01:51:20 #8 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa done 01:51:20 #8 exporting manifest list sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 done 01:51:20 #8 pushing layers 0.0s done 01:51:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.1s done 01:51:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:20 #8 DONE 0.1s 01:51:20 01:51:20 1 warning found (use --debug to expand): 01:51:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42' 01:51:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 --push - 01:51:21 #1 [internal] load build definition from Dockerfile 01:51:21 #1 transferring dockerfile: 176B done 01:51:21 #1 DONE 0.0s 01:51:21 01:51:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:51:21 #2 DONE 0.0s 01:51:21 01:51:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:51:21 #3 DONE 0.0s 01:51:21 01:51:21 #4 [internal] load .dockerignore 01:51:21 #4 transferring context: 2B done 01:51:21 #4 DONE 0.0s 01:51:21 01:51:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:21 #5 CACHED 01:51:21 01:51:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:21 #6 CACHED 01:51:21 01:51:21 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:21 #7 DONE 0.0s 01:51:21 01:51:21 #8 exporting to image 01:51:21 #8 exporting layers done 01:51:21 #8 exporting manifest sha256:a7dd12de461ee32bcaf68b6c0b8d480a7cdaf29497d3d812edfba769dd7aac77 done 01:51:21 #8 exporting config sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:51:21 #8 exporting manifest sha256:68f60fbf7dafbfa4db1fe6488ce4b3886d7520d09b09b47c8fe81656d7d813c5 done 01:51:21 #8 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa done 01:51:21 #8 exporting manifest list sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 done 01:51:21 #8 pushing layers 0.0s done 01:51:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.1s done 01:51:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:21 #8 DONE 0.1s 01:51:21 01:51:21 1 warning found (use --debug to expand): 01:51:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:22 #1 [internal] load build definition from Dockerfile 01:51:22 #1 transferring dockerfile: 217B done 01:51:22 #1 DONE 0.0s 01:51:22 01:51:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:22 #2 DONE 0.0s 01:51:22 01:51:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:22 #3 DONE 0.0s 01:51:22 01:51:22 #4 [internal] load .dockerignore 01:51:22 #4 transferring context: 2B done 01:51:22 #4 DONE 0.0s 01:51:22 01:51:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:22 #5 CACHED 01:51:22 01:51:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:22 #6 CACHED 01:51:22 01:51:22 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:22 #7 DONE 0.0s 01:51:22 01:51:22 #8 exporting to image 01:51:22 #8 exporting layers done 01:51:22 #8 exporting manifest sha256:a7dd12de461ee32bcaf68b6c0b8d480a7cdaf29497d3d812edfba769dd7aac77 done 01:51:22 #8 exporting config sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:51:22 #8 exporting manifest sha256:68f60fbf7dafbfa4db1fe6488ce4b3886d7520d09b09b47c8fe81656d7d813c5 done 01:51:22 #8 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa done 01:51:22 #8 exporting manifest list sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 done 01:51:22 #8 pushing layers 0.0s done 01:51:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.1s done 01:51:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:22 #8 DONE 0.1s 01:51:22 01:51:22 1 warning found (use --debug to expand): 01:51:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:51:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:51:22 #1 [internal] load build definition from Dockerfile 01:51:22 #1 transferring dockerfile: 168B done 01:51:22 #1 DONE 0.0s 01:51:22 01:51:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:51:22 #2 DONE 0.0s 01:51:22 01:51:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:51:22 #3 DONE 0.0s 01:51:22 01:51:22 #4 [internal] load .dockerignore 01:51:22 #4 transferring context: 2B done 01:51:22 #4 DONE 0.0s 01:51:22 01:51:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:22 #5 DONE 0.0s 01:51:22 01:51:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 0.0s done 01:51:22 #6 CACHED 01:51:22 01:51:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d8b9a01fcf891c785d9299f85d2165ddb1f2075588a6f4c1500cca8c9800a89a 01:51:22 #5 CACHED 01:51:22 01:51:22 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:51:22 #7 DONE 0.0s 01:51:22 01:51:22 #8 exporting to image 01:51:22 #8 exporting layers done 01:51:22 #8 exporting manifest sha256:a7dd12de461ee32bcaf68b6c0b8d480a7cdaf29497d3d812edfba769dd7aac77 done 01:51:22 #8 exporting config sha256:65516a5687a69c7139e310998da6ff028504a1ab29536be7ef41340e5e901d24 done 01:51:22 #8 exporting manifest sha256:68f60fbf7dafbfa4db1fe6488ce4b3886d7520d09b09b47c8fe81656d7d813c5 done 01:51:22 #8 exporting config sha256:c9cd4264fd398c52f2f1052d34ec73711e5e2025ea5bd69aef1f6c055c17a0fa done 01:51:22 #8 exporting manifest list sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 done 01:51:22 #8 pushing layers 0.0s done 01:51:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:fef047c2771ce508b3f3dfed435a3b9ee819fc7426937441488a9e9edccb9ec5 0.1s done 01:51:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:22 #8 DONE 0.1s 01:51:22 01:51:22 1 warning found (use --debug to expand): 01:51:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:23 #1 [internal] load build definition from Dockerfile 01:51:23 #1 transferring dockerfile: 205B done 01:51:23 #1 DONE 0.0s 01:51:23 01:51:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:23 #2 DONE 0.0s 01:51:23 01:51:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:23 #3 DONE 0.1s 01:51:23 01:51:23 #4 [internal] load .dockerignore 01:51:23 #4 transferring context: 01:51:23 #4 transferring context: 2B done 01:51:23 #4 DONE 0.0s 01:51:23 01:51:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:23 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:23 #5 ... 01:51:23 01:51:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:23 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:23 #6 DONE 0.2s 01:51:23 01:51:23 #7 exporting to image 01:51:23 #7 exporting layers done 01:51:23 #7 exporting manifest sha256:1b493695d27fe7b44f4c56fcd32dbfd5d2565992ea78bd020d315dbb63edcc43 0.0s done 01:51:23 #7 exporting config sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:51:23 #7 exporting manifest sha256:a053a24350ec2e00be0dd5e21451890a83a764abf5f3141c9765f3d62674002d 0.0s done 01:51:23 #7 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 01:51:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:23 #7 ... 01:51:23 01:51:23 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:23 #8 DONE 0.0s 01:51:23 01:51:23 #7 exporting to image 01:51:23 #7 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 done 01:51:23 #7 exporting manifest list sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 done 01:51:23 #7 pushing layers 0.1s done 01:51:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 01:51:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 0.1s done 01:51:23 #7 DONE 0.2s 01:51:23 01:51:23 1 warning found (use --debug to expand): 01:51:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:51:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:51:24 #1 [internal] load build definition from Dockerfile 01:51:24 #1 transferring dockerfile: 171B done 01:51:24 #1 DONE 0.0s 01:51:24 01:51:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:51:24 #2 DONE 0.0s 01:51:24 01:51:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:51:24 #3 DONE 0.0s 01:51:24 01:51:24 #4 [internal] load .dockerignore 01:51:24 #4 transferring context: 2B done 01:51:24 #4 DONE 0.0s 01:51:24 01:51:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:24 #5 DONE 0.0s 01:51:24 01:51:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:24 #6 CACHED 01:51:24 01:51:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #5 CACHED 01:51:24 01:51:24 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:24 #7 DONE 0.0s 01:51:24 01:51:24 #8 exporting to image 01:51:24 #8 exporting layers done 01:51:24 #8 exporting manifest sha256:1b493695d27fe7b44f4c56fcd32dbfd5d2565992ea78bd020d315dbb63edcc43 done 01:51:24 #8 exporting config sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:51:24 #8 exporting manifest sha256:a053a24350ec2e00be0dd5e21451890a83a764abf5f3141c9765f3d62674002d done 01:51:24 #8 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 done 01:51:24 #8 exporting manifest list sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 done 01:51:24 #8 pushing layers 0.0s done 01:51:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 0.1s done 01:51:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:24 #8 DONE 0.1s 01:51:24 01:51:24 1 warning found (use --debug to expand): 01:51:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42' 01:51:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 --push - 01:51:24 #1 [internal] load build definition from Dockerfile 01:51:24 #1 transferring dockerfile: 177B done 01:51:24 #1 DONE 0.0s 01:51:24 01:51:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:51:24 #2 DONE 0.0s 01:51:24 01:51:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:51:24 #3 DONE 0.0s 01:51:24 01:51:24 #4 [internal] load .dockerignore 01:51:24 #4 transferring context: 2B done 01:51:24 #4 DONE 0.0s 01:51:24 01:51:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:24 #5 CACHED 01:51:24 01:51:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:24 #6 CACHED 01:51:24 01:51:24 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:24 #7 DONE 0.0s 01:51:24 01:51:24 #8 exporting to image 01:51:24 #8 exporting layers done 01:51:24 #8 exporting manifest sha256:1b493695d27fe7b44f4c56fcd32dbfd5d2565992ea78bd020d315dbb63edcc43 done 01:51:24 #8 exporting config sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:51:24 #8 exporting manifest sha256:a053a24350ec2e00be0dd5e21451890a83a764abf5f3141c9765f3d62674002d done 01:51:24 #8 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 done 01:51:24 #8 exporting manifest list sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 done 01:51:24 #8 pushing layers 0.0s done 01:51:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 0.1s done 01:51:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:24 #8 DONE 0.1s 01:51:24 01:51:24 1 warning found (use --debug to expand): 01:51:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:24 #1 [internal] load build definition from Dockerfile 01:51:24 #1 transferring dockerfile: 218B done 01:51:24 #1 DONE 0.0s 01:51:24 01:51:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:24 #2 DONE 0.0s 01:51:24 01:51:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:24 #3 DONE 0.0s 01:51:24 01:51:24 #4 [internal] load .dockerignore 01:51:24 #4 transferring context: 2B done 01:51:24 #4 DONE 0.0s 01:51:24 01:51:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:24 #5 DONE 0.0s 01:51:24 01:51:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:25 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:25 #6 CACHED 01:51:25 01:51:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:25 #5 CACHED 01:51:25 01:51:25 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:25 #7 DONE 0.0s 01:51:25 01:51:25 #8 exporting to image 01:51:25 #8 exporting layers done 01:51:25 #8 exporting manifest sha256:1b493695d27fe7b44f4c56fcd32dbfd5d2565992ea78bd020d315dbb63edcc43 done 01:51:25 #8 exporting config sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:51:25 #8 exporting manifest sha256:a053a24350ec2e00be0dd5e21451890a83a764abf5f3141c9765f3d62674002d done 01:51:25 #8 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 done 01:51:25 #8 exporting manifest list sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 done 01:51:25 #8 pushing layers 0.0s done 01:51:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 0.1s done 01:51:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:25 #8 DONE 0.1s 01:51:25 01:51:25 1 warning found (use --debug to expand): 01:51:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:51:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:51:25 #1 [internal] load build definition from Dockerfile 01:51:25 #1 transferring dockerfile: 169B done 01:51:25 #1 DONE 0.0s 01:51:25 01:51:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:51:25 #2 DONE 0.0s 01:51:25 01:51:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:51:25 #3 DONE 0.0s 01:51:25 01:51:25 #4 [internal] load .dockerignore 01:51:25 #4 transferring context: 2B done 01:51:25 #4 DONE 0.0s 01:51:25 01:51:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:25 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:25 #5 CACHED 01:51:25 01:51:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 01:51:25 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:9a44282311cd16bf9f85440e6638ae1a2c68f6d0d7453622a231970af7c0ca8b 0.0s done 01:51:25 #6 CACHED 01:51:25 01:51:25 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:25 #7 DONE 0.0s 01:51:25 01:51:25 #8 exporting to image 01:51:25 #8 exporting layers done 01:51:25 #8 exporting manifest sha256:1b493695d27fe7b44f4c56fcd32dbfd5d2565992ea78bd020d315dbb63edcc43 done 01:51:25 #8 exporting config sha256:fa7fcd474a3816d5850d0d6169b559637d81e47b570fec8787869ae4b6abe96f done 01:51:25 #8 exporting manifest sha256:a053a24350ec2e00be0dd5e21451890a83a764abf5f3141c9765f3d62674002d done 01:51:25 #8 exporting config sha256:3cae1c0d3de57eb3a6a454ad434be1bdee4808afd85efeeca6bb86e07e3cab10 done 01:51:25 #8 exporting manifest list sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 done 01:51:25 #8 pushing layers 0.0s done 01:51:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 01:51:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1c65d5d2a2bca1700e8586ac8999b3869240397f55305bcada6fce4c381ccbd3 0.1s done 01:51:25 #8 DONE 0.1s 01:51:25 01:51:25 1 warning found (use --debug to expand): 01:51:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:26 #1 [internal] load build definition from Dockerfile 01:51:26 #1 transferring dockerfile: 211B done 01:51:26 #1 DONE 0.0s 01:51:26 01:51:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:26 #2 DONE 0.1s 01:51:26 01:51:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:26 #3 DONE 0.1s 01:51:26 01:51:26 #4 [internal] load .dockerignore 01:51:26 #4 transferring context: 2B done 01:51:26 #4 DONE 0.0s 01:51:26 01:51:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:26 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:26 #5 DONE 0.0s 01:51:26 01:51:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:26 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:26 #6 DONE 0.1s 01:51:26 01:51:26 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:26 #7 DONE 0.0s 01:51:26 01:51:26 #8 exporting to image 01:51:26 #8 exporting layers done 01:51:26 #8 exporting manifest sha256:5406ca1004963c09b2b4f757d19315f83d9829b2303c872ce9cf910c253183a1 0.0s done 01:51:26 #8 exporting config sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:51:26 #8 exporting manifest sha256:21536b2cb045602423a2174798a5542cf6869830e19b390c7f5f2ddcca8e6ca3 done 01:51:26 #8 exporting config sha256:399ece881f07023e5470693873f9faaf0a7eeec7e7ccabe78ada22762412e190 done 01:51:26 #8 exporting manifest list sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 done 01:51:26 #8 pushing layers 0.1s done 01:51:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 01:51:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 0.1s done 01:51:26 #8 DONE 0.2s 01:51:26 01:51:26 1 warning found (use --debug to expand): 01:51:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:51:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:51:27 #1 [internal] load build definition from Dockerfile 01:51:27 #1 transferring dockerfile: 177B done 01:51:27 #1 DONE 0.0s 01:51:27 01:51:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:51:27 #2 DONE 0.0s 01:51:27 01:51:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:51:27 #3 DONE 0.0s 01:51:27 01:51:27 #4 [internal] load .dockerignore 01:51:27 #4 transferring context: 2B done 01:51:27 #4 DONE 0.1s 01:51:27 01:51:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:27 #5 CACHED 01:51:27 01:51:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:27 #6 CACHED 01:51:27 01:51:27 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:27 #7 DONE 0.0s 01:51:27 01:51:27 #8 exporting to image 01:51:27 #8 exporting layers done 01:51:27 #8 exporting manifest sha256:5406ca1004963c09b2b4f757d19315f83d9829b2303c872ce9cf910c253183a1 done 01:51:27 #8 exporting config sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:51:27 #8 exporting manifest sha256:21536b2cb045602423a2174798a5542cf6869830e19b390c7f5f2ddcca8e6ca3 done 01:51:27 #8 exporting config sha256:399ece881f07023e5470693873f9faaf0a7eeec7e7ccabe78ada22762412e190 done 01:51:27 #8 exporting manifest list sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 done 01:51:27 #8 pushing layers 0.0s done 01:51:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 0.1s done 01:51:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:27 #8 DONE 0.1s 01:51:27 01:51:27 1 warning found (use --debug to expand): 01:51:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 --push - 01:51:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42' 01:51:27 #1 [internal] load build definition from Dockerfile 01:51:27 #1 transferring dockerfile: 183B done 01:51:27 #1 DONE 0.0s 01:51:27 01:51:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:51:27 #2 DONE 0.0s 01:51:27 01:51:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:51:27 #3 DONE 0.0s 01:51:27 01:51:27 #4 [internal] load .dockerignore 01:51:27 #4 transferring context: 2B done 01:51:27 #4 DONE 0.0s 01:51:27 01:51:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:27 #5 ... 01:51:27 01:51:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:27 #6 CACHED 01:51:27 01:51:27 #7 exporting to image 01:51:27 #7 exporting layers done 01:51:27 #7 exporting manifest sha256:5406ca1004963c09b2b4f757d19315f83d9829b2303c872ce9cf910c253183a1 done 01:51:27 #7 exporting config sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:51:27 #7 exporting manifest sha256:21536b2cb045602423a2174798a5542cf6869830e19b390c7f5f2ddcca8e6ca3 done 01:51:27 #7 exporting config sha256:399ece881f07023e5470693873f9faaf0a7eeec7e7ccabe78ada22762412e190 done 01:51:27 #7 exporting manifest list sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 done 01:51:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:27 #7 pushing layers 0.0s done 01:51:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 0.1s done 01:51:27 #7 DONE 0.1s 01:51:27 01:51:27 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:27 #8 DONE 0.0s 01:51:27 01:51:27 1 warning found (use --debug to expand): 01:51:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:28 #1 [internal] load build definition from Dockerfile 01:51:28 #1 transferring dockerfile: 224B done 01:51:28 #1 DONE 0.0s 01:51:28 01:51:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:28 #2 DONE 0.0s 01:51:28 01:51:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:28 #3 DONE 0.0s 01:51:28 01:51:28 #4 [internal] load .dockerignore 01:51:28 #4 transferring context: 2B done 01:51:28 #4 DONE 0.0s 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:28 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:28 #5 DONE 0.0s 01:51:28 01:51:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:28 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:28 #6 CACHED 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:28 #5 CACHED 01:51:28 01:51:28 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:28 #7 DONE 0.0s 01:51:28 01:51:28 #8 exporting to image 01:51:28 #8 exporting layers done 01:51:28 #8 exporting manifest sha256:5406ca1004963c09b2b4f757d19315f83d9829b2303c872ce9cf910c253183a1 done 01:51:28 #8 exporting config sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:51:28 #8 exporting manifest sha256:21536b2cb045602423a2174798a5542cf6869830e19b390c7f5f2ddcca8e6ca3 done 01:51:28 #8 exporting config sha256:399ece881f07023e5470693873f9faaf0a7eeec7e7ccabe78ada22762412e190 done 01:51:28 #8 exporting manifest list sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 done 01:51:28 #8 pushing layers 0.0s done 01:51:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 0.1s done 01:51:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:28 #8 DONE 0.1s 01:51:28 01:51:28 1 warning found (use --debug to expand): 01:51:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:51:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:51:28 #1 [internal] load build definition from Dockerfile 01:51:28 #1 transferring dockerfile: 175B done 01:51:28 #1 DONE 0.0s 01:51:28 01:51:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:51:28 #2 DONE 0.0s 01:51:28 01:51:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:51:28 #3 DONE 0.0s 01:51:28 01:51:28 #4 [internal] load .dockerignore 01:51:28 #4 transferring context: 2B done 01:51:28 #4 DONE 0.0s 01:51:28 01:51:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:28 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:28 #5 CACHED 01:51:28 01:51:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 01:51:28 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:759b50099ad7da983f5273099b98d9b3d9fc01667e1c74611655188a7f2c760f 0.0s done 01:51:28 #6 CACHED 01:51:28 01:51:28 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:51:28 #7 DONE 0.0s 01:51:28 01:51:28 #8 exporting to image 01:51:28 #8 exporting layers done 01:51:28 #8 exporting manifest sha256:5406ca1004963c09b2b4f757d19315f83d9829b2303c872ce9cf910c253183a1 done 01:51:28 #8 exporting config sha256:088600f7314400530413cd9774f9685c9aad8af83419aa82ae1122c4b86549d9 done 01:51:28 #8 exporting manifest sha256:21536b2cb045602423a2174798a5542cf6869830e19b390c7f5f2ddcca8e6ca3 done 01:51:28 #8 exporting config sha256:399ece881f07023e5470693873f9faaf0a7eeec7e7ccabe78ada22762412e190 done 01:51:28 #8 exporting manifest list sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 done 01:51:28 #8 pushing layers 0.0s done 01:51:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 01:51:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:461629e2b60ac17561bc640a5de428cae7c6af6784d78328200b7599a40ec696 0.1s done 01:51:28 #8 DONE 0.1s 01:51:28 01:51:28 1 warning found (use --debug to expand): 01:51:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:29 #1 [internal] load build definition from Dockerfile 01:51:29 #1 transferring dockerfile: 215B done 01:51:29 #1 DONE 0.0s 01:51:29 01:51:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:29 #2 DONE 0.0s 01:51:29 01:51:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:29 #3 DONE 0.0s 01:51:29 01:51:29 #4 [internal] load .dockerignore 01:51:29 #4 transferring context: 2B done 01:51:29 #4 DONE 0.0s 01:51:29 01:51:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:29 #5 DONE 0.0s 01:51:29 01:51:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:29 #6 DONE 0.2s 01:51:29 01:51:29 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:29 #7 DONE 0.0s 01:51:29 01:51:29 #8 exporting to image 01:51:29 #8 exporting layers done 01:51:29 #8 exporting manifest sha256:41832347ae1c5ce4008eca568e19765f90f296f438c9451b9a9a50e9c4278bbd 0.0s done 01:51:29 #8 exporting config sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:51:29 #8 exporting manifest sha256:09869f2e10b4647a3ae0f750ef5ad77f5de6ea85fd6ebf01a75bd24473edcc80 done 01:51:29 #8 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce done 01:51:29 #8 exporting manifest list sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a done 01:51:29 #8 pushing layers 0.1s done 01:51:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 01:51:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 0.1s done 01:51:29 #8 DONE 0.2s 01:51:29 01:51:29 1 warning found (use --debug to expand): 01:51:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:51:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:51:29 #1 [internal] load build definition from Dockerfile 01:51:29 #1 transferring dockerfile: 181B done 01:51:29 #1 DONE 0.0s 01:51:29 01:51:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:51:29 #2 DONE 0.0s 01:51:29 01:51:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:51:29 #3 DONE 0.1s 01:51:29 01:51:29 #4 [internal] load .dockerignore 01:51:29 #4 transferring context: 2B done 01:51:29 #4 DONE 0.0s 01:51:30 01:51:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:30 #5 CACHED 01:51:30 01:51:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:30 #6 CACHED 01:51:30 01:51:30 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:30 #7 DONE 0.0s 01:51:30 01:51:30 #8 exporting to image 01:51:30 #8 exporting layers done 01:51:30 #8 exporting manifest sha256:41832347ae1c5ce4008eca568e19765f90f296f438c9451b9a9a50e9c4278bbd done 01:51:30 #8 exporting config sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:51:30 #8 exporting manifest sha256:09869f2e10b4647a3ae0f750ef5ad77f5de6ea85fd6ebf01a75bd24473edcc80 done 01:51:30 #8 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce done 01:51:30 #8 exporting manifest list sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a done 01:51:30 #8 pushing layers 0.0s done 01:51:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 01:51:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 0.1s done 01:51:30 #8 DONE 0.1s 01:51:30 01:51:30 1 warning found (use --debug to expand): 01:51:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42' 01:51:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 --push - 01:51:30 #1 [internal] load build definition from Dockerfile 01:51:30 #1 transferring dockerfile: 187B done 01:51:30 #1 DONE 0.0s 01:51:30 01:51:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:51:30 #2 DONE 0.0s 01:51:30 01:51:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:51:30 #3 DONE 0.0s 01:51:30 01:51:30 #4 [internal] load .dockerignore 01:51:30 #4 transferring context: 2B done 01:51:30 #4 DONE 0.0s 01:51:30 01:51:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:30 #5 CACHED 01:51:30 01:51:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:30 #6 CACHED 01:51:30 01:51:30 #7 exporting to image 01:51:30 #7 exporting layers done 01:51:30 #7 exporting manifest sha256:41832347ae1c5ce4008eca568e19765f90f296f438c9451b9a9a50e9c4278bbd done 01:51:30 #7 exporting config sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:51:30 #7 exporting manifest sha256:09869f2e10b4647a3ae0f750ef5ad77f5de6ea85fd6ebf01a75bd24473edcc80 done 01:51:30 #7 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce 01:51:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:30 #7 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce done 01:51:30 #7 exporting manifest list sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a done 01:51:30 #7 pushing layers 0.0s done 01:51:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 0.1s done 01:51:30 #7 DONE 0.1s 01:51:30 01:51:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:30 #8 DONE 0.0s 01:51:30 01:51:30 1 warning found (use --debug to expand): 01:51:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:30 #1 [internal] load build definition from Dockerfile 01:51:30 #1 transferring dockerfile: 228B done 01:51:30 #1 DONE 0.0s 01:51:30 01:51:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:30 #2 DONE 0.0s 01:51:30 01:51:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:30 #3 DONE 0.0s 01:51:30 01:51:30 #4 [internal] load .dockerignore 01:51:30 #4 transferring context: 2B done 01:51:30 #4 DONE 0.0s 01:51:30 01:51:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:30 #5 DONE 0.0s 01:51:30 01:51:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:31 #6 CACHED 01:51:31 01:51:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:31 #5 CACHED 01:51:31 01:51:31 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:31 #7 DONE 0.0s 01:51:31 01:51:31 #8 exporting to image 01:51:31 #8 exporting layers done 01:51:31 #8 exporting manifest sha256:41832347ae1c5ce4008eca568e19765f90f296f438c9451b9a9a50e9c4278bbd done 01:51:31 #8 exporting config sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:51:31 #8 exporting manifest sha256:09869f2e10b4647a3ae0f750ef5ad77f5de6ea85fd6ebf01a75bd24473edcc80 done 01:51:31 #8 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce done 01:51:31 #8 exporting manifest list sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a done 01:51:31 #8 pushing layers 0.0s done 01:51:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 0.1s done 01:51:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:31 #8 DONE 0.1s 01:51:31 01:51:31 1 warning found (use --debug to expand): 01:51:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:51:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:51:31 #1 [internal] load build definition from Dockerfile 01:51:31 #1 transferring dockerfile: 179B done 01:51:31 #1 DONE 0.0s 01:51:31 01:51:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:51:31 #2 DONE 0.0s 01:51:31 01:51:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:51:31 #3 DONE 0.0s 01:51:31 01:51:31 #4 [internal] load .dockerignore 01:51:31 #4 transferring context: 2B done 01:51:31 #4 DONE 0.0s 01:51:31 01:51:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 0.0s done 01:51:31 #5 CACHED 01:51:31 01:51:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 01:51:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:068203ed6a1e0574ff5eb1c86b121d81e6515178b610f872f7ccf0d87fc48668 done 01:51:31 #6 CACHED 01:51:31 01:51:31 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:51:31 #7 DONE 0.0s 01:51:31 01:51:31 #8 exporting to image 01:51:31 #8 exporting layers done 01:51:31 #8 exporting manifest sha256:41832347ae1c5ce4008eca568e19765f90f296f438c9451b9a9a50e9c4278bbd done 01:51:31 #8 exporting config sha256:b95ab9942083ecffc4834b459edd0f6421bc53203c4cb69918e4277a59de3bdc done 01:51:31 #8 exporting manifest sha256:09869f2e10b4647a3ae0f750ef5ad77f5de6ea85fd6ebf01a75bd24473edcc80 done 01:51:31 #8 exporting config sha256:3781269c8d4eab07adbbbf69f24f652b85612f58c90aef619e3f2e72114665ce done 01:51:31 #8 exporting manifest list sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a done 01:51:31 #8 pushing layers 0.0s done 01:51:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:da65343697a3d1975d495c0ffae07f77e23a77f8816a678cf7b5741142caf28a 0.1s done 01:51:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:31 #8 DONE 0.1s 01:51:31 01:51:31 1 warning found (use --debug to expand): 01:51:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:32 #1 [internal] load build definition from Dockerfile 01:51:32 #1 transferring dockerfile: 205B done 01:51:32 #1 DONE 0.0s 01:51:32 01:51:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:32 #2 DONE 0.0s 01:51:32 01:51:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:32 #3 DONE 0.0s 01:51:32 01:51:32 #4 [internal] load .dockerignore 01:51:32 #4 transferring context: 2B done 01:51:32 #4 DONE 0.0s 01:51:32 01:51:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:32 #5 DONE 0.1s 01:51:32 01:51:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:32 #6 DONE 0.0s 01:51:32 01:51:32 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:32 #7 DONE 0.0s 01:51:32 01:51:32 #8 exporting to image 01:51:32 #8 exporting layers done 01:51:32 #8 exporting manifest sha256:424a5095bf2d6192c87b53cd25636c22e472d475e9bbe2941b160471f0d915bc 0.0s done 01:51:32 #8 exporting config sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:51:32 #8 exporting manifest sha256:bece73174c0a190fe5695be1985cf49eadd21569d9c97177b6b89df0595b91b1 done 01:51:32 #8 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 done 01:51:32 #8 exporting manifest list sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba done 01:51:32 #8 pushing layers 0.1s done 01:51:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 01:51:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 0.1s done 01:51:32 #8 DONE 0.2s 01:51:32 01:51:32 1 warning found (use --debug to expand): 01:51:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:51:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:51:32 #1 [internal] load build definition from Dockerfile 01:51:32 #1 transferring dockerfile: 171B done 01:51:32 #1 DONE 0.0s 01:51:32 01:51:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:51:32 #2 DONE 0.0s 01:51:32 01:51:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:51:32 #3 DONE 0.0s 01:51:32 01:51:32 #4 [internal] load .dockerignore 01:51:32 #4 transferring context: 2B done 01:51:32 #4 DONE 0.0s 01:51:32 01:51:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:32 #5 DONE 0.0s 01:51:32 01:51:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:33 #6 CACHED 01:51:33 01:51:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:33 #5 CACHED 01:51:33 01:51:33 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:33 #7 DONE 0.0s 01:51:33 01:51:33 #8 exporting to image 01:51:33 #8 exporting layers done 01:51:33 #8 exporting manifest sha256:424a5095bf2d6192c87b53cd25636c22e472d475e9bbe2941b160471f0d915bc done 01:51:33 #8 exporting config sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:51:33 #8 exporting manifest sha256:bece73174c0a190fe5695be1985cf49eadd21569d9c97177b6b89df0595b91b1 done 01:51:33 #8 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 done 01:51:33 #8 exporting manifest list sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba done 01:51:33 #8 pushing layers 0.0s done 01:51:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 0.1s done 01:51:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:33 #8 DONE 0.1s 01:51:33 01:51:33 1 warning found (use --debug to expand): 01:51:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42' 01:51:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 --push - 01:51:33 #1 [internal] load build definition from Dockerfile 01:51:33 #1 transferring dockerfile: 177B done 01:51:33 #1 DONE 0.0s 01:51:33 01:51:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:51:33 #2 DONE 0.0s 01:51:33 01:51:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:51:33 #3 DONE 0.1s 01:51:33 01:51:33 #4 [internal] load .dockerignore 01:51:33 #4 transferring context: 2B done 01:51:33 #4 DONE 0.0s 01:51:33 01:51:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:33 #5 CACHED 01:51:33 01:51:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:33 #6 CACHED 01:51:33 01:51:33 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:33 #7 DONE 0.0s 01:51:33 01:51:33 #8 exporting to image 01:51:33 #8 exporting layers done 01:51:33 #8 exporting manifest sha256:424a5095bf2d6192c87b53cd25636c22e472d475e9bbe2941b160471f0d915bc done 01:51:33 #8 exporting config sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:51:33 #8 exporting manifest sha256:bece73174c0a190fe5695be1985cf49eadd21569d9c97177b6b89df0595b91b1 done 01:51:33 #8 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 done 01:51:33 #8 exporting manifest list sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba done 01:51:33 #8 pushing layers 0.0s done 01:51:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 01:51:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 0.1s done 01:51:33 #8 DONE 0.1s 01:51:33 01:51:33 1 warning found (use --debug to expand): 01:51:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:33 #1 [internal] load build definition from Dockerfile 01:51:33 #1 transferring dockerfile: 218B done 01:51:33 #1 DONE 0.0s 01:51:33 01:51:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:33 #2 DONE 0.0s 01:51:33 01:51:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:33 #3 DONE 0.0s 01:51:33 01:51:33 #4 [internal] load .dockerignore 01:51:33 #4 transferring context: 2B done 01:51:33 #4 DONE 0.0s 01:51:34 01:51:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:34 #5 CACHED 01:51:34 01:51:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:34 #6 CACHED 01:51:34 01:51:34 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:34 #7 DONE 0.0s 01:51:34 01:51:34 #8 exporting to image 01:51:34 #8 exporting layers done 01:51:34 #8 exporting manifest sha256:424a5095bf2d6192c87b53cd25636c22e472d475e9bbe2941b160471f0d915bc done 01:51:34 #8 exporting config sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:51:34 #8 exporting manifest sha256:bece73174c0a190fe5695be1985cf49eadd21569d9c97177b6b89df0595b91b1 done 01:51:34 #8 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 done 01:51:34 #8 exporting manifest list sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba done 01:51:34 #8 pushing layers 0.0s done 01:51:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 0.1s done 01:51:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:34 #8 DONE 0.1s 01:51:34 01:51:34 1 warning found (use --debug to expand): 01:51:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:51:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:51:34 #1 [internal] load build definition from Dockerfile 01:51:34 #1 transferring dockerfile: 169B done 01:51:34 #1 DONE 0.0s 01:51:34 01:51:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:51:34 #2 DONE 0.0s 01:51:34 01:51:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:51:34 #3 DONE 0.0s 01:51:34 01:51:34 #4 [internal] load .dockerignore 01:51:34 #4 transferring context: 2B done 01:51:34 #4 DONE 0.0s 01:51:34 01:51:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:34 #5 CACHED 01:51:34 01:51:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 01:51:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b3dabecd1d76ced0d37ed6fc7aec4fdc6bfd57b7903ad600be4187b2a14d8317 0.0s done 01:51:34 #6 CACHED 01:51:34 01:51:34 #7 exporting to image 01:51:34 #7 exporting layers done 01:51:34 #7 exporting manifest sha256:424a5095bf2d6192c87b53cd25636c22e472d475e9bbe2941b160471f0d915bc done 01:51:34 #7 exporting config sha256:b52753880be907b4e6aad0dd3a8186b07c0eb8239bbbf9b072066780fdd81e3e done 01:51:34 #7 exporting manifest sha256:bece73174c0a190fe5695be1985cf49eadd21569d9c97177b6b89df0595b91b1 done 01:51:34 #7 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 01:51:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:34 #7 exporting config sha256:5af91d1ff2003430dde820958bac11e2b721ed33c91c9ca577b9e749d411bda6 done 01:51:34 #7 exporting manifest list sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba done 01:51:34 #7 pushing layers 0.0s done 01:51:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:8de0562fea1c40dfd12382628aab8624b4def1fa0b9f86df3e96eb2b5a8482ba 0.1s done 01:51:34 #7 DONE 0.1s 01:51:34 01:51:34 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:51:34 #8 DONE 0.0s 01:51:34 01:51:34 1 warning found (use --debug to expand): 01:51:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:35 #1 [internal] load build definition from Dockerfile 01:51:35 #1 transferring dockerfile: 206B done 01:51:35 #1 DONE 0.0s 01:51:35 01:51:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:35 #2 DONE 0.0s 01:51:35 01:51:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:35 #3 DONE 0.0s 01:51:35 01:51:35 #4 [internal] load .dockerignore 01:51:35 #4 transferring context: 01:51:35 #4 transferring context: 2B done 01:51:35 #4 DONE 0.0s 01:51:35 01:51:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:35 #5 DONE 0.0s 01:51:35 01:51:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:35 #6 DONE 0.1s 01:51:35 01:51:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:35 #6 DONE 0.1s 01:51:35 01:51:35 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:35 #7 DONE 0.0s 01:51:35 01:51:35 #8 exporting to image 01:51:35 #8 exporting layers done 01:51:35 #8 exporting manifest sha256:43b1d944dce54bfe18610bd79bbbb6510c04282c218f2f36b33e7925a06c96ca 0.0s done 01:51:35 #8 exporting config sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:51:35 #8 exporting manifest sha256:c8e2d32d7137ac2b2d8e756a417ef8fbfc49891e2eedbf7cc8602328b12a3d7a done 01:51:35 #8 exporting config sha256:24dcde0625f32eba38780f7ac2c8fa75aeab7328a0d28bdb2ff151519a6186de done 01:51:35 #8 exporting manifest list sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 done 01:51:35 #8 pushing layers 0.1s done 01:51:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 01:51:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 0.1s done 01:51:35 #8 DONE 0.2s 01:51:35 01:51:35 1 warning found (use --debug to expand): 01:51:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:51:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:51:36 #1 [internal] load build definition from Dockerfile 01:51:36 #1 transferring dockerfile: 172B done 01:51:36 #1 DONE 0.0s 01:51:36 01:51:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:51:36 #2 DONE 0.0s 01:51:36 01:51:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:51:36 #3 DONE 0.1s 01:51:36 01:51:36 #4 [internal] load .dockerignore 01:51:36 #4 transferring context: 01:51:36 #4 transferring context: 2B done 01:51:36 #4 DONE 0.0s 01:51:36 01:51:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:36 #5 CACHED 01:51:36 01:51:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:36 #6 CACHED 01:51:36 01:51:36 #7 exporting to image 01:51:36 #7 exporting layers done 01:51:36 #7 exporting manifest sha256:43b1d944dce54bfe18610bd79bbbb6510c04282c218f2f36b33e7925a06c96ca done 01:51:36 #7 exporting config sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:51:36 #7 exporting manifest sha256:c8e2d32d7137ac2b2d8e756a417ef8fbfc49891e2eedbf7cc8602328b12a3d7a done 01:51:36 #7 exporting config sha256:24dcde0625f32eba38780f7ac2c8fa75aeab7328a0d28bdb2ff151519a6186de done 01:51:36 #7 exporting manifest list sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 done 01:51:36 #7 pushing layers 0.0s done 01:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 01:51:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 0.1s done 01:51:36 #7 DONE 0.1s 01:51:36 01:51:36 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:36 #8 DONE 0.0s 01:51:36 01:51:36 1 warning found (use --debug to expand): 01:51:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42' 01:51:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 --push - 01:51:36 #1 [internal] load build definition from Dockerfile 01:51:36 #1 transferring dockerfile: 178B done 01:51:36 #1 DONE 0.0s 01:51:36 01:51:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:51:36 #2 DONE 0.0s 01:51:36 01:51:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:51:36 #3 DONE 0.0s 01:51:36 01:51:36 #4 [internal] load .dockerignore 01:51:36 #4 transferring context: 2B done 01:51:36 #4 DONE 0.0s 01:51:36 01:51:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:36 #5 DONE 0.0s 01:51:36 01:51:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:36 #6 CACHED 01:51:36 01:51:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:36 #5 CACHED 01:51:36 01:51:36 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:36 #7 DONE 0.0s 01:51:36 01:51:36 #8 exporting to image 01:51:36 #8 exporting layers done 01:51:36 #8 exporting manifest sha256:43b1d944dce54bfe18610bd79bbbb6510c04282c218f2f36b33e7925a06c96ca done 01:51:36 #8 exporting config sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:51:36 #8 exporting manifest sha256:c8e2d32d7137ac2b2d8e756a417ef8fbfc49891e2eedbf7cc8602328b12a3d7a done 01:51:36 #8 exporting config sha256:24dcde0625f32eba38780f7ac2c8fa75aeab7328a0d28bdb2ff151519a6186de done 01:51:36 #8 exporting manifest list sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 done 01:51:36 #8 pushing layers 0.0s done 01:51:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 0.1s done 01:51:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:36 #8 DONE 0.1s 01:51:36 01:51:36 1 warning found (use --debug to expand): 01:51:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:37 #1 [internal] load build definition from Dockerfile 01:51:37 #1 transferring dockerfile: 219B done 01:51:37 #1 DONE 0.0s 01:51:37 01:51:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:37 #2 DONE 0.0s 01:51:37 01:51:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:37 #3 DONE 0.0s 01:51:37 01:51:37 #4 [internal] load .dockerignore 01:51:37 #4 transferring context: 2B done 01:51:37 #4 DONE 0.0s 01:51:37 01:51:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b done 01:51:37 #5 CACHED 01:51:37 01:51:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:37 #6 CACHED 01:51:37 01:51:37 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:37 #7 DONE 0.0s 01:51:37 01:51:37 #8 exporting to image 01:51:37 #8 exporting layers done 01:51:37 #8 exporting manifest sha256:43b1d944dce54bfe18610bd79bbbb6510c04282c218f2f36b33e7925a06c96ca done 01:51:37 #8 exporting config sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:51:37 #8 exporting manifest sha256:c8e2d32d7137ac2b2d8e756a417ef8fbfc49891e2eedbf7cc8602328b12a3d7a done 01:51:37 #8 exporting config sha256:24dcde0625f32eba38780f7ac2c8fa75aeab7328a0d28bdb2ff151519a6186de done 01:51:37 #8 exporting manifest list sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 done 01:51:37 #8 pushing layers 0.0s done 01:51:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 0.1s done 01:51:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:37 #8 DONE 0.1s 01:51:37 01:51:37 1 warning found (use --debug to expand): 01:51:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:51:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:51:37 #1 [internal] load build definition from Dockerfile 01:51:37 #1 transferring dockerfile: 170B done 01:51:37 #1 DONE 0.0s 01:51:37 01:51:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:51:37 #2 DONE 0.0s 01:51:37 01:51:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:51:37 #3 DONE 0.0s 01:51:37 01:51:37 #4 [internal] load .dockerignore 01:51:37 #4 transferring context: 2B done 01:51:37 #4 DONE 0.0s 01:51:37 01:51:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:37 #5 CACHED 01:51:37 01:51:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 01:51:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:40403002b0fb9177830ea45a9c24e7b0e00d90800e8403bfc7ca975b482f405b 0.0s done 01:51:37 #6 CACHED 01:51:37 01:51:37 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:51:37 #7 DONE 0.0s 01:51:37 01:51:37 #8 exporting to image 01:51:37 #8 exporting layers done 01:51:37 #8 exporting manifest sha256:43b1d944dce54bfe18610bd79bbbb6510c04282c218f2f36b33e7925a06c96ca done 01:51:37 #8 exporting config sha256:e08bc3428448f66c1173b56bde23b3a872b7199abc97054a551323e3995a93d6 done 01:51:37 #8 exporting manifest sha256:c8e2d32d7137ac2b2d8e756a417ef8fbfc49891e2eedbf7cc8602328b12a3d7a done 01:51:37 #8 exporting config sha256:24dcde0625f32eba38780f7ac2c8fa75aeab7328a0d28bdb2ff151519a6186de done 01:51:37 #8 exporting manifest list sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 done 01:51:37 #8 pushing layers 0.0s done 01:51:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9f806d60c03a07f3f2ac96f6958ea40cbd7d1f3e8eb9590909fb5e256055f6a4 0.1s done 01:51:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:37 #8 DONE 0.1s 01:51:38 01:51:38 1 warning found (use --debug to expand): 01:51:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:38 #1 [internal] load build definition from Dockerfile 01:51:38 #1 transferring dockerfile: 206B done 01:51:38 #1 DONE 0.0s 01:51:38 01:51:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:38 #2 DONE 0.0s 01:51:38 01:51:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:38 #3 DONE 0.1s 01:51:38 01:51:38 #4 [internal] load .dockerignore 01:51:38 #4 transferring context: 2B done 01:51:38 #4 DONE 0.0s 01:51:38 01:51:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:38 #5 DONE 0.0s 01:51:38 01:51:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:38 #6 DONE 0.1s 01:51:38 01:51:38 #7 exporting to image 01:51:38 #7 exporting layers done 01:51:38 #7 exporting manifest sha256:5c3b29953dbb74c27e44ddba9cde4e7f00af5ae2a1304cf2731539731f285019 done 01:51:38 #7 exporting config sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:51:38 #7 exporting manifest sha256:2dcefeccd36f4f849c2669a2dc7b04661d7fef1bd3b40e11584ec3d8a897e856 done 01:51:38 #7 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b 01:51:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:38 #7 ... 01:51:38 01:51:38 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:38 #8 DONE 0.0s 01:51:38 01:51:38 #7 exporting to image 01:51:38 #7 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b done 01:51:38 #7 exporting manifest list sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 done 01:51:38 #7 pushing layers 0.1s done 01:51:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 01:51:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 0.1s done 01:51:39 #7 DONE 0.2s 01:51:39 01:51:39 1 warning found (use --debug to expand): 01:51:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:51:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:51:39 #1 [internal] load build definition from Dockerfile 01:51:39 #1 transferring dockerfile: 172B done 01:51:39 #1 DONE 0.0s 01:51:39 01:51:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:51:39 #2 DONE 0.0s 01:51:39 01:51:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:51:39 #3 DONE 0.0s 01:51:39 01:51:39 #4 [internal] load .dockerignore 01:51:39 #4 transferring context: 2B done 01:51:39 #4 DONE 0.0s 01:51:39 01:51:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:39 #5 DONE 0.0s 01:51:39 01:51:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:39 #6 CACHED 01:51:39 01:51:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:39 #5 CACHED 01:51:39 01:51:39 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:39 #7 DONE 0.0s 01:51:39 01:51:39 #8 exporting to image 01:51:39 #8 exporting layers done 01:51:39 #8 exporting manifest sha256:5c3b29953dbb74c27e44ddba9cde4e7f00af5ae2a1304cf2731539731f285019 done 01:51:39 #8 exporting config sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:51:39 #8 exporting manifest sha256:2dcefeccd36f4f849c2669a2dc7b04661d7fef1bd3b40e11584ec3d8a897e856 done 01:51:39 #8 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b done 01:51:39 #8 exporting manifest list sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 done 01:51:39 #8 pushing layers 0.0s done 01:51:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 0.1s done 01:51:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:39 #8 DONE 0.1s 01:51:39 01:51:39 1 warning found (use --debug to expand): 01:51:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42' 01:51:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 --push - 01:51:39 #1 [internal] load build definition from Dockerfile 01:51:39 #1 transferring dockerfile: 178B done 01:51:39 #1 DONE 0.0s 01:51:39 01:51:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:51:39 #2 DONE 0.0s 01:51:39 01:51:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:51:39 #3 DONE 0.0s 01:51:39 01:51:39 #4 [internal] load .dockerignore 01:51:39 #4 transferring context: 2B done 01:51:39 #4 DONE 0.0s 01:51:40 01:51:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:40 #5 CACHED 01:51:40 01:51:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:40 #6 CACHED 01:51:40 01:51:40 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:40 #7 DONE 0.0s 01:51:40 01:51:40 #8 exporting to image 01:51:40 #8 exporting layers done 01:51:40 #8 exporting manifest sha256:5c3b29953dbb74c27e44ddba9cde4e7f00af5ae2a1304cf2731539731f285019 done 01:51:40 #8 exporting config sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:51:40 #8 exporting manifest sha256:2dcefeccd36f4f849c2669a2dc7b04661d7fef1bd3b40e11584ec3d8a897e856 done 01:51:40 #8 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b done 01:51:40 #8 exporting manifest list sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 done 01:51:40 #8 pushing layers 0.0s done 01:51:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 0.1s done 01:51:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:40 #8 DONE 0.1s 01:51:40 01:51:40 1 warning found (use --debug to expand): 01:51:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:40 #1 [internal] load build definition from Dockerfile 01:51:40 #1 transferring dockerfile: 219B done 01:51:40 #1 DONE 0.0s 01:51:40 01:51:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:40 #2 DONE 0.0s 01:51:40 01:51:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:40 #3 DONE 0.0s 01:51:40 01:51:40 #4 [internal] load .dockerignore 01:51:40 #4 transferring context: 2B done 01:51:40 #4 DONE 0.0s 01:51:40 01:51:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:40 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:40 #5 DONE 0.0s 01:51:40 01:51:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:40 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:40 #6 CACHED 01:51:40 01:51:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:40 #5 CACHED 01:51:40 01:51:40 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:40 #7 DONE 0.0s 01:51:40 01:51:40 #8 exporting to image 01:51:40 #8 exporting layers done 01:51:40 #8 exporting manifest sha256:5c3b29953dbb74c27e44ddba9cde4e7f00af5ae2a1304cf2731539731f285019 done 01:51:40 #8 exporting config sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:51:40 #8 exporting manifest sha256:2dcefeccd36f4f849c2669a2dc7b04661d7fef1bd3b40e11584ec3d8a897e856 done 01:51:40 #8 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b done 01:51:40 #8 exporting manifest list sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 done 01:51:40 #8 pushing layers 0.0s done 01:51:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 0.1s done 01:51:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:40 #8 DONE 0.1s 01:51:40 01:51:40 1 warning found (use --debug to expand): 01:51:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:51:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:51:41 #1 [internal] load build definition from Dockerfile 01:51:41 #1 transferring dockerfile: 170B done 01:51:41 #1 DONE 0.0s 01:51:41 01:51:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:51:41 #2 DONE 0.0s 01:51:41 01:51:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:51:41 #3 DONE 0.0s 01:51:41 01:51:41 #4 [internal] load .dockerignore 01:51:41 #4 transferring context: 2B done 01:51:41 #4 DONE 0.0s 01:51:41 01:51:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:41 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:41 #5 CACHED 01:51:41 01:51:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 01:51:41 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6cb03cd341fdada953e1a94948077c08e3d336def18a02ea7756d48196d72d7a 0.0s done 01:51:41 #6 CACHED 01:51:41 01:51:41 #7 exporting to image 01:51:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:41 #7 exporting layers done 01:51:41 #7 exporting manifest sha256:5c3b29953dbb74c27e44ddba9cde4e7f00af5ae2a1304cf2731539731f285019 done 01:51:41 #7 exporting config sha256:ef5d9984ee03389653c496577be8e310e23e8f558cd57f1e00e7f6785b86dfa1 done 01:51:41 #7 exporting manifest sha256:2dcefeccd36f4f849c2669a2dc7b04661d7fef1bd3b40e11584ec3d8a897e856 done 01:51:41 #7 exporting config sha256:163fb3f5a97d04867a9f4a9fb6b779d4ad2a100381bb0aed8c3316917788211b done 01:51:41 #7 exporting manifest list sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 done 01:51:41 #7 pushing layers 0.0s done 01:51:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:283d6cae2d60fc0da4560281ae43837c928d18fdec0f9194b665129037348616 0.1s done 01:51:41 #7 DONE 0.1s 01:51:41 01:51:41 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:51:41 #8 DONE 0.0s 01:51:41 01:51:41 1 warning found (use --debug to expand): 01:51:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:41 #1 [internal] load build definition from Dockerfile 01:51:41 #1 transferring dockerfile: 206B done 01:51:41 #1 DONE 0.0s 01:51:41 01:51:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:41 #2 DONE 0.0s 01:51:41 01:51:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:41 #3 DONE 0.1s 01:51:41 01:51:41 #4 [internal] load .dockerignore 01:51:41 #4 transferring context: 2B done 01:51:41 #4 DONE 0.0s 01:51:41 01:51:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:41 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:41 #5 DONE 0.0s 01:51:41 01:51:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:41 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:41 #6 DONE 0.1s 01:51:41 01:51:41 #7 exporting to image 01:51:41 #7 exporting layers done 01:51:41 #7 exporting manifest sha256:55264bcf85ed953fbca010b60c76111a3296ed9d44a5d050c136ba20ad81cc7b 0.0s done 01:51:41 #7 exporting config sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 done 01:51:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:41 #7 ... 01:51:41 01:51:41 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:41 #8 DONE 0.0s 01:51:41 01:51:41 #7 exporting to image 01:51:41 #7 exporting manifest sha256:736fe30d0979f4230d9658886afa4a1d5b14d242834e4b3b863f6037a3a1e581 done 01:51:41 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 done 01:51:41 #7 exporting manifest list sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed done 01:51:41 #7 pushing layers 0.1s done 01:51:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 01:51:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 0.1s done 01:51:42 #7 DONE 0.2s 01:51:42 01:51:42 1 warning found (use --debug to expand): 01:51:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:51:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:51:42 #1 [internal] load build definition from Dockerfile 01:51:42 #1 transferring dockerfile: 172B done 01:51:42 #1 DONE 0.0s 01:51:42 01:51:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:51:42 #2 DONE 0.0s 01:51:42 01:51:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:51:42 #3 DONE 0.0s 01:51:42 01:51:42 #4 [internal] load .dockerignore 01:51:42 #4 transferring context: 2B done 01:51:42 #4 DONE 0.0s 01:51:42 01:51:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:42 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c done 01:51:42 #5 CACHED 01:51:42 01:51:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:42 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:42 #6 CACHED 01:51:42 01:51:42 #7 exporting to image 01:51:42 #7 exporting layers done 01:51:42 #7 exporting manifest sha256:55264bcf85ed953fbca010b60c76111a3296ed9d44a5d050c136ba20ad81cc7b done 01:51:42 #7 exporting config sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 done 01:51:42 #7 exporting manifest sha256:736fe30d0979f4230d9658886afa4a1d5b14d242834e4b3b863f6037a3a1e581 done 01:51:42 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 done 01:51:42 #7 exporting manifest list sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed done 01:51:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:42 #7 pushing layers 0.0s done 01:51:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 0.1s done 01:51:42 #7 DONE 0.1s 01:51:42 01:51:42 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:42 #8 DONE 0.0s 01:51:42 01:51:42 1 warning found (use --debug to expand): 01:51:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42' 01:51:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 --push - 01:51:42 #1 [internal] load build definition from Dockerfile 01:51:42 #1 transferring dockerfile: 178B done 01:51:42 #1 DONE 0.0s 01:51:42 01:51:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:51:42 #2 DONE 0.0s 01:51:42 01:51:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:51:42 #3 DONE 0.0s 01:51:42 01:51:42 #4 [internal] load .dockerignore 01:51:42 #4 transferring context: 2B done 01:51:42 #4 DONE 0.0s 01:51:42 01:51:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:42 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:42 #5 CACHED 01:51:42 01:51:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:42 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:42 #6 CACHED 01:51:42 01:51:42 #7 exporting to image 01:51:42 #7 exporting layers done 01:51:42 #7 exporting manifest sha256:55264bcf85ed953fbca010b60c76111a3296ed9d44a5d050c136ba20ad81cc7b done 01:51:42 #7 exporting config sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 done 01:51:42 #7 exporting manifest sha256:736fe30d0979f4230d9658886afa4a1d5b14d242834e4b3b863f6037a3a1e581 done 01:51:42 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 01:51:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:43 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 done 01:51:43 #7 exporting manifest list sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed done 01:51:43 #7 pushing layers 0.0s done 01:51:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 0.1s done 01:51:43 #7 DONE 0.1s 01:51:43 01:51:43 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:43 #8 DONE 0.0s 01:51:43 01:51:43 1 warning found (use --debug to expand): 01:51:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:43 #1 [internal] load build definition from Dockerfile 01:51:43 #1 transferring dockerfile: 219B done 01:51:43 #1 DONE 0.0s 01:51:43 01:51:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:43 #2 DONE 0.0s 01:51:43 01:51:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:43 #3 DONE 0.0s 01:51:43 01:51:43 #4 [internal] load .dockerignore 01:51:43 #4 transferring context: 2B done 01:51:43 #4 DONE 0.0s 01:51:43 01:51:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:43 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:43 #5 CACHED 01:51:43 01:51:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:43 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:43 #6 CACHED 01:51:43 01:51:43 #7 exporting to image 01:51:43 #7 exporting layers done 01:51:43 #7 exporting manifest sha256:55264bcf85ed953fbca010b60c76111a3296ed9d44a5d050c136ba20ad81cc7b done 01:51:43 #7 exporting config sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 done 01:51:43 #7 exporting manifest sha256:736fe30d0979f4230d9658886afa4a1d5b14d242834e4b3b863f6037a3a1e581 done 01:51:43 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 01:51:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:43 #7 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 done 01:51:43 #7 exporting manifest list sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed done 01:51:43 #7 pushing layers 0.0s done 01:51:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 0.1s done 01:51:43 #7 DONE 0.1s 01:51:43 01:51:43 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:43 #8 DONE 0.0s 01:51:43 01:51:43 1 warning found (use --debug to expand): 01:51:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:51:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:51:44 #1 [internal] load build definition from Dockerfile 01:51:44 #1 transferring dockerfile: 170B done 01:51:44 #1 DONE 0.0s 01:51:44 01:51:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:51:44 #2 DONE 0.0s 01:51:44 01:51:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:51:44 #3 DONE 0.0s 01:51:44 01:51:44 #4 [internal] load .dockerignore 01:51:44 #4 transferring context: 2B done 01:51:44 #4 DONE 0.0s 01:51:44 01:51:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:44 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:44 #5 CACHED 01:51:44 01:51:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:44 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 0.0s done 01:51:44 #6 DONE 0.0s 01:51:44 01:51:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:6872d89b0bd36a58c79ddf525ec7a41d8d39c521a6e261040836bb6ef029607c 01:51:44 #6 CACHED 01:51:44 01:51:44 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:51:44 #7 DONE 0.0s 01:51:44 01:51:44 #8 exporting to image 01:51:44 #8 exporting layers done 01:51:44 #8 exporting manifest sha256:55264bcf85ed953fbca010b60c76111a3296ed9d44a5d050c136ba20ad81cc7b done 01:51:44 #8 exporting config sha256:3e4e810fc905fa8205d55bae5b6a9fbe73f4664b5038116129cce4e7db09efc8 done 01:51:44 #8 exporting manifest sha256:736fe30d0979f4230d9658886afa4a1d5b14d242834e4b3b863f6037a3a1e581 done 01:51:44 #8 exporting config sha256:377ff004b3ec929cecd43f8586f9ac8df49ba7502523e86ff1aa5d76cb093395 done 01:51:44 #8 exporting manifest list sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed done 01:51:44 #8 pushing layers 0.0s done 01:51:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 01:51:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:69433cddc480d4e57e545d45606fda42da027f5219e6881ee1b217cd526626ed 1.9s done 01:51:46 #8 DONE 1.9s 01:51:46 01:51:46 1 warning found (use --debug to expand): 01:51:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf' 01:51:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf --push - 01:51:46 #1 [internal] load build definition from Dockerfile 01:51:46 #1 transferring dockerfile: 202B done 01:51:46 #1 DONE 0.0s 01:51:46 01:51:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:46 #2 DONE 0.0s 01:51:46 01:51:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf 01:51:46 #3 DONE 0.0s 01:51:46 01:51:46 #4 [internal] load .dockerignore 01:51:46 #4 transferring context: 2B done 01:51:46 #4 DONE 0.0s 01:51:46 01:51:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:46 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:46 #5 DONE 0.0s 01:51:46 01:51:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:46 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:46 #6 DONE 0.1s 01:51:46 01:51:46 #7 exporting to image 01:51:46 #7 exporting layers done 01:51:46 #7 exporting manifest sha256:4d3de2f213396cde2e8fd014c89a1717aa68145909da3662f4a3f82494eb133b done 01:51:46 #7 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:51:46 #7 exporting manifest sha256:a9a49f0cf11abd202bbdcef91beeaa13251f851f5c06a7d0f095dc4e4024a7a9 done 01:51:46 #7 exporting config sha256:1eed67e94003030969670d4df8de8e06a32f06b503d1ff0d59977ce0d3f737bc done 01:51:46 #7 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 01:51:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:47 #7 ... 01:51:47 01:51:47 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:47 #8 DONE 0.0s 01:51:47 01:51:47 #7 exporting to image 01:51:47 #7 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 done 01:51:47 #7 pushing layers 0.1s done 01:51:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 01:51:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 0.1s done 01:51:47 #7 DONE 0.2s 01:51:47 01:51:47 1 warning found (use --debug to expand): 01:51:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:51:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:51:47 #1 [internal] load build definition from Dockerfile 01:51:47 #1 transferring dockerfile: 01:51:47 #1 transferring dockerfile: 168B done 01:51:47 #1 DONE 0.2s 01:51:47 01:51:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:51:47 #2 DONE 0.0s 01:51:47 01:51:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:51:47 #3 DONE 0.0s 01:51:47 01:51:47 #4 [internal] load .dockerignore 01:51:47 #4 transferring context: 2B done 01:51:47 #4 DONE 0.0s 01:51:47 01:51:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:47 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:47 #5 CACHED 01:51:47 01:51:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:47 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:47 #6 CACHED 01:51:47 01:51:47 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:47 #7 DONE 0.0s 01:51:47 01:51:47 #8 exporting to image 01:51:47 #8 exporting layers done 01:51:47 #8 exporting manifest sha256:4d3de2f213396cde2e8fd014c89a1717aa68145909da3662f4a3f82494eb133b done 01:51:47 #8 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:51:47 #8 exporting manifest sha256:a9a49f0cf11abd202bbdcef91beeaa13251f851f5c06a7d0f095dc4e4024a7a9 done 01:51:47 #8 exporting config sha256:1eed67e94003030969670d4df8de8e06a32f06b503d1ff0d59977ce0d3f737bc done 01:51:47 #8 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 done 01:51:47 #8 pushing layers 0.0s done 01:51:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 0.1s done 01:51:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:47 #8 DONE 0.1s 01:51:47 01:51:47 1 warning found (use --debug to expand): 01:51:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42' 01:51:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 --push - 01:51:48 #1 [internal] load build definition from Dockerfile 01:51:48 #1 transferring dockerfile: 174B done 01:51:48 #1 DONE 0.0s 01:51:48 01:51:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:51:48 #2 DONE 0.0s 01:51:48 01:51:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:51:48 #3 DONE 0.0s 01:51:48 01:51:48 #4 [internal] load .dockerignore 01:51:48 #4 transferring context: 2B done 01:51:48 #4 DONE 0.0s 01:51:48 01:51:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:48 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:48 #5 CACHED 01:51:48 01:51:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:48 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:48 #6 CACHED 01:51:48 01:51:48 #7 exporting to image 01:51:48 #7 exporting layers done 01:51:48 #7 exporting manifest sha256:4d3de2f213396cde2e8fd014c89a1717aa68145909da3662f4a3f82494eb133b done 01:51:48 #7 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db 01:51:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:48 #7 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:51:48 #7 exporting manifest sha256:a9a49f0cf11abd202bbdcef91beeaa13251f851f5c06a7d0f095dc4e4024a7a9 done 01:51:48 #7 exporting config sha256:1eed67e94003030969670d4df8de8e06a32f06b503d1ff0d59977ce0d3f737bc done 01:51:48 #7 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 done 01:51:48 #7 pushing layers 0.0s done 01:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 0.1s done 01:51:48 #7 DONE 0.1s 01:51:48 01:51:48 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:48 #8 DONE 0.0s 01:51:48 01:51:48 1 warning found (use --debug to expand): 01:51:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42' 01:51:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 --push - 01:51:48 #1 [internal] load build definition from Dockerfile 01:51:48 #1 transferring dockerfile: 215B done 01:51:48 #1 DONE 0.0s 01:51:48 01:51:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:48 #2 DONE 0.0s 01:51:48 01:51:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 01:51:48 #3 DONE 0.0s 01:51:48 01:51:48 #4 [internal] load .dockerignore 01:51:48 #4 transferring context: 2B done 01:51:48 #4 DONE 0.0s 01:51:48 01:51:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:48 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:48 #5 CACHED 01:51:48 01:51:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:48 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:48 #6 CACHED 01:51:48 01:51:48 #7 exporting to image 01:51:48 #7 exporting layers 01:51:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:48 #7 exporting layers done 01:51:48 #7 exporting manifest sha256:4d3de2f213396cde2e8fd014c89a1717aa68145909da3662f4a3f82494eb133b done 01:51:48 #7 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:51:48 #7 exporting manifest sha256:a9a49f0cf11abd202bbdcef91beeaa13251f851f5c06a7d0f095dc4e4024a7a9 done 01:51:48 #7 exporting config sha256:1eed67e94003030969670d4df8de8e06a32f06b503d1ff0d59977ce0d3f737bc done 01:51:48 #7 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 done 01:51:48 #7 pushing layers 0.0s done 01:51:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 0.1s done 01:51:48 #7 DONE 0.1s 01:51:48 01:51:48 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:48 #8 DONE 0.0s 01:51:48 01:51:48 1 warning found (use --debug to expand): 01:51:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:51:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:51:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:51:49 #1 [internal] load build definition from Dockerfile 01:51:49 #1 transferring dockerfile: 166B done 01:51:49 #1 DONE 0.0s 01:51:49 01:51:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:51:49 #2 DONE 0.0s 01:51:49 01:51:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:51:49 #3 DONE 0.0s 01:51:49 01:51:49 #4 [internal] load .dockerignore 01:51:49 #4 transferring context: 2B done 01:51:49 #4 DONE 0.0s 01:51:49 01:51:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:49 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:49 #5 CACHED 01:51:49 01:51:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 01:51:49 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b20b09bb0b34664a1760deb2aede50b46f3d075606d2accafb824d09e9a5ac98 0.0s done 01:51:49 #6 CACHED 01:51:49 01:51:49 #7 exporting to image 01:51:49 #7 exporting layers 01:51:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:51:49 #7 exporting layers done 01:51:49 #7 exporting manifest sha256:4d3de2f213396cde2e8fd014c89a1717aa68145909da3662f4a3f82494eb133b done 01:51:49 #7 exporting config sha256:79e5a9abcab1c69bdeba1c8bd3c7a15258664205dbb2cb380c435cfff876e7db done 01:51:49 #7 exporting manifest sha256:a9a49f0cf11abd202bbdcef91beeaa13251f851f5c06a7d0f095dc4e4024a7a9 done 01:51:49 #7 exporting config sha256:1eed67e94003030969670d4df8de8e06a32f06b503d1ff0d59977ce0d3f737bc done 01:51:49 #7 exporting manifest list sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 done 01:51:49 #7 pushing layers 0.0s done 01:51:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ad24f15b5c1bc731efd435382d8c96637fc4c18afbb6f67acfbd363a1230f7d7 0.1s done 01:51:49 #7 DONE 0.1s 01:51:49 01:51:49 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:51:49 #8 DONE 0.0s 01:51:49 01:51:49 1 warning found (use --debug to expand): 01:51:49  - 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 01:51:49 + '[' -d /w/workspace/edgex-go/874/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:51:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:51:50 ---> package-listing.sh 01:51:50 ++ facter osfamily 01:51:50 ++ tr '[:upper:]' '[:lower:]' 01:51:50 + OS_FAMILY=redhat 01:51:50 + workspace=/w/workspace/edgex-go/874 01:51:50 + START_PACKAGES=/tmp/packages_start.txt 01:51:50 + END_PACKAGES=/tmp/packages_end.txt 01:51:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:51:50 + PACKAGES=/tmp/packages_start.txt 01:51:50 + '[' /w/workspace/edgex-go/874 ']' 01:51:50 + PACKAGES=/tmp/packages_end.txt 01:51:50 + case "${OS_FAMILY}" in 01:51:50 + rpm -qa 01:51:50 + sort 01:51:51 + '[' -f /tmp/packages_start.txt ']' 01:51:51 + '[' -f /tmp/packages_end.txt ']' 01:51:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:51:51 + '[' /w/workspace/edgex-go/874 ']' 01:51:51 + mkdir -p /w/workspace/edgex-go/874/archives/ 01:51:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/874/archives/ [Pipeline] echo 01:51:51 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/874/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:51:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:52 01:51:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:52 latest: Pulling from edgex-lftools-log-publisher 01:51:52 5eb5b503b376: Pulling fs layer 01:51:52 5c69ac0246d0: Pulling fs layer 01:51:52 ec43610c2a17: Pulling fs layer 01:51:52 3a2ae6a8a46f: Pulling fs layer 01:51:52 33b1e0a273af: Pulling fs layer 01:51:52 5d3b04190fa2: Pulling fs layer 01:51:52 2f39f015ded8: Pulling fs layer 01:51:52 3a2ae6a8a46f: Waiting 01:51:52 33b1e0a273af: Waiting 01:51:52 5d3b04190fa2: Waiting 01:51:52 2f39f015ded8: Waiting 01:51:52 5c69ac0246d0: Verifying Checksum 01:51:52 5c69ac0246d0: Download complete 01:51:52 3a2ae6a8a46f: Verifying Checksum 01:51:52 3a2ae6a8a46f: Download complete 01:51:52 33b1e0a273af: Verifying Checksum 01:51:52 33b1e0a273af: Download complete 01:51:52 5d3b04190fa2: Verifying Checksum 01:51:52 5d3b04190fa2: Download complete 01:51:52 ec43610c2a17: Verifying Checksum 01:51:52 ec43610c2a17: Download complete 01:51:52 5eb5b503b376: Verifying Checksum 01:51:52 5eb5b503b376: Download complete 01:51:53 2f39f015ded8: Verifying Checksum 01:51:53 2f39f015ded8: Download complete 01:51:54 5eb5b503b376: Pull complete 01:51:54 5c69ac0246d0: Pull complete 01:51:54 ec43610c2a17: Pull complete 01:51:55 3a2ae6a8a46f: Pull complete 01:51:55 33b1e0a273af: Pull complete 01:51:55 5d3b04190fa2: Pull complete 01:51:59 2f39f015ded8: Pull complete 01:51:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:51:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:59 prd-centos7-docker-4c-2g-5248 does not seem to be running inside a container 01:51:59 $ 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/874/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 01:52:03 $ docker top a529e8429ce724f5e920171a6a53f848ebe5567993837ccdc7a32ec3cdadac75 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:03 + touch /tmp/pre-build-complete [Pipeline] sh 01:52:03 + mkdir -p /var/log/sysstat [Pipeline] sh 01:52:04 + ls /var/log/sa-host 01:52:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:52:04 provisioning config files... 01:52:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config896270534987016tmp [Pipeline] { [Pipeline] echo 01:52:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:52:04 ---> create-netrc.sh [Pipeline] } 01:52:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:52:04 ---> python-tools-install.sh [Pipeline] echo 01:52:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:52:05 ---> sudo-logs.sh 01:52:05 Archiving 'sudo' log.. 01:52:05 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:05 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:52:05 $ docker stop --time=1 a529e8429ce724f5e920171a6a53f848ebe5567993837ccdc7a32ec3cdadac75 01:52:06 $ docker rm -f --volumes a529e8429ce724f5e920171a6a53f848ebe5567993837ccdc7a32ec3cdadac75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:52:06 [WS-CLEANUP] Deleting project workspace... 01:52:06 [WS-CLEANUP] Deferred wipeout is used... 01:52:06 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:09:50 #143 ... 02:09:50 02:09:50 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:09:50 #151 DONE 1138.7s 02:09:50 02:09:50 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:50 #152 ... 02:09:50 02:09:50 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:09:50 #155 DONE 0.2s 02:09:50 02:09:50 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:09:50 #156 DONE 0.2s 02:09:50 02:09:50 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:09:50 #157 DONE 0.2s 02:09:50 02:09:50 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:09:50 #158 DONE 0.1s 02:09:50 02:09:50 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:09:50 #159 DONE 0.1s 02:09:50 02:09:50 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:50 #160 DONE 2.2s 02:09:50 02:09:50 #110 [core-common-config-bootstrapper] exporting to image 02:09:50 #110 exporting layers 02:09:50 #110 exporting layers 0.7s done 02:09:50 #110 writing image sha256:dbb137488e9377256d05492964ed52b68a355ebef1e8b6505cafc50f799cc8c5 done 02:09:50 #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:09:50 #110 DONE 4.5s 02:09:50 02:09:50 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:09:58 #149 ... 02:09:58 02:09:58 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:09:58 #147 DONE 1155.2s 02:09:58 02:09:58 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:09:58 #161 DONE 0.4s 02:09:58 02:09:58 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:10:01 #162 DONE 2.6s 02:10:01 02:10:01 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:10:01 #148 ... 02:10:01 02:10:01 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:10:01 #163 DONE 0.3s 02:10:01 02:10:01 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:10:01 #164 DONE 0.3s 02:10:01 02:10:01 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:10:01 #143 ... 02:10:01 02:10:01 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:10:02 #165 DONE 0.3s 02:10:02 02:10:02 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:10:02 #166 DONE 0.2s 02:10:02 02:10:02 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:10:02 #167 DONE 0.1s 02:10:02 02:10:02 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:10:02 #168 DONE 0.2s 02:10:02 02:10:02 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:10:02 #169 DONE 0.1s 02:10:02 02:10:02 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:10:02 #149 ... 02:10:02 02:10:02 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:10:02 #170 DONE 0.1s 02:10:02 02:10:02 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:10:04 #171 DONE 2.1s 02:10:04 02:10:04 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:10:05 #145 ... 02:10:05 02:10:05 #110 [security-bootstrapper] exporting to image 02:10:05 #110 exporting layers 02:10:06 #110 exporting layers 1.1s done 02:10:06 #110 writing image sha256:5eeb79bb3ffc0693f0e16ff9ebc63ed7c0b93f36093e1c2740fb6a7f192afb49 done 02:10:06 #110 naming to docker.io/library/security-bootstrapper-arm64 done 02:10:06 #110 DONE 5.7s 02:10:06 02:10:06 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:25:13 #150 ... 02:25:13 02:25:13 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:25:13 #149 DONE 2058.0s 02:25:13 02:25:13 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:13 #146 ... 02:25:13 02:25:13 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:25:13 #172 DONE 0.2s 02:25:13 02:25:13 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:13 #146 ... 02:25:13 02:25:13 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:25:13 #173 DONE 0.2s 02:25:13 02:25:13 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:25:13 #174 DONE 0.5s 02:25:13 02:25:13 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:25:13 #175 DONE 0.1s 02:25:13 02:25:13 #110 [core-command] exporting to image 02:25:13 #110 exporting layers 02:25:13 #110 exporting layers 0.5s done 02:25:13 #110 writing image sha256:41e863c23428a751969b73ed87adde08bdc12675675e94ae5b8eb0b88673accd done 02:25:13 #110 naming to docker.io/library/core-command-arm64 done 02:25:13 #110 DONE 6.1s 02:25:13 02:25:13 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:25:25 #143 ... 02:25:25 02:25:25 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:25:25 #152 DONE 2083.1s 02:25:26 02:25:26 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:25:26 #148 ... 02:25:26 02:25:26 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:25:27 #176 DONE 0.3s 02:25:27 02:25:27 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:25:27 #146 ... 02:25:27 02:25:27 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:25:27 #177 DONE 0.1s 02:25:27 02:25:27 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:25:27 #178 DONE 0.2s 02:25:27 02:25:27 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:25:27 #179 DONE 0.2s 02:25:27 02:25:27 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:25:27 #150 ... 02:25:27 02:25:27 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:25:28 #180 DONE 0.5s 02:25:28 02:25:28 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:25:28 #181 DONE 0.1s 02:25:28 02:25:28 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:25:30 #182 DONE 2.2s 02:25:30 02:25:30 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:25:30 #145 ... 02:25:30 02:25:30 #110 [security-proxy-setup] exporting to image 02:25:30 #110 exporting layers 02:25:31 #110 exporting layers 1.0s done 02:25:31 #110 writing image sha256:4d2b2cd001f043bb8ae7caa92dc5ef8a417faeb35779115208c6322200e408b8 done 02:25:31 #110 naming to docker.io/library/security-proxy-setup-arm64 done 02:25:31 #110 DONE 7.1s 02:25:31 02:25:31 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:25:32 #143 ... 02:25:32 02:25:32 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:25:32 #154 2089.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:26:05 #154 DONE 2121.7s 02:26:05 02:26:05 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:26:05 #150 ... 02:26:05 02:26:05 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:26:05 #183 DONE 0.2s 02:26:05 02:26:05 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:26:05 #184 DONE 0.1s 02:26:05 02:26:05 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:26:05 #148 ... 02:26:05 02:26:05 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:26:05 #185 DONE 0.3s 02:26:05 02:26:05 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:26:05 #153 ... 02:26:05 02:26:05 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:26:06 #186 DONE 0.2s 02:26:06 02:26:06 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:26:06 #187 DONE 0.2s 02:26:06 02:26:06 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:26:06 #188 DONE 0.4s 02:26:06 02:26:06 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:26:06 #148 ... 02:26:06 02:26:06 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:26:07 #189 DONE 0.5s 02:26:07 02:26:07 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:26:07 #190 DONE 0.1s 02:26:07 02:26:07 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:26:09 #191 DONE 2.4s 02:26:09 02:26:09 #110 [security-secretstore-setup] exporting to image 02:26:09 #110 exporting layers 02:26:11 #110 exporting layers 1.6s done 02:26:11 #110 writing image sha256:d542fd6cadafbc7f37454b3a2348104f886807b6b4f7f1060c4387786fb08847 done 02:26:11 #110 naming to docker.io/library/security-secretstore-setup-arm64 done 02:26:11 #110 DONE 8.8s 02:26:11 02:26:11 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:27:08 #146 ... 02:27:08 02:27:08 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:27:08 #143 DONE 2180.3s 02:27:08 02:27:08 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:27:08 #148 ... 02:27:08 02:27:08 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:27:08 #192 DONE 0.3s 02:27:08 02:27:08 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:27:08 #193 DONE 0.3s 02:27:08 02:27:08 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:27:08 #122 ... 02:27:08 02:27:08 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:27:08 #194 DONE 0.4s 02:27:08 02:27:08 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:27:08 #148 ... 02:27:08 02:27:08 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:27:08 #195 DONE 0.2s 02:27:08 02:27:08 #110 [security-spiffe-token-provider] exporting to image 02:27:08 #110 exporting layers 02:27:08 #110 exporting layers 0.9s done 02:27:08 #110 writing image sha256:eab3185716e1234169c3fa6c86005a0d30c21258e0e50262bdff892525f75d8a done 02:27:08 #110 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done 02:27:08 #110 DONE 9.8s 02:27:08 02:27:08 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:27:54 #150 DONE 2229.7s 02:27:54 02:27:54 #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:27:54 #153 DONE 2229.7s 02:27:54 02:27:54 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:27:54 #148 ... 02:27:54 02:27:54 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:27:54 #196 DONE 0.2s 02:27:54 02:27:54 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:27:54 #197 DONE 0.5s 02:27:54 02:27:54 #198 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:27:54 #198 CACHED 02:27:54 02:27:54 #199 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:27:54 #199 CACHED 02:27:54 02:27:54 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:27:54 #200 ... 02:27:54 02:27:54 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:27:54 #201 DONE 0.5s 02:27:54 02:27:54 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:27:54 #200 DONE 0.6s 02:27:54 02:27:54 #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:27:54 #202 DONE 0.2s 02:27:54 02:27:54 #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:27:54 #203 DONE 0.2s 02:27:54 02:27:54 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:27:54 #204 DONE 0.2s 02:27:54 02:27:54 #205 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:27:55 #205 DONE 0.3s 02:27:55 02:27:55 #110 [core-metadata] exporting to image 02:27:55 #110 exporting layers 02:27:56 #110 ... 02:27:56 02:27:56 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:27:56 #146 DONE 2229.2s 02:27:56 02:27:56 #110 [core-metadata] exporting to image 02:27:56 #110 exporting layers 1.6s done 02:27:56 #110 writing image sha256:2b150ad895682053e01deda7414a683ccb75583d36140feadf8456793ab8706a 0.0s done 02:27:56 #110 naming to docker.io/library/core-metadata-arm64 0.0s done 02:27:56 #110 DONE 11.4s 02:27:56 02:27:56 #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:27:57 #206 DONE 2.4s 02:27:57 02:27:57 #110 [security-proxy-auth] exporting to image 02:27:57 #110 ... 02:27:57 02:27:57 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:27:57 #207 DONE 0.4s 02:27:57 02:27:57 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:27:58 #208 DONE 0.7s 02:27:58 02:27:58 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:27:58 #209 DONE 0.1s 02:27:58 02:27:58 #110 [security-proxy-auth] exporting to image 02:27:58 #110 writing image sha256:b34e8e4e27aafbcd9f8467786851034ea86b65646ffb5c581880ec03e5b1d376 done 02:27:58 #110 naming to docker.io/library/security-proxy-auth-arm64 done 02:27:58 #110 exporting layers 0.6s done 02:27:59 #110 writing image sha256:c090428ec8b114a54ce60e253c1335a4ea49c9662d972b31c677897aded5bef5 done 02:27:59 #110 naming to docker.io/library/core-keeper-arm64 done 02:27:59 #110 DONE 13.0s 02:27:59 02:27:59 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:27:59 #122 ... 02:27:59 02:27:59 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:27:59 #148 DONE 2236.7s 02:27:59 02:27:59 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:27:59 #122 ... 02:27:59 02:27:59 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:27:59 #210 DONE 0.2s 02:27:59 02:27:59 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:28:00 #145 ... 02:28:00 02:28:00 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:28:00 #211 DONE 0.1s 02:28:00 02:28:00 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:28:00 #122 ... 02:28:00 02:28:00 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:28:00 #212 DONE 0.4s 02:28:00 02:28:00 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:28:00 #213 DONE 0.1s 02:28:00 02:28:00 #110 [core-data] exporting to image 02:28:01 #110 exporting layers 0.4s done 02:28:01 #110 writing image sha256:5ada9220b26b452ce2601d0ee0e215b1129785e21dd7871b5ee13203d7701902 done 02:28:01 #110 naming to docker.io/library/core-data-arm64 done 02:28:01 #110 DONE 13.4s 02:28:01 02:28:01 #122 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:28:28 #122 DONE 2264.1s 02:28:28 02:28:28 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:28:28 #145 ... 02:28:28 02:28:28 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:28:28 #214 DONE 0.2s 02:28:28 02:28:28 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:28:28 #215 DONE 0.1s 02:28:28 02:28:28 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:28:28 #216 DONE 0.5s 02:28:28 02:28:28 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:28:28 #145 ... 02:28:28 02:28:28 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:28:28 #217 DONE 0.1s 02:28:28 02:28:28 #110 [support-scheduler] exporting to image 02:28:28 #110 exporting layers 02:28:29 #110 exporting layers 1.0s done 02:28:29 #110 writing image sha256:5ad6c0bd52bf1d43378fe4bd06cf14fd44dde896cf5cc924ae09b655018026b6 done 02:28:29 #110 naming to docker.io/library/support-scheduler-arm64 done 02:28:29 #110 DONE 14.4s 02:28:29 02:28:29 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:28:35 #145 DONE 2269.6s 02:28:35 02:28:35 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:28:35 #218 DONE 0.1s 02:28:36 02:28:36 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:28:36 #219 DONE 0.1s 02:28:36 02:28:36 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:28:36 #220 DONE 0.5s 02:28:36 02:28:36 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:28:36 #221 DONE 0.1s 02:28:36 02:28:36 #110 [support-notifications] exporting to image 02:28:36 #110 exporting layers 02:28:37 #110 exporting layers 0.5s done 02:28:37 #110 writing image sha256:daa31ada698741dba2c7174a77efc026e9cb98f3710832fd8108d0b91def88d6 done 02:28:37 #110 naming to docker.io/library/support-notifications-arm64 done 02:28:37 #110 DONE 15.0s 02:28:37 time="2025-07-17T01:48:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:28:37 time="2025-07-17T01:48:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:28:37 $ docker stop --time=1 ccc3b1186f70d2e3bb094af2c1a0bd60dc97c4b06adb2810a7aa49078712d622 02:28:39 $ docker rm -f --volumes ccc3b1186f70d2e3bb094af2c1a0bd60dc97c4b06adb2810a7aa49078712d622 [Pipeline] // withDockerContainer [Pipeline] sh 02:28:39 + docker images 02:28:39 REPOSITORY TAG IMAGE ID CREATED SIZE 02:28:39 support-notifications-arm64 latest daa31ada6987 3 seconds ago 52.6MB 02:28:39 support-scheduler-arm64 latest 5ad6c0bd52bf 12 seconds ago 48.8MB 02:28:39 core-data-arm64 latest 5ada9220b26b 39 seconds ago 33.4MB 02:28:39 core-keeper-arm64 latest c090428ec8b1 41 seconds ago 33MB 02:28:39 security-proxy-auth-arm64 latest b34e8e4e27aa 42 seconds ago 32.4MB 02:28:39 core-metadata-arm64 latest 2b150ad89568 45 seconds ago 33.7MB 02:28:39 security-spiffe-token-provider-arm64 latest eab3185716e1 About a minute ago 48.3MB 02:28:39 security-secretstore-setup-arm64 latest d542fd6cadaf 2 minutes ago 68.5MB 02:28:39 security-proxy-setup-arm64 latest 4d2b2cd001f0 3 minutes ago 39MB 02:28:39 core-command-arm64 latest 41e863c23428 3 minutes ago 29MB 02:28:39 security-bootstrapper-arm64 latest 5eeb79bb3ffc 18 minutes ago 21.1MB 02:28:39 core-common-config-bootstrapper-arm64 latest dbb137488e93 18 minutes ago 18MB 02:28:39 security-spire-agent-arm64 latest 208752090f17 39 minutes ago 187MB 02:28:39 security-spire-config-arm64 latest 1ad5cca9f60c 39 minutes ago 143MB 02:28:39 security-spire-server-arm64 latest babdc6655a68 39 minutes ago 144MB 02:28:39 ci-base-image-arm64 latest 366155690c98 41 minutes ago 909MB 02:28:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 4 weeks ago 560MB 02:28:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:28:39 provisioning config files... 02:28:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/874@tmp/config8018117253034939215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:40 ---> ****-login.sh 02:28:40 nexus3.edgexfoundry.org:10001 02:28:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:40 Configure a credential helper to remove this warning. See 02:28:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:40 02:28:40 Login Succeeded 02:28:40 nexus3.edgexfoundry.org:10002 02:28:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:41 Configure a credential helper to remove this warning. See 02:28:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:41 02:28:41 Login Succeeded 02:28:41 nexus3.edgexfoundry.org:10003 02:28:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:41 Configure a credential helper to remove this warning. See 02:28:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:41 02:28:41 Login Succeeded 02:28:41 nexus3.edgexfoundry.org:10004 02:28:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:42 Configure a credential helper to remove this warning. See 02:28:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:42 02:28:42 Login Succeeded 02:28:42 ****.io 02:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:28:42 Configure a credential helper to remove this warning. See 02:28:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:28:42 02:28:42 Login Succeeded 02:28:42 ---> ****-login.sh ends [Pipeline] } 02:28:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:28:42 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:28:42 79e201fa8481d96c2e3941a52db52a24d107e5bf 02:28:42 latest 02:28:42 4.1.0-dev.42 02:28:42 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:28:42 main 02:28:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:28:43 1f40213730e9: Preparing 02:28:43 b12c30a748fb: Preparing 02:28:43 2af89a9bf9f3: Preparing 02:28:43 6e786773535b: Preparing 02:28:43 2b8414d36b69: Preparing 02:28:43 0090d812be87: Preparing 02:28:43 1e890da81ec9: Preparing 02:28:43 0090d812be87: Waiting 02:28:43 1e890da81ec9: Waiting 02:28:43 2b8414d36b69: Pushed 02:28:43 1f40213730e9: Pushed 02:28:43 2af89a9bf9f3: Pushed 02:28:43 6e786773535b: Pushed 02:28:43 1e890da81ec9: Layer already exists 02:28:43 0090d812be87: Pushed 02:28:49 b12c30a748fb: Pushed 02:28:49 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:4e12fdcb475a768e56973152bd8e11d3f44578ff68b73f4bbf2f84502a3b8729 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:28:49 1f40213730e9: Preparing 02:28:49 b12c30a748fb: Preparing 02:28:49 2af89a9bf9f3: Preparing 02:28:49 6e786773535b: Preparing 02:28:49 2b8414d36b69: Preparing 02:28:49 0090d812be87: Preparing 02:28:49 1e890da81ec9: Preparing 02:28:49 0090d812be87: Waiting 02:28:49 1e890da81ec9: Waiting 02:28:49 1f40213730e9: Layer already exists 02:28:49 6e786773535b: Layer already exists 02:28:49 2b8414d36b69: Layer already exists 02:28:49 2af89a9bf9f3: Layer already exists 02:28:49 b12c30a748fb: Layer already exists 02:28:49 0090d812be87: Layer already exists 02:28:49 1e890da81ec9: Layer already exists 02:28:50 latest: digest: sha256:4e12fdcb475a768e56973152bd8e11d3f44578ff68b73f4bbf2f84502a3b8729 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 02:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:28:50 1f40213730e9: Preparing 02:28:50 b12c30a748fb: Preparing 02:28:50 2af89a9bf9f3: Preparing 02:28:50 6e786773535b: Preparing 02:28:50 2b8414d36b69: Preparing 02:28:50 0090d812be87: Preparing 02:28:50 1e890da81ec9: Preparing 02:28:50 0090d812be87: Waiting 02:28:50 1e890da81ec9: Waiting 02:28:50 b12c30a748fb: Layer already exists 02:28:50 6e786773535b: Layer already exists 02:28:50 2b8414d36b69: Layer already exists 02:28:50 2af89a9bf9f3: Layer already exists 02:28:50 1f40213730e9: Layer already exists 02:28:50 1e890da81ec9: Layer already exists 02:28:50 0090d812be87: Layer already exists 02:28:51 4.1.0-dev.42: digest: sha256:4e12fdcb475a768e56973152bd8e11d3f44578ff68b73f4bbf2f84502a3b8729 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:28:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:28:51 1f40213730e9: Preparing 02:28:51 b12c30a748fb: Preparing 02:28:51 2af89a9bf9f3: Preparing 02:28:51 6e786773535b: Preparing 02:28:51 2b8414d36b69: Preparing 02:28:51 0090d812be87: Preparing 02:28:51 1e890da81ec9: Preparing 02:28:51 0090d812be87: Waiting 02:28:51 1e890da81ec9: Waiting 02:28:51 6e786773535b: Layer already exists 02:28:51 1f40213730e9: Layer already exists 02:28:51 b12c30a748fb: Layer already exists 02:28:51 2af89a9bf9f3: Layer already exists 02:28:51 2b8414d36b69: Layer already exists 02:28:51 0090d812be87: Layer already exists 02:28:51 1e890da81ec9: Layer already exists 02:28:52 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:4e12fdcb475a768e56973152bd8e11d3f44578ff68b73f4bbf2f84502a3b8729 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:28:52 1f40213730e9: Preparing 02:28:52 b12c30a748fb: Preparing 02:28:52 2af89a9bf9f3: Preparing 02:28:52 6e786773535b: Preparing 02:28:52 2b8414d36b69: Preparing 02:28:52 0090d812be87: Preparing 02:28:52 1e890da81ec9: Preparing 02:28:52 0090d812be87: Waiting 02:28:52 1e890da81ec9: Waiting 02:28:52 2b8414d36b69: Layer already exists 02:28:52 2af89a9bf9f3: Layer already exists 02:28:52 6e786773535b: Layer already exists 02:28:52 1f40213730e9: Layer already exists 02:28:52 b12c30a748fb: Layer already exists 02:28:52 0090d812be87: Layer already exists 02:28:52 1e890da81ec9: Layer already exists 02:28:53 main: digest: sha256:4e12fdcb475a768e56973152bd8e11d3f44578ff68b73f4bbf2f84502a3b8729 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:28:53 ===================================================== [Pipeline] echo 02:28:53 taggedImages: 02:28:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:28:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:28:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 02:28:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:28:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:28:53 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:28:53 79e201fa8481d96c2e3941a52db52a24d107e5bf 02:28:53 latest 02:28:53 4.1.0-dev.42 02:28:53 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:28:53 main 02:28:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:53 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:28:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:28:53 05998eccf895: Preparing 02:28:53 49e29ad51102: Preparing 02:28:53 ae97e9e95b32: Preparing 02:28:53 39fc811f2ff5: Preparing 02:28:53 2af89a9bf9f3: Preparing 02:28:53 6e786773535b: Preparing 02:28:53 2b8414d36b69: Preparing 02:28:53 0090d812be87: Preparing 02:28:53 1e890da81ec9: Preparing 02:28:53 6e786773535b: Waiting 02:28:53 2b8414d36b69: Waiting 02:28:53 0090d812be87: Waiting 02:28:53 1e890da81ec9: Waiting 02:28:53 2af89a9bf9f3: Layer already exists 02:28:54 6e786773535b: Layer already exists 02:28:54 ae97e9e95b32: Pushed 02:28:54 49e29ad51102: Pushed 02:28:54 2b8414d36b69: Layer already exists 02:28:54 05998eccf895: Pushed 02:28:54 0090d812be87: Layer already exists 02:28:54 1e890da81ec9: Layer already exists 02:28:56 39fc811f2ff5: Pushed 02:28:56 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:68195b8c97dde9d30b8fd8dfacb6781cea3885006b1938f717b33253a996ed58 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:57 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:28:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:28:57 05998eccf895: Preparing 02:28:57 49e29ad51102: Preparing 02:28:57 ae97e9e95b32: Preparing 02:28:57 39fc811f2ff5: Preparing 02:28:57 2af89a9bf9f3: Preparing 02:28:57 6e786773535b: Preparing 02:28:57 2b8414d36b69: Preparing 02:28:57 0090d812be87: Preparing 02:28:57 1e890da81ec9: Preparing 02:28:57 2b8414d36b69: Waiting 02:28:57 0090d812be87: Waiting 02:28:57 6e786773535b: Waiting 02:28:57 1e890da81ec9: Waiting 02:28:57 2af89a9bf9f3: Layer already exists 02:28:57 05998eccf895: Layer already exists 02:28:57 39fc811f2ff5: Layer already exists 02:28:57 49e29ad51102: Layer already exists 02:28:57 ae97e9e95b32: Layer already exists 02:28:57 6e786773535b: Layer already exists 02:28:57 2b8414d36b69: Layer already exists 02:28:57 0090d812be87: Layer already exists 02:28:57 1e890da81ec9: Layer already exists 02:28:57 latest: digest: sha256:68195b8c97dde9d30b8fd8dfacb6781cea3885006b1938f717b33253a996ed58 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:58 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 02:28:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:28:58 05998eccf895: Preparing 02:28:58 49e29ad51102: Preparing 02:28:58 ae97e9e95b32: Preparing 02:28:58 39fc811f2ff5: Preparing 02:28:58 2af89a9bf9f3: Preparing 02:28:58 6e786773535b: Preparing 02:28:58 2b8414d36b69: Preparing 02:28:58 0090d812be87: Preparing 02:28:58 1e890da81ec9: Preparing 02:28:58 6e786773535b: Waiting 02:28:58 2b8414d36b69: Waiting 02:28:58 0090d812be87: Waiting 02:28:58 05998eccf895: Layer already exists 02:28:58 49e29ad51102: Layer already exists 02:28:58 2af89a9bf9f3: Layer already exists 02:28:58 39fc811f2ff5: Layer already exists 02:28:58 ae97e9e95b32: Layer already exists 02:28:58 6e786773535b: Layer already exists 02:28:58 0090d812be87: Layer already exists 02:28:58 2b8414d36b69: Layer already exists 02:28:58 1e890da81ec9: Layer already exists 02:28:58 4.1.0-dev.42: digest: sha256:68195b8c97dde9d30b8fd8dfacb6781cea3885006b1938f717b33253a996ed58 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:28:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:28:59 05998eccf895: Preparing 02:28:59 49e29ad51102: Preparing 02:28:59 ae97e9e95b32: Preparing 02:28:59 39fc811f2ff5: Preparing 02:28:59 2af89a9bf9f3: Preparing 02:28:59 6e786773535b: Preparing 02:28:59 2b8414d36b69: Preparing 02:28:59 0090d812be87: Preparing 02:28:59 1e890da81ec9: Preparing 02:28:59 6e786773535b: Waiting 02:28:59 2b8414d36b69: Waiting 02:28:59 0090d812be87: Waiting 02:28:59 1e890da81ec9: Waiting 02:28:59 2af89a9bf9f3: Layer already exists 02:28:59 39fc811f2ff5: Layer already exists 02:28:59 05998eccf895: Layer already exists 02:28:59 ae97e9e95b32: Layer already exists 02:28:59 49e29ad51102: Layer already exists 02:28:59 0090d812be87: Layer already exists 02:28:59 2b8414d36b69: Layer already exists 02:28:59 1e890da81ec9: Layer already exists 02:28:59 6e786773535b: Layer already exists 02:28:59 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42: digest: sha256:68195b8c97dde9d30b8fd8dfacb6781cea3885006b1938f717b33253a996ed58 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:00 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:29:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:29:00 05998eccf895: Preparing 02:29:00 49e29ad51102: Preparing 02:29:00 ae97e9e95b32: Preparing 02:29:00 39fc811f2ff5: Preparing 02:29:00 2af89a9bf9f3: Preparing 02:29:00 6e786773535b: Preparing 02:29:00 2b8414d36b69: Preparing 02:29:00 0090d812be87: Preparing 02:29:00 1e890da81ec9: Preparing 02:29:00 2b8414d36b69: Waiting 02:29:00 0090d812be87: Waiting 02:29:00 1e890da81ec9: Waiting 02:29:00 6e786773535b: Waiting 02:29:00 39fc811f2ff5: Layer already exists 02:29:00 ae97e9e95b32: Layer already exists 02:29:00 2af89a9bf9f3: Layer already exists 02:29:00 05998eccf895: Layer already exists 02:29:00 49e29ad51102: Layer already exists 02:29:00 6e786773535b: Layer already exists 02:29:00 0090d812be87: Layer already exists 02:29:00 2b8414d36b69: Layer already exists 02:29:00 1e890da81ec9: Layer already exists 02:29:00 main: digest: sha256:68195b8c97dde9d30b8fd8dfacb6781cea3885006b1938f717b33253a996ed58 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:29:00 ===================================================== [Pipeline] echo 02:29:00 taggedImages: 02:29:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:29:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:29:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 02:29:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:29:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:29:00 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:29:00 79e201fa8481d96c2e3941a52db52a24d107e5bf 02:29:00 latest 02:29:00 4.1.0-dev.42 02:29:00 79e201fa8481d96c2e3941a52db52a24d107e5bf-4.1.0-dev.42 02:29:00 main 02:29:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:79e201fa8481d96c2e3941a52db52a24d107e5bf 02:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:29:01 484dafe23a02: Preparing 02:29:01 ca986ae4dd2b: Preparing 02:29:01 2af89a9bf9f3: Preparing 02:29:01 6e786773535b: Preparing 02:29:01 fda05e25816f: Preparing 02:29:01 6939ec83936a: Preparing 02:29:01 1e890da81ec9: Preparing 02:29:01 6939ec83936a: Waiting 02:29:01 1e890da81ec9: Waiting 02:29:01 6e786773535b: Layer already exists 02:29:01 2af89a9bf9f3: Layer already exists 02:29:01 1e890da81ec9: Layer already exists 02:29:01 fda05e25816f: Pushed 02:29:01 484dafe23a02: Pushed 02:29:01 6939ec83936a: Pushed 02:29:07 ca986ae4dd2b: Pushed 02:29:07 79e201fa8481d96c2e3941a52db52a24d107e5bf: digest: sha256:7509ae5103800ee4ef64df0d3d81fd85c0709d7caadfbd67b23bfc02f37fbe96 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:29:07 484dafe23a02: Preparing 02:29:07 ca986ae4dd2b: Preparing 02:29:07 2af89a9bf9f3: Preparing 02:29:07 6e786773535b: Preparing 02:29:07 fda05e25816f: Preparing 02:29:07 6939ec83936a: Preparing 02:29:07 1e890da81ec9: Preparing 02:29:07 6939ec83936a: Waiting 02:29:07 1e890da81ec9: Waiting 02:29:07 fda05e25816f: Layer already exists 02:29:07 2af89a9bf9f3: Layer already exists 02:29:07 484dafe23a02: Layer already exists 02:29:07 6e786773535b: Layer already exists 02:29:07 ca986ae4dd2b: Layer already exists 02:29:07 1e890da81ec9: Layer already exists 02:29:07 6939ec83936a: Layer already exists 02:29:08 latest: digest: sha256:7509ae5103800ee4ef64df0d3d81fd85c0709d7caadfbd67b23bfc02f37fbe96 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 02:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:29:23 Get "https://nexus3.edgexfoundry.org:10004/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:29:24 02:29:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:29:39 Error response from daemon: Get "https://nexus3.edgexfoundry.org:10003/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script Error when executing always post condition: Also: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3bd1a0e0-d2aa-4d36-b71c-6da39ecc4030 hudson.AbortException: script returned exit code 1 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:668) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:614) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:555) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:29:39 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:29:40 + [ -d /w/workspace/edgex-go/874/archives ] [Pipeline] libraryResource [Pipeline] sh 02:29:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:29:41 ---> package-listing.sh 02:29:41 ++ facter osfamily 02:29:41 ++ tr '[:upper:]' '[:lower:]' 02:29:41 + OS_FAMILY=debian 02:29:41 + workspace=/w/workspace/edgex-go/874 02:29:41 + START_PACKAGES=/tmp/packages_start.txt 02:29:41 + END_PACKAGES=/tmp/packages_end.txt 02:29:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:29:41 + PACKAGES=/tmp/packages_start.txt 02:29:41 + '[' /w/workspace/edgex-go/874 ']' 02:29:41 + PACKAGES=/tmp/packages_end.txt 02:29:41 + case "${OS_FAMILY}" in 02:29:41 + dpkg -l 02:29:41 + grep '^ii' 02:29:41 + '[' -f /tmp/packages_start.txt ']' 02:29:41 + '[' -f /tmp/packages_end.txt ']' 02:29:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:29:41 + '[' /w/workspace/edgex-go/874 ']' 02:29:41 + mkdir -p /w/workspace/edgex-go/874/archives/ 02:29:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/874/archives/ [Pipeline] echo 02:29:41 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/874/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:29:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:29:42 02:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:29:43 latest: Pulling from edgex-lftools-log-publisher 02:29:43 5eb5b503b376: Pulling fs layer 02:29:43 5c69ac0246d0: Pulling fs layer 02:29:43 ec43610c2a17: Pulling fs layer 02:29:43 3a2ae6a8a46f: Pulling fs layer 02:29:43 33b1e0a273af: Pulling fs layer 02:29:43 5d3b04190fa2: Pulling fs layer 02:29:43 2f39f015ded8: Pulling fs layer 02:29:43 33b1e0a273af: Waiting 02:29:43 2f39f015ded8: Waiting 02:29:43 5d3b04190fa2: Waiting 02:29:43 3a2ae6a8a46f: Waiting 02:29:43 5c69ac0246d0: Verifying Checksum 02:29:43 5c69ac0246d0: Download complete 02:29:43 3a2ae6a8a46f: Download complete 02:29:43 33b1e0a273af: Verifying Checksum 02:29:43 33b1e0a273af: Download complete 02:29:43 5d3b04190fa2: Verifying Checksum 02:29:43 5d3b04190fa2: Download complete 02:29:43 ec43610c2a17: Verifying Checksum 02:29:43 ec43610c2a17: Download complete 02:29:43 5eb5b503b376: Verifying Checksum 02:29:43 5eb5b503b376: Download complete 02:29:43 2f39f015ded8: Download complete 02:29:44 5eb5b503b376: Pull complete 02:29:44 5c69ac0246d0: Pull complete 02:29:45 ec43610c2a17: Pull complete 02:29:45 3a2ae6a8a46f: Pull complete 02:29:45 33b1e0a273af: Pull complete 02:29:45 5d3b04190fa2: Pull complete 02:29:51 2f39f015ded8: Pull complete 02:29:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:29:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:51 prd-ubuntu20.04-docker-8c-8g-5245 does not seem to be running inside a container 02:29:51 $ 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/874/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/874 -v /w/workspace/edgex-go/874:/w/workspace/edgex-go/874:rw,z -v /w/workspace/edgex-go/874@tmp:/w/workspace/edgex-go/874@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:29:53 $ docker top 9bc5c419f3d998cbcbdd4fb2c75762e33682302b19d4926212aa7e606679e6e3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:53 + touch /tmp/pre-build-complete [Pipeline] sh 02:29:54 + mkdir -p /var/log/sysstat [Pipeline] sh 02:29:54 + ls /var/log/sa-host 02:29:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:29:54 provisioning config files... 02:29:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/874@tmp/config8863083169131301523tmp [Pipeline] { [Pipeline] echo 02:29:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:29:54 ---> create-netrc.sh [Pipeline] } 02:29:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:29:54 ---> python-tools-install.sh [Pipeline] echo 02:29:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:29:55 ---> sudo-logs.sh 02:29:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:29:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:29:55 ---> job-cost.sh 02:29:55 lf-activate-venv: SKIPPING 02:29:55 INFO: No Stack... 02:29:55 INFO: Retrieving Pricing Info for: v3-standard-8 02:29:56 INFO: Archiving Costs [Pipeline] echo 02:29:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:29:56 ---> logs-deploy.sh 02:29:56 lf-activate-venv: SKIPPING 02:29:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/874 02:29:56 INFO: archiving workspace using pattern(s): 02:29:57 Archives upload complete. 02:29:57 INFO: archiving logs to Nexus 02:29:58 ---> uname -a: 02:29:58 Linux prd-ubuntu20-04-docker-8c-8g-5245 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:29:58 02:29:58 02:29:58 ---> lscpu: 02:29:58 Architecture: x86_64 02:29:58 CPU op-mode(s): 32-bit, 64-bit 02:29:58 Byte Order: Little Endian 02:29:58 Address sizes: 40 bits physical, 48 bits virtual 02:29:58 CPU(s): 8 02:29:58 On-line CPU(s) list: 0-7 02:29:58 Thread(s) per core: 1 02:29:58 Core(s) per socket: 1 02:29:58 Socket(s): 8 02:29:58 NUMA node(s): 1 02:29:58 Vendor ID: AuthenticAMD 02:29:58 CPU family: 23 02:29:58 Model: 49 02:29:58 Model name: AMD EPYC-Rome Processor 02:29:58 Stepping: 0 02:29:58 CPU MHz: 2799.998 02:29:58 BogoMIPS: 5599.99 02:29:58 Virtualization: AMD-V 02:29:58 Hypervisor vendor: KVM 02:29:58 Virtualization type: full 02:29:58 L1d cache: 256 KiB 02:29:58 L1i cache: 256 KiB 02:29:58 L2 cache: 4 MiB 02:29:58 L3 cache: 128 MiB 02:29:58 NUMA node0 CPU(s): 0-7 02:29:58 Vulnerability Gather data sampling: Not affected 02:29:58 Vulnerability Itlb multihit: Not affected 02:29:58 Vulnerability L1tf: Not affected 02:29:58 Vulnerability Mds: Not affected 02:29:58 Vulnerability Meltdown: Not affected 02:29:58 Vulnerability Mmio stale data: Not affected 02:29:58 Vulnerability Retbleed: Vulnerable 02:29:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:29:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:29:58 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:29:58 Vulnerability Srbds: Not affected 02:29:58 Vulnerability Tsx async abort: Not affected 02:29:58 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:29:58 02:29:58 02:29:58 ---> nproc: 02:29:58 8 02:29:58 02:29:58 02:29:58 ---> df -h: 02:29:58 Filesystem Size Used Avail Use% Mounted on 02:29:58 overlay 155G 30G 126G 20% / 02:29:58 tmpfs 64M 0 64M 0% /dev 02:29:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:29:58 shm 64M 0 64M 0% /dev/shm 02:29:58 /dev/vda1 155G 30G 126G 20% /facter-os 02:29:58 02:29:58 02:29:58 ---> sar -b -r -n DEV: 02:29:58 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5245) 07/17/25 _x86_64_ (8 CPU) 02:29:58 02:29:58 01:39:42 LINUX RESTART (8 CPU) 02:29:58 02:29:58 01:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:29:58 01:41:01 328.76 64.86 263.91 0.00 11319.71 128141.31 0.00 02:29:58 01:42:01 163.97 10.78 153.19 0.00 1675.59 37845.96 0.00 02:29:58 01:43:01 42.48 0.03 42.44 0.00 0.27 36036.14 0.00 02:29:58 01:44:01 60.77 0.20 60.57 0.00 2.53 24644.83 0.00 02:29:58 01:45:01 654.47 3.83 650.64 0.00 3580.47 272319.68 0.00 02:29:58 01:46:01 675.82 20.24 655.58 0.00 894.37 233301.97 0.00 02:29:58 01:47:01 266.14 0.13 266.01 0.00 1.07 135942.82 0.00 02:29:58 01:48:01 432.36 0.03 432.32 0.00 0.27 122827.99 0.00 02:29:58 01:49:01 422.43 0.05 422.38 0.00 1.33 24222.23 0.00 02:29:58 01:50:01 21.48 0.03 21.45 0.00 1.07 553.51 0.00 02:29:58 01:51:01 3.25 0.00 3.25 0.00 0.00 68.52 0.00 02:29:58 01:52:01 1.00 0.00 1.00 0.00 0.00 17.46 0.00 02:29:58 01:53:01 1.33 0.00 1.33 0.00 0.00 13.73 0.00 02:29:58 01:54:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 02:29:58 01:55:01 2.15 0.02 2.13 0.00 0.13 26.13 0.00 02:29:58 01:56:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 02:29:58 01:57:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 02:29:58 01:58:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 02:29:58 01:59:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 02:29:58 02:00:01 1.52 0.00 1.52 0.00 0.00 17.46 0.00 02:29:58 02:01:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 02:29:58 02:02:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 02:29:58 02:03:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 02:29:58 02:04:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 02:29:58 02:05:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 02:29:58 02:06:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 02:29:58 02:07:01 1.35 0.00 1.35 0.00 0.00 14.13 0.00 02:29:58 02:08:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 02:29:58 02:09:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 02:29:58 02:10:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 02:29:58 02:11:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 02:29:58 02:12:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 02:29:58 02:13:01 1.23 0.00 1.23 0.00 0.00 13.33 0.00 02:29:58 02:14:02 1.17 0.00 1.17 0.00 0.00 13.33 0.00 02:29:58 02:15:01 1.19 0.00 1.19 0.00 0.00 13.56 0.00 02:29:58 02:16:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 02:29:58 02:17:01 1.35 0.02 1.33 0.00 0.13 14.80 0.00 02:29:58 02:18:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 02:29:58 02:19:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 02:29:58 02:20:01 0.88 0.00 0.88 0.00 0.00 11.06 0.00 02:29:58 02:21:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 02:29:58 02:22:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 02:29:58 02:23:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 02:29:58 02:24:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 02:29:58 02:25:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 02:29:58 02:26:01 1.48 0.00 1.48 0.00 0.00 16.79 0.00 02:29:58 02:27:01 1.13 0.00 1.13 0.00 0.00 12.26 0.00 02:29:58 02:28:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 02:29:58 02:29:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 02:29:58 Average: 63.66 2.05 61.61 0.00 356.78 20751.45 0.00 02:29:58 02:29:58 01:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:29:58 01:41:01 28250728 31534356 754992 2.30 90096 3461684 1808804 5.33 1000828 3206100 623172 02:29:58 01:42:01 26306844 31023424 1253320 3.81 123912 4725892 2428284 7.16 2202716 3807852 825436 02:29:58 01:43:01 25859612 31323524 949016 2.89 129188 5435236 2318264 6.83 2044712 4375720 980876 02:29:58 01:44:01 25674176 31515936 755452 2.30 135536 5766984 1824652 5.38 1838248 4728892 630392 02:29:58 01:45:01 19190988 31112368 1118324 3.40 187932 11607700 3664792 10.80 2633256 10172612 97872 02:29:58 01:46:01 8731048 29093688 3071736 9.34 419460 19053760 9917344 29.24 5949676 16459432 1258076 02:29:58 01:47:01 4149132 27117156 5047284 15.35 434564 21542388 10628484 31.33 9023956 17865188 8740 02:29:58 01:48:01 7599784 31256244 957640 2.91 449924 22343288 2600828 7.67 3765272 19867044 223184 02:29:58 01:49:01 7560196 31383752 846028 2.57 457132 22525376 2152008 6.34 3834216 19886536 440 02:29:58 01:50:01 7558420 31382796 846600 2.58 457980 22525584 2173280 6.41 4350940 19371896 232 02:29:58 01:51:01 7568212 31392668 837032 2.55 458044 22525624 2005276 5.91 4378480 19333564 16 02:29:58 01:52:01 7572628 31397148 832480 2.53 458064 22525628 2005276 5.91 4373528 19333568 316 02:29:58 01:53:01 7575820 31400360 830120 2.53 458084 22525628 2005276 5.91 4371304 19333568 32 02:29:58 01:54:01 7593956 31418500 812104 2.47 458104 22525632 2005276 5.91 4353824 19333572 132 02:29:58 01:55:01 7595868 31420552 810632 2.47 458164 22525604 2041144 6.02 4353264 19333548 64 02:29:58 01:56:01 7594748 31419472 811668 2.47 458180 22525612 2041144 6.02 4353476 19333552 44 02:29:58 01:57:01 7594952 31419680 811404 2.47 458180 22525616 2041144 6.02 4353352 19333556 4 02:29:58 01:58:01 7594724 31419452 811568 2.47 458192 22525616 2041144 6.02 4353368 19333556 44 02:29:58 01:59:01 7594528 31419316 811812 2.47 458208 22525620 2041144 6.02 4353816 19333560 12 02:29:58 02:00:01 7595788 31420588 810516 2.47 458244 22525608 2041144 6.02 4352768 19333560 176 02:29:58 02:01:01 7595708 31420512 810476 2.47 458252 22525624 2041144 6.02 4352812 19333564 8 02:29:58 02:02:01 7595652 31420504 810472 2.47 458260 22525628 2041144 6.02 4353104 19333568 168 02:29:58 02:03:01 7595888 31420752 810164 2.46 458264 22525628 2041144 6.02 4352836 19333572 8 02:29:58 02:04:01 7595808 31420696 810152 2.46 458284 22525636 2041144 6.02 4353052 19333584 204 02:29:58 02:05:01 7595776 31420676 810120 2.46 458324 22525628 2041144 6.02 4352896 19333580 24 02:29:58 02:06:01 7595496 31420436 810500 2.47 458352 22525644 2041144 6.02 4352988 19333580 184 02:29:58 02:07:01 7594984 31419956 810964 2.47 458376 22525648 2041144 6.02 4352956 19333584 8 02:29:58 02:08:01 7594612 31419612 811248 2.47 458396 22525648 2041144 6.02 4353312 19333588 184 02:29:58 02:09:01 7594580 31419740 811072 2.47 458412 22525780 2041144 6.02 4353316 19333720 4 02:29:58 02:10:01 7594832 31420012 810752 2.47 458432 22525784 2041144 6.02 4353056 19333724 192 02:29:58 02:11:01 7595288 31420496 810256 2.46 458456 22525784 2041144 6.02 4353128 19333724 8 02:29:58 02:12:01 7594508 31419768 810968 2.47 458484 22525788 2041144 6.02 4353664 19333728 280 02:29:58 02:13:01 7594532 31419792 810916 2.47 458512 22525788 2057276 6.07 4353412 19333728 8 02:29:58 02:14:02 7594736 31420044 810636 2.47 458524 22525796 2057276 6.07 4353476 19333736 148 02:29:58 02:15:01 7594900 31420224 810396 2.47 458532 22525800 2057276 6.07 4353248 19333740 40 02:29:58 02:16:01 7594560 31419916 810680 2.47 458564 22525800 2057276 6.07 4353344 19333740 184 02:29:58 02:17:01 7594832 31420240 810640 2.47 458580 22525804 2057276 6.07 4353884 19333744 216 02:29:58 02:18:01 7594848 31420260 810576 2.47 458608 22525808 2057276 6.07 4353620 19333748 280 02:29:58 02:19:01 7594824 31420272 810568 2.47 458616 22525808 2057276 6.07 4353604 19333748 160 02:29:58 02:20:01 7594868 31420368 810304 2.47 458632 22525812 2057276 6.07 4353696 19333752 284 02:29:58 02:21:01 7594764 31420300 810272 2.47 458668 22525816 2057276 6.07 4353944 19333752 220 02:29:58 02:22:01 7594756 31420324 810208 2.46 458688 22525824 2057276 6.07 4353376 19333760 176 02:29:58 02:23:01 7593936 31419512 810980 2.47 458704 22525828 2057276 6.07 4353360 19333768 44 02:29:58 02:24:01 7593992 31419724 810716 2.47 458724 22525956 2057276 6.07 4353408 19333896 176 02:29:58 02:25:01 7594196 31419940 810436 2.47 458736 22525960 2057276 6.07 4353416 19333900 8 02:29:58 02:26:01 7593596 31419368 810952 2.47 458768 22525952 2057276 6.07 4353776 19333900 104 02:29:58 02:27:01 7593612 31419388 810892 2.47 458800 22525964 2057276 6.07 4353448 19333904 24 02:29:58 02:28:01 7593628 31419464 810840 2.47 458816 22525968 2057276 6.07 4353508 19333908 148 02:29:58 02:29:01 7593904 31419740 810524 2.47 458840 22525968 2057276 6.07 4353508 19333908 8 02:29:58 Average: 9326730 31266388 965049 2.94 423771 20765142 2433717 7.17 4214044 17831735 94954 02:29:58 02:29:58 01:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:29:58 01:41:01 docker0 619.40 583.55 43.06 2987.65 0.00 0.00 0.00 0.00 02:29:58 01:41:01 lo 4.60 4.60 0.45 0.45 0.00 0.00 0.00 0.00 02:29:58 01:41:01 ens3 1799.65 1620.63 13705.62 227.36 0.00 0.00 0.00 0.00 02:29:58 01:42:01 veth300a7d6 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:29:58 01:42:01 docker0 244.81 275.45 19.49 1654.98 0.00 0.00 0.00 0.00 02:29:58 01:42:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:29:58 01:42:01 ens3 322.98 270.75 1695.61 40.32 0.00 0.00 0.00 0.00 02:29:58 01:43:01 veth300a7d6 0.90 0.93 0.08 0.09 0.00 0.00 0.00 0.00 02:29:58 01:43:01 docker0 0.90 0.90 0.07 0.08 0.00 0.00 0.00 0.00 02:29:58 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:43:01 ens3 33.48 21.06 26.33 15.40 0.00 0.00 0.00 0.00 02:29:58 01:44:01 veth300a7d6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:44:01 ens3 30.69 18.68 25.44 14.90 0.00 0.00 0.00 0.00 02:29:58 01:45:01 veth830d9d8 26.06 35.09 2.50 17.41 0.00 0.00 0.00 0.00 02:29:58 01:45:01 vethc6e8ab9 26.41 35.51 2.52 18.25 0.00 0.00 0.00 0.00 02:29:58 01:45:01 veth7d6a557 0.67 2.93 0.06 0.34 0.00 0.00 0.00 0.00 02:29:58 01:45:01 docker0 239.74 342.68 17.87 1600.43 0.00 0.00 0.00 0.00 02:29:58 01:45:01 veth56feabe 26.05 33.93 2.50 18.10 0.00 0.00 0.00 0.00 02:29:58 01:45:01 vethdf37081 33.29 42.74 3.06 56.22 0.00 0.00 0.00 0.00 02:29:58 01:45:01 lo 2.20 2.20 0.22 0.22 0.00 0.00 0.00 0.00 02:29:58 01:45:01 veth6002864 25.73 33.64 2.48 16.90 0.00 0.00 0.00 0.00 02:29:58 01:45:01 ens3 673.44 442.81 7711.04 52.09 0.00 0.00 0.00 0.00 02:29:58 01:45:01 vethafd4066 33.06 43.38 3.05 60.90 0.00 0.00 0.00 0.00 02:29:58 01:46:01 vethec33bfb 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth6696b20 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth7d6a557 0.12 0.72 0.01 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 docker0 398.90 608.51 33.10 7233.33 0.00 0.00 0.00 0.00 02:29:58 01:46:01 vethbf80669 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 vethfb15e56 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth463a78a 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth5340e7e 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth71ee1b7 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth1e5581d 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth8eb606d 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth18e5d0f 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 ens3 624.31 407.16 7245.21 44.68 0.00 0.00 0.00 0.00 02:29:58 01:46:01 vethe4db67c 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:46:01 veth65d3828 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:29:58 01:47:01 vethec33bfb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth6696b20 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth7d6a557 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 vethfb15e56 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth5340e7e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth71ee1b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth1e5581d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth8eb606d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth18e5d0f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 ens3 2.20 1.12 1.81 0.95 0.00 0.00 0.00 0.00 02:29:58 01:47:01 vethe4db67c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:47:01 veth65d3828 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 vethec33bfb 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 veth7d6a557 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:48:01 veth71ee1b7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 veth18e5d0f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:48:01 ens3 9.95 6.46 8.18 4.60 0.00 0.00 0.00 0.00 02:29:58 01:48:01 veth8d72b7f 0.75 0.05 0.04 0.00 0.00 0.00 0.00 0.00 02:29:58 01:49:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:49:01 lo 45.19 45.19 4.43 4.43 0.00 0.00 0.00 0.00 02:29:58 01:49:01 ens3 444.58 428.58 231.59 1736.77 0.00 0.00 0.00 0.00 02:29:58 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:50:01 lo 21.86 21.86 2.13 2.13 0.00 0.00 0.00 0.00 02:29:58 01:50:01 ens3 395.57 386.64 133.92 2660.88 0.00 0.00 0.00 0.00 02:29:58 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:51:01 lo 2.93 2.93 0.29 0.29 0.00 0.00 0.00 0.00 02:29:58 01:51:01 ens3 40.88 36.04 22.77 198.70 0.00 0.00 0.00 0.00 02:29:58 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:53:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:54:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:55:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:56:01 ens3 0.38 0.32 0.14 0.08 0.00 0.00 0.00 0.00 02:29:58 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:57:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 01:58:01 ens3 0.67 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:29:58 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 01:59:01 ens3 0.57 0.50 0.35 0.29 0.00 0.00 0.00 0.00 02:29:58 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:00:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:01:01 ens3 0.27 0.10 0.14 0.07 0.00 0.00 0.00 0.00 02:29:58 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:02:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:03:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:04:01 ens3 0.97 0.38 0.32 0.21 0.00 0.00 0.00 0.00 02:29:58 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:05:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:06:01 ens3 0.40 0.30 0.15 0.08 0.00 0.00 0.00 0.00 02:29:58 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:07:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:08:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:10:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:11:01 ens3 0.27 0.23 0.14 0.07 0.00 0.00 0.00 0.00 02:29:58 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:12:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:13:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:14:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:14:02 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:16:01 ens3 0.28 0.25 0.09 0.08 0.00 0.00 0.00 0.00 02:29:58 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:17:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:29:58 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:21:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:29:58 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:23:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:24:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 02:29:58 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:26:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 02:29:58 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:27:01 ens3 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:29:58 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:28:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:29:58 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 02:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:29:58 Average: docker0 30.70 36.97 2.32 275.14 0.00 0.00 0.00 0.00 02:29:58 Average: lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 02:29:58 Average: ens3 89.51 74.39 628.98 102.03 0.00 0.00 0.00 0.00 02:29:58 02:29:58 02:29:58 ---> sar -P ALL: 02:29:58 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5245) 07/17/25 _x86_64_ (8 CPU) 02:29:58 02:29:58 01:39:42 LINUX RESTART (8 CPU) 02:29:58 02:29:58 01:40:01 CPU %user %nice %system %iowait %steal %idle 02:29:58 01:41:01 all 11.06 0.00 3.96 2.34 0.07 82.57 02:29:58 01:41:01 0 8.17 0.00 4.83 8.44 0.07 78.49 02:29:58 01:41:01 1 5.74 0.00 2.97 3.74 0.08 87.47 02:29:58 01:41:01 2 18.37 0.00 5.66 2.43 0.07 73.47 02:29:58 01:41:01 3 10.83 0.00 3.84 1.71 0.07 83.56 02:29:58 01:41:01 4 10.02 0.00 5.77 0.34 0.10 83.77 02:29:58 01:41:01 5 10.49 0.00 2.91 0.12 0.07 86.41 02:29:58 01:41:01 6 11.25 0.00 3.22 1.52 0.07 83.95 02:29:58 01:41:01 7 13.59 0.00 2.46 0.40 0.07 83.48 02:29:58 01:42:01 all 28.42 0.00 4.74 1.16 0.10 65.58 02:29:58 01:42:01 0 23.56 0.00 4.22 0.05 0.08 72.09 02:29:58 01:42:01 1 24.86 0.00 4.62 3.91 0.08 66.54 02:29:58 01:42:01 2 32.66 0.00 5.13 0.55 0.10 61.55 02:29:58 01:42:01 3 30.38 0.00 5.17 1.32 0.10 63.03 02:29:58 01:42:01 4 31.96 0.00 4.75 0.61 0.12 62.57 02:29:58 01:42:01 5 25.04 0.00 4.25 0.22 0.08 70.40 02:29:58 01:42:01 6 28.23 0.00 4.54 2.37 0.10 64.76 02:29:58 01:42:01 7 30.62 0.00 5.28 0.29 0.10 63.72 02:29:58 01:43:01 all 41.91 0.00 6.76 0.67 0.11 50.54 02:29:58 01:43:01 0 37.20 0.00 6.16 0.02 0.10 56.52 02:29:58 01:43:01 1 40.78 0.00 6.18 0.02 0.10 52.92 02:29:58 01:43:01 2 44.00 0.00 7.20 2.19 0.12 46.48 02:29:58 01:43:01 3 43.62 0.00 6.97 0.17 0.10 49.15 02:29:58 01:43:01 4 44.28 0.00 6.60 0.05 0.12 48.96 02:29:58 01:43:01 5 39.60 0.00 6.24 2.92 0.12 51.12 02:29:58 01:43:01 6 39.62 0.00 7.85 0.02 0.10 52.41 02:29:58 01:43:01 7 46.14 0.00 6.90 0.00 0.15 46.81 02:29:58 01:44:01 all 49.58 0.00 6.72 0.21 0.10 43.39 02:29:58 01:44:01 0 49.45 0.00 6.16 0.07 0.08 44.24 02:29:58 01:44:01 1 47.54 0.00 6.07 0.54 0.12 45.73 02:29:58 01:44:01 2 48.90 0.00 7.03 0.76 0.10 43.21 02:29:58 01:44:01 3 50.33 0.00 6.75 0.24 0.10 42.59 02:29:58 01:44:01 4 50.68 0.00 7.22 0.00 0.10 42.00 02:29:58 01:44:01 5 47.80 0.00 6.60 0.03 0.12 45.44 02:29:58 01:44:01 6 49.40 0.00 6.56 0.03 0.10 43.90 02:29:58 01:44:01 7 52.50 0.00 7.38 0.02 0.10 40.00 02:29:58 01:45:01 all 16.62 0.00 8.13 13.90 0.13 61.21 02:29:58 01:45:01 0 15.60 0.00 7.35 19.86 0.12 57.07 02:29:58 01:45:01 1 17.75 0.00 10.42 18.74 0.12 52.96 02:29:58 01:45:01 2 15.36 0.00 6.81 9.43 0.15 68.25 02:29:58 01:45:01 3 15.88 0.00 8.33 19.33 0.14 56.32 02:29:58 01:45:01 4 16.41 0.00 7.98 9.82 0.12 65.67 02:29:58 01:45:01 5 17.27 0.00 8.64 11.81 0.14 62.14 02:29:58 01:45:01 6 17.75 0.00 7.93 7.40 0.15 66.76 02:29:58 01:45:01 7 16.98 0.00 7.56 14.80 0.10 60.55 02:29:58 01:46:01 all 47.92 0.00 10.84 11.27 0.10 29.86 02:29:58 01:46:01 0 48.08 0.00 11.51 18.87 0.12 21.42 02:29:58 01:46:01 1 49.25 0.00 10.41 7.16 0.12 33.07 02:29:58 01:46:01 2 47.19 0.00 11.27 19.74 0.12 21.68 02:29:58 01:46:01 3 47.20 0.00 9.74 23.73 0.10 19.24 02:29:58 01:46:01 4 47.80 0.00 11.84 4.85 0.10 35.41 02:29:58 01:46:01 5 47.45 0.00 9.68 6.11 0.10 36.67 02:29:58 01:46:01 6 47.86 0.00 11.79 5.68 0.08 34.58 02:29:58 01:46:01 7 48.55 0.00 10.46 4.17 0.10 36.72 02:29:58 01:47:01 all 91.07 0.00 8.80 0.00 0.14 0.00 02:29:58 01:47:01 0 90.86 0.00 8.99 0.00 0.15 0.00 02:29:58 01:47:01 1 90.69 0.00 9.18 0.00 0.13 0.00 02:29:58 01:47:01 2 90.47 0.00 9.38 0.00 0.15 0.00 02:29:58 01:47:01 3 91.31 0.00 8.57 0.00 0.12 0.00 02:29:58 01:47:01 4 91.16 0.00 8.70 0.00 0.13 0.00 02:29:58 01:47:01 5 90.94 0.00 8.93 0.00 0.13 0.00 02:29:58 01:47:01 6 91.56 0.00 8.31 0.00 0.13 0.00 02:29:58 01:47:01 7 91.53 0.00 8.33 0.00 0.13 0.00 02:29:58 01:48:01 all 85.94 0.00 9.68 1.25 0.14 2.98 02:29:58 01:48:01 0 85.09 0.00 10.09 1.04 0.18 3.60 02:29:58 01:48:01 1 86.26 0.00 10.04 0.85 0.22 2.64 02:29:58 01:48:01 2 85.48 0.00 9.84 0.68 0.13 3.86 02:29:58 01:48:01 3 86.72 0.00 8.74 1.52 0.12 2.90 02:29:58 01:48:01 4 86.53 0.00 8.89 0.87 0.12 3.60 02:29:58 01:48:01 5 85.05 0.00 10.00 3.64 0.13 1.17 02:29:58 01:48:01 6 86.29 0.00 10.08 0.63 0.12 2.89 02:29:58 01:48:01 7 86.14 0.00 9.78 0.78 0.13 3.17 02:29:58 01:49:01 all 7.10 0.00 1.74 1.36 0.08 89.71 02:29:58 01:49:01 0 7.11 0.00 1.89 1.74 0.07 89.19 02:29:58 01:49:01 1 4.95 0.00 1.54 2.08 0.07 91.36 02:29:58 01:49:01 2 7.30 0.00 1.60 0.57 0.08 90.44 02:29:58 01:49:01 3 7.56 0.00 1.89 0.52 0.10 89.93 02:29:58 01:49:01 4 10.07 0.00 1.71 2.44 0.08 85.69 02:29:58 01:49:01 5 4.31 0.00 1.59 1.07 0.07 92.96 02:29:58 01:49:01 6 6.38 0.00 1.52 0.50 0.10 91.50 02:29:58 01:49:01 7 9.12 0.00 2.20 2.00 0.08 86.60 02:29:58 01:50:01 all 9.61 0.00 0.77 0.09 0.08 89.45 02:29:58 01:50:01 0 12.42 0.00 0.93 0.02 0.08 86.55 02:29:58 01:50:01 1 5.76 0.00 0.69 0.10 0.07 93.38 02:29:58 01:50:01 2 10.65 0.00 0.69 0.02 0.07 88.58 02:29:58 01:50:01 3 12.74 0.00 0.75 0.03 0.08 86.39 02:29:58 01:50:01 4 9.14 0.00 0.79 0.05 0.08 89.94 02:29:58 01:50:01 5 4.18 0.00 0.80 0.03 0.07 94.91 02:29:58 01:50:01 6 9.39 0.00 0.70 0.02 0.08 89.81 02:29:58 01:50:01 7 12.61 0.00 0.82 0.45 0.08 86.03 02:29:58 01:51:01 all 1.10 0.00 0.16 0.02 0.02 98.70 02:29:58 01:51:01 0 1.37 0.00 0.13 0.00 0.02 98.48 02:29:58 01:51:01 1 0.12 0.00 0.12 0.02 0.02 99.73 02:29:58 01:51:01 2 1.03 0.00 0.17 0.00 0.02 98.78 02:29:58 01:51:01 3 0.62 0.00 0.28 0.00 0.00 99.10 02:29:58 01:51:01 4 1.70 0.00 0.17 0.03 0.05 98.05 02:29:58 01:51:01 5 2.28 0.00 0.20 0.00 0.03 97.49 02:29:58 01:51:01 6 0.17 0.00 0.08 0.00 0.02 99.73 02:29:58 01:51:01 7 1.48 0.00 0.12 0.10 0.03 98.27 02:29:58 02:29:58 01:51:01 CPU %user %nice %system %iowait %steal %idle 02:29:58 01:52:01 all 0.04 0.00 0.01 0.01 0.01 99.92 02:29:58 01:52:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 01:52:01 1 0.05 0.00 0.00 0.02 0.02 99.92 02:29:58 01:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 01:52:01 3 0.05 0.00 0.02 0.00 0.02 99.92 02:29:58 01:52:01 4 0.08 0.00 0.05 0.00 0.05 99.82 02:29:58 01:52:01 5 0.05 0.00 0.00 0.00 0.02 99.93 02:29:58 01:52:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 01:52:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:29:58 01:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:29:58 01:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 01:53:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 01:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 01:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 01:53:01 4 0.07 0.00 0.08 0.02 0.05 99.78 02:29:58 01:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 01:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 01:53:01 7 0.00 0.00 0.02 0.02 0.00 99.97 02:29:58 01:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:29:58 01:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 01:54:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 01:54:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:29:58 01:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 01:54:01 4 0.07 0.00 0.03 0.00 0.03 99.87 02:29:58 01:54:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 01:54:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:29:58 01:54:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 01:55:01 all 0.25 0.00 0.02 0.01 0.02 99.70 02:29:58 01:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 01:55:01 1 0.05 0.00 0.03 0.00 0.03 99.88 02:29:58 01:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 01:55:01 3 0.00 0.00 0.03 0.00 0.00 99.97 02:29:58 01:55:01 4 0.07 0.00 0.03 0.00 0.05 99.85 02:29:58 01:55:01 5 1.78 0.00 0.03 0.00 0.00 98.19 02:29:58 01:55:01 6 0.05 0.00 0.03 0.02 0.02 99.88 02:29:58 01:55:01 7 0.02 0.00 0.00 0.03 0.02 99.93 02:29:58 01:56:01 all 0.19 0.00 0.02 0.00 0.01 99.78 02:29:58 01:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:29:58 01:56:01 1 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 01:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 01:56:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 01:56:01 4 0.07 0.00 0.05 0.00 0.05 99.83 02:29:58 01:56:01 5 1.34 0.00 0.03 0.00 0.02 98.61 02:29:58 01:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 01:56:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:29:58 01:57:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:29:58 01:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 01:57:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 01:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 01:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 01:57:01 4 0.08 0.00 0.03 0.00 0.05 99.83 02:29:58 01:57:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:29:58 01:57:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:29:58 01:57:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:29:58 01:58:01 all 0.03 0.00 0.02 0.00 0.01 99.95 02:29:58 01:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 01:58:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 01:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 01:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 01:58:01 4 0.08 0.00 0.03 0.00 0.03 99.85 02:29:58 01:58:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 01:58:01 6 0.07 0.00 0.03 0.03 0.00 99.87 02:29:58 01:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 01:59:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:29:58 01:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 01:59:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:29:58 01:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 01:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 01:59:01 4 0.10 0.00 0.07 0.00 0.03 99.80 02:29:58 01:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 01:59:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:29:58 01:59:01 7 0.02 0.00 0.03 0.02 0.02 99.92 02:29:58 02:00:01 all 0.04 0.00 0.01 0.00 0.01 99.93 02:29:58 02:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:00:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 02:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:00:01 4 0.18 0.00 0.07 0.00 0.07 99.68 02:29:58 02:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 02:00:01 6 0.03 0.00 0.02 0.02 0.00 99.93 02:29:58 02:00:01 7 0.05 0.00 0.00 0.02 0.00 99.93 02:29:58 02:01:01 all 0.02 0.00 0.02 0.00 0.01 99.94 02:29:58 02:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:01:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:01:01 4 0.08 0.00 0.07 0.00 0.03 99.82 02:29:58 02:01:01 5 0.03 0.00 0.00 0.00 0.02 99.95 02:29:58 02:01:01 6 0.00 0.00 0.02 0.02 0.02 99.95 02:29:58 02:01:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 02:02:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:29:58 02:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:29:58 02:02:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:02:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:29:58 02:02:01 4 0.03 0.00 0.02 0.00 0.03 99.92 02:29:58 02:02:01 5 0.07 0.00 0.03 0.00 0.02 99.88 02:29:58 02:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:02:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:29:58 02:29:58 02:02:01 CPU %user %nice %system %iowait %steal %idle 02:29:58 02:03:01 all 0.08 0.00 0.02 0.00 0.01 99.89 02:29:58 02:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:03:01 4 0.10 0.00 0.08 0.00 0.05 99.77 02:29:58 02:03:01 5 0.45 0.00 0.03 0.00 0.00 99.52 02:29:58 02:03:01 6 0.02 0.00 0.02 0.02 0.02 99.93 02:29:58 02:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:04:01 all 0.11 0.00 0.01 0.00 0.01 99.86 02:29:58 02:04:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:29:58 02:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:04:01 4 0.17 0.00 0.05 0.00 0.03 99.75 02:29:58 02:04:01 5 0.62 0.00 0.02 0.00 0.02 99.35 02:29:58 02:04:01 6 0.05 0.00 0.00 0.02 0.00 99.93 02:29:58 02:04:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:29:58 02:05:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:29:58 02:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:29:58 02:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:05:01 4 0.03 0.00 0.00 0.00 0.03 99.93 02:29:58 02:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:05:01 6 0.00 0.00 0.02 0.02 0.02 99.95 02:29:58 02:05:01 7 0.02 0.00 0.00 0.02 0.00 99.97 02:29:58 02:06:01 all 0.05 0.00 0.01 0.00 0.01 99.93 02:29:58 02:06:01 0 0.07 0.00 0.05 0.00 0.05 99.83 02:29:58 02:06:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:29:58 02:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:06:01 4 0.10 0.00 0.02 0.00 0.02 99.87 02:29:58 02:06:01 5 0.10 0.00 0.00 0.00 0.02 99.88 02:29:58 02:06:01 6 0.03 0.00 0.00 0.02 0.00 99.95 02:29:58 02:06:01 7 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 02:07:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:29:58 02:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:29:58 02:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:07:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:29:58 02:07:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:07:01 6 0.02 0.00 0.03 0.02 0.02 99.92 02:29:58 02:07:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:29:58 02:08:01 all 0.05 0.00 0.02 0.00 0.01 99.92 02:29:58 02:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 02:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:08:01 3 0.05 0.00 0.00 0.00 0.00 99.95 02:29:58 02:08:01 4 0.05 0.00 0.05 0.00 0.03 99.87 02:29:58 02:08:01 5 0.23 0.00 0.02 0.00 0.02 99.73 02:29:58 02:08:01 6 0.02 0.00 0.03 0.02 0.00 99.93 02:29:58 02:08:01 7 0.03 0.00 0.02 0.02 0.00 99.93 02:29:58 02:09:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:29:58 02:09:01 0 0.02 0.00 0.03 0.00 0.03 99.92 02:29:58 02:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:09:01 4 0.08 0.00 0.05 0.00 0.02 99.85 02:29:58 02:09:01 5 0.07 0.00 0.02 0.00 0.00 99.92 02:29:58 02:09:01 6 0.02 0.00 0.02 0.02 0.02 99.93 02:29:58 02:09:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 02:10:01 all 0.19 0.00 0.01 0.01 0.01 99.78 02:29:58 02:10:01 0 0.02 0.00 0.02 0.00 0.03 99.93 02:29:58 02:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:10:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:29:58 02:10:01 4 0.07 0.00 0.02 0.00 0.03 99.88 02:29:58 02:10:01 5 1.34 0.00 0.02 0.00 0.02 98.63 02:29:58 02:10:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 02:10:01 7 0.02 0.00 0.02 0.03 0.00 99.93 02:29:58 02:11:01 all 0.09 0.00 0.01 0.00 0.01 99.88 02:29:58 02:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:29:58 02:11:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:11:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:11:01 5 0.57 0.00 0.00 0.00 0.02 99.42 02:29:58 02:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 02:11:01 7 0.02 0.00 0.03 0.02 0.02 99.92 02:29:58 02:12:01 all 0.07 0.00 0.02 0.00 0.01 99.90 02:29:58 02:12:01 0 0.02 0.00 0.02 0.00 0.03 99.93 02:29:58 02:12:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:12:01 4 0.10 0.00 0.02 0.00 0.02 99.87 02:29:58 02:12:01 5 0.35 0.00 0.05 0.00 0.00 99.60 02:29:58 02:12:01 6 0.05 0.00 0.03 0.02 0.00 99.90 02:29:58 02:12:01 7 0.02 0.00 0.03 0.00 0.00 99.95 02:29:58 02:13:01 all 0.04 0.00 0.01 0.01 0.01 99.92 02:29:58 02:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:29:58 02:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:13:01 4 0.07 0.00 0.03 0.00 0.03 99.87 02:29:58 02:13:01 5 0.23 0.00 0.00 0.00 0.02 99.75 02:29:58 02:13:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 02:13:01 7 0.00 0.00 0.02 0.08 0.00 99.90 02:29:58 02:29:58 02:13:01 CPU %user %nice %system %iowait %steal %idle 02:29:58 02:14:02 all 0.03 0.00 0.02 0.04 0.01 99.90 02:29:58 02:14:02 0 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:14:02 1 0.05 0.00 0.02 0.00 0.02 99.92 02:29:58 02:14:02 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:14:02 3 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:14:02 4 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:14:02 5 0.07 0.00 0.03 0.00 0.02 99.88 02:29:58 02:14:02 6 0.02 0.00 0.02 0.17 0.02 99.78 02:29:58 02:14:02 7 0.03 0.00 0.03 0.13 0.00 99.80 02:29:58 02:15:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:29:58 02:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:15:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:15:01 6 0.00 0.00 0.03 0.02 0.00 99.95 02:29:58 02:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:29:58 02:16:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:29:58 02:16:01 0 0.02 0.00 0.02 0.00 0.03 99.93 02:29:58 02:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:16:01 4 0.07 0.00 0.02 0.00 0.02 99.90 02:29:58 02:16:01 5 0.20 0.00 0.00 0.00 0.02 99.78 02:29:58 02:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:16:01 7 0.03 0.00 0.00 0.02 0.00 99.95 02:29:58 02:17:01 all 0.08 0.00 0.02 0.01 0.00 99.89 02:29:58 02:17:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:17:01 4 0.00 0.00 0.03 0.00 0.02 99.95 02:29:58 02:17:01 5 0.50 0.00 0.07 0.00 0.00 99.43 02:29:58 02:17:01 6 0.05 0.00 0.00 0.02 0.00 99.93 02:29:58 02:17:01 7 0.03 0.00 0.00 0.03 0.00 99.93 02:29:58 02:18:01 all 0.03 0.00 0.03 0.00 0.01 99.93 02:29:58 02:18:01 0 0.03 0.00 0.07 0.00 0.02 99.88 02:29:58 02:18:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:18:01 4 0.10 0.00 0.03 0.00 0.03 99.83 02:29:58 02:18:01 5 0.00 0.00 0.03 0.00 0.02 99.95 02:29:58 02:18:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:29:58 02:18:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:29:58 02:19:01 all 0.10 0.00 0.01 0.01 0.01 99.88 02:29:58 02:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:19:01 4 0.12 0.00 0.03 0.00 0.02 99.83 02:29:58 02:19:01 5 0.60 0.00 0.00 0.00 0.02 99.39 02:29:58 02:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:19:01 7 0.00 0.00 0.00 0.07 0.00 99.93 02:29:58 02:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:29:58 02:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:20:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:20:01 4 0.07 0.00 0.03 0.00 0.02 99.88 02:29:58 02:20:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:29:58 02:20:01 6 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 02:20:01 7 0.00 0.00 0.02 0.02 0.00 99.97 02:29:58 02:21:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:29:58 02:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:21:01 4 0.05 0.00 0.02 0.00 0.03 99.90 02:29:58 02:21:01 5 0.03 0.00 0.02 0.00 0.02 99.93 02:29:58 02:21:01 6 0.03 0.00 0.00 0.02 0.02 99.93 02:29:58 02:21:01 7 0.00 0.00 0.00 0.02 0.02 99.97 02:29:58 02:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:29:58 02:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 02:29:58 02:22:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:22:01 4 0.10 0.00 0.05 0.00 0.02 99.83 02:29:58 02:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:22:01 7 0.03 0.00 0.00 0.02 0.00 99.95 02:29:58 02:23:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:29:58 02:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:29:58 02:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:23:01 5 0.05 0.00 0.03 0.00 0.02 99.90 02:29:58 02:23:01 6 0.00 0.00 0.02 0.02 0.02 99.95 02:29:58 02:23:01 7 0.03 0.00 0.02 0.02 0.00 99.93 02:29:58 02:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:29:58 02:24:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:29:58 02:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:24:01 4 0.05 0.00 0.02 0.00 0.03 99.90 02:29:58 02:24:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:29:58 02:24:01 6 0.00 0.00 0.03 0.02 0.00 99.95 02:29:58 02:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:29:58 02:24:01 CPU %user %nice %system %iowait %steal %idle 02:29:58 02:25:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:29:58 02:25:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:29:58 02:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:25:01 4 0.10 0.00 0.02 0.00 0.02 99.87 02:29:58 02:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:29:58 02:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:26:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:29:58 02:26:01 0 0.03 0.00 0.03 0.02 0.02 99.90 02:29:58 02:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:26:01 4 0.05 0.00 0.05 0.00 0.02 99.88 02:29:58 02:26:01 5 0.07 0.00 0.02 0.00 0.02 99.90 02:29:58 02:26:01 6 0.00 0.00 0.00 0.02 0.02 99.97 02:29:58 02:26:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:29:58 02:27:01 all 0.06 0.00 0.01 0.00 0.01 99.91 02:29:58 02:27:01 0 0.03 0.00 0.00 0.00 0.03 99.93 02:29:58 02:27:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:29:58 02:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:29:58 02:27:01 4 0.08 0.00 0.03 0.00 0.02 99.87 02:29:58 02:27:01 5 0.30 0.00 0.02 0.00 0.02 99.67 02:29:58 02:27:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:29:58 02:27:01 7 0.02 0.00 0.03 0.02 0.00 99.93 02:29:58 02:28:01 all 0.08 0.00 0.01 0.00 0.01 99.91 02:29:58 02:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:29:58 02:28:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:29:58 02:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:29:58 02:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:28:01 4 0.08 0.00 0.02 0.00 0.02 99.88 02:29:58 02:28:01 5 0.43 0.00 0.00 0.00 0.00 99.57 02:29:58 02:28:01 6 0.00 0.00 0.02 0.02 0.00 99.97 02:29:58 02:28:01 7 0.00 0.00 0.00 0.02 0.00 99.98 02:29:58 02:29:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:29:58 02:29:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:29:58 02:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:29:58 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:29:58 02:29:01 4 0.13 0.00 0.03 0.00 0.02 99.82 02:29:58 02:29:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:29:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:29:58 02:29:01 7 0.05 0.00 0.02 0.02 0.00 99.92 02:29:58 Average: all 7.98 0.00 1.27 0.65 0.03 90.06 02:29:58 Average: 0 7.72 0.00 1.28 1.01 0.04 89.95 02:29:58 Average: 1 7.61 0.00 1.27 0.75 0.03 90.34 02:29:58 Average: 2 8.16 0.00 1.32 0.73 0.02 89.77 02:29:58 Average: 3 8.08 0.00 1.24 0.98 0.02 89.68 02:29:58 Average: 4 8.20 0.00 1.33 0.38 0.05 90.04 02:29:58 Average: 5 7.81 0.00 1.22 0.52 0.03 90.41 02:29:58 Average: 6 7.91 0.00 1.28 0.38 0.03 90.41 02:29:58 Average: 7 8.34 0.00 1.25 0.48 0.03 89.91 02:29:58 02:29:58 02:29:58